Difference between revisions of "2013 AIME I Problems/Problem 8"
(→Solution) |
|||
Line 4: | Line 4: | ||
== Solution == | == Solution == | ||
− | The domain of the arcsin function is <math>[-1, 1]</math>, so <math>-1 \le | + | The domain of the arcsin function is <math>[-1, 1]</math>, so <math>-1 \le log_{m}(nx) \le 1</math>. |
− | < | + | <math>\frac{1}{m} \le nx \le m</math> |
− | < | + | <math>\frac{1}{mn} \le x \le \frac{m}{n}</math> |
− | < | + | <math>\frac{m}{n} - \frac{1}{mn} = \frac{1}{2013}</math> |
− | < | + | <math>n = 2013m - \frac{2013}{m}</math> |
− | For < | + | For <math>n</math> to be an integer, <math>m</math> must divide <math>2013</math>, and <math>m > 1</math>. To minimize <math>n</math>, <math>m</math> should be as small as possible because increasing <math>m</math> will decrease <math>\frac{2013}{m}</math> , the amount you are subtracting, and increase <math>2013m</math> , the amount you are adding; this also leads to a small <math>m</math> which clearly minimizes '<math>m+n</math>. |
− | We let < | + | We let <math>m</math> equal 3, the smallest factor of <math>2013</math> that isn't <math>1</math>.. <math>n = 2013*3 - \frac{2013}{3} = 6039 - 671 = 5368</math> |
− | < | + | <math>m + n = 5371</math>, so the answer is <math>\boxed{371}</math>. |
Revision as of 17:20, 16 March 2013
Problem 8
The domain of the function f(x) = arcsin(log(nx)) is a closed interval of length , where and are positive integers and . Find the remainder when the smallest possible sum is divided by 1000.
Solution
The domain of the arcsin function is , so .
For to be an integer, must divide , and . To minimize , should be as small as possible because increasing will decrease , the amount you are subtracting, and increase , the amount you are adding; this also leads to a small which clearly minimizes '.
We let equal 3, the smallest factor of that isn't ..
, so the answer is .