Determine whether the limit yields the derivative of a differentiable function $f$. Explain, use algebra to justify your conclusions. $h$ approaches $0$ in all limits.
$\lim_{h\to 0} \frac{f(x+2h)-f(x)}{2h}$
$\lim_{h\to 0} \frac{f(x+2)-f(x)}{2h}$
$\lim_{h\to 0} \frac{f(x+h)-f(x-h)}{2h}$
$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$
You have to use algebra and variable substitutions to make each limit a limit of the form $$\lim_{h\rightarrow0}\frac{f(x+h)-f(x)}{h}$$ Then it will be the derivative of $f(x)$. If it cannot be made to look like this, then it is not the derivative of $f(x)$. I will do the first one to show the concept, and leave the others as an exercise. We have $f(x+2h)$ and we want to have $f(x+h)$, so we substitute $h'=2h$. As $h\rightarrow0$, $h'=2h\rightarrow0$, so the limit becomes $$\lim_{h'\rightarrow0}\frac{f(x+h')-f(x)}{h'}$$ which is the derivative of $f(x)$.