返回题库

AIME 2002 II · 第 10 题

AIME 2002 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

While finding the sine of a certain angle, an absent-minded professor failed to notice that his calculator was not in the correct angular mode. He was lucky to get the right answer. The two least positive real values of xx for which the sine of xx degrees is the same as the sine of xx radians are mπnπ\frac{m\pi}{n-\pi} and pπq+π\frac{p\pi}{q+\pi}, where mm, nn, pp, and qq are positive integers. Find m+n+p+qm+n+p+q.

解析

Solution 1

Note that xx degrees is equal to πx180\frac{\pi x}{180} radians. Also, for α[0,π2]\alpha \in \left[0 , \frac{\pi}{2} \right], the two least positive angles θ>α\theta > \alpha such that sinθ=sinα\sin{\theta} = \sin{\alpha} are θ=πα\theta = \pi-\alpha, and θ=2π+α\theta = 2\pi + \alpha.

Clearly x>πx180x > \frac{\pi x}{180} for positive real values of xx.

θ=πα\theta = \pi-\alpha yields: x=ππx180x=180π180+π(p,q)=(180,180)x = \pi - \frac{\pi x}{180} \Rightarrow x = \frac{180\pi}{180+\pi} \Rightarrow (p,q) = (180,180).

θ=2π+α\theta = 2\pi + \alpha yields: x=2π+πx180x=360π180π(m,n)=(360,180)x = 2\pi + \frac{\pi x}{180} \Rightarrow x = \frac{360\pi}{180-\pi} \Rightarrow (m,n) = (360,180).

So, m+n+p+q=900m+n+p+q = \boxed{900}.

Solution 2

The first case is when the two angles, xx and πx180\frac{\pi x}{180}, are coterminal. The second case is when they are reflections of the yy axis.

1. x+2πa=πx180x+2\pi a = \frac{\pi x}{180} for any integer aa So x=360πaπ180x=\frac{360\pi a }{\pi -180}

2. (2b+1)πx=πx180(2b+1)\pi -x = \frac{\pi x}{180} for any integer bb So x=180(2b+1)ππ+180x = \frac{180(2b+1)\pi}{\pi + 180}

Choosing carefully a,ba,b such that it's the minimum gives the answer same as above.