返回题库

AIME 2013 I · 第 8 题

AIME 2013 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The domain of the function f(x)=arcsin(logm(nx))f(x) = \arcsin(\log_{m}(nx)) is a closed interval of length 12013\frac{1}{2013} , where mm and nn are positive integers and m>1m>1. Find the remainder when the smallest possible sum m+nm+n is divided by 1000.

解析

Solution 1

We know that the domain of arcsin\text{arcsin} is [1,1][-1, 1], so 1logmnx1-1 \le \log_m nx \le 1. Now we can apply the definition of logarithms:

m1=1mnxmm^{-1} = \frac1m \le nx \le m     1mnxmn\implies \frac{1}{mn} \le x \le \frac{m}{n} Since the domain of f(x)f(x) has length 12013\frac{1}{2013}, we have that

mn1mn=12013\frac{m}{n} - \frac{1}{mn} = \frac{1}{2013}     m21mn=12013\implies \frac{m^2 - 1}{mn} = \frac{1}{2013} A larger value of mm will also result in a larger value of nn since m21mnm2mn=mn\frac{m^2 - 1}{mn} \approx \frac{m^2}{mn}=\frac{m}{n} meaning mm and nn increase about linearly for large mm and nn. So we want to find the smallest value of mm that also results in an integer value of nn. The problem states that m>1m > 1. Thus, first we try m=2m = 2:

32n=12013    2n=32013    nZ\frac{3}{2n} = \frac{1}{2013} \implies 2n = 3 \cdot 2013 \implies n \notin \mathbb{Z} Now, we try m=3m=3:

83n=12013    3n=82013    n=8671=5368\frac{8}{3n} = \frac{1}{2013} \implies 3n = 8 \cdot 2013 \implies n = 8 \cdot 671 = 5368 Since m=3m=3 is the smallest value of mm that results in an integral nn value, we have minimized m+nm+n, which is 5368+3=5371371(mod1000)5368 + 3 = 5371 \equiv \boxed{371} \pmod{1000}.

Solution 2

We start with the same method as above. The domain of the arcsin function is [1,1][-1, 1], so 1logm(nx)1-1 \le \log_{m}(nx) \le 1.

1mnxm\frac{1}{m} \le nx \le m 1mnxmn\frac{1}{mn} \le x \le \frac{m}{n} mn1mn=12013\frac{m}{n} - \frac{1}{mn} = \frac{1}{2013} n=2013m2013mn = 2013m - \frac{2013}{m} For nn to be an integer, mm must divide 20132013, and m>1m > 1. To minimize nn, mm should be as small as possible because increasing mm will decrease 2013m\frac{2013}{m}, the amount you are subtracting, and increase 2013m2013m, the amount you are adding; this also leads to a small nn which clearly minimizes m+nm+n.

We let mm equal 33, the smallest factor of 20132013 that isn't 11. Then we have n=2013320133=6039671=5368n = 2013*3 - \frac{2013}{3} = 6039 - 671 = 5368

m+n=5371m + n = 5371, so the answer is 371\boxed{371}.

Solution 3 (Operation Quadratics)

Note that we need 1f(x)1-1\le f(x)\le 1, and this eventually gets to m21mn=12013\frac{m^2-1}{mn}=\frac{1}{2013}. From there, break out the quadratic formula and note that

m=n+n2+402622013×2.m= \frac{n+\sqrt{n^2+4026^2}}{2013\times 2}. Then we realize that the square root, call it aa, must be an integer. Then (an)(a+n)=40262.(a-n)(a+n)=4026^2.

Observe carefully that 40262=2×2×3×3×11×11×61×614026^2 = 2\times 2\times 3\times 3\times 11\times 11\times 61\times 61! It is not difficult to see that to minimize the sum, we want to minimize nn as much as possible. Seeing that 2a2a is even, we note that a 22 belongs in each factor. Now, since we want to minimize aa to minimize nn, we want to distribute the factors so that their ratio is as small as possible (sum is thus minimum). The smallest allocation of 2,61,612, 61, 61 and 2,11,3,3,112, 11, 3, 3, 11 fails; the next best is 2,61,11,3,32, 61, 11, 3, 3 and 2,61,112, 61, 11, in which a=6710a=6710 and n=5368n=5368. That is our best solution, upon which we see that m=3m=3, thus 371\boxed{371}.

Solution 4 (Factor! and slightly cheese)

By considering the range of arcsin\arcsin, we obtain 1logm(nx)11mnxmn-1 \leq\log_{m} (nx) \leq 1 \Rightarrow \frac{1}{mn} \leq x \leq \frac{m}{n}. Hence we consider the difference: mn1mn=m21mn=12013\frac{m}{n} - \frac{1}{mn} = \frac{m^2 - 1}{mn} = \frac{1}{2013}. Now just cross multiply to obtain 2013(m1)(m+1)=mn2013(m-1)(m+1) = mn, and that 2013=311612013 = 3 \cdot 11 \cdot 61. We could try a few cases: m=3m = 3, for instance, yields n=6718=5368n = 671 \cdot 8 = 5368. Adding 33 gives 53715371. Now, if we consider greater mm, we see that the term (m1)(m+1)(m-1)(m+1) grows very fast: this is also due to the fact that 61,11361,11 \gg 3. Hence, we may just conclude that the answer is 53713715371 \Rightarrow \boxed{371}.