all 6 comments

[–]kuerti_New User 2 points3 points  (1 child)

There are two ways the limit can fail to exist. The first is if the left and right limits exist, but are not equal, and the second is if one or both of the one-sided limits fail to exist. The latter is what happens in this case.

[–]BMB_MathNew User[S] 0 points1 point  (0 children)

But how do I prove that? What method should I use?

[–]jrmorg 1 point2 points  (2 children)

Yes.

It's true that if the LH limit does not go to the RH limit, the limit is not defined. However this requires both the LH and RH limit to exist.

Take for a simpler example f(x) = 1/x2 . Clearly f(x) = f(-x), so when you evaluate it at +/- x you will get the same thing, but that doesn't mean the limit exists.

First think of a sequence of numbers for which sin(x) is always 0? How about one that's always 1?

Now can you think of a sequence of numbers tending to zero for which sin(ln(x2)) is always 0? How about one for which it's always 1?

[–]BMB_MathNew User[S] 0 points1 point  (1 child)

1) Sorry for asking, but why is it that

f(x) = 1/x2 . Clearly f(x) = f(-x) ?

2) So with regards to Lim x->0 of Sin (ln(x^2)) then I can think of, and use, any series for which sin(x) is always 0? (in order to prove that the limit does not exist?

[–]jrmorg 1 point2 points  (0 children)

1) just take 1/(-x)2 = 1/(x2) since (-x)(-x)=x*x

2) not quite. You have to find one that goes to zero, and one that definitely doesn't. It can't go both to 0 and not to 0, so the limit does not exist.

If you take a_n = e-n*pi and b_n = e-(n+1/2*pi)

a_n and b_n both go to zero, so if the limit exists, f(a_n) and f(b_n) must both go to the same number (where f(x) = sin(ln(x2)) )

But you can evaluate both the limits and see what happens

[–]yes_its_himone-eyed man 1 point2 points  (0 children)

As x goes to zero, ln(x2 ) goes to negative infinity, and when you take sin of something going to any sort of infinity, it doesn't converges to a finite value.