If tanx+tany=25 and cotx+coty=30, what is tan(x+y)?
解析
Solution 1
Since cot is the reciprocal function of tan:
cotx+coty=tanx1+tany1=tanx⋅tanytanx+tany=30
Thus, tanx⋅tany=30tanx+tany=3025=65
Using the tangent addition formula:
tan(x+y)=1−tanx⋅tanytanx+tany=1−6525=150.
Solution 2
Using the formula for tangent of a sum, tan(x+y)=1−tanxtanytanx+tany=1−tanxtany25. We only need to find tanxtany.
We know that 25=tanx+tany=cosxsinx+cosysiny. Cross multiplying, we have cosxcosysinxcosy+cosxsiny=cosxcosysin(x+y)=25.
Similarly, we have 30=cotx+coty=sinxcosx+sinycosy=sinxsinycosxsiny+sinxcosy=sinxsinysin(x+y).
Dividing:
3025=sinxsinysin(x+y)cosxcosysin(x+y)=cosxcosysinxsiny=tanxtany=65. Plugging in to the earlier formula, we have tan(x+y)=1−6525=6125=150.
Solution 3 (less trig required, use of quadratic formula)
Let a=tanx and b=tany. This simplifies the equations to:
a+b=25a1+b1=30
Taking the tangent of a sum formula from Solution 2, we get tan(x+y)=1−ab25.
We can use substitution to solve the system of equations from above: b=−a+25, so a1+−a+251=30.
Multiplying by −a(a−25), we get a+(−a+25)=−30a(a−25), which is −30a2+750a=25. Dividing everything by 5 and shifting everything to one side gives 6a2−150a+5=0.
Using the quadratic formula gives a=12150±22380. Since this looks too hard to simplify, we can solve for b using a+b=25, which turns out to also be b=12150±22380, provided that the sign of the radical in a is opposite the one in b.
WLOG, assume a=12150+22380 and b=12150−22380. Multiplying them gives ab=14422500−22380 which simplifies to 65.
THe denominator of 1−ab25 ends up being 61, so multiplying both numerator and denominator by 6 gives 150.
-ThisUsernameIsTaken
Remark: The quadratic need not be solved. The value of ab can be found through Vieta's.