返回题库

AIME 1983 · 第 9 题

AIME 1983 — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the minimum value of 9x2sin2x+4xsinx\frac{9x^2\sin^2 x + 4}{x\sin x} for 0<x<π0 < x < \pi.

解析

Solution 1

Let y=xsinxy=x\sin{x}. We can rewrite the expression as 9y2+4y=9y+4y\frac{9y^2+4}{y}=9y+\frac{4}{y}.

Since x>0x>0, and sinx>0\sin{x}>0 because 0<x<π0< x<\pi, we have y>0y>0. So we can apply AM-GM:

9y+4y29y4y=129y+\frac{4}{y}\ge 2\sqrt{9y\cdot\frac{4}{y}}=12 The equality holds when 9y=4yy2=49y=239y=\frac{4}{y}\Longleftrightarrow y^2=\frac49\Longleftrightarrow y=\frac23.

Therefore, the minimum value is 012\boxed{012}. This is reached when we have xsinx=23x \sin{x} = \frac{2}{3} in the original equation (since xsinxx\sin x is continuous and increasing on the interval 0xπ20 \le x \le \frac{\pi}{2}, and its range on that interval is from 0xsinxπ20 \le x\sin x \le \frac{\pi}{2}, this value of 23\frac{2}{3} is attainable by the Intermediate Value Theorem).

Solution 2

We can rewrite the numerator to be a perfect square by adding 12xsinxxsinx-\dfrac{12x \sin x}{x \sin x}. Thus, we must also add back 1212.

This results in (3xsinx2)2xsinx+12\dfrac{(3x \sin x-2)^2}{x \sin x}+12.

Thus, if 3xsinx2=03x \sin x-2=0, then the minimum is obviously 1212. We show this possible with the same methods in Solution 1; thus the answer is 012\boxed{012}.

Solution 3 (uses calculus)

Let y=xsinxy = x\sin{x} and rewrite the expression as f(y)=9y+4yf(y) = 9y + \frac{4}{y}, similar to the previous solution. To minimize f(y)f(y), take the derivative of f(y)f(y) and set it equal to zero.

The derivative of f(y)f(y), using the Power Rule, is

f(y)f'(y) = 94y29 - 4y^{-2}

f(y)f'(y) is zero only when y=23y = \frac{2}{3} or y=23y = -\frac{2}{3}. It can further be verified that 23\frac{2}{3} and 23-\frac{2}{3} are relative minima by finding the derivatives at other points near the critical points, or by checking that the second derivative f(y)=8y3f''(y)=8y^{-3} is positive. However, since xsinxx \sin{x} is always positive in the given domain, y=23y = \frac{2}{3}. Therefore, xsinxx\sin{x} = 23\frac{2}{3}, and the answer is (9)(23)2+423=012\frac{(9)(\frac{2}{3})^2 + 4}{\frac{2}{3}} = \boxed{012}.

Solution 4 (also uses calculus)

As above, let y=xsinxy = x\sin{x}. Add 12yy\frac{12y}{y} to the expression and subtract 1212, giving f(x)=(3y+2)2y12f(x) = \frac{(3y+2)^2}{y} - 12. Taking the derivative of f(x)f(x) using the Chain Rule and Quotient Rule, we have df(x)dx=6y(3y+2)(3y+2)2y2\frac{\text{d}f(x)}{\text{d}x} = \frac{6y(3y+2)-(3y+2)^2}{y^2}. We find the minimum value by setting this to 00. Simplifying, we have 6y(3y+2)=(3y+2)26y(3y+2) = (3y+2)^2 and y=±23=xsinxy = \pm{\frac{2}{3}} = x\sin{x}. Since both xx and sinx\sin{x} are positive on the given interval, we can ignore the negative root. Plugging y=23y = \frac{2}{3} into our expression for f(x)f(x), we have (3(23)+2)2y12=16(23)12=012\frac{(3(\frac{2}{3})+2)^2}{y}-12 = \frac{16}{\left(\frac{2}{3}\right)}-12 = \boxed{012}.

Solution 5

Set 9x2sin2x+4xsinx\frac{9x^2\sin^2 x + 4}{x\sin x} equal to yy. Then multiply by xsinxx\sin x on both sides to get 9x2sin2x+4=yxsinx9x^2\sin^2 x + 4 = y\cdot x\sin x. We then subtract yxsinxyx\sin x from both sides to get 9x2sin2x+4yxsinx=09x^2\sin^2 x + 4 - yx\sin x = 0. This looks like a quadratic so set z=xsinxz= x\sin x and use quadratic equation on 9z2yz+4=09z^2 - yz + 4 = 0 to see that z=y±y214418z = \frac{y\pm\sqrt{y^2-144}}{18}. We know that yy must be an integer and as small as it can be, so yy = 12. We plug this back in to see that xsinx=23x\sin x = \frac{2}{3} which we can prove works using methods from solution 1. This makes the answer 012\boxed{012}

-awesomediabrine

Solution 6

Seeing that we need to minimize, we think inequalities, and seeing squares, we think RMS-AM-GM-HM. From this inequality, we know that (3xsinx)2+222(3xsinx)(2)\sqrt{\frac{(3x\sin x)^2+2^2}{2}} \geq \sqrt{(3x\sin x)(2)}, with equality holding when 3xsinx=23x\sin x=2. From this inequality, we can see the following: \begin{align*} \sqrt{\frac{(3x\sin x)^2+2^2}{2}} \geq \sqrt{(3x\sin x)(2)} \\ \frac{9x^2\sin^2x+4}{2} \geq 6x\sin x \\ \frac{9x^2\sin^2x+4}{x\sin x} \geq 12 \end{align*} We can prove that the equality condition is possible as in Solution 11. Thus, our answer is 012\boxed{012}.

Video Solution

https://youtu.be/WQaL5cPDVVo

~Lucas