pc2-brazil
- 198
- 3
Homework Statement
Show that the function f(x) = x\sin\left( \frac{\pi}{x} \right) has an infinite number of relative extrema.
Homework Equations
The Attempt at a Solution
Using the product rule and chain rule to find the derivative f'(x):
f'(x) = \sin\left( \frac{\pi}{x} \right) - \frac{x\pi}{x^2} \cos\left( \frac{\pi}{x} \right)
f'(x) = \sin\left( \frac{\pi}{x} \right) - \frac{\pi}{x} \cos\left( \frac{\pi}{x} \right)
To try to find the relative extrema, I will determine for which values f'(x) = 0.
\sin\left( \frac{\pi}{x} \right) - \frac{\pi}{x} \cos\left( \frac{\pi}{x} \right) = 0
\sin\left( \frac{\pi}{x} \right) = \frac{\pi}{x} \cos\left( \frac{\pi}{x} \right)
\frac{\sin\left( \frac{\pi}{x} \right)}{\cos\left( \frac{\pi}{x} \right)} = \frac{\pi}{x}
\frac{\pi}{x}=\tan\left( \frac{\pi}{x} \right )
Now I can replace π/x with k, if k ≠ 0:
k=\tan(k)
The solution to the equation above are the points of interception between the line y = k and the curve y = tan(k). Since there is an infinite number of interceptions, the equation above has an infinite number of solutions.
There is an infinite number of interceptions because, in the function y = tan(k), there are infinitely many vertical asymptotes, so, the line y = k will intercept the curve y = tan(k) in infinitely many points.
So, f(x) = x sin(π/x) has an infinite number of relative extrema.
Is this correct? Is there some important step missing in the middle?
Thank you in advance.