返回题库

AIME 2008 II · 第 14 题

AIME 2008 II — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let aa and bb be positive real numbers with aba\ge b. Let ρ\rho be the maximum possible value of ab\frac {a}{b} for which the system of equations

a2+y2=b2+x2=(ax)2+(by)2a^2 + y^2 = b^2 + x^2 = (a - x)^2 + (b - y)^2 has a solution in (x,y)(x,y) satisfying 0x<a0\le x < a and 0y<b0\le y < b. Then ρ2\rho^2 can be expressed as a fraction mn\frac {m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solutions

Solution 1

Notice that the given equation implies

a2+y2=b2+x2=2(ax+by)a^2 + y^2 = b^2 + x^2 = 2(ax + by)

We have 2byy22by \ge y^2, so 2axa2    xa22ax \le a^2 \implies x \le \frac {a}{2}.

Then, notice b2+x2=a2+y2a2b^2 + x^2 = a^2 + y^2 \ge a^2, so b234a2    ρ243b^2 \ge \frac {3}{4}a^2 \implies \rho^2 \le \frac {4}{3}.

The solution (a,b,x,y)=(1,32,12,0)(a, b, x, y) = \left(1, \frac {\sqrt {3}}{2}, \frac {1}{2}, 0\right) satisfies the equation, so ρ2=43\rho^2 = \frac {4}{3}, and the answer is 3+4=0073 + 4 = \boxed{007}.

Solution 2

Consider the points (a,y)(a,y) and (x,b)(x,b). They form an equilateral triangle with the origin. We let the side length be 11, so a=cosθa = \cos{\theta} and b=sin(θ+π3)b = \sin{\left(\theta + \frac {\pi}{3}\right)}.

Thus f(θ)=ab=cosθsin(θ+π3)f(\theta) = \frac {a}{b} = \frac {\cos{\theta}}{\sin{\left(\theta + \frac {\pi}{3}\right)}} and we need to maximize this for 0θπ60 \le \theta \le \frac {\pi}{6}.

Taking the derivative shows that f(θ)=cosπ3sin2(θ+π3)0-f'(\theta) = \frac {\cos{\frac {\pi}{3}}}{\sin^2{\left(\theta + \frac {\pi}{3}\right)}} \ge 0, so the maximum is at the endpoint θ=0\theta = 0. We then get

ρ=cos0sinπ3=23\rho = \frac {\cos{0}}{\sin{\frac {\pi}{3}}} = \frac {2}{\sqrt {3}}

Then, ρ2=43\rho^2 = \frac {4}{3}, and the answer is 3+4=0073+4=\boxed{007}.

(For a non-calculus way to maximize the function above:

Let us work with degrees. Let f(x)=cosxsin(x+60)f(x)=\frac{\cos x}{\sin(x+60)}. We need to maximize ff on [0,30][0,30].

Suppose kk is an upper bound of ff on this range; in other words, assume f(x)kf(x)\le k for all xx in this range. Then:

cosxksin(x+60)=k(32cosx+12sinx)\cos x\le k\sin(x+60)=k\cdot\left(\frac{\sqrt{3}}{2}\cos x+\frac{1}{2}\sin x\right) 0(3k21)cosx+k2sinx0(3k2)cosx+ksinx\rightarrow 0\le \left(\frac{\sqrt{3}k}{2}-1\right)\cos x+\frac{k}{2}\sin x\rightarrow 0\le (\sqrt{3}k-2)\cos x+k\sin x (23k)cosxksinx23kktanx,\rightarrow (2-\sqrt{3}k)\cos x\le k\sin x\rightarrow \frac{2-\sqrt{3}k}{k}\le \tan x, for all xx in [0,30][0,30]. In particular, for x=0x=0, 23kk\frac{2-\sqrt{3}k}{k} must be less than or equal to 00, so k23k\ge \frac{2}{\sqrt{3}}.

The least possible upper bound of ff on this interval is k=23k=\frac{2}{\sqrt{3}}. This inequality must hold by the above logic, and in fact, the inequality reaches equality when x=0x=0. Thus, f(x)f(x) attains a maximum of 23\frac{2}{\sqrt{3}} on the interval.)

Solution 3

Consider a cyclic quadrilateral ABCDABCD with B=D=90\angle B = \angle D = 90^{\circ}, and AB=y,BC=a,CD=b,AD=xAB = y, BC = a, CD = b, AD = x. Then

AC2=a2+y2=b2+x2AC^2 = a^2 + y^2 = b^2 + x^2 From Ptolemy's Theorem, ax+by=AC(BD)ax + by = AC(BD), so

AC2=(ax)2+(by)2=a2+y2+b2+x22(ax+by)=2AC22ACBDAC^2 = (a - x)^2 + (b - y)^2 = a^2 + y^2 + b^2 + x^2 - 2(ax + by) = 2AC^2 - 2AC*BD Simplifying, we have BD=AC/2BD = AC/2.

Note the circumcircle of ABCDABCD has radius r=AC/2r = AC/2, so BD=rBD = r and has an arc of 6060^{\circ}, so C=30\angle C = 30^{\circ}. Let BDC=θ\angle BDC = \theta.

ab=BCCD=sinθsin(150θ)\frac ab = \frac{BC}{CD} = \frac{\sin \theta}{\sin(150^{\circ} - \theta)}, where both θ\theta and 150θ150^{\circ} - \theta are 90\leq 90^{\circ} since triangle BCDBCD must be acute. Since sin\sin is an increasing function over (0,90)(0, 90^{\circ}), sinθsin(150θ)\frac{\sin \theta}{\sin(150^{\circ} - \theta)} is also increasing function over (60,90)(60^{\circ}, 90^{\circ}).

ab\frac ab maximizes at θ=90ab\theta = 90^{\circ} \Longrightarrow \frac ab maximizes at 23\frac 2{\sqrt {3}}. This squared is (23)2=43(\frac 2{\sqrt {3}})^2 = \frac4{3}, and 4+3=0074 + 3 = \boxed{007}.

Note:

None of the above solutions point out clearly the importance of the restriction that aa, bb, xx and yy be positive. Indeed, larger values of p are obtained when the lower vertex of the equilateral triangle in Solution 2 dips below the x-axis. Take for example 15=θ-15= \theta. This yields p=(1+3)/2>4/3p = (1 + \sqrt{3})/2 > 4/3

Solution 4

The problem is looking for an intersection in the said range between parabola PP: y=(xa)2+b2a22by = \tfrac{(x-a)^2 + b^2-a^2}{2b} and the hyperbola HH: y2=x2+b2a2y^2 = x^2 + b^2 - a^2. The vertex of PP is below the x-axis and it's x-coordinate is a, which is to the right of the vertex of the HH, which is a2b2\sqrt{a^2 - b^2}. So for the intersection to exist with xandx andy \geq 0,,Pneedstocrossxaxisbetweenneeds to cross x-axis between\sqrt{a^2 - b^2},and, anda$, meaning,

(a2b2a)2+b2a20(\sqrt{a^2 - b^2}-a)^2 + b^2-a^2 \geq 0 Divide both side by b2b^2,

(ρ21ρ)2+1ρ20(\sqrt{\rho^2 - 1}-\rho)^2 + 1-\rho^2 \geq 0 which can be easily solved by moving 1ρ21-\rho^2 to RHS and taking square roots. Final answer ρ243\rho^2 \leq \frac{4}{3} 007\boxed{007}

Solution 5

The given system is equivalent to the points (a,y)(a,y) and (x,b)(x,b) forming an equilateral triangle with the origin. WLOG let this triangle have side length 11, so x=1a2x=\sqrt{1-a^2}. The condition ximpliesx implies(x,b)liestotheleftoflies to the left of(a,y),so, so(x,b)isthetopvertex.Nowwecancompute(bycomplexnumbers,orthesineangleadditionidentity)thatis the top vertex. Now we can compute (by complex numbers, or the sine angle addition identity) thatb = \frac{\sqrt{3}}{2}a + \frac{1}{2}\sqrt{1-a^2},so, so\frac{a}{b} = \frac{a}{\frac{\sqrt{3}}{2}a + \frac{1}{2}\sqrt{1-a^2}} = \frac{1}{\frac{\sqrt{3}}{2} + \frac{1}{2a}\sqrt{1-a^2}}.Minimizingthisisequivalenttominimizingthedenominator,whichhappenswhen. Minimizing this is equivalent to minimizing the denominator, which happens when\sqrt{1-a^2} = 0andthusand thusa=1,resultingin, resulting in\rho = \frac{2}{\sqrt{3}},so, so\rho^2 = \frac{4}{3}andtheanswerisand the answer is\boxed{007}$.

As a remark, expressing the condition that the triangle is equilateral purely algebraically instead of using trig eliminates the need for calculus or analyzing the behavior of sine.

Solution 6 (Geometry and Trigonometry)

Notice that by Pythagorean theorem, if we take a triangle with vertices (0,0),(0,0), (a,y),(a,y), and (x,b)(x,b) forming an equilateral triangle. Now, take a rectangle with vertices (0,0),(a,0),(0,b),(a,b).(0,0), (a,0), (0,b), (a,b). Notice that (a,y)(a,y) and (x,b)(x,b) are on the sides. Let α\alpha be the angle formed by the points (0,b),(0,0),(x,b).(0,b), (0,0), (x,b). Then, we have that

cosα=bs,\cos \alpha = \frac{b}{s}, where ss is the side of the equilateral triangle. Also, we have that 30α30^{\circ}-\alpha is the angle formed by the points (a,0),(0,0),(a,y),(a,0), (0,0), (a,y), and so

cos(30α)=as.\cos (30^{\circ}-\alpha) = \frac{a}{s}. Thus, we have that

ab=cos(30α)cosα.\frac{a}{b} = \frac{\cos (30^{\circ}-\alpha)}{\cos \alpha}. We see that this expression is maximized when α\alpha is maximized (at least when α\alpha is in the interval (0,90),(0,90^{\circ}), which it is). Then, α30,\alpha \ge 30^{\circ}, so ew have that the maximum of ab\frac{a}{b} is

cos0cos30=23,\frac{\cos 0}{\cos 30^{\circ}} = \frac{2}{\sqrt{3}}, and so our answer is 4+3=7.4+3 = 7.

Solution 7 (No calc/trig)

As the previous solutions pointed out, we have that the triangle with vertices (0,0),(0,0), (a,y),(a,y), and (x,b)(x,b) is equilateral. Then, note that that equilateral triangle is inscribed in a rectangle with vertices (0,0),(0,0), (a,0),(a,0), (a,b),(a,b), and (0,b).(0,b). Thus, our objective is to find the most "oblique" rectangle that has an equilateral triangle inscribed in it.

This is when a side of the equilateral triangle coincides with a side of the rectangle, and therefore an axis. We see this because if we rotate it so that it is no longer the case, the longer side decreases in length while the shorter side increases in length. Rotating it to coincides with the other axis, it is just the original rectangle reflected over y=x.y=x. WLOG let the side length of the equilateral triangle be 1.1. Then, by our above argument,

(a,b)=(1,32)(a,b)=\left(1,\dfrac{\sqrt{3}}{2}\right) is optimal, so our answer is

(23)2=43    007.\left(\dfrac{2}{\sqrt{3}}\right)^2=\dfrac{4}{3}\implies \boxed{007}.

Video Solution

2008 AIME II #14

MathProblemSolvingSkills.com