The domain of the function f(x)=arcsin(logm(nx)) is a closed interval of length 20131 , where m and n are positive integers and m>1. Find the remainder when the smallest possible sum m+n is divided by 1000.
解析
Solution 1
We know that the domain of arcsin is [−1,1], so −1≤logmnx≤1. Now we can apply the definition of logarithms:
m−1=m1≤nx≤m⟹mn1≤x≤nm
Since the domain of f(x) has length 20131, we have that
nm−mn1=20131⟹mnm2−1=20131
A larger value of m will also result in a larger value of n since mnm2−1≈mnm2=nm meaning m and n increase about linearly for large m and n. So we want to find the smallest value of m that also results in an integer value of n. The problem states that m>1. Thus, first we try m=2:
2n3=20131⟹2n=3⋅2013⟹n∈/Z
Now, we try m=3:
3n8=20131⟹3n=8⋅2013⟹n=8⋅671=5368
Since m=3 is the smallest value of m that results in an integral n value, we have minimized m+n, which is 5368+3=5371≡371(mod1000).
Solution 2
We start with the same method as above. The domain of the arcsin function is [−1,1], so −1≤logm(nx)≤1.
m1≤nx≤mmn1≤x≤nmnm−mn1=20131n=2013m−m2013
For n to be an integer, m must divide 2013, and m>1. To minimize n, m should be as small as possible because increasing m will decrease m2013, the amount you are subtracting, and increase 2013m, the amount you are adding; this also leads to a small n which clearly minimizes m+n.
We let m equal 3, the smallest factor of 2013 that isn't 1. Then we have n=2013∗3−32013=6039−671=5368
m+n=5371, so the answer is 371.
Solution 3 (Operation Quadratics)
Note that we need −1≤f(x)≤1, and this eventually gets to mnm2−1=20131. From there, break out the quadratic formula and note that
m=2013×2n+n2+40262.
Then we realize that the square root, call it a, must be an integer. Then (a−n)(a+n)=40262.
Observe carefully that 40262=2×2×3×3×11×11×61×61! It is not difficult to see that to minimize the sum, we want to minimize n as much as possible. Seeing that 2a is even, we note that a 2 belongs in each factor. Now, since we want to minimize a to minimize n, 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,61 and 2,11,3,3,11 fails; the next best is 2,61,11,3,3 and 2,61,11, in which a=6710 and n=5368. That is our best solution, upon which we see that m=3, thus 371.
Solution 4 (Factor! and slightly cheese)
By considering the range of arcsin, we obtain −1≤logm(nx)≤1⇒mn1≤x≤nm. Hence we consider the difference: nm−mn1=mnm2−1=20131. Now just cross multiply to obtain 2013(m−1)(m+1)=mn, and that 2013=3⋅11⋅61. We could try a few cases: m=3, for instance, yields n=671⋅8=5368. Adding 3 gives 5371. Now, if we consider greater m, we see that the term (m−1)(m+1) grows very fast: this is also due to the fact that 61,11≫3. Hence, we may just conclude that the answer is 5371⇒371.