Not so thrilling... An exercise of one of my daughters.
How to evaluate
$$\int_1^\infty \frac{dx}{x\sqrt{x^2+x+1}}?$$ I made several substitution namely:
- Factorisation of $x^2+x+1$
- Then use of $\sinh t$
- Then substitution by $e^u$
- To get a rational fraction with at the denominator a degree two polynomial with two real roots that can be integrated with partial fraction decomposition.
Is there something more straight forward?
$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$
\begin{align} \int_{1}^{\infty}{\dd x \over x\root{x^{2} + x + 1}} & = -2\int_{\root{3} - 1}^{1/2}\,\,\,{\dd t \over 1 - t^{2}} = \int_{\root{3} - 1}^{1/2}\pars{-\,{1 \over 1 - t} - {1 \over 1 + t}}\,\dd t \\[5mm] & = \left.\ln\pars{1 - t \over 1 + t}\right\vert_{\ \root{3}\ -\ 1}^{\ 1/2} = \ln\pars{{1 - 1/2 \over 1 + 1/2}\, {\bracks{\root{3} - 1} + 1 \over 1 - \bracks{\root{3} - 1}}} \\[5mm] & = \bbx{\ds{\ln\pars{1 + {2 \over 3}\,\root{3}}}} \approx 0.7677 \end{align}