Consider the integral $ \int x^2\sqrt{2 + x} \, dx$
I need to find the value of this integral, yet all its (seemingly) possible substitutions don't allow me to cancel appropriate terms. Here are three substitutions and their outcomes, all of which cover both terms in the integrand, as well as the composed function inside the root.
$\boxed{\text{Let }u = (2 + x)}$ $u = 2 + x$ $du = 1 \space dx$ $dx = du$ $\int x^2 \sqrt{u} \space du$
$\boxed{\text{Let } u = \sqrt{2+x}}$ $ u = \sqrt{2 + x}$ \begin{align*} du &= \frac{1}{2}(2 + x)^{-\frac{1}{2}} \space dx \\ &= \frac{1}{2\sqrt{2 + x}} \space dx \end{align*} $ dx = 2\sqrt{2 + x} \space du$ $ 2\int ux^2\sqrt{2 + x} \space du $
$\boxed{\text{Let }u = x^2}$ $ u = x^2$ $ du = 2x \space dx$ $ dx = \frac{1}{2x} \space du$ $ \frac{1}{2} \int \frac{u\sqrt{2 + x}}{x} \space du$
As you can see, none of these allow me to move forward into integrating with respect to $u$. What other substitutions can I use that would help me move on with this integral?