I'm trying to solve the following differential equation
$ y''' = y$
and given conditions:
$ y(1) = 3$, $y'(1) = 2$ and $y''(1) = 1 $
I began by making it:
$y''' - y = 0$
But I'm uncertain of what to do after, or if I'm even headed in the right direction. Please explain step by step as I'm taking an introductory course to Differential Equations!
Hint
If $y'''=y$, the characteristic equation is $r^3=1$ the roots of which being $1$,$-(-1)^{1/3}$, $(-1)^{2/3}$. Convert to trigonometric expressions and use the general formula for linear differential equations.