How do i find one sided limit of a function, in case i don't have its plot (or a view as a group)?
I mean, in order to find rather a certain limit exists i need to find its existence in both sides, and sometimes it's different values - but if i simply put the value in the function i get the same result...
Many beginning Calculus students unfortunately get the idea that "limit of f at x= a" is just a fancy way of saying "the value of f at a". That's not true. What is true is that
continuous functions have that property. (That is the
definition of "continuous".) In fact, "almost all" functions are NOT continuous but we use continuous functions a lot because they are so nice. You take the two one sided by looking only at the formula for the function on
that side. For example, if f(x)= x- 1 for x<0, f(0)= 2, and \(\displaystyle f(x)= x^2+ 1\) for x> 0, to find \(\displaystyle \lim_{x\to 0^-} f(x)\) \(\displaystyle \lim_{x\to 0} x- 1\). That's continuous at x= 0 (all polynomials are continuous for all x) that limit is 0- 1= -1. To find \(\displaystyle \lim_{x\to 0^+} f(x)\), look at \(\displaystyle \lim_{x\to 0} x^2+ 1\). Again that is continuous so the limit is \(\displaystyle 0^2+ 1= 0\). Since the two one sided limits are differernt, the limit itself, \(\displaystyle \lim_{x\to 0} f(x)\) does not exist. And, of course, then the function is not continuous at x= 0.
and, another question:
Why are the functions of arcsin(sinx) and sin(arcsinx) not the same (x)?
IF f is "one-to-one" (f(x)= f(y)
only if x= y), then \(\displaystyle f^{-1}(f(x))= f(f^{-1}(x)= x\). If f is not one-to-one, then, strictly speaking, f does not have an inverse. But we can, and typically do, restrict the domain of f and define an inverse for that. For example, \(\displaystyle f(x)= x^2\) is not one-to-one because f(2)= f(-2). What we do is restrict f to only non-negative numbers and its inverse is "the
positive number whose square is equal to that"- \(\displaystyle \sqrt{x}\). it is true that \(\displaystyle f(f^{-1}(x))= x\) for all x in the domain of square root. However, \(\displaystyle x^2\) has domain all real numbers and if, say, x= -2, \(\displaystyle f^{-1}(f(2))= f^{-1}(4)= 2\), not -2.
The same thing happens for sine- only worse! sine is periodic with period \(\displaystyle 2\pi\) so, to have an inverse, we need to restrict the range of arcsine to \(\displaystyle -\pi\) to \(\displaystyle \pi\). So for, say \(\displaystyle x= 2\pi\), \(\displaystyle arcsin(sin(x)= arcsine(0)= 0\), not \(\displaystyle 2\pi\).