I came across this question in my homework. I've tried to solve it with the regular induction of check for n=1 and then n=n+1 but without success. I would like to know how should I approach that kind of question.
Let $f(x) = (1+x)^{-1/2}$. Prove that $\forall n\in\mathbb N$, $$ f^n(x)= (-1)^n\frac{(2n)!(1+x)^{-\left(n+\frac12\right)}}{4^nn!}.$$
Thank you for your help!