jgens
Gold Member
- 1,575
- 50
Homework Statement
If f is differentiable at a, prove the following:
\lim_{h,k \to 0^+} \frac{f(a+h)-f(a-k)}{h+k} = f'(a)
Homework Equations
N/A
The Attempt at a Solution
At the moment, I don't have a complete proof worked out, but I was wondering if someone could comment on the validity of this reasoning . . .
Clearly, for every \varepsilon > 0, there exists a \delta_1 > 0 such that if 0 < k < \delta_1 then . . .
\left|\frac{f(a+h)-f(a-k)}{h+k} - \frac{f(a+h) - f(a)}{h} \right| < \frac{\varepsilon}{2}*
Moreover, for this same \varepsilon, there must be some other number \delta_2 > 0 such that whenever 0 < h < \delta_2, it follows that . . .
\left|\frac{f(a+h)-f(a)}{h} - f'(a) \right| < \frac{\varepsilon}{2}
From this, so long as 0 < k < \delta_1 and 0 < h < \delta_2, we have
\left|\frac{f(a+h)-f(a-k)}{h+k} - f'(a) \right| < \varepsilon
as desired.
*I realize that this is the point that really needs some work, but I think that it should be a trivial (albeit potentially long-winded) exercise to find the proper \delta.