...and define $F(\Delta x) = \frac{f(a + \Delta x) - f(a - \Delta x)}{2\Delta x}$, $x= a+ \Delta x$. What is $\lim_{\Delta x \rightarrow 0} F(\Delta x)$?
So far I have this:
$\lim_{\Delta x \to 0} F(\Delta x) = \lim_{\Delta x \to 0} \frac{f(a + \Delta x) - f(a - \Delta x)}{2\Delta x} = \lim_{x \to a} \frac{f(x) - f(2a - x)}{2(x-a)}$. I am not sure where to go from here; I think the final answer is $0$.
Also, as an aside, what does $F$ mean geometrically? I am having a hard time understanding what the function entails.
Let $x_0= x- \Delta x$. Then $x= x_0+ \Delta x$ and $x+ \Delta x= x_0+ 2\Delta x$ so that $\frac{f(x+ \Delta x)- f(x- \Delta x)}{2\Delta x}= \frac{f(x_0+ 2\Delta x)-f(x_0)}{2\Delta x}$. Taking $h= 2\Delta x$ that becomes $\frac{f(x_0+ h)- f(x_0)}{h}$ and the limit of that as $\Delta x$ (and so h) goes to 0 is the derivative at $x_0$. But since $\Delta x$ is going to 0, $x_0= x- \Delta x$ goes to x. That is, this is simply another way of finding the derivative of f(x). Geometrically, while the usual formula for the derivative take the "secant" from x to $x+ \Delta x$ which, in the limit, becomes the tangent line, this formula takes the secant from two points at equal distance from x. In the limit, that also becomes the tangent line.