I understand that if you have $\int \frac{1}{x + 1} dx$ you simply do $\ln(x + 1) + C$. Now I'm slight confused because in my text book, $\int \frac{31}{x - 4} dx$ evaluates to $31\ln(x - 4)$ but $\int\frac{-2}{4x - 1} dx$ becomes $-\frac{1}{2}\ln(4x - 1)$. Why is this?
2026-03-29 16:49:26.1774802966
Integrate algebraic fraction with constant on top?
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It is because in $\frac{-2}{4x - 1}$, there is a $4$ in the denominator. We get $$\int \frac{-2}{4x - 1} dx = -2\int \frac{1}{4x - 1} dx = -2\int \frac{1}{4} \frac{1}{u} du = -\frac12 \ln(u) = -\frac12 \ln(4x-1)+C$$
where $u=4x-1$.