返回题库

AIME 1991 · 第 4 题

AIME 1991 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

How many real numbers xx^{}_{} satisfy the equation 15log2x=sin(5πx)\frac{1}{5}\log_2 x = \sin (5\pi x)?

解析

Solution

AIME diagram

The range of the sine function is 1y1-1 \le y \le 1. It is periodic (in this problem) with a period of 25\frac{2}{5}.

Thus, 115log2x1-1 \le \frac{1}{5} \log_2 x \le 1, and 5log2x5-5 \le \log_2 x \le 5. The solutions for xx occur in the domain of 132x32\frac{1}{32} \le x \le 32. When x>1x > 1 the logarithm function returns a positive value; up to x=32x = 32 it will pass through the sine curve. There are exactly 10 intersections of five periods (every two integral values of xx) of the sine curve and another curve that is <1< 1, so there are 322106=1606=154\frac{32}{2} \cdot 10 - 6 = 160 - 6 = 154 values (the subtraction of 6 since all the “intersections” when x<1x < 1 must be disregarded). When y=0y = 0, there is exactly 11 touching point between the two functions: (15,0)\left(\frac{1}{5},0\right). When y<0y < 0 or x<1x < 1, we can count 44 more solutions. The solution is 154+1+4=159154 + 1 + 4 = \boxed{159}.

Solution 2

Notice that the equation is satisfied twice for every sine period (which is 25\frac{2}{5}), except in the sole case when the two equations equate to 00. In that case, the equation is satisfied twice but only at the one instance when y=0y=0. Hence, it is double-counted in our final solution, so we have to subtract it out. We then compute: 325221=15932 \cdot \frac{5}{2} \cdot 2 - 1 = \boxed {159}