I am learning Maclaurin Series for the first time and having trouble understanding it.
The thing is, Maclaurin Series has the basic thinking that infinite number of derivatives have coefficients of $f^{(n)}(0)$ that equals $n!C_n$. I get that.
But whenever there is a chain rule, does every $f^{(n)}(0)$ not become 0?
For example, for function $(4+x^2)^{\frac{-1}{2}}$, proper form of binomial function is $\frac{1}{2}(1+\frac{x^2}{4})^{\frac{-1}{2}}$,
the first derivative becomes $\frac{-1}{2}(1+\frac{x^2}{4})^{\frac{-3}{2}}*\frac{x}{2}$ and every following derivatives have $\frac{x}{2}$ at the end, which makes $f^{(n)}(0)=0$ because x being zero makes everything zero.
But the solutions don't seem to mind it and solve problems as if there was not $\frac{x}{2}$