返回题库

AIME 2003 I · 第 11 题

AIME 2003 I — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

An angle xx is chosen at random from the interval 0<x<90.0^\circ < x < 90^\circ. Let pp be the probability that the numbers sin2x,cos2x,\sin^2 x, \cos^2 x, and sinxcosx\sin x \cos x are not the lengths of the sides of a triangle. Given that p=d/n,p = d/n, where dd is the number of degrees in arctan\text{arctan} mm and mm and nn are positive integers with m+n<1000,m + n < 1000, find m+n.m + n.

解析

Solution

Note that the three expressions are symmetric with respect to interchanging sin\sin and cos\cos, and so the probability is symmetric around 4545^\circ. Thus, take 0<x<450 < x < 45 so that sinx<cosx\sin x < \cos x. Then cos2x\cos^2 x is the largest of the three given expressions and those three lengths not forming a triangle is equivalent to a violation of the triangle inequality

cos2x>sin2x+sinxcosx\cos^2 x > \sin^2 x + \sin x \cos x This is equivalent to

cos2xsin2x>sinxcosx\cos^2 x - \sin^2 x > \sin x \cos x and, using some of our trigonometric identities, we can re-write this as cos2x>12sin2x\cos 2x > \frac 12 \sin 2x. Since we've chosen x(0,45)x \in (0, 45), cos2x>0\cos 2x > 0 so

2>tan2xx<12arctan2.2 > \tan 2x \Longrightarrow x < \frac 12 \arctan 2. The probability that xx lies in this range is 145(12arctan2)=arctan290\frac 1{45} \cdot \left(\frac 12 \arctan 2\right) = \frac{\arctan 2}{90} so that m=2m = 2, n=90n = 90 and our answer is 092\boxed{092}.

Solution 2 (Complementary Counting)

We seek a complementary counting argument, where we look for the probability that sin2x\sin^2 x, cos2x\cos^2 x and sinxcosx\sin x \cos x form the side lengths of a triangle.

By the triangle inequality, we must have the following three inequalities to be true:

sin2x+cos2x>sinxcosx\sin^2 x + \cos^2 x > \sin x \cos x sin2x+sinxcosx>cos2x\sin^2 x + \sin x \cos x > \cos^2 x cos2x+sinxcosx>sin2x\cos^2 x + \sin x \cos x > \sin^2 x The first inequality will always hold since we have sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, and 1>sinxcosx1 > \sin x \cos x for all xx (The maximum value of sinxcosx\sin x \cos x is 12\frac{1}{2} when sinx=cosx=22\sin x = \cos x = \frac{\sqrt{2}}{2}).

Now, we examine the second inequality sin2x+sinxcosx>cos2x\sin^2 x + \sin x \cos x > \cos^2 x. If we subtract sin2x\sin^2 x from both sides, we have sinxcosx>cos2xsin2x\sin x \cos x > \cos^2 x - \sin^2 x. Aha! This resembles our sine and cosine double angle identities. Therefore, our inequality is now sin2x>2cos2x\sin 2x > 2\cos 2x. We can divide both sides by cos2x\cos 2x and we have tan2x>2\tan 2x > 2. The solutions to this occur when 45x>arctan2245 \geq x > \frac{\arctan 2}{2}.

(To understand why it must be x>x >, we can draw the unit circle, and notice as x moves from arctan22\frac{\arctan 2}{2} to 9090, tanx\tan x approaches \infty. We must cap xx at 4545, since if x>45x > 45, 2x>902x > 90, and tanx\tan x will be negative.)

Next, we examine the third inequality, cos2x+sinxcosx>sin2x\cos^2 x + \sin x \cos x > \sin^2 x. Once again, we can get our double angle identities for sine and cosine by subtracting cos22x\cos^2 2x from both sides. We have, sinxcosx>sin2xcos2xsin2x>2cos2x\sin x \cos x > \sin^2 x -\cos^2 x \to \sin 2x > -2\cos 2x.

Next, we again, divide by cos2x\cos 2x to produce a tan2x\tan 2x (we do this because one trig function is easier to deal with than 2). However, if cos2x>0\cos 2x > 0, we do not need to flip the sign since sin2x>0\sin 2x >0, and so if cos2x>0\cos 2x >0, all values for which that is true satisfy the inequality. So we only consider if cos2x<0\cos 2x < 0, and when we divide by a negative, we must flip the sign. Thus we have tan2x<2\tan 2x < -2.

We can take the arctan\arctan of both sides, and we have arctan22>x45\frac{\arctan -2}{2}> x \geq 45. Once again, to better understand this, we can draw the angle xx for which tan2x=2\tan 2x = -2, and we notice as 2x2x moves to x=90x=90, tan2x\tan 2x approaches - \infty. We must cap xx at 4545 since if x<45x<45, we have tan2x>0\tan 2x > 0.

Notice that if we draw the terminal points for arctan22\frac{\arctan 2}{2} and arctan22\frac{\arctan -2}{2}, they have the same smaller angle with the x and y axis respectively. This means the range of degree measures for which our inequalities hold is 90arctan22>x>arctan2290 - \frac{\arctan 2}{2} > x > \frac{\arctan 2}{2} which has an area of 90arctan290 - \arctan 2. However, we want the complement of this, which has an area of 90(90arctan2)=arctan290 - (90 - \arctan 2) = \arctan 2. Therefore, the desired probability is arctan290\frac{\arctan2}{90}, and so m+n=2+90=92m+n=2+90=92.

-BossLu99