I'm trying to work out the solution to finding the Maclaurin series of $\sin^3x$. While I am used to finding terms from exponential transformations, I've mainly had experience doing it with forms related to $e^x$ and $\frac{1}{1-x}$. I've gotten the first terms from this work:
$$\frac{d}{dx}(\sin^3x)(0) = 3\sin^2x\cos x = 3\sin{0}\cos{0} = 0$$ $$\frac{d^2}{dx^2}(\sin^3x)(0) = 3(\sin^2x\cos{x} -\sin^3x) = 0$$ $$\frac{d^3}{dx^3}(\sin^3x)(0) = 3\left(2\cos \left(2x\right)\cos \left(x\right)-\sin \left(x\right)\sin \left(2x\right)-3\sin ^2\left(x\right)\cos \left(x\right)\right) = 6$$ $$\frac{d^4}{dx^4}(\sin^3x)(0)= 3\left(-8\sin \left(2x\right)\cos \left(x\right)-4\cos \left(2x\right)\sin \left(x\right)+3\sin ^3\left(x\right)\right) = 0$$ $$\frac{d^5}{dx^5}(\sin^3x)(0)= 3\left(-8\left(2\cos \left(2x\right)\cos \left(x\right)-\sin \left(x\right)\sin \left(2x\right)\right)-4\left(-5\cos \left(x\right)+6\cos ^3\left(x\right)\right)+9\sin ^2\left(x\right)\cos \left(x\right)\right) = -60$$ $$\frac{d^7}{dx^7}(\sin^3x)(0)=3\left(98\cos \left(2x\right)\cos \left(x\right)-49\sin \left(x\right)\sin \left(2x\right)-324\cos \left(x\right)+408\cos ^3\left(x\right)-27\sin ^2\left(x\right)\cos \left(x\right)\right) = 546$$
Essentially I'm getting these terms after working out the equation for the first 7 derivatives. $$\frac{6}{3!}x^3-\frac{60}{5!}x^5+\frac{546}{7!}x^7+ \dots$$
I know the best way to write the series would be as $\displaystyle\left(\sum_{n=0}^\infty \frac{(-1)^nx^{1+2n}}{(1+2n)!}\right)^3$, but I'm trying to figure out a way to get a nth term as well as a simpler summation within the first degree. Is it posible, and if so, how would I go along with that? Thank you so much!
I made a tiny mistake in my comment, here is the correct expression:
$$\sin (x) = \frac{e^{ix}- e^{-ix}}{2i}$$
so:
$\sin^3(x) = \frac{e^{3ix} -e^{-3ix} -3(e^{ix}-e^{-ix})}{-8i} \iff -8i\sin^3(x) = e^{3ix} -e^{-3ix} -3(e^{ix}-e^{-ix})$
we just need to remember
$$e^x = \sum_{n=0}^{+\infty} \frac{x^n}{n!}$$
and so
$e^{3ix} - e^{-3ix} = \sum_{n=0}^{+\infty} \frac{(3ix)^n - (-3ix)^n}{n!} = \sum_{k=0}^{+\infty} \frac{2(3ix)^{2k+1}}{(2k+1)!} = 2i \sum_{k=0}^{+\infty} \frac{(-1)^{k}(3x)^{2k+1}}{(2k+1)!}$
and
$e^{ix} - e^{-ix} = \sum_{n=0}^{+\infty} \frac{(ix)^n - (-ix)^n}{n!} = \sum_{n=0}^{+\infty} \frac{2(ix)^{2k+1}}{(2k+1)!} = 2i\sum_{n=0}^{+\infty} \frac{(-1)^k(x)^{2k+1}}{(2k+1)!}$
so
$-8i\sin ^3(x) = 2i[\sum_{k=0}^{+\infty} \frac{(-1)^{k}(3x)^{2k+1}}{(2k+1)!} -3\sum_{n=0}^{+\infty} \frac{(-1)^k(x)^{2k+1}}{(2k+1)!}] = 2i \sum_{k=0}^{+\infty} \frac{(-1)^{k}[(3x)^{2k+1}-3x^{2k+1}]}{(2k+1)!}$
$$\boxed{\sin^3(x) = -\frac34 \sum_{k=0}^{+\infty} \frac{(9^k-1)(-1)^{k}x^{2k+1}}{(2k+1)!}}$$
notice that $k = 0 \implies 9^k-1 = 0$ so the term on $x^1$ is zero but after it we move on $2$.