Consider the Cauchy problem $$f'' (x) = -f(x)$$ with initial conditions $f(0) = 0$ and $f'(0) = 1$.
I know that it has one (and only one) solution $f$, namely $f = \sin x$, but my endgame here is to define $f:=\sin x$ and $f' := \cos x$.
What I need to prove is the following:
Let $f$ be the unique solution of the Cauchy problem. Then
- $f^2(x) + f'^2(x) = 1$;
- $f(x+y) = f(x)f'(y) + f(y)f'(x)$;
- $f'(x+y) = f'(x)f'(y) - f(x)f(y)$;
- there exists $\epsilon > 0$ such that for all $x \in (0,\epsilon)$ we have $0 < f(x) < x < \frac{f(x)}{f'(x)}$.
How do I do this?