viết một thơ hoác văn hay
liu ý bài lày có tings hàn quốc
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.
TH1: Nếu có 1 số bằng 0, giả sử là z, khi đó ta có \(x^4+y^4=1\)
và \(P=x^2+y^2\ge\sqrt{x^4+y^4}=1\)
Dấu '=' xảy ra khi 1 số =0, một số = \(\pm1\)
TH2: Nếu các số đều khác 0
Từ giả thiết => tồn tại tam giác ABC nhọn sao cho
\(x^2=\cos A,y^2=\cos B,z^2=\cos C\)
\(P=\cos A+\cos B+\cos C-\sqrt{2\cos A\cos B\cos C}\)
\(=1+4\sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2}-\sqrt{2\cos A\cos B\cos C}\)
Ta chứng minh \(4\sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2}\ge\sqrt{2\cos A\cos B\cos C}\) (1)
Ta có (1) \(\Leftrightarrow8\sin^2\frac{A}{2}\sin^2\frac{B}{2}\sin^2\frac{C}{2}\ge\cos A\cos B\cos C\)
\(\Leftrightarrow\frac{8\sin^2\frac{A}{2}\sin^2\frac{B}{2}\sin^2\frac{C}{2}}{\sin A\sin B\sin C}\ge\frac{\cos A\cos B\cos C}{\sin A\sin B\sin C}\)
\(\Leftrightarrow\cot A\cot B\cot C\le\tan\frac{A}{2}\tan\frac{B}{2}\tan\frac{C}{2}\)
\(\Leftrightarrow\tan A\tan B\tan C\ge\cot\frac{A}{2}\cot\frac{B}{2}\cot\frac{C}{2}\)
\(\Leftrightarrow\tan A+\tan B+\tan C\ge\cot\frac{A}{2}+\cot\frac{B}{2}+\cot\frac{C}{2}\) (2)
bđt (2) đúng vì \(\tan A+\tan B\ge2\cot\frac{C}{2}\) và 2 bđt tương tự
Dấu '=' xảy ra khi tam giác đều \(\Leftrightarrow x^2=y^2=z^2=\frac{1}{2}\)
\(\Rightarrow P\ge1\)
Dấu '=' xảy ra khi 2 số =0, một số \(=\pm1\) hoặc \(x^2=y^2=z^2=\frac{1}{2}\)
Vậy GTNN của P là 1
xin chào
xin chào
Rất vui được gặp bạn .
Bạn bao nhiêu tuổi? Tôi là … Đó là tuổi
program in_xau;
uses crt;
var i:integer;
st1,st2:string;
begin
clrscr;
write('nhap xau:');readln(st1);
st2:='';
i:=length(st1);
while i>=1 do
begin
st2:=st2+st1[i];
i:=i-1;
end;
write(st2);
readln;
end.