How would I integrate following trigonometric function $\displaystyle\int \sin^3(x) \,\operatorname{d}x$?

90 Views Asked by At

How to evaluate $$\displaystyle\int \sin^3(x) \,\operatorname{d}x$$ without using integration by parts?

4

There are 4 best solutions below

0
On BEST ANSWER

HINT:

$$\sin^{2n+1}x=\sin x(1-\cos^2x)^n$$

Set $\cos x=u$

0
On

Hint. You may just write $$ \sin^3 x=\sin x \times \sin^2 x=\sin x \times (1- \cos^2 x). $$

1
On

Hint:

$$\int \sin^3(x) \,\operatorname{d}x=\int \left[\sin(x)\right]\left[1-\cos^2(x)\right] \,\operatorname{d}x$$

Then, use the substitution, $t=\cos(x)$.

0
On

Let $t:=\cos x$ $$\implies \int\sin^3x dx=\int (t^2-1)dt=t^3/3-t+c=\frac13\cos^3x-\cos x+c.$$