I want to solve this integral: $$ \int \frac{dx}{x+\sqrt{x^2+x+1}} $$ I converted the quadratic equation into a full squere and got this $$ \int \frac{dx}{x+\sqrt{(x+\frac{1}{2})^2+\frac{3}{4}}} $$ then I put x+1/2 = t and got $$ \int \frac{dt}{t-\frac{1}{2}+\sqrt{t^2+\frac{3}{4}}} $$
And I don't know how to continue from here, what would be the next step and are these steps so far good? Thanks.