Suppose $f : \mathbb{R} \to \mathbb{R}$ is twice differentiable and that $f''(x)+f(x)=0$ for all $x$.

71 Views Asked by At

Prove that if $f(0)=0$ and $f'(0)=0$, then $f(x)=0$ for all $x$.

Hint: The idea is to multiply both sides of the equation $f''(x)+ f(x) = 0$ by something that makes the left-hand side of the equation into the derivative of something.

I'm not sure how to proceed and don't really understand the hint.

2

There are 2 best solutions below

2
On BEST ANSWER

$$f''(x)+ f(x) = 0 $$

$$ f'(x) f''(x) +f'(x)f(x) =0 $$

$$ (1/2)(f^2 + f'^2 )' =0$$

$$f^2 + f'^2=C$$

Since $$ (f^2 + f'^2)(0)=0$$

We get $C=0$, that is $f(x)=0$

0
On

Multiply by f'. It becomes $((f^2)'+(f'^2)')/2$.