- #1
- 118
- 0
Homework Statement
f is 3 times continuously differentiable,
f(a+h) = f(a) + f'(a+1/2*h)h whenever a is a real number and h>=0 .
By applying taylors theorem to f and f' show that the third derivative f''' of f is identically 0 ...
Take a term more! And don't gorget the remainder!errmm f(x) = f(a) + f'(a)(x-a)?
OK! You'll probably have to write out the remainders later on (that's where the f''' comes in)ok so first one f(x)= f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2 + R3(x)
and f'(x)=f'(a) +f''(a)(x-a) + R2 ?
Well, it applies to all continuous differentiable functions, so certainly to f', no?- not sure never seen it applied to f' before?
That should be f'''(d)h^2/4, with [itex]d\in [a,a+h/2][/itex]Ok now ive written out the remainders and i get that
f(a+h) = f(a) + f'(a)h + f''(a)h^2/2 + f'''(c)h^3/3!
f'(a+h/2) = f'(a) + f''(a)h/2 + f'''(a)h^2/4
You should get (after cancelling the h): 2f'''(c)=3f'''(d), with [itex]c\in [a,a+h][/itex] and [itex]d\in [a,a+h/2][/itex].so substituting them in i get
f(a) + f'(a)h + f''(a)h^2/2 + f'''(c)h^3/3! = f(a) +[ f'(a) + f''(a)h/2 + f'''(a)h^2/4]*h
^3=3f
when i cancel things i then get 2f'''(c)h^3=3f'''(c)h^3
Indeed, so in the limit, we get 2f'''(a)=3f'''(a), thus...Ah i see so we take different values to put into the remainders, i was unsure about that.
so do we get c and d are both a as h->0?