I'm having a lot of trouble with the following function:
$$f(x)= \frac{cos(6x^2)-1}{x^3} $$
I am trying to find a Maclaurin series representation for it which I will eventually need to compare it to it's Taylor series to find a higher derivative. I began with the Maclaurin series:
$$cos(x)= \sum_{n=0}^\infty \frac{(-1)^nx^{2n}}{(2n)!} $$
$$cos(6x^2)= \sum_{n=0}^\infty \frac{(-36)^nx^{4n}}{(2n)!} $$
At this point is where I get confused, because of the fact that I have to subtract one. I tried subtracting 1 from both sides then dividing by x to the third power, but it got very messy. I then thought of splitting the initial function into:
$$f(x)= \frac{cos(6x^2)}{x^3} - \frac {1}{x^3} $$
So I ended up with:
$$\frac{cos(6x^2)-1}{x^3}= -\frac{1}{x^3} \sum_{n=0}^\infty \frac{(-36)^nx^{4n-3}}{(2n)!} $$
But I don't know if this is right, and I do not know how to compare this to the power series for the same function when there is the term in front of the sum.
Any help would be appreciated!
Thanks!