I am currently studying Maclaurin Series, and have come across a question that has me stumped. The function is:
$$f(x) = \frac{1}{1+\sin(x^2)}$$
The question asks me to find the 6th derivative of this function evaluated at $0$. Now I am trying to solve this with a Maclaurin Expansion of $\sin(x)$, but I get:
$$\frac{1}{1+\sin(x^2)} = \frac{1}{1+x^2-\frac{x^6}{6!}+\frac{x^{10}}{5!}}$$
I am struggling to find the 6th derivative, as the coefficient of $x^6$ is not obvious.
Continuing, we see that
$$\begin{align} \frac{1}{1+\sin(x^2)}&=\frac{1}{1+\left(x^2-\frac16x^6+O\left(x^{10}\right)\right)}\\\\ &=1-\left(x^2-\frac16x^6+O\left(x^{10}\right)\right)+\left(x^2+O\left(x^6\right)\right)^2-\left(x^2+O\left(x^6\right)\right)^3+O(x^8)\\\\ &=1-x^2+x^4-\frac56x^6+O(x^8) \end{align}$$