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 the xx-coordinates of these points are found by solving a quadratic equation. Take y=x2x6y = x^2 - x - 6.

The intersections with the xx-axis are where y=0y = 0, that is 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).

So the xx-coordinates where a parabola meets the xx-axis are exactly the solutions of the quadratic equation 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.

  • D>0D > 0: two distinct intersection points
  • D=0D = 0: one point of tangency (a repeated root)
  • D<0D < 0: no intersection (no real solution)

Here D=(1)241(6)=1+24=25>0D = (-1)^2 - 4 \cdot 1 \cdot (-6) = 1 + 24 = 25 > 0, so there are two intersections. The large dots on the graph are those two points, (3,0)(3, 0) and (2,0)(-2, 0).