I have the following problem: $$\int\left(\frac{x+2}{x^2+x+1}\right)dx$$ I received this by simplification of another integral. But my question is how to procede from here. Is there a way to simplify this?
2026-03-29 15:30:19.1774798219
On
Integration Partial Fractions
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Partial fractions doesnt work here since $x^2+x+1$ is irreducible. Try separating into
$$\frac{x}{x^2+x+1}+\frac{2}{x^2+x+1}$$
The left is a simple $u$ substitution and the right looks like arctan if you complete the square in the denominator.
Hint:
You can re-write the integral as \begin{align*} \int\frac{x+\frac{1}{2}}{x^2+x+1}dx+\int\frac{\frac{3}{2}}{x^2+x+1}dx&=\frac{1}{2}\int\frac{d(x^2+x+1)}{x^2+x+1}+\frac{3}{2}\int\frac{1}{(x+\frac12)^2+\frac34}dx \end{align*}