返回题库

AIME 1986 · 第 3 题

AIME 1986 — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

If tanx+tany=25\tan x+\tan y=25 and cotx+coty=30\cot x + \cot y=30, what is tan(x+y)\tan(x+y)?

解析

Solution 1

Since cot\cot is the reciprocal function of tan\tan:

cotx+coty=1tanx+1tany=tanx+tanytanxtany=30\cot x + \cot y = \frac{1}{\tan x} + \frac{1}{\tan y} = \frac{\tan x + \tan y}{\tan x \cdot \tan y} = 30

Thus, tanxtany=tanx+tany30=2530=56\tan x \cdot \tan y = \frac{\tan x + \tan y}{30} = \frac{25}{30} = \frac{5}{6}

Using the tangent addition formula:

tan(x+y)=tanx+tany1tanxtany=25156=150\tan(x+y) = \frac{\tan x + \tan y}{1-\tan x \cdot \tan y} = \frac{25}{1-\frac{5}{6}} = \boxed{150}.

Solution 2

Using the formula for tangent of a sum, tan(x+y)=tanx+tany1tanxtany=251tanxtany\tan(x+y)=\frac{\tan x + \tan y}{1-\tan x \tan y} = \frac{25}{1-\tan x \tan y}. We only need to find tanxtany\tan x \tan y.

We know that 25=tanx+tany=sinxcosx+sinycosy25 = \tan x + \tan y = \frac{\sin x}{\cos x} + \frac{\sin y}{\cos y}. Cross multiplying, we have sinxcosy+cosxsinycosxcosy=sin(x+y)cosxcosy=25\frac{\sin x \cos y + \cos x \sin y}{\cos x \cos y} = \frac{\sin(x+y)}{\cos x \cos y} = 25.

Similarly, we have 30=cotx+coty=cosxsinx+cosysiny=cosxsiny+sinxcosysinxsiny=sin(x+y)sinxsiny30 = \cot x + \cot y = \frac{\cos x}{\sin x} + \frac{\cos y}{\sin y} = \frac{\cos x \sin y + \sin x \cos y}{\sin x \sin y} = \frac{\sin(x+y)}{\sin x \sin y}.

Dividing:

2530=sin(x+y)cosxcosysin(x+y)sinxsiny=sinxsinycosxcosy=tanxtany=56\frac{25}{30} = \frac{\frac{\sin(x+y)}{\cos x \cos y}}{\frac{\sin(x+y)}{\sin x \sin y}} = \frac{\sin x \sin y}{\cos x \cos y} = \tan x \tan y = \frac{5}{6}. Plugging in to the earlier formula, we have tan(x+y)=25156=2516=150\tan(x+y) = \frac{25}{1-\frac{5}{6}} = \frac{25}{\frac{1}{6}} = \boxed{150}.

Solution 3 (less trig required, use of quadratic formula)

Let a=tanxa=\tan x and b=tanyb=\tan y. This simplifies the equations to:

a+b=25a + b = 25 1a+1b=30\frac{1}{a} + \frac{1}{b} = 30 Taking the tangent of a sum formula from Solution 2, we get tan(x+y)=251ab\tan(x+y) = \frac{25}{1 - ab}.

We can use substitution to solve the system of equations from above: b=a+25b = -a + 25, so 1a+1a+25=30\frac{1}{a} + \frac{1}{-a + 25} = 30.

Multiplying by a(a25)-a(a-25), we get a+(a+25)=30a(a25)a + (-a + 25) = -30a(a-25), which is 30a2+750a=25-30a^2 + 750a = 25. Dividing everything by 5 and shifting everything to one side gives 6a2150a+5=06a^2 - 150a + 5 = 0.

Using the quadratic formula gives a=150±2238012a = \frac{150 \pm \sqrt {22380}}{12}. Since this looks too hard to simplify, we can solve for bb using a+b=25a + b = 25, which turns out to also be b=150±2238012b = \frac{150 \pm \sqrt {22380}}{12}, provided that the sign of the radical in aa is opposite the one in bb.

WLOG, assume a=150+2238012a = \frac{150 + \sqrt{22380}}{12} and b=1502238012b = \frac{150 - \sqrt{22380}}{12}. Multiplying them gives ab=2250022380144ab = \frac{22500 - 22380}{144} which simplifies to 56\frac{5}{6}.

THe denominator of 251ab\frac{25}{1 - ab} ends up being 16\frac{1}{6}, so multiplying both numerator and denominator by 6 gives 150\boxed{150}.

-ThisUsernameIsTaken

Remark: The quadratic need not be solved. The value of abab can be found through Vieta's.