0

Prove this function is differentiable and find it's derivative. $$ S(x)= \begin{cases} \frac{\sin x}{x} & x\neq0\\ 1 & x=0 \end{cases} $$ The derivative in $\mathbb{R}-\{0\}$ is : $\frac{x\cos x-\sin x}{x^2}$, but I don't know how to find the derivative at $x=0$

sai-kartik
  • 2,090

3 Answers3

0

$$\frac{\frac{\sin x}{x}-1}{x} = \frac{\sin x -x}{x^2}= \frac{3\sin \frac{x}{3}-4 \sin^3 \frac{x}{3}-x}{x^2} \sim \frac{3\sin \frac{x}{3}-x}{x^2}=3\frac{\sin \frac{x}{3}-\frac{x}{3}}{x^2}$$ Second and last member without $3$ have same limits. Can you continue?

zkutch
  • 13,410
0

Okay, you might do something like this

$$ f’(0) = \lim_{h\to 0} \frac{f(h) - f(0)}{h}\\ f’(0)= \lim_{h\to 0} \frac{\frac{\sin h }{h} -1}{h} $$

and then use L’Hospitals rule to evaluate the limit. But what you forget is that the given function is discontinuous at zero and hence derivative will not exist at $x=0$.

0

Since $S$ is even, its derivative at $x=0$ is either $0$ or undefined. There are many ways to show the former holds here, e.g.$$\lim_{x\to0}\frac{x\cos x-\sin x}{x^2}=\lim_{x\to0}\frac{\cos x-1}{x}+\lim_{x\to0}\frac{x-\sin x}{x^2}=0+0=0.$$Indeed$$\lim_{x\to0}\frac{\cos x-1}{x^2}=-\frac12,\,\lim_{x\to0}\frac{x-\sin x}{x^3}=\frac16$$are famous results which, multiplied by $\lim_{x\to0}x=0$, gives what we need.

J.G.
  • 115,835