3

How would one go about integrating $\int \frac{1}{x^2\sqrt{x^2+x+1}}\, dx$

I tried rationalizing and then doing partial fractions but got something really ugly and IBP doesn't work too well either.

Cornman
  • 11,065
  • 4
  • 30
  • 57
WhatsDUI
  • 570
  • 1
  • 5
  • 18

3 Answers3

4

Let $x=\dfrac1u$ then \begin{align} I &= \int\dfrac{-u}{\sqrt{u^2+u+1}}du \\ &= -\int\dfrac{2u+1}{2\sqrt{u^2+u+1}}du+\dfrac12\int\dfrac{1}{\sqrt{(u+\frac12)^2+\frac34}}du \\ &= -\sqrt{u^2+u+1}+\dfrac12\operatorname{arcsinh}\dfrac{2u+1}{\sqrt{3}}+C \\ &= -\dfrac{\sqrt{x^2+x+1}}{x}+\dfrac12\operatorname{arcsinh}\dfrac{x+2}{x\sqrt{3}}+C \end{align}

Nosrati
  • 29,995
3

$x^2+x+1=\left(x+\frac{1}{2}\right)^2+\frac{3}{4}$.

Thus, the substitution $x+\frac{1}{2}=\frac{\sqrt3}{2}\tan{t}$ must help.

1

Hint:

$\int \frac{1}{x^2\sqrt{x^2+x+1}}\, dx=\int \frac{1}{x^2\sqrt{(x+\frac12)^2+\frac34}}\, dx$

Now substitute $u=x+\frac12$

Cornman
  • 11,065
  • 4
  • 30
  • 57