Creative Application of Mean Value Theorem

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
I would use Taylor's theorem: f(x) = f(0) + f'(0)x + remainder.
 
you would use taylor's for the whole thing, or just for f'(d) - f'(e) = f"(c)?

thanks for replying, by the way.
 
For the whole thing - don't bother with the MVT. If you choose the right form for the remainder, it's pretty much done!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top