Skip to content
MathAnvil

Quadratic Equations

CCSS.HSA.REICCSS.HSA.SSE3 min read

Teaching quadratic equations often begins with students solving x² = 16 and wondering why there are two answers. The CCSS.HSA.REI and CCSS.HSA.SSE standards require students to solve quadratic equations using multiple methods, from factoring simple expressions to applying the quadratic formula for complex cases.

Try it right now

Why it matters

Quadratic equations model countless real-world scenarios where relationships involve squared variables. Engineers use them to calculate projectile motion—a ball thrown upward follows the path h = -16t² + 32t + 6, where maximum height occurs at t = 1 second. Architects apply quadratics when designing parabolic arches that can span 200 feet while supporting thousands of pounds. Business owners use quadratic profit functions like P = -2x² + 80x - 350 to find that selling 20 units maximizes profit at $450. Even basic geometry problems involve quadratics: finding that a rectangle with perimeter 24 cm has maximum area 36 cm² when both dimensions equal 6 cm. Students encounter quadratics in physics (acceleration), economics (supply and demand curves), and computer graphics (parabolic animations).

How to solve quadratic equations

Quadratic Equations

  • Write in standard form: ax² + bx + c = 0.
  • Factor, or use the quadratic formula: x = (-b ± √(b²-4ac)) / 2a.
  • Check both solutions by substituting back.

Example: x² − 5x + 6 = 0 → (x−2)(x−3) = 0 → x = 2 or x = 3.

Worked examples

Beginner

A square has an area of 9 cm². What is the side length?

Answer: x = 3 cm (side length must be positive)

  1. Interpret the contextSide length = x, so x² = 9A square's area equals side length squared. Since length must be positive, we only keep the positive root.
  2. Understand the equationx² = 9We need to find a number that, when squared (multiplied by itself), gives us 9.
  3. Take the square root of both sidesx = ±√9When we take the square root, we must include BOTH the positive and negative root, because both (+a)² and (−a)² give a².
  4. Calculate √9√9 = 3Since 3 × 3 = 9, the square root of 9 is 3.
  5. Write both solutionsx = 3 or x = −3A quadratic equation can have up to 2 solutions. Here we have exactly 2.
  6. Verify both solutions(3)² = 9 ✓, (−3)² = 9 ✓Substitute each value back into x² = 9 to confirm.
Easy

x² − 4x + 4 = 0

Answer: x = 2 (double root)

  1. Write the equation in standard formx² − 4x + 4 = 0 (a = 1, b = -4, c = 4)Standard form is ax² + bx + c = 0. Identify a, b, and c.
  2. Find two numbers that multiply to c and add to bNeed: p × q = 4 and p + q = -4 → p = -2, q = -2We need two numbers whose product is 4 and whose sum is -4. Those are -2 and -2 because -2 × -2 = 4 and -2 + -2 = -4.
  3. Write the factored form(x - 2)^2 = 0Rewrite the quadratic as a product of two binomials.
  4. Apply the zero product propertySet each factor = 0: x = 2, x = 2If a × b = 0, then a = 0 or b = 0. Set each factor equal to zero and solve.
  5. Verify by substituting backx = 2: 2² − 4·2 + 4 = 4 − 8 + 4 = 0 ✓Both solutions satisfy the original equation.
Medium

x² − 1x − 2 = 0

Answer: x = -1 or x = 2

  1. Write the equation in standard formx² − 1x − 2 = 0 (a = 1, b = -1, c = -2)Standard form is ax² + bx + c = 0. Identify a, b, and c.
  2. Find two numbers that multiply to c and add to bNeed: p × q = -2 and p + q = -1 → p = -2, q = 1We need two numbers whose product is -2 and whose sum is -1. Those are -2 and 1 because -2 × 1 = -2 and -2 + 1 = -1.
  3. Write the factored form(x - 2)·(x + 1) = 0Rewrite the quadratic as a product of two binomials.
  4. Apply the zero product propertySet each factor = 0: x = 2, x = -1If a × b = 0, then a = 0 or b = 0. Set each factor equal to zero and solve.
  5. Verify by substituting backx = 2: 2² − 1·2 − 2 = 4 − 2 − 2 = 0 ✓Both solutions satisfy the original equation.

Common mistakes

  • Students solve x² = 25 and write only x = 5, forgetting the negative solution x = -5
  • When factoring x² + 7x + 12 = 0, students write (x + 3)(x + 4) = 0 but then solve x = 3 and x = 4 instead of x = -3 and x = -4
  • Students apply the quadratic formula to 2x² - 8x + 6 = 0 using a = 2, b = 8, c = 6, forgetting that b = -8
  • When checking solutions, students substitute x = 2 into x² - 5x + 6 and calculate 4 - 10 + 6 = 0 correctly, but miss that 2² - 5(2) + 6 actually equals 4 - 10 + 6

Practice on your own

Generate unlimited quadratic equation practice problems with step-by-step solutions using MathAnvil's free worksheet generator.

Generate free worksheets →

Frequently asked questions

Why do quadratic equations have two solutions?
Because squaring eliminates sign information. When x² = 9, both x = 3 and x = -3 work since 3² = 9 and (-3)² = 9. Graphically, a parabola intersects a horizontal line at two points, representing the two solutions.
When should students factor versus use the quadratic formula?
Factor when coefficients are small integers and factoring is obvious, like x² - 5x + 6 = (x-2)(x-3). Use the quadratic formula for equations like 3x² - 7x + 2 = 0 where factoring isn't immediately clear.
How do I help students remember the quadratic formula?
Teach the rhythm: 'negative b, plus or minus, square root of b squared minus 4ac, all over 2a.' Practice with simple examples like x² - 4x + 3 = 0 where a=1, b=-4, c=3 makes calculation manageable.
What if the discriminant is negative?
For real number solutions, a negative discriminant means no real solutions exist. For example, x² + x + 1 = 0 has discriminant 1² - 4(1)(1) = -3, so no real solutions. The parabola doesn't cross the x-axis.
How do perfect square trinomials differ from other quadratics?
Perfect squares like x² - 6x + 9 = (x-3)² have identical factors, yielding one repeated solution. The discriminant equals zero: (-6)² - 4(1)(9) = 36 - 36 = 0, indicating the parabola touches the x-axis at exactly one point.

Related topics

Share this article