We are given that a twice differentiable function, $f:\Bbb R\rightarrow[-2,2]$ satisfies the condition $$(f(0))^2 + (f'(0))^2 = 85$$
We are asked if exists a value of $x$, say $α \in (-4,4)$, for which $f(α) + f''(α) = 0$ and $f'(α) \neq0$.
(Please note we are merely asked about the existence of such value and not the value itself)
My attempt:
Suppose I take a function $$p(x) = (f(x))^2 + (f'(x))^2$$ Taking the derivative I obtained, $$p'(x) = 2f(x)f'(x) + 2f'(x)f''(x)$$ Which can be rewritten as $$p'(x) = 2f'(x)[f'(x)+ f''(x)]$$
So if I can somehow prove that p'(x) = 0 at some point and f'(x) is not zero at that point, I know that there is a value of α. But not sure how to proceed any further. Can I apply LMVT somewhere? Have I missed something? Any help would be appreciated!