I have a big task and problems with it.
I have to expand this function in Maclaurin's series. $$cos(x^{3})$$ I tried expand it as $$\sum_{n=0}^\infty (x^n)/n!$$ but it's for $cos(x)$. So i don't know how to expand and rewrite $cos(x^3)$ in Maclaurin's series. Can you tell me how to find 30th derivative of this function
I would really appreciate your help
You know that
$$\cos y = 1 - \frac{y^2}{2!} + \frac{y^4}{4!} - \dots$$
So you substitute $y = x^3$ to get
$$\cos x^3= 1 - \frac{x^6}{2!} + \frac{x^{12}}{4!} - \dots - \frac{x^{30}}{10!} + \dots$$
If you differentiated both sides $30$ times, the constant term on the right will be $-\frac{30!}{10!}$. All following terms will be dependant on $x$. Substituting $x = 0$ to find the 30th derivative will cause them all to evaluate to $0$.