I know the integration when in the reciprocal there's only degree $1$, but what about degree $2$? Take an example, $$\int\frac{x \, \mathrm{d}x}{a+bx^2}$$
2026-04-13 17:27:04.1776101224
On
On
Integral of rational function with a squared term in the denominator
182 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
$$\int\frac{xdx}{a+bx^2}=\frac1{2b}\int\frac{2bxdx}{a+bx^2}=\frac1{2b}\int\frac{d(a+bx^2)}{a+bx^2}=\frac1{2b}\ln(a+bx^2)+C$$
0
On
Let $u = a+bx^2$ so that $\mathrm{d}u =2bx \, \mathrm{d}x \implies {\color{blue}{x \, \mathrm{d}x = \frac{1}{2b} \, \mathrm{d}u}}$. Then our integral becomes $$\int \frac{\color{blue}{x \, \mathrm{d}x}}{a+bx^2} = \frac{1}{2b}\int \frac{1}{u} \, \mathrm{d}u$$
This evaluates to $$\frac{1}{2b} \ln |u| + \mathrm{C} = \frac{1}{2b} \ln |a+bx^2| + \mathrm{C}$$
For this, put $v=a+bx^{2}$ then $dv = 2bxdx$ from which \begin{eqnarray} \int \frac{xdx}{a+bx^{2}} &=& \frac{1}{2b}\int \frac{1}{v}dv \\ &=& \frac{1}{2b}\ln | v |+ c \\ &=& \frac{1}{2b}\ln |a+bx^{2}|+c \\ \end{eqnarray}