2

$$\lim_{h\to0}{f(a+ph)-f(a-qh)\over h}$$

I know that the answer is $f'(a)\cdot (p+q)$

but, i have question. Derivative may not continuous. So that answer is right?

Peter
  • 84,454

2 Answers2

2

Assuming

  1. $f$ is differentiable at $a$,
  2. $p\ne0$,
  3. $q\ne0$,

your limit can be written $$ \lim_{h\to0}\left(p\frac{f(a+ph)-f(a)}{ph}+q\frac{f(a-qh)-f(a)}{-qh}\right)= pf'(a)+qf'(a)=(p+q)f'(a) $$ There's no need to assume that $f'$ is continuous, it can even just exist at $a$.

Of course the formula extends also for $p=0$ or $q=0$ (or both).

If $g$ is a function for which $\lim_{h\to0}g(h)$ makes sense, then, for $r\ne0$, $$ \lim_{h\to0}g(rh)=\lim_{k\to0}g(k) $$ with easy $\varepsilon$-$\delta$ considerations.

egreg
  • 238,574
0

Hint : Use $$f(a+ph)-f(a-qh)=(f(a+ph)-f(a))-(f(a-qh)-f(a))$$ to write the given expression as a difference of two expressions and divide the first term by $p$ and the second by $q$ to get $f'(a)$ in both cases.

Peter
  • 84,454