Intersection of a quadratic function and the x-axis

The points where the graph of a quadratic function meets the xx-axis are the points with y=0y = 0. There the value of the function is 00, so their xx-coordinates are found by solving a quadratic equation1. Take y=x2x6y = x^2 - x - 6.

Factoring

The intersections are where x2x6=0x^2 - x - 6 = 0. The left side factors as (x3)(x+2)(x - 3)(x + 2), so x=3x = 3 or x=2x = -2, and the intersection points are (3,0)(3, 0) and (2,0)(-2, 0).

The quadratic formula

When the expression does not factor, the formula does the job.

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

So the xx-coordinates where a parabola meets the xx-axis are exactly the solutions of ax2+bx+c=0ax^2 + bx + c = 0. The number of intersections equals the number of solutions, decided by the sign of the discriminant D=b24acD = b^2 - 4ac, which is precisely the quantity under the radical.

DiscriminantIntersections with the xx-axis
D>0D > 0two distinct points
D=0D = 0one point of tangency
D<0D < 0none

Here D=1+24=25>0D = 1 + 24 = 25 > 0, so there are two intersections.

Checking with the coefficients

For ax2+bx+c=0ax^2 + bx + c = 0 the sum of the roots is ba-\dfrac{b}{a} and their product is ca\dfrac{c}{a}2.

QuantityFrom the coefficientsFrom the roots
Sum113+(2)=13 + (-2) = 1
Product6-63×(2)=63 \times (-2) = -6

The axis and the vertex

Knowing the two intersections nearly fixes the shape of the parabola. The axis passes exactly midway between them, at 3+(2)2=12\dfrac{3 + (-2)}{2} = \dfrac{1}{2}, which agrees with the vertex formula b2a-\dfrac{b}{2a}. Since a parabola is symmetric about its axis, the two points where it cuts the xx-axis must be equally far from it. Substituting back gives the vertex (12,254)\left(\dfrac{1}{2}, -\dfrac{25}{4}\right).

An upward parabola whose vertex lies below the xx-axis, and a parabola that cuts the axis twice, are two descriptions of the same fact.

Where the sign flips

Range of xxSign of yy
x<2x < -2positive
2<x<3-2 < x < 3negative
x>3x > 3positive

That is why solving a quadratic inequality begins by finding these points: they are the boundaries of the sign. The large dots on the graph are those two points.

  1. Quadratic equation, Wikipedia
  2. Vieta's formulas, Wikipedia