Creative Application of Mean Value Theorem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
michaelxavier
Messages
14
Reaction score
0

Homework Statement


Assume that f is twice differentiable on the entire real line. Show that
f(-1) + f(1) - 2f(0) = f"(c) for some c in [-1,1]


Homework Equations


I'm thinking the mean value theorem will be helpful here -- the MVT states that, given a function f differentiable on [a,b], there is some point c in (a,b) s.t.
( f(b) - f(a) ) / (b-a) = f'(c).


The Attempt at a Solution


By applying to MVT to ( f(-1) - f(0) ) and ( f(1) - f(0) ) and then adding the results, I've managed to show that f(-1) + f(1) - 2f(0) = f'(d) - f'(e) for some d,e in (-1, 1). But then I am stuck. How to prove that f'(d) - f'(e) = f"(c) for some c in [-1,1]? Or am I just completely on the wrong track?

Thanks for your help!
 
Physics news on Phys.org
you would use taylor's for the whole thing, or just for f'(d) - f'(e) = f"(c)?

thanks for replying, by the way.