I am currently integrating $$\int \frac{1}{\sqrt{x}\cdot(4\sqrt{x}+5)}dx$$ When I change the variable in the $dx$ to $\frac{2}{\sqrt{x}}$ I can multiply the integral by $\frac{2}{2}$ (which is $1$) (multiply only the numerator by $2$ and leave the $\frac{1}{2}$ outside the integral) that way I can use the power rule for integrals and after simplification I am left with $\frac{1}{x}$... however the online calculators give different result: $$\frac{\ln(4\sqrt{x}+5)}{2}$$
What I did is
$$\int \frac{1}{\sqrt{x}} d(\frac{2}{\sqrt x})$$
Then I multiplied by $\frac22$ and I get
$$\frac12 \int \frac{2}{\sqrt x}d(\frac{2}{\sqrt x})$$
And I use the power rule...
After simplification I get $1/x$.
Let's do it step by step.
$$\int \frac{1}{\sqrt{x}\cdot(4\sqrt{x}+5)}dx=\int \frac{1}{4\sqrt{x}+5}\frac{dx}{\sqrt{x}}$$
Let's do the substitution $4\sqrt{x}+5=u$. Then $du=\dfrac{2dx}{\sqrt{x}}$, and the $\dfrac{dx}{\sqrt{x}}$ already here in your integral becomes $\dfrac{du}{2}$, while $4\sqrt{x}+5$ becomes $u$.
The integral thus becomes
$$\frac12\int \frac{du}{u}$$
If the simplification looks too "fast", you can do it this way:
Since $du=\dfrac{2dx}{\sqrt{x}}$, you have $dx=\frac12\sqrt{x}du$, then the integral becomes
$$\int \frac1{\sqrt{x}}\cdot\frac{1}{4\sqrt{x}+5}\cdot \frac12\cdot\sqrt{x}du$$ $$\int \frac1{\sqrt{x}}\cdot\frac{1}u\cdot \frac12\cdot\sqrt{x}du$$
And the two $\sqrt{x}$ simplify, to leave
$$\frac12\int \frac{du}{u}$$