I wasn't able to find this question on another post, and I apologize if its out there.
I have been trying to solve this integral and am not sure how to start. $$\int \sin^3 x dx$$
Thanks
I wasn't able to find this question on another post, and I apologize if its out there.
I have been trying to solve this integral and am not sure how to start. $$\int \sin^3 x dx$$
Thanks
Hint: start with the identity $sin^2(x) = 1- cos^2(x)$, break up the integral, and then use a u-substitution with $u=cos(x) $.
recall that $\sin^2 x = 1 - \cos^2x$. And that $\frac{d(\cos x)}{dx} = -\sin x$ or $d(cosx) = -\sin x dx$. \begin{align} \int \sin^3 x dx &= \int (1 - \cos^2 x)\sin x dx\\ &= \int (\cos^2x - 1)(-\sin x dx)\\ &= \int (\cos^2x - 1)d(\cos x)\\ &= \frac{\cos^3 x}{3} - \cos x + c \end{align}
Use the triple angle formula:
$$\boxed{ \phantom\int \sin(3x) = 3\sin(x)-4\sin^3(x)\phantom\int }$$
$$ \int \sin^3 x dx = \int \sin x \sin^2 x \\ = \int \sin x \left( 1 - \cos^2 x \right) dx \\ = \int \sin x dx - \int \sin x \cos^2 x dx \\ = - \cos x - \int -u^2 dx \\ = - \cos x + \frac{u^3}{3} + C \\ = - \cos x + \frac{\cos^3 x}{3} + C $$
To check if this is right, we can take the derivative.
$$\int \sin^3 x dx$$ $$=\frac{1}{4}\int 4\sin^3 x dx$$ $$=\frac{1}{4}\int (3\sin x-\sin 3x) dx$$ $$=\frac{1}{4} (-3\cos x+\frac{\cos 3x}{3})+c$$