For what values of $m$ does the equation $$x^2+2\sqrt3x-\log m = 0$$ admit real roots? What are the signs of the roots of the equation for these values of $m$?
I try
$\Delta \geq 0 \implies 12+4\log m \geq 0 \implies \log m \geq -3\\ \therefore m \geq \frac{1}{10^3}$
By solving for $x$ as a simple quadratic, we find
$$x = \pm \sqrt{3 + \log m} - \sqrt 3$$
$x$ is real if and only if $\log m \ge -3$, and therefore $x$ is real whenever $m \ge 1/e^3$.
The only difference between my answer and yours is that I'm assuming $\log$ to mean $\ln$. So basically you are correct.
One root will always be negative since $-(\sqrt \cdot + \sqrt3)$ is always less than zero, since $\sqrt \cdot$ is always at least zero. As for the sign of the other root.. Simplifying $\sqrt{3 + \log m} - \sqrt 3 \ge 0$ by adding $\sqrt3$, squaring both sides, and cancelling the remaining 3's, we find that the other root is non-negative if and only if $\log m \ge 0$, that is, that $m \ge 1$.
As a side note, the reason that $x > y$ if and only if $\log x > \log y$ if and only if $e^x > e^y$ is that $\exp$ and its inverse $\log$ are order-preserving. The index of the maximum of $a, b, c, \cdots$ will be the same as $\log a, \log b, \log c, \cdots$ will be the same as $\exp a, \exp b, \exp c, \cdots$. The map $x \mapsto 1/x$ is the one you need to be careful about with inequalities, but I won't discuss it here since it isn't relevant to the problem. Just sharing a bit of inequality wisdom here seemed appropriate.