Solving Indefinite Integral $\int{\frac{x^2}{\sqrt{1-x}}}dx$

461 Views Asked by At

I'm stuck with this indefinite integral;

$\int{\frac{x^2}{\sqrt{1-x}}}dx$

I've tried and failed to solve this by parts;

$\int{u\space dv} = uv- \int{v\space du}$

$u = (1 - x)^{-\frac{1}{2}}$

$du = \frac{1}{2}(1 - x)^{-\frac{3}{2}}dx$

$v = \frac{1}{3}x^3$

$dv = x^2dx$

But I get stuck again after writing out the final integral; $\int{v\space du}$.

Am I approaching this problem in the right way, and if so, where do I go from here?

3

There are 3 best solutions below

1
On BEST ANSWER

Hint:

Set $\sqrt{1-x}=u\implies x=1-u^2\implies dx=-2u\ du$

0
On

$$\frac{x^2}{\sqrt{1-x}}=\frac{x^2-2x+1+2x-2+1}{\sqrt{1-x}}=(1-x)^{\frac{3}{2}}-2(1-x)^{\frac{1}{2}}+(1-x)^{-\frac{1}{2}}$$

3
On

Hint:

Decompose $$\frac{x^2}{\sqrt{1-x}}=\frac{(1-(1-x))^2}{\sqrt{1-x}}=\frac1{\sqrt{1-x}}-2\frac{1-x}{\sqrt{1-x}}+\frac{(1-x)^2}{\sqrt{1-x}}.$$

The rest is easy.


Alternatively, by setting $u=1-x$, you will get an $u^{-1/2}$ factor, while the rest will be a polynomial in $u$. After distribution, a linear combination of half-integer powers of $u$, which is straightforward.

$$-\int\frac{(1-u)^2}{\sqrt u}du=\cdots$$