$$ \text{Solve for x } $$ $$ \ln (x^2-x-1) > 0 $$
Here is how I proceded
So we have to basically solve these 2 equations
By the log rules $$ \ x^2-x-1>1 $$
And since domain of log is $(0,\infty)$
$$ x^2-x-1>0 $$
Upon solving these two equations , the solution that I got was as follows
$$ x\in \left({-\infty},\frac{-\sqrt{5}+1}{2}\right) \cup \biggl(2,\infty\biggr) $$
But the answer in textbook and even on online calculator is
$$ x\in \biggl({-\infty},1\biggr) \cup \biggl(2,\infty\biggr) $$
Is there any mistake in how I solved the question ?
Thanks in advance
You need $x^{2}-x-1>1$ or $x^{2}-x-2>0$ or $(x+1)(x-2) >0$. This gives $ x>2$ or $x <-1$.
$x^{2}-x-1>1$ automatically implies $x^{2}-x-1>0$ and there is no need to worry about domain of $\log$.