返回题库

AIME 2014 I · 第 7 题

AIME 2014 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 7

Let ww and zz be complex numbers such that w=1|w| = 1 and z=10|z| = 10. Let θ=arg(wzz)\theta = \arg \left(\tfrac{w-z}{z}\right). The maximum possible value of tan2θ\tan^2 \theta can be written as pq\tfrac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q. (Note that arg(w)\arg(w), for w0w \neq 0, denotes the measure of the angle that the ray from 00 to ww makes with the positive real axis in the complex plane)

解析

Solution 1

Let w=cis(α)w = \operatorname{cis}{(\alpha)} and z=10cis(β)z = 10\operatorname{cis}{(\beta)}. Then, wzz=cis(α)10cis(β)10cisβ\dfrac{w - z}{z} = \dfrac{\operatorname{cis}{(\alpha)} - 10\operatorname{cis}{(\beta)}}{10\operatorname{cis}{\beta}}.

Multiplying both the numerator and denominator of this fraction by cis(β)\operatorname{cis}{(-\beta)} gives us:

wzz=110cis(αβ)1=110cos(αβ)+110isin(αβ)1\dfrac{w - z}{z} = \dfrac{1}{10}\operatorname{cis}{(\alpha - \beta)} - 1 = \dfrac{1}{10}\cos{(\alpha - \beta)} + \dfrac{1}{10}i\sin{(\alpha - \beta)} - 1.

We know that tanθ\tan{\theta} is equal to the imaginary part of the above expression divided by the real part. Let x=αβx = \alpha - \beta. Then, we have that:

tanθ=sinxcosx10.\tan{\theta} = \dfrac{\sin{x}}{\cos{x} - 10}.

We need to find a maximum of this expression, so we take the derivative:

Note (not from author): To take the derivative, we need to use the Quotient Rule. In this case,

ddx(sinxcosx10)=cosx(cosx10)(sinx)sinx(cosx10)2=110cosx(cosx10)2\frac{d}{dx}\left(\frac{\sin x}{\cos x-10}\right)=\frac{\cos x(\cos x-10)-(-\sin x)\sin x}{(\cos x-10)^2}=\dfrac{1 - 10\cos{x}}{(\cos{x} - 10)^2} Thus, we see that the maximum occurs when cosx=110\cos{x} = \dfrac{1}{10}. Therefore, sinx=±9910\sin{x} = \pm\dfrac{\sqrt{99}}{10}, and tanθ=±9999\tan{\theta} = \pm\dfrac{\sqrt{99}}{99}. Thus, the maximum value of tan2θ\tan^2{\theta} is 99992\dfrac{99}{99^2}, or 199\dfrac{1}{99}, and our answer is 1+99=1001 + 99 = \boxed{100}.

Solution 2

Without the loss of generality, one can let zz lie on the positive x axis and since arg(θ)arg(\theta) is a measure of the angle if z=10z=10 then arg(wzz)=arg(wz)arg(\dfrac{w-z}{z})=arg(w-z) and we can see that the question is equivalent to having a triangle OABOAB with sides OA=10OA =10 AB=1AB=1 and OB=tOB=t and trying to maximize the angle BOABOA

AIME diagram

using the Law of Cosines we get: 12=102+t2t102cosθ1^2=10^2+t^2-t*10*2\cos\theta rearranging:

20tcosθ=t2+9920t\cos\theta=t^2+99 solving for cosθ\cos\theta we get:

9920t+t20=cosθ\frac{99}{20t}+\frac{t}{20}=\cos\theta if we want to maximize θ\theta we need to minimize cosθ\cos\theta , using AM-GM inequality we get that the minimum value for cosθ=2(9920tt20)=299400=9910\cos\theta= 2\left(\sqrt{\dfrac{99}{20t}\dfrac{t}{20}}\right)=2\sqrt{\dfrac{99}{400}}=\dfrac{\sqrt{99}}{10} hence using the identity tan2θ=sec2θ1\tan^2\theta=\sec^2\theta-1 we get tan2θ=199\tan^2\theta=\frac{1}{99}and our answer is 1+99=1001 + 99 = \boxed{100}.

Note: You can also realize that the max θ\theta is when the line from 00 is tangent to the circle of radius 11 centered at 10.10.

Solution 3

Note that wzz=wz1\frac{w-z}{z}=\frac{w}{z}-1, and that wz=110\left|\frac{w}{z}\right|=\frac{1}{10}. Thus wz1\frac{w}{z}-1 is a complex number on the circle with radius 110\frac{1}{10} and centered at 1-1 on the complex plane. Let ω\omega denote this circle.

Let AA and CC be the points that represent wz1\frac{w}{z}-1 and 1-1 respectively on the complex plane. Let OO be the origin. In order to maximize tan2(θ)\tan^2(\theta), we need to maximize AOC\angle{AOC}. This angle is maximized when AOAO is tangent to ω\omega. Using the Pythagorean Theorem, we get

AO2=12(110)2=99100AO^2=1^2-\left(\frac{1}{10}\right)^2=\frac{99}{100} Thus

tan2(θ)=AC2AO2=1/10099/100=199\tan^2(\theta)=\frac{AC^2}{AO^2}=\frac{1/100}{99/100}=\frac{1}{99} And the answer is 1+99=1001+99=\boxed{100}.

Video Solution by Punxsutawney Phil

https://www.youtube.com/watch?v=yakhEuPy6Sg

~sugar_rush