I want to integrate
$$\int x \sqrt{1-x} dx $$
I set
$ U = 1 - x $
However when I continue on I'm stuck here -
$\int x(u)^{1/2} -du $
I can't remove $x$ ,
How should I change my $U$ ?
I want to integrate
$$\int x \sqrt{1-x} dx $$
I set
$ U = 1 - x $
However when I continue on I'm stuck here -
$\int x(u)^{1/2} -du $
I can't remove $x$ ,
How should I change my $U$ ?
On
letting \begin{equation} \sqrt{1-x}=U\\ U^{2}=1-x \longrightarrow 2U du=-dx\\ x= 1- U^{2}\\ \int (1-U^{2})U(-2U)du=\\ \int (-2U^{2}+2U^{4})du=\\ \frac{-2}{3}U^{3}+\frac{2}{5}U^{5}=\\ \frac{-2}{3}(\sqrt{1-x})^{3}+\frac{2}{5}(\sqrt{1-x})^{5}\\ \end{equation}
letting $1-x=u$ so $x=1-u$ and $-dx=du$ so our integral is $\int(u-1)\sqrt{u}du$ which can be easily solved.