Limits, change of function

157 Views Asked by At

For example I need to find $\lim_{x\to 0}f(x)$. I know that $\lim_{x\to 0}\frac x{\sin x} = 1$. So I think it is reasonable to assume that $x \approx \sin x$ when $x$ approaches $0$. Then can I say that $\lim_{x\to 0}f(x)$ = $\lim_{x\to 0}f(\sin x)$ ?

2

There are 2 best solutions below

0
On BEST ANSWER

Assume that $\lim_{x\rightarrow 0}f(x)=L$. Given $\epsilon>0$, there exists some $\delta>0$ such that $0<|x|<\delta$ implies $|f(x)-L|<\epsilon$. Use the fact that for small neighborhood of $0$, $\sin$ has only one zero and closed to zero. So there exists some $\delta'>0$ such that $0<|x|<\delta'$ implies $0<|\sin x|<\delta$, then $|f(\sin x)-L|<\epsilon$, this proves $\lim_{x\rightarrow 0}f(\sin x)=L$.

The other direction is similar since we can find for some $\eta'>0$ such that $0<|x|<\delta'$ implies that $0<|\sin^{-1}x|<\eta$ where $\eta$ is such that $0<|x|<\eta$ implies $|f(\sin x)-L|<\epsilon$.

5
On

If f is continuous

$$\lim_{x\to 0}f(\sin x)=f(\lim_{x\to 0}\sin x))=\lim_{x\to 0}f(x)$$