Hello,
Oops, I missed the m > OR = 0 part.
For f(x) = xmsin(1/x)
If m=0, then f(x) = sin(1/x)
So, for m=0, your logic for testing continuity of f(x) at zero breaks down. Sin(1/x) is not continuous at 0.
Now, regarding that "solution" you found that says:
x_n = \frac{1}{(2n)\pi}
Hmm. Well, let's look at when sin(1/x) = 0
then 1/x = {\pi, 2\pi, 3\pi, ... } = n \pi
So I get: x = \frac{1}{(n)\pi}
Different than your solution, but the same idea: as n gets larger, x gets closer to 0, but ... between every point where sin(1/x) = 0, it oscillates up to +1 (or down to -1):
when sin(1/x) = 1 --> 1/x = {\pi/2, 2\pi+\pi/2, ...} = 2n\pi+\pi/2 --> x = \frac{1}{(2n\pi + \pi/2)}
and when sin(1/x) = -1 --> 1/x = {3\pi/2, 2\pi+3\pi/2, ...} = 2n\pi+3\pi/2 --> x = \frac{1}{(2n\pi + 3\pi/2)}
So ... as x ->0, it passes through a full oscillation between each successive x_n = \frac{1}{(2n)\pi}, taking on values 0, 1, 0, -1, 0 successively between xn and xn+1
That's a long-winded answer. Does it help?
Regards, BobM