Introduction to Quadratic Equations
Quadratic equations are among the most important equations you will encounter in high school mathematics. Unlike linear equations that produce straight lines when graphed, quadratic equations produce parabolic curves—symmetric, U-shaped graphs that appear everywhere in nature and technology.
A quadratic equation is any equation that can be written in the standard form ax² + bx + c = 0, where a, b, and c are constants, and critically, a ≠ 0. When a = 0, we no longer have an x² term, and the equation becomes linear rather than quadratic.
The solutions to a quadratic equation are called the roots or zeros of the equation. These represent the x-values where the parabola crosses the x-axis. Understanding how to find these roots—and what they mean—is essential for everything from basketball trajectory calculations to optimizing business profits.
The Factoring Method
Factoring is often the fastest way to solve a quadratic equation, but it only works when the equation has nice, integer roots. The goal is to rewrite the quadratic expression as a product of two linear factors.
Factoring Trinomials
For a trinomial of the form x² + bx + c, we look for two numbers that multiply to give c and add to give b. For x² + 5x + 6, we need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3, so:
x² + 5x + 6 = (x + 2)(x + 3)
Once factored, we use the Zero Product Property: if (x + 2)(x + 3) = 0, then either x + 2 = 0 or x + 3 = 0, giving us x = -2 or x = -3.
Example 1: Factoring a Simple Trinomial
Solve: x² - 7x + 12 = 0
Step 1: Find two numbers that multiply to 12 and add to -7: -3 and -4.
Step 2: Factor: x² - 7x + 12 = (x - 3)(x - 4)
Step 3: Apply Zero Product Property:
x - 3 = 0 → x = 3
x - 4 = 0 → x = 4
Solutions: x = 3 or x = 4
Verification: 3² - 7(3) + 12 = 9 - 21 + 12 = 0 ✓
The Difference of Squares
Some quadratics are differences of perfect squares, which factor into a special pattern:
a² - b² = (a + b)(a - b)
For example, x² - 16 = (x + 4)(x - 4), since 16 = 4². This pattern is incredibly useful and appears frequently in problems.
Example 2: Difference of Squares
Solve: 4x² - 25 = 0
Step 1: Recognize 4x² - 25 as a difference of squares: (2x)² - 5²
Step 2: Factor: (2x + 5)(2x - 5) = 0
Step 3: Solve: 2x + 5 = 0 → x = -5/2, or 2x - 5 = 0 → x = 5/2
Solutions: x = ±5/2
Completing the Square
Completing the square is a technique that always works for any quadratic equation, even when factoring is impossible. It transforms the equation into a form that makes solving straightforward and reveals the vertex of the parabola.
The key insight is this: for a perfect square trinomial like (x + k)² = x² + 2kx + k², the constant term (k²) is always the square of half the coefficient of x. In other words, given x² + 2kx, we can make it a perfect square by adding k².
The Completing the Square Process
For ax² + bx + c = 0 where a = 1:
- Move the constant term to the right side: x² + bx = -c
- Add (b/2)² to both sides
- Factor the left side as a perfect square
- Solve for x using square roots
Example 3: Completing the Square
Solve: x² + 6x + 5 = 0
Step 1: Move constant: x² + 6x = -5
Step 2: Half of 6 is 3, square it: 9. Add 9 to both sides:
x² + 6x + 9 = -5 + 9
x² + 6x + 9 = 4
Step 3: Factor: (x + 3)² = 4
Step 4: Take square roots: x + 3 = ±2
Solutions: x = -1 or x = -5
Verification: (-1)² + 6(-1) + 5 = 1 - 6 + 5 = 0 ✓
Example 4: When a ≠ 1
Solve: 2x² + 8x - 10 = 0
Step 1: Divide by 2 (so a = 1): x² + 4x - 5 = 0
Step 2: Move constant: x² + 4x = 5
Step 3: Half of 4 is 2, add 4: x² + 4x + 4 = 5 + 4 → (x + 2)² = 9
Step 4: x + 2 = ±3 → x = 1 or x = -5
Solutions: x = 1, x = -5
The Quadratic Formula
The quadratic formula is the universal problem-solver. It works for every quadratic equation, no matter how messy the coefficients are. By completing the square on ax² + bx + c = 0, we arrive at:
The Quadratic Formula
For ax² + bx + c = 0, the solutions are:
x = (-b ± √(b² - 4ac)) / 2a
This formula is derived from completing the square on the general quadratic equation.
The expression under the square root, b² - 4ac, is called the discriminant. It tells us about the nature of the roots:
- b² - 4ac > 0: Two distinct real roots
- b² - 4ac = 0: One repeated (double) root
- b² - 4ac < 0: Two complex conjugate roots (no real solutions)
Example 5: Using the Quadratic Formula
Solve: 3x² + 5x - 2 = 0
Identify: a = 3, b = 5, c = -2
Step 1: Calculate the discriminant:
b² - 4ac = 5² - 4(3)(-2) = 25 + 24 = 49
Step 2: Since 49 > 0, we have two real roots.
Step 3: Apply the formula:
x = (-5 ± √49) / (2 × 3)
x = (-5 ± 7) / 6
Solutions:
x = (-5 + 7)/6 = 2/6 = 1/3
x = (-5 - 7)/6 = -12/6 = -2
Verification: 3(1/3)² + 5(1/3) - 2 = 3(1/9) + 5/3 - 2 = 1/3 + 5/3 - 6/3 = 0 ✓
Example 6: Complex Roots
Solve: x² + 4x + 13 = 0
Identify: a = 1, b = 4, c = 13
Discriminant: b² - 4ac = 16 - 52 = -36
Since the discriminant is negative, we have complex roots:
x = (-4 ± √(-36)) / 2 = (-4 ± 6i) / 2 = -2 ± 3i
Solutions: x = -2 + 3i or x = -2 - 3i
Real-World Applications
Quadratic equations appear throughout science, engineering, and everyday life. Understanding how to set up and solve these equations is just as important as solving them.
Projectile Motion
When you throw a ball, its height h at time t is given by a quadratic equation. The equation h(t) = -16t² + v₀t + h₀ combines gravity (-16 ft/s²), initial velocity v₀, and initial height h₀.
Example 7: Projectile Motion Problem
A baseball is hit with an initial velocity of 80 ft/s from a height of 4 feet. After how many seconds does it hit the ground?
Set up: h(t) = -16t² + 80t + 4. We want h(t) = 0.
-16t² + 80t + 4 = 0 → divide by -4: 4t² - 20t - 1 = 0
Using quadratic formula:
t = (20 ± √(400 + 16)) / 8 = (20 ± √416) / 8 = (20 ± 20.4) / 8
t ≈ (20 + 20.4)/8 ≈ 5.05 seconds (the positive solution)
Area and Fencing Problems
Farmers, landscapers, and architects regularly use quadratic equations to optimize area with limited fencing or materials.
Example 8: Optimizing Area
A farmer has 60 meters of fencing to enclose a rectangular pen against a barn wall (no fencing needed on one side). What dimensions maximize the area?
Set up: Let x be the two sides perpendicular to the barn, and 60 - 2x be the side parallel to the barn.
Area = x(60 - 2x) = 60x - 2x²
Setting dA/dx = 0: 60 - 4x = 0 → x = 15
Dimensions: 15m × 30m, giving Area = 450 m²
Business and Finance
Companies use quadratic models to find profit-maximizing prices, break-even points, and optimal production levels. The profit function P(x) = ax² + bx + c often models revenue minus costs.
The Vertex Form and Graphing
Completing the square also gives us the vertex form of a quadratic: y = a(x - h)² + k, where (h, k) is the vertex of the parabola. This form is invaluable for graphing and optimization.
From y = ax² + bx + c, completing the square gives y = a(x + b/2a)² + (4ac - b²)/4a. The vertex is at (-b/2a, (4ac - b²)/4a).
- If a > 0, the parabola opens upward and the vertex is a minimum
- If a < 0, the parabola opens downward and the vertex is a maximum
Choosing the Right Method
With three methods available, how do you choose? Here's a quick guide:
- Factoring: Use when coefficients are small integers and roots are whole numbers. Fastest method when it works.
- Completing the Square: Use when you need the vertex form, when a ≠ 1, or when factoring is difficult.
- Quadratic Formula: Use as a universal fallback. Always works. Use when other methods are too time-consuming.
Common Mistakes to Avoid
- Forgetting to set the equation equal to zero before attempting any solution method
- Losing the negative sign when applying the quadratic formula (remember: -b ± √...)
- Factoring 2x² + 4x + 2 as 2(x² + 2x + 1) but then forgetting the 2 when finding roots
- Incorrectly calculating the discriminant, especially with negative c values
- Only taking one square root (you almost always have ±)
Practice Recommendations
The key to mastering quadratic equations is varied practice. Start with simple integer-root problems where factoring works quickly. Then move to problems requiring the quadratic formula. Finally, tackle word problems to build your ability to translate real situations into equations.
Remember that every quadratic equation has meaning in context. The roots are not just abstract numbers—they represent points where quantities balance, paths intersect, or processes complete. Understanding this context transforms quadratic equations from algebraic exercises into powerful problem-solving tools.