Limit similar to differentiation

Diffy
Messages
441
Reaction score
0

Homework Statement



f a differentiable real valued function

lim h - > 0 of (f(x + ah) - f(x + bh))/h

where a,b real numbers

Homework Equations



definition of derivative

lim h-> 0 of (f(x+h) - f(x))/h

The Attempt at a Solution



I've picked several functions like x^2 and 1/2x

in the first case you get 2xa - 2xb = 2x(a-b)

in the latter you get 1/2a - 1/2b = 1/2(a-b)

This leads me to suspect f'(x)*(a - b) as the solution, I just have no idea what to do to the limit.

I tried working backwards from my solution, but I still am missing something. Any help is appreciated.
 
Physics news on Phys.org
See if this gets you anywhere.

<br /> \frac{f(x+ah)-f(x+bh)}{h} = \frac{f(x+ah)-f(x)}{h} + \frac{f(x) - f(x+bh)}{h} = a\left(\frac{f(x+ah)-f(x)}{ah}\right) - b \left(\frac{f(x) - f(x+bh)}{bh}\right)<br />
 
thanks, that last one since you are multiplying by -b the numerator should be f(x +bh) - f(x)

It is clear that as h -> 0 ah and bh ->0 and therefore those we are left with f'(x)

Thank you so much for your help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top