sin(1/0) is undefined, but limit of sin(1/x) as x approach 0, should be 0, since f(a) does not equal lim x->a f(x), it's not continuous?
to prove the limit:
we need to find a delta such that: |x| < delta implies |sin(1/x)| < epsilon;
since sin(1/x) is always between -1, to 1, |sin(1/x)| <= 1
maybe squeeze theorem can be used here, let me think...
can we take arcsin on both sides of |sin(1/x)| < epsilon? |1/x| < arcsin(epsilon), 1/|arcsin(epsilon)| < |x| so if we set delta = 1/|arcsin(epsilon)|? then |x| < 1/|arcsin(epsilon)| => 1/|x| < |arcsin(epsilon)| so sin(1/|x|)<epsilon?
Ok I messed up...it doesn't exist :(
Can I interpret the non existence as: Because the graph is a straight vertical line at 0, y takes on all values between [-1, 1] so when being handed out an epsilon, the L+epsilon or L - epsilon difference VARIES and we can't find any delta that can accommodate multiple values of epsilon+L or L-epsilon so the limit doesn't exist?
E.G. at x = 0, y can be both 1 and 0 and -1, so if we assumed L = 0, then when |f(x)-L| < epsilon, the f(x) can take on an infinite many number of values such as 1, 0.99999, 0.999998, so on, and there is no single delta that can make epsilon work for all of those f(x)s, that's why it doesn't exist?
But suppose I wasn't given the graph, but only the equation sin(1/x) = y, how do I manipulate the algebra to disprove the limit's existence? lim x->0+ and lim x->0- being different?
Generally speaking, if we have sin(f(x)) = y
Can we just consider the limit of f(x) first, and if that limit exists as L, then just pinpoint a limit of sin(L) for sin(f(x))? since lim x->0- 1/x does not equal lim x->0+ 1/x, then 1/x doesn't have a limit at 0, so sin(1/x) won't either?
I just tested this on sin(sin(x)/x)'s limit at x->0, and it worked as sin(1).