เราต้องการแสดงให้เห็นว่า
เราจะทำงานร่วมกับ LHS:
การใช้ตัวตน
ตอบ:
ดูคำอธิบาย …
คำอธิบาย:
เราจะใช้ข้อมูลประจำตัวของ Pythagoras:
# sin ^ 2 x + cos ^ 2 x = 1 #
จากที่เราสามารถอนุมาน:
# sin ^ 2 x = 1 - cos ^ 2 x #
นอกจากนี้โปรดทราบว่าสามารถเขียนความแตกต่างของเอกลักษณ์สี่เหลี่ยมได้:
# A ^ 2-B ^ 2 = (A-B) #
เราสามารถใช้สิ่งนี้กับ
# sin ^ 4 x - cos ^ 4 x = (sin ^ 2 x) ^ 2 - (cos ^ 2 x) ^ 2 #
#color (white) (sin ^ 4 x - cos ^ 4 x) = (sin ^ 2 x - cos ^ 2 x) (sin ^ 2 x + cos ^ 2 x) #
#color (white) (sin ^ 4 x - cos ^ 4 x) = sin ^ 2 x - cos ^ 2 x #
#color (white) (sin ^ 4 x - cos ^ 4 x) = (1-cos ^ 2 x) - cos ^ 2 x #
#color (white) (sin ^ 4 x - cos ^ 4 x) = 1-2cos ^ 2 x #
พิสูจน์: - sin (7 theta) + sin (5 theta) / sin (7 theta) -sin (5 theta) =?
(sin7x + sin5x) / (sin7x-sin5x) = tan6x * cotx rarr (sin7x + sin5x) / (sin7x-sin5x) = (2sin (7x + 5x) / 2) * cos (7x-5x) / 2) ) / (2sin ((7x-5x) / 2) * cos ((7x + 5x) / 2) = (sin6x * cosx) / (sinx * cos6x) = (tan6x) / tanx = tan6x * cottx
Sin ^ 2 (45 ^ @) + sin ^ 2 (30 ^ @) + sin ^ 2 (60 ^ @) + sin ^ 2 (90 ^ @) = (- 5) / (4)?
โปรดดูที่ด้านล่าง. rarrsin ^ 2 (45 °) + sin ^ 2 (30 °) + sin ^ 2 (60 °) + sin ^ 2 (90 °) = (1 / sqrt (2)) ^ 2+ (1/2) ^ 2 + (sqrt (3) / 2) ^ 2 + (1) ^ 2 = 1/2 + 1/4 + 3/4 + 1 = 1/2 + 2 = 5/2
รวม _ (a, b, c) (1 / (1+ บันทึก _a bc)) = 1 พิสูจน์หรือไม่
เนื่องจาก log_a b = log b / log a เรามี 1 / (1 + log_a bc) = 1 / (1+ (log (bc)) / log a) = log a / (log a + log (bc)) = log a / log (abc) ดังนั้นผลรวมคือ log a / log (abc) + log b / log (abc) + log c / log (abc) = (บันทึก a + log b + log c) / log (abc) = log (abc) / log (abc) = 1