Imagine if I have to evaluate the integral $\int\frac{7}{16+9r^2}dr$.
I have determined $u=\frac34r$ and $du=\frac34dr$. Now I have found the right steps to be: $$\int\frac7{16+9r^2}dr=\frac7{16}\int\frac1{1+\frac{9}{16}r^2}dr\\=\frac7{12}\int\frac1{1+(\frac34r)^2}(\frac34dr)\\=\frac7{12}\int\frac1{1+u^2}du\\=\frac7{12}tan^{-1}\frac34r+C$$
My question is that I do not understand how it goes from $\frac7{16}$ on the first line to $\frac7{12}$ on the second line? Any easy to understand explanation will be helpful as I am completely lost.
Just as another way to see it, you could rewrite the relationship between $u$ and $r$ as $r = \frac{4}{3} u$ and $dr = \frac{4}{3} du$. Then you would have $$ \frac7{16}\int\frac1{1+\frac{9}{16}r^2}dr = \frac7{16}\int\frac1{1+\frac{9}{16}r^2}\left(\frac{4}{3} du \right) = \frac7{16} \frac{4}{3} \int\frac1{1+u^2}du = \frac7{12} \int\frac1{1+u^2}du. $$