Firstly, lets find the point of intersection by equating the two functions:
$x^{2} + x+1 = \frac{1}{x}$
$x^{3} + x^{2} + x -1=0$
By considering the graph of this function, we see that it has $1$ real root. Calculating this root is possible, but not necessary. Instead we must find the interval in which this root exists by looking at sign changes.
Let $h(x) = x^{3} + x^{2} + x -1$
$h(1) > 0$, $h(\frac{1}{2})<0$
Lets call the real root $\alpha$, then we have $\frac{1}{2} < \alpha < 1$
Now the $y$ coordinate of the point of intersection is at $g(\alpha) = \frac{1}{\alpha}$
So the point of intersection is at $(\alpha, \frac{1}{\alpha})$
The distance, $D$, from the origin to this point is given by Pythagoras:
$D(\alpha) = \sqrt{\alpha ^{2} + \frac{1}{\alpha ^{2}}}$
$\frac{dD}{d\alpha} = 2\alpha - \frac{2}{\alpha ^{3}} = \frac{2(\alpha ^{4} - 1)}{\alpha ^{3}} < 0$ for $\frac{1}{2} < \alpha < 1$
Therefore $D$ is strictly decreasing in this domain.
Consider what value of $c$ would give $D(c) = 2$:
We find that $c$ = $\sqrt{2 - \sqrt{3}}$
Now we check the sign of $h(c)$:
$h(c) = (2-\sqrt{3})^{\frac{3}{2}} + 2 - \sqrt{3} + (2-\sqrt{3})^{\frac{1}{2}} -1$
$h(c) = (2-\sqrt{3})^{\frac{1}{2}}(3-\sqrt{3}) + 1-\sqrt{3}$
$h(c) = \sqrt{3}(\sqrt{3}-1)(2-\sqrt{3})^{\frac{1}{2}} + 1-\sqrt{3}$
$h(c) = (\sqrt{3} -1)(\sqrt{3}(2-\sqrt{3})^{\frac{1}{2}} -1)$
Now to prove that $h(c) < 0$, we must prove that:
$\sqrt{3}(2-\sqrt{3})^{\frac{1}{2}} < 1$
Since both sides are positive we can do the following:
$\Leftrightarrow 1 > 3(2-\sqrt{3}) \Leftrightarrow 3\sqrt{3} > 5 \Leftrightarrow 27 > 25$ which is true, hence the initial statement is also true since every step was an if and only if statement.
$\Rightarrow h(c) < 0$ which means $c$ is our new lower-bound for $\alpha$
$ \Rightarrow c<\alpha < 1$
Since $D$ is strictly decreasing, we have that the maximum value of $D$ would occur at the smallest value of $\alpha$(the value of $\alpha$ is of course fixed, we are just considering the limiting case given our constraints on $\alpha$). Since we found $c$ by setting $D(c) = 2$, and $c<\alpha < 1$, it follows that $D<2$.