Can anyone show me how to antidifferentiate $(\sin^2 x − \sin^3x)^2\cos x$ step by step? I'm a bit confused on what to do.
2026-05-06 08:58:12.1778057892
Antiderivative of $(\sin^2 x − \sin^3x)^2\cos x$.
81 Views Asked by user557403 https://math.techqa.club/user/user557403/detail At
2
Since you can observe that the integrand has a function and its derivative, try a $u$-substitution:
$$u = \sin x \quad \mathrm du = \cos x \,\mathrm dx$$
And once you substitute this in, you get:
$$\require{cancel} \int \left(\sin^2 x - \sin^3x\right)^2\cos x \,\mathrm dx = \int \left(u^2-u^3\right)^2\cancel{\cos x} {\mathrm du \over \cancel{\cos x}}$$
You can then expand the polynomial and integrate easily.