A function $f:[a,b] \rightarrow \mathbb R$ is continuous on $[a,b]$ and $f''(x)$ exists $\forall x\in (a,b)$. If $a<c<b$ and $f(a)=f(b)=0$, prove that there exists a point $\xi$ in $(a,b)$ such that $f(c)=\frac12(c-a)(c-b)f''(\xi)$
My attempt: using Lagrange's Mean Value Theorem on $f$ in $[a,c]$ and $[c,b]$, $\exists \xi_1 \in (a,c)$ and $\exists \xi_2 \in (c,b)$ such that $f'(\xi_1)=\frac{f(c)-f(a)}{c-a}=\frac{f(c)}{c-a}$ and $f'(\xi_2)=\frac{f(b)-f(c)}{b-c}=\frac{-f(c)}{b-c}$
This is where I'm stuck. I tried applying MVT again, but it didn't lead me anywhere. I tried using Rolle's Theorem or Darboux Theorem but it only gave me a $f''(\xi_n)=0$. Can someone please tell me what to do next?