1

I'm very confused about this. When finding the derivative of sine, we have

$\lim_{h\to0}\dfrac{\sin(x+h)-\sin x}{h}=\dfrac{\lim_{h\to0}(\sin(x+h)-\sin x)}{\lim_{h\to0}h}=\dfrac{\lim_{h\to0}(\sin x\cos h+\sin h\cos x-\sin x)}{\lim_{h\to0}h}=\dfrac{\lim_{h\to0}(\sin x\cos h-x)+\lim_{h\to0}(\sin h\cos x)}{\lim_{h\to0}h}=\dfrac{0+\lim_{h\to0}(\sin h\cos x)}{\lim_{h\to0}h}=\cos x\lim_{h\to0}\dfrac{\sin h}{h}=\cos x$

Is this proof correct? If not, why is it correct to say $\lim_{x\to0}\dfrac1{x^2}=\dfrac1{0}=\infty$? Please explain.

k5f
  • 641

1 Answers1

2

Quotient rule can only be used when denominator's limit doesn't become zero.

$\lim_{h\to0}\dfrac{\sin(x+h)-\sin x}{h}\\ =\lim_{h\to0}\dfrac{(\sin(x+h)-\sin x)}{h}\\ =\lim_{h\to0}\dfrac{(\sin x\cos h+\sin h\cos x-\sin x)}{h}\\ =\lim_{h\to0}\dfrac{\sin x(\cos h-1)+(\sin h\cos x)}{h}\\ =\lim_{h\to0}\dfrac{(\cos h-1)}{h}.\sin x+\lim_{h\to0}\dfrac{\sin h}{h}.(\cos x)\\ =\cos x\lim_{h\to0}\dfrac{\sin h}{h}=\cos x $


If $\epsilon$ is any positive number, however small, then we can find a number $n_0$ such that $\frac1n < \epsilon$ for all values of n greater than or equal to $n_0$
We shall say that ‘the limit of $\frac1n$ as n tends to $\infty$ is $0$’, a statement which we may express symbolically in the form: $$\lim_{n\to\infty}\frac1n=0$$

RE60K
  • 17,716