This gives a cubic polynomial in denominator and nonfactorisable It looks so simple but i just am not able to solve it
2026-03-26 14:30:22.1774535422
Integrate $\int\frac{x+1}{x^{4}+6x^{2}+4x}dx$
121 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Yet another way to approach this is to enforce the substitution $x\to 1/y$. Then, we have
$$\begin{align} \int\frac{x+1}{x^4+6x^2+4x}\,dx&=-\int\frac{y(y+1)}{4y^3+6y^2+1}\,dy\\\\ &=-\frac1{12}\int \frac{1}{4y^3+6y^2+1}\,d\left(4y^3+6y^2+1\right)\\\\ &=-\frac1{12}\log\left(4y^3+6y^2+1\right)\\\\ &=\frac14 \log x-\frac1{12}\log(x^3+6x+4)+C \end{align}$$