I am working on learning limits, and I decided to create a derivative of a function, convert it to a limit, and try to solve it as a limit.
Here's my equation: $$\lim_{d \to 0} \frac{2\sin(x+d)-\sin(x)-\sin(x+2d)}{d^2} = f(x)$$
By the way, I know $f(x) = \sin(x)$.
My first idea is to do L'Hopital's Rule, but I don't know how to do that with a limit on $d$ going to $0$ and a $x$ doing... nothing. I have tried multiple things, both of which screw up the limit to not be $\sin(x)$. Does anyone know the correct way to apply L'H to this?
Use L'Hopitals rule, and since $x$ is doing nothing... treat it as a constant, while differentiating w.r. t. $d$.
\begin{align} {\rm L} &=\lim_{d \to 0} \frac{2\sin(x+d)-\sin(x)-\sin(x+2d)}{d^2} \\ &=\lim_{d \to 0} \frac{2\cos(x+d)-2\cos(x+2d)}{2d}\\ &=\lim_{d \to 0} \frac{-\sin(x+d)+2\sin(x+2d)}{1} \\ &= 2\sin x-\sin x\\ &=\color{blue}{\sin x}\\ \end{align}