Quadratic Functions and Where They Cross Zero
Atlas stands at a whiteboard in a sunlit physics lab, sketching a smooth U-shaped curve on a coordinate grid while a model projectile launcher sits on the bench beside him, ready to fire.
- Identify the parabolic shape produced by graphing a quadratic function on a coordinate plane.
- Explain what it means for a quadratic function to have a root, zero, or x-intercept.
- Calculate the roots of a quadratic function by setting the output equal to zero and solving.
- Predict how many real roots a parabola has by computing the discriminant b²−4ac.
- Interpret the roots of a quadratic model in a real-world context.
Key terms
- Parabola
- The symmetric U-shaped curve produced by graphing a quadratic function.
- Root
- An input value where the function output equals zero, also called a zero or x-intercept.
- Discriminant
- The quantity b² − 4ac that determines the number of real roots.
- Vertex
- The turning point of a parabola, its maximum or minimum point.
- Quadratic formula
- The expression x = (−b ± √(b² − 4ac))/(2a) solving any quadratic equation.
Anatomy of a Parabola
Every quadratic f(x) = ax² + bx + c graphs as a parabola whose opening direction is fixed by the sign of a: positive a opens upward to a minimum, negative a opens downward to a maximum. The parabola is symmetric about a vertical line, the axis of symmetry at x = −b/(2a), and the vertex sits on that line. Reading these features lets you sketch the curve before solving, which helps you anticipate whether and where the curve will meet the x-axis.
The Discriminant as a Forecast
Before choosing a solving method, evaluate the discriminant b² − 4ac. A positive value means the parabola crosses the x-axis at two distinct points, so there are two real roots. A value of exactly zero means the vertex sits on the x-axis, producing one repeated double root. A negative value means the parabola never reaches the axis, so there are no real roots, only complex ones. This single number forecasts the root structure and tells you whether factoring over the integers is even worth attempting.
Choosing Factoring or the Formula
Factoring is fastest when the quadratic has nice integer roots: you seek two numbers whose product is ac and whose sum is b. When no such integers exist, the quadratic formula handles every case mechanically, including irrational and complex roots. The formula is simply the general solution obtained by completing the square on ax² + bx + c = 0, which is why it always works. A reliable habit is to compute the discriminant first, factor if it is a perfect square, and reach for the formula otherwise.
Worked examples
Find the roots of f(x) = 2x² + 5x − 3 by factoring.
- Set the function equal to zero: 2x² + 5x − 3 = 0.
- Find two numbers with product ac = 2(−3) = −6 and sum 5; they are 6 and −1.
- Split and factor: 2x² + 6x − x − 3 = 2x(x + 3) − 1(x + 3) = (2x − 1)(x + 3) = 0.
- Set each factor to zero: 2x − 1 = 0 gives x = 1/2, and x + 3 = 0 gives x = −3.
Answer: x = 1/2 and x = −3; check f(1/2) = 2(1/4) + 5/2 − 3 = 0.
Use the discriminant and quadratic formula to solve x² − 4x + 1 = 0.
- Identify a = 1, b = −4, c = 1, then compute the discriminant b² − 4ac = 16 − 4 = 12.
- Since 12 is positive but not a perfect square, expect two irrational real roots and apply the formula.
- x = (4 ± √12)/2 = (4 ± 2√3)/2 = 2 ± √3.
Answer: x = 2 + √3 and x = 2 − √3.
Activity
For each quadratic function card, compute the discriminant b²−4ac, then drag the card onto the correct region of the parabola diagram based on how many real roots the discriminant predicts.
Practice
Find all real roots of f(x) = x² − 7x + 10 by factoring, then verify each root.
Compute the discriminant of 3x² + 2x + 5 and state how many real roots the parabola has.
Common mistakes to avoid
- x² + 9 = 0 has real rootsSetting x² + 9 = 0 gives x² = −9, and no real number squares to a negative, so there are no real roots.
- No integer factors means no rootsFailure to factor over the integers only means the roots are irrational or complex, not that the equation has no solutions.
Check your understanding
Which of the following correctly identifies the roots of f(x) = x² − x − 6?
A student says the roots of f(x) = x² + 9 are x = 3 and x = −3 because √9 = 3. What is wrong with this reasoning?
The height (in meters) of a ball t seconds after being launched is modeled by h(t) = −5t² + 20t. At what time does the ball return to ground level?
For the equation x² − 3x − 1 = 0, which statement about the roots is correct?
Recap
A quadratic f(x) = ax² + bx + c graphs as a parabola whose roots are the inputs making the output zero; the discriminant b² − 4ac forecasts two, one, or no real roots, and you find them by factoring when integers cooperate or by the quadratic formula otherwise.
Reflect
Where might the roots of a quadratic model carry real meaning, such as a projectile's landing time?