I was given this exercise and not sure how to approach this.
Given $f:\mathbb{R}\longrightarrow\mathbb{R}$ is differentiable 3 times, $f'(0)=0, f(1)=1, f(-1)=f(0)=0$, show that there exists some point $c\in(-1,1)$ such that $f'''(c)\geq3$.
This exercise is part of homework about Taylor series, so I assumed the solution has to use it in some way.
What i've tried:
I have info about $f'(0)$ so i'll write the Taylor expansion for $f(x)$ with $n=3$ at $x=0$ (namely Maclaurin expansion).
$f(x)=f(0)+\frac{f'(0)}{1!}x+\frac{f''(0)}{2!}x^2+\frac{f'''(c)}{3!}x^3=\frac{f''(0)}{2!}x^2+\frac{f'''(c)}{3!}x^3$
Where $c$ is the point from Taylor's theorem.
Now, plugging in $1$, I get:
$1=f(1)=\frac{f''(0)}{2!}+\frac{f'''(c_1)}{3!}$ (There exists a point $c_1\in(0,1)$ such that this happens).
And $-1$:
$0=f(-1)=\frac{f''(0)}{2!}-\frac{f'''(c_2)}{3!}$ (There exists a point $c_2\in(-1,0)$ such that this happens).
Adding up both equations I can derive that:
$3!=f'''(c_1)+f'''(c_2)$
And I am not really sure how to continue, or what to infer from this, or even if I am in the right direction. Any help would be appreciated.
Okay, now how should I post the answer? Should I copy everything from my question and add that summary sentence?
– natitati Mar 30 '24 at 20:16