Algebra · real student question

Solve the inequality a*x^2 + 2x + 1 > 0 for x, treating a as a real parameter, and give every case.

Question

Solve

ax2+2x+1>0ax^2 + 2x + 1 > 0

for xx, where aa is a real parameter. Give the solution in every case.

Step-by-step solution

  1. Compute the discriminant once. For f(x)=ax2+2x+1f(x) = ax^2 + 2x + 1 (when a0a \ne 0),

    Δ=224a(1)=44a=4(1a)\Delta = 2^2 - 4a(1) = 4 - 4a = 4(1-a)

    The sign of Δ\Delta and the sign of aa together determine everything, so the case split runs on those two quantities.

  2. Handle the degenerate case a = 0 first. The quadratic term vanishes and the inequality becomes linear:

    2x+1>0x>122x + 1 > 0 \quad\Longrightarrow\quad x > -\frac{1}{2}

    Forgetting that aa may be zero is the classic omission in parameter problems — the leading coefficient is not guaranteed non-zero.

  3. Case a > 1 (upward parabola, no real roots). Here Δ=4(1a)<0\Delta = 4(1-a) < 0 and a>0a > 0, so the parabola opens up and never touches the axis:

    ax2+2x+1>0  for all xRax^2 + 2x + 1 > 0 \ \text{ for all } x \in \mathbb{R}

  4. Case a = 1 (perfect square). Δ=0\Delta = 0 and x2+2x+1=(x+1)2x^2 + 2x + 1 = (x+1)^2, which is positive everywhere except at its single zero:

    x1x \ne -1

  5. Case 0 < a < 1 (upward parabola, two roots). Now Δ>0\Delta > 0 and the roots are

    x=2±44a2a=1±1aax = \frac{-2 \pm \sqrt{4-4a}}{2a} = \frac{-1 \pm \sqrt{1-a}}{a}

    An upward parabola is positive outside its roots:

    x<11aaorx>1+1aax < \frac{-1-\sqrt{1-a}}{a} \quad \text{or} \quad x > \frac{-1+\sqrt{1-a}}{a}

  6. Case a < 0 (downward parabola). Then 1a>11 - a > 1, so 1a>1\sqrt{1-a} > 1 and Δ>0\Delta > 0: two real roots again. A downward parabola is positive between its roots. Because dividing by the negative aa reverses their order, 1+1aa<0<11aa\tfrac{-1+\sqrt{1-a}}{a} < 0 < \tfrac{-1-\sqrt{1-a}}{a}, and the solution is

    1+1aa<x<11aa\frac{-1+\sqrt{1-a}}{a} < x < \frac{-1-\sqrt{1-a}}{a}

    Check with a=1a = -1: the roots are 1±21\tfrac{-1 \pm \sqrt2}{-1}, i.e. 0.414214-0.414214 and 2.4142142.414214, and at the midpoint x=1x = 1 the expression is 1+2+1=2>0-1 + 2 + 1 = 2 > 0, confirming the interval.

Answer

a>1: xR;a=1: x1;0<a<1: x<11aa or x>1+1aa;a=0: x>12;a<0: 1+1aa<x<11aaa>1:\ x \in \mathbb{R};\quad a=1:\ x \neq -1;\quad 0<a<1:\ x<\tfrac{-1-\sqrt{1-a}}{a}\ \text{or}\ x>\tfrac{-1+\sqrt{1-a}}{a};\quad a=0:\ x>-\tfrac12;\quad a<0:\ \tfrac{-1+\sqrt{1-a}}{a}<x<\tfrac{-1-\sqrt{1-a}}{a}

Need to solve a different problem like this? Open the solver →