Why is the process for solving an integral through substitution as follows?

41 Views Asked by At

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.

3

There are 3 best solutions below

1
On BEST ANSWER

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. $$

0
On

The reason is that $$ \frac{7}{16} = \frac{7}{12}\frac{3}{4}.$$ They have brought the $\frac{3}{4}$ inside the integral next to the $dr$ in preparation for the substitution $u = \frac{3}{4}r.$

0
On

$$I=\int\frac7{16+9r^2}dr=\frac7{16}\int\frac1{1+\frac{9}{16}r^2}dr$$

Substitute $u= \frac 34 r \text{ and } du=\frac 34 dr$

$$I=\frac7{16}\frac 43\int\frac {du}{1+u^2}=\frac7{12}\int\frac {du}{1+u^2}$$