Given $x^2+x-a<3$, solve for $a$ so that there is at least one solution $<0$
I have the idea how to solve this problem but my solution seems weird and unfinished.
Firstly, I move $3$ to the left hand side.
The graphic of the solution is open upwards and has an axis of symmetry at $-1/2$. This means that in order for the inequality to have any solution, its discriminant must be $>0$. So $4a+8>0$, which means $a>-2$. But that seems to be it. Due to the axis and the graph, there must be at least one negative solution. Am I missing something?
The inequality should be satisfied for at least a negative value of $x$.
We know that, when the discriminant is positive, the inequality is satisfied for $$ x_1<x<x_2 $$ where $x_1$ and $x_2$ are the roots. Hence the problem is to find when the smaller root is negative: this happens when $-a-3<0$, that is, $a>-3$.
Note that considering the discriminant is irrelevant: when $-a-3<0$ the discriminant is certainly positive.