In evaluating integral $\int\sin^{3}x dx $ I am pretty sure we need to use substitution $e^x=t$, but can't go next step.
2026-04-12 16:58:31.1776013111
On
Integral of $\int\sin^{3}xdx$
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
I don't know about the substitution you suggested, but you might have success if you use $\sin^2(x) + \cos^2(x) = 1$ so that $\sin^2(x) = 1 - \cos^2(x)$. Then this changes your problem:
$$\int \sin^3(x) \, dx = \int \sin(x) \, dx - \int \cos^2(x) \sin(x) \, dx$$
These two new integrals should be easier.
$$\sin^3 x \,dx = \sin^2 x \sin x = (1 - \cos^2 x) \sin x$$
Let $u = \cos x\implies du = -\sin x$.
That gives us: $$\int \sin^3 x \,dx = -\int (1 -u^2)\,du = \int (u^2 - 1)\,du$$