返回题库

AIME 2011 I · 第 9 题

AIME 2011 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose xx is in the interval [0,π/2][0, \pi/2] and log24sinx(24cosx)=32\log_{24\sin x} (24\cos x)=\frac{3}{2}. Find 24cot2x24\cot^2 x.

解析

Solution 1

We can rewrite the given expression as

243sin3x=24cosx\sqrt{24^3\sin^3 x}=24\cos x Square both sides and divide by 24224^2 to get

24sin3x=cos2x24\sin ^3 x=\cos ^2 x Rewrite cos2x\cos ^2 x as 1sin2x1-\sin ^2 x

24sin3x=1sin2x24\sin ^3 x=1-\sin ^2 x 24sin3x+sin2x1=024\sin ^3 x+\sin ^2 x - 1=0 Testing values using the rational root theorem gives sinx=13\sin x=\frac{1}{3} as a root, sin113\sin^{-1} \frac{1}{3} does fall in the first quadrant so it satisfies the interval. There are now two ways to finish this problem.

First way: Since sinx=13\sin x=\frac{1}{3}, we have

sin2x=19\sin ^2 x=\frac{1}{9} Using the Pythagorean Identity gives us cos2x=89\cos ^2 x=\frac{8}{9}. Then we use the definition of cot2x\cot ^2 x to compute our final answer. 24cot2x=24cos2xsin2x=24(8919)=24(8)=19224\cot ^2 x=24\frac{\cos ^2 x}{\sin ^2 x}=24\left(\frac{\frac{8}{9}}{\frac{1}{9}}\right)=24(8)=\boxed{192}.

Second way: Multiplying our old equation 24sin3x=cos2x24\sin ^3 x=\cos ^2 x by 24sin2x\dfrac{24}{\sin^2x} gives

576sinx=24cot2x576\sin x = 24\cot^2x So, 24cot2x=576sinx=57613=19224\cot^2x=576\sin x=576\cdot\frac{1}{3}=\boxed{192}.

Solution 2

Like Solution 1, we can rewrite the given expression as

24sin3x=cos2x24\sin^3x=\cos^2x Divide both sides by sin3x\sin^3x.

24=cot2xcscx24 = \cot^2x\csc x Square both sides.

576=cot4xcsc2x576 = \cot^4x\csc^2x Substitute the identity csc2x=cot2x+1\csc^2x = \cot^2x + 1.

576=cot4x(cot2x+1)576 = \cot^4x(\cot^2x + 1) Let a=cot2xa = \cot^2x. Then

576=a3+a2576 = a^3 + a^2 . Since 57638\sqrt[3]{576} \approx 8, we can easily see that a=8a = 8 is a solution. Thus, the answer is 24cot2x=24a=248=19224\cot^2x = 24a = 24 \cdot 8 = \boxed{192}.

Video Solution

https://youtu.be/SXwcmdgoQpk

~IceMatrix