Expand the function $f(x) = (\cos(x^3))^{-1/2}$ into the Taylor series around $x = 0$ up to $o(x^6)$
I started with a standard approach finding derivatives of this function. $f(0)=1$, $f'(0)=0$. After that it becomes messy, but I feel like all other derivatives should be $0$ too. Is it the right approach?
Hint (for an easier way). Since $\cos(t)=1-t^2/2+o(t^2)$ it follows that $$(\cos(x^3))^{-1/2}=\left(1-\frac{(x^3)^2}{2}+o(x^6)\right)^{-1/2}.$$ Now recall the expansion $(1+t)^a=1+at +o(t)$ at $t=0$. Can you take it from here?