K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

\(\text{Δ}=\left(-2m\right)^2-4\left(m^2-m-2\right)\)

\(=4m^2-4m^2+4m+8\)

=4m+8

Để phương trình có hai nghiệm thì 4m+8>=0

hay m>=-2

Theo đề, ta có: \(\left(x_1+x_2\right)^2-2x_1x_2=4\)

\(\Leftrightarrow\left(-2m\right)^2-2\left(m^2-m-2\right)=4\)

\(\Leftrightarrow4m^2-2m^2+2m=0\)

=>2m(m+1)=0

=>m=0 hoặc m=-1

Bài 2: 

f: \(x^2+1=\dfrac{\left(x^2+1\right)\left(x^2-1\right)}{x^2-1}=\dfrac{x^4-1}{x^2-1}\)

\(\dfrac{x^4}{x^2-1}=\dfrac{x^4}{x^2-1}\)

6 tháng 9 2021

a) \(2x\left(x+1\right)+2\left(x+1\right)=\left(x+1\right)\left(2x+2\right)=2\left(x+1\right)^2\)

b) \(y^2\left(x^2+y\right)-zx^2-zy=y^2\left(x^2+y\right)-z\left(x^2+y\right)=\left(x^2+y\right)\left(y^2-z\right)\)

c) \(4x\left(x-2y\right)+8y\left(2y-x\right)=4\left(x-2y\right)\left(x-2y\right)=4\left(x-2y\right)^2\)

d) \(3x\left(x+1\right)^2-5x^2\left(x+1\right)+7\left(x+1\right)=\left(x+1\right)\left(3x^2+3x-5x^2+7\right)=\left(x+1\right)\left(-2x^2+3x+7\right)\)

6 tháng 9 2021

thanks bn nha:3

15 tháng 11 2021

a, Theo tc 2 tt cắt nhau: \(AE=EC;BF=CF\)

Vậy \(AE+BF=EC+CF=EF\)

b, Vì \(\left\{{}\begin{matrix}AE=EC\\\widehat{EAO}=\widehat{ECO}=90^0\\OE.chung\end{matrix}\right.\) nên \(\Delta AOE=\Delta COE\)

\(\Rightarrow\widehat{AOE}=\widehat{EOC}\) hay OE là p/g \(\widehat{AOC}\)

Cmtt: \(\Delta BOF=\Delta COF\Rightarrow\widehat{BOF}=\widehat{COF}\) hay OF là p/g \(\widehat{BOC}\)

Vậy \(\widehat{EOF}=\widehat{COF}+\widehat{COE}=\dfrac{1}{2}\left(\widehat{AOC}+\widehat{BOC}\right)=90^0\) hay OE⊥OF

 

2:

a: AC=căn 5^2-3^2=4cm

sin B=AC/BC=4/5

cos B=AB/BC=3/5

tan B=4/5:3/5=4/3

cot B=1:4/3=3/4

b: AB=căn 13^2-12^2=5cm

sin B=AC/BC=12/13

cos B=AB/BC=5/13

tan B=12/13:5/13=12/5

cot C=1:12/5=5/12

c: BC=căn 4^2+3^2=5cm

sin B=AC/BC=4/5

cos B=AB/BC=3/5

tan B=4/5:3/5=4/3

cot B=1:4/3=3/4

12 tháng 12 2021

3:

#include <bits/stdc++.h>

using namespace std;

double x,y;

int main()

{

cin>>x>>y;

cout<<fixed<<setprecision(2)<<sqrt(x*x+y*y);

return 0;

}

Bn ơi bn viết r chụp lên đc k ạ ? Mik k định dạng đc ý

1 tháng 7 2023

1) \(\sqrt{x^2-x}=x\)

\(\Leftrightarrow x^2+x=x^2\)

\(\Leftrightarrow x^2+x-x^2=0\)

\(\Leftrightarrow x=0\)

Vậy: \(x=0\)

2) \(\sqrt{1-x^2}=x-1\) (ĐK: \(x\le1\))

\(\Leftrightarrow1-x^2=\left(x-1\right)^2\)

\(\Leftrightarrow1-x^2=x^2-2x+1\)

\(\Leftrightarrow-x^2-x^2-2x=1-1\)

\(\Leftrightarrow-2x^2-2x=0\)

\(\Leftrightarrow-2x\left(x+1\right)=0\)

\(\Leftrightarrow\left[{}\begin{matrix}-2x=0\\x+1=0\end{matrix}\right.\)

\(\Leftrightarrow\left[{}\begin{matrix}x=0\left(tm\right)\\x=-1\left(tm\right)\end{matrix}\right.\)

Vậy \(S=\left\{0;-1\right\}\)

1: =>x^2+x=x^2 và x>=0

=>x=0

2: =>1-x^2=x^2-2x+1 và x>=1

=>x^2-2x+1-1+x^2>=0 và x>=1

=>2x^2-2x=0 và x>=1

=>x=1

2 tháng 7 2023

\(\sqrt{x^2-4}-x+2=0\\ \Leftrightarrow\sqrt{x^2-4}=x-2\\ \Leftrightarrow\left(\sqrt{x^2-4}\right)^2=\left(x-2\right)^2\)

\(\Leftrightarrow x^2-4-\left(x-2\right)^2=0\)

\(\Leftrightarrow\left(x-2\right)\left(x+2\right)-\left(x-2\right)^2=0\)

\(\Leftrightarrow\left(x-2\right)\left(x+2-x+2\right)=0\)

\(\Leftrightarrow\left(x-2\right)4=0\)

\(\Leftrightarrow x=2\)

Vậy \(S=\left\{2\right\}\)

 

2 tháng 7 2023

haizz đang định trả lời mà toàn bị trả lời hết rồi=((