Given the function $$\int \frac{\sqrt{x}}{\sqrt{x}-3}dx $$ You would need to have $u=\sqrt{x}-3$ and $du=\frac{1}{2 \sqrt{x}}$, when I use a online calculator it suggests to rewrite the numerator as $$\int \frac{2(u^2+6u+9)}{u}du $$ and I was wondering how do you arrive to this trinomial mathematically/analytical?
2026-03-27 01:44:07.1774575847
Change of variable by substitution
66 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
If $u=\sqrt{x}-3$, then $x=(u+3)^2$ and $dx=2(u+3)du$. Therefore $$\int \frac{\sqrt x}{\sqrt{x}-3}dx=\int \frac{u+3}{u}\cdot 2(u+3)du=\int \frac{2(u+3)^2}{u}du$$ My recommendation is always to write $x$ according to $u$, after perform the substitution.