Let $f$ be such that $f'(x)=xf(x)$ Use induction to proove that:
$f^{(n)}(x) = xf^{(n−1)}(x) + (n − 1)f^{(n−2)}(x)$
holds for all $n \geq 2$.
How do I even prove that this holds for n=2? I've tried taking the second derivative and plugging in n = 2, but what I get makes no sense. I'm then asked to relate this result with maclaurin series and a differential eq. Have made some progress on this, but i cannot figure out how to do the induction step.