The composite function in the integrand is \(y = \sin^5(x)\text{,}\) with the inside function of \(u(x) = \sin(x)\text{.}\) So letβs pick \(u = \sin(x)\text{.}\) If we substitute \(u\) for \(\sin(x)\text{,}\) then the integral becomes
\begin{equation*}
\int \sin^5(x)\cos(x)\, dx = \int u^5\cos(x)\, dx
\end{equation*}
Sure the integral becomes a bit easier. But this is also a super confusing integral since it includes TWO different variables, \(x\) and \(u\text{.}\)
One way to resolve this confusion is to replace ALL the
\(x\)βs in terms of
\(u\)βs. The hardest substitution here is the differential,
\(dx\text{...}\) How do we replace the
\(dx\) in terms of
\(u\text{...}\)
One expression that contains both \(dx\) and \(u\) is the derivative of \(u\) with respect to \(x\text{.}\) Recall we defined \(u = \sin(x)\text{.}\) Then
\begin{equation*}
\frac{du}{dx} = \cos(x)
\end{equation*}
If we abuse the notation a bit by treating the derivative notation \(\frac{dy}{dx}\) as a fraction, we can multiply the \(dx\) on both sides of this equation. Then we obtain
\begin{equation*}
du = \cos(x)\, dx
\end{equation*}
Hmm the \(\cos(x)\, dx\) looks super familiar... They are also part of the integral! Hence, we can substitute \(\cos(x)\, dx\) with \(du\) as follows:
\begin{align*}
\int \sin^5(x)\cos(x)\, dx \amp= \int u^5 \cos(x)\, dx \\
\amp= \int u^5\, du
\end{align*}
Now there is only one variable, \(u\text{,}\) in the integral and we for sure know how to evaluate this integral! Using the power rule, we know that
\begin{equation*}
\int u^5\, du = \frac{u^6}{6} + C
\end{equation*}
Donβt forget that \(u\) is essentially \(\sin(x)\text{.}\) We can obtain the final answer by replacing back \(\sin(x)\) for \(u\text{.}\)
\begin{align*}
\int \sin^5(x)\cos(x)\, dx \amp= \int u^5\, du \\
\amp= \frac{u^6}{6} + C \\
\amp= \frac{\sin^6(x)}{6} + C
\end{align*}