Solve
for , where is a real parameter. Give the solution in every case.
Compute the discriminant once. For (when ),
The sign of and the sign of together determine everything, so the case split runs on those two quantities.
Handle the degenerate case a = 0 first. The quadratic term vanishes and the inequality becomes linear:
Forgetting that may be zero is the classic omission in parameter problems — the leading coefficient is not guaranteed non-zero.
Case a > 1 (upward parabola, no real roots). Here and , so the parabola opens up and never touches the axis:
Case a = 1 (perfect square). and , which is positive everywhere except at its single zero:
Case 0 < a < 1 (upward parabola, two roots). Now and the roots are
An upward parabola is positive outside its roots:
Case a < 0 (downward parabola). Then , so and : two real roots again. A downward parabola is positive between its roots. Because dividing by the negative reverses their order, , and the solution is
Check with : the roots are , i.e. and , and at the midpoint the expression is , confirming the interval.
Need to solve a different problem like this? Open the solver →