I'm pretty elementary in calculus so bear with me. I had this problem in my calculus book that I got stumped on:
Prove $$\lim_{\Delta x\to0}\frac{f(x_0+\Delta x) - f(x_0 - \Delta x)}{2\Delta x} = f'(x_0)$$
Here was the proof that I came up with:
(1) $$\frac{f(x_0+\Delta x) - f(x_0 - \Delta x)}{2\Delta x} = \frac{f(x_0+\Delta x) - f(x_0 - \Delta x)}{(x_0 + \Delta x) - (x_0 - \Delta x)}$$ (1) is the definition of slope, so $$\lim_{\Delta x\to0}\frac{f(x_0+\Delta x) - f(x_0 - \Delta x)}{(x_0 + \Delta x) - (x_0 - \Delta x)} = f'(x_0)$$ as that is the definition of slope.
I feel as if this makes sense but something seems off with this proof. It just doesn't really fell complete. If anyone can guide me as to what I should do, then that would be appreciated.
I'm assuming that by definition $$f'(x_0)=\lim_{\Delta x\to 0}\frac{f(x_0+\Delta x)-f(x_0)}{\Delta x}.$$ The key here is that, by definition, if the derivative exists, there is a two-sided limit of the difference quotient. In general, whenever $f$ has a two-sided limit at $c$, we have $\lim\limits_{c\to 0}f(x+c)=\lim\limits_{x\to 0}f(x-c)$. You can think of this as approaching $c$ from the left versus from the right. In reality though, when we write $\lim\limits_{c\to 0}$, we just want to see what happens for small values of $c$, positive or negative.
Here we have \begin{align} \lim_{\Delta x\to0}\frac{f(x_0+\Delta x) - f(x_0 - \Delta x)}{2\Delta x} &=\lim_{\Delta x\to 0}\left(\frac{f(x_0+\Delta x)-f(x_0)}{2\Delta x}+\frac{f(x_0)-f(x_0-\Delta x)}{2\Delta x}\right)\\ &=\lim_{\Delta x\to 0}\frac{f(x_0+\Delta x)-f(x_0)}{2\Delta x}+\lim_{\Delta x\to 0}\frac{f(x_0)-f(x_0-\Delta x)}{2\Delta x}\\ &=\frac 12 f'(x_0)-\lim_{\Delta x\to 0}\frac{f(x_0-\Delta x)-f(x_0)}{2\Delta x}\\ &=\frac 12 f'(x_0)-\lim_{\Delta x\to 0}\frac{f(x_0+\Delta x)-f(x_0)}{-2\Delta x}\\ &=\frac 12 f'(x_0)+\frac12 f'(x_0)\\ &=f'(x_0). \end{align}