MHB Evaluating Trigonometric Expression

Click For Summary
The discussion focuses on evaluating the expression tan² 20° + tan² 40° + tan² 80° without a calculator. A polynomial equation is derived, with roots corresponding to tan 20°, tan(-40°), and tan 80°, leading to a transformed equation for tan² values. The cubic equation x³ - 33x² + 27x - 3 = 0 is established, where the sum of the roots equals 33. This method provides a neat solution to the trigonometric expression. The approach highlights the relationship between trigonometric identities and polynomial equations.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Without the use of a calculator, evaluate $$\tan^2 20^{\circ}+\tan^2 40^{\circ}+\tan^2 80^{\circ}$$.
 
Mathematics news on Phys.org
I won't cheat by repeating the solutions that I found here. But I previously found that there is also a neat answer for $\tan^210^\circ + \tan^250^\circ + \tan^270^\circ$, which can be found by the same methods.
 
anemone said:
Without the use of a calculator, evaluate $$\tan^2 20^{\circ}+\tan^2 40^{\circ}+\tan^2 80^{\circ}$$.

In the link provided by opalgs above

the roots of the equation t^3−3√3t^2−3t+√3=0

will be tan20,tan(−40)=−tan40,tan80

that is of f(t) =t^3−3√3t^2−3t+√3=0

and we shall construct an equation whose roots are
tan^2 20,tan^2 40 tan^2 80

shall be f(x^(1/2) = 0)

putting t = x^(1/2) we get

so x^(3/2) - 3√3x−3x^(1/2) +√3=0

or x^(3/2) - 3 x^(1/2) = 3√3x -√3
or
√x(x-3) = √3(3x -1)

square both sides to get

x(x-3)^3 = 3(3x-1)^2
or x(x^2-6x+ 9) = 3(9x^2 - 6x + 1)

or x^3 - 33 x^2 + 27x - 3 = 0

as it is cubic roots are tan^2 20,tan^2 40 tan^2 80
and sum of roots = - coefficent of x^2 or 33