Learn on PengiOpenStax Algebra and TrigonometryChapter 2: Equations and Inequalities

Lesson 2.5: Quadratic Equations

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry, students learn four methods for solving quadratic equations: factoring, the square root property, completing the square, and the quadratic formula. The lesson covers key concepts including standard form, the zero-product property, and factoring expressions with a leading coefficient of 1. Part of Chapter 2: Equations and Inequalities, this lesson builds the foundational algebraic skills needed to solve real-world problems involving second-degree polynomials.

Section 1

📘 Quadratic Equations

New Concept

A quadratic equation involves a variable squared, like x2x^2. This lesson equips you with four essential methods to solve them: factoring, using square roots, completing the square, and applying the powerful quadratic formula, x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.

What’s next

You've got the big picture. Next, you'll dive into practice cards and short videos that break down each of the four solving methods, starting with factoring.

Section 2

Solving by Factoring

Property

Factoring involves writing a quadratic equation as a product of linear terms. This method relies on the zero-product property, which states that if ab=0a \cdot b = 0, then a=0a = 0 or b=0b = 0. The equation must be in standard form ax2+bx+c=0ax^2 + bx + c = 0.

When a = 1: Find two numbers whose product is cc and whose sum is bb. Use them to create factors (x+k1)(x+k2)=0(x+k_1)(x+k_2)=0.

When a ≠ 1: Use grouping. Find two numbers whose product is acac and sum is bb. Rewrite the bxbx term using these numbers, then factor the resulting four-term polynomial.

Section 3

The Square Root Property

Property

With the x2x^2 term isolated, the square root property states that: if x2=kx^2 = k, then x=±kx = \pm \sqrt{k} where kk is a nonzero real number.

To solve using this method:

  1. Isolate the x2x^2 term on one side of the equal sign.
  2. Take the square root of both sides of the equation, putting a ±\pm sign before the expression on the side opposite the squared term.
  3. Simplify the numbers on the side with the ±\pm sign.

Examples

  • To solve x2=121x^2 = 121, we take the square root of both sides: x=±121x = \pm\sqrt{121}, so the solutions are x=11x=11 and x=11x=-11.

Section 4

Completing the Square

Property

Completing the square is a method for solving a quadratic equation by creating a perfect square trinomial on one side. Given an equation in the form x2+bx=cx^2 + bx = c, we can transform it:

  1. Multiply the bb term by 12\frac{1}{2} and square it: (b2)2(\frac{b}{2})^2.
  2. Add this value to both sides of the equation: x2+bx+(b2)2=c+(b2)2x^2 + bx + (\frac{b}{2})^2 = c + (\frac{b}{2})^2.
  3. The left side now factors to (x+b2)2(x + \frac{b}{2})^2, allowing you to solve using the square root property.

Examples

  • Solve x2+10x=11x^2 + 10x = 11. Take half of bb (10) and square it: (102)2=25(\frac{10}{2})^2 = 25. Add 25 to both sides: x2+10x+25=11+25x^2 + 10x + 25 = 11 + 25, which is (x+5)2=36(x+5)^2 = 36. So, x+5=±6x+5 = \pm 6, and x=1x=1 or x=11x=-11.
  • Solve x28x9=0x^2 - 8x - 9 = 0. Move the constant: x28x=9x^2 - 8x = 9. Add (82)2=16(\frac{-8}{2})^2 = 16 to both sides: x28x+16=9+16x^2 - 8x + 16 = 9+16. This simplifies to (x4)2=25(x-4)^2 = 25. So, x4=±5x-4 = \pm 5, and x=9x=9 or x=1x=-1.

Section 5

The Quadratic Formula

Property

Written in standard form, ax2+bx+c=0ax^2 + bx + c = 0, any quadratic equation can be solved using the quadratic formula:

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

where aa, bb, and cc are real numbers and a0a \neq 0. To use it, ensure the equation is in standard form, identify a,b,a, b, and cc, and substitute them into the formula.

Examples

  • Solve x2+2x8=0x^2 + 2x - 8 = 0. Here a=1,b=2,c=8a=1, b=2, c=-8. Using the formula: x=2±224(1)(8)2(1)=2±4+322=2±62x = \frac{-2 \pm \sqrt{2^2 - 4(1)(-8)}}{2(1)} = \frac{-2 \pm \sqrt{4 + 32}}{2} = \frac{-2 \pm 6}{2}. The solutions are x=2x=2 and x=4x=-4.
  • Solve 3x25x+2=03x^2 - 5x + 2 = 0. Here a=3,b=5,c=2a=3, b=-5, c=2. The formula gives x=(5)±(5)24(3)(2)2(3)=5±25246=5±16x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(3)(2)}}{2(3)} = \frac{5 \pm \sqrt{25-24}}{6} = \frac{5 \pm 1}{6}. The solutions are x=1x=1 and x=23x=\frac{2}{3}.

Section 6

The Discriminant

Property

For ax2+bx+c=0ax^2 + bx + c = 0, where aa, bb, and cc are real numbers, the discriminant is the expression under the radical in the quadratic formula: b24acb^2 - 4ac. It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

  • If b24ac>0b^2 - 4ac > 0, there are two real solutions.
  • If b24ac=0b^2 - 4ac = 0, there is one real solution.
  • If b24ac<0b^2 - 4ac < 0, there are two complex solutions.

Examples

  • For x210x+25=0x^2 - 10x + 25 = 0, the discriminant is (10)24(1)(25)=100100=0(-10)^2 - 4(1)(25) = 100 - 100 = 0. This indicates there is one rational solution.
  • For 3x2+7x6=03x^2 + 7x - 6 = 0, the discriminant is 724(3)(6)=49+72=1217^2 - 4(3)(-6) = 49 + 72 = 121. Since 121>0121 > 0 and is a perfect square, there are two rational solutions.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: The Rectangular Coordinate Systems and Graphs

  2. Lesson 2

    Lesson 2.2: Linear Equations in One Variable

  3. Lesson 3

    Lesson 2.3: Models and Applications

  4. Lesson 4

    Lesson 2.4: Complex Numbers

  5. Lesson 5Current

    Lesson 2.5: Quadratic Equations

  6. Lesson 6

    Lesson 2.6: Other Types of Equations

  7. Lesson 7

    Lesson 2.7: Linear Inequalities and Absolute Value Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Quadratic Equations

New Concept

A quadratic equation involves a variable squared, like x2x^2. This lesson equips you with four essential methods to solve them: factoring, using square roots, completing the square, and applying the powerful quadratic formula, x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.

What’s next

You've got the big picture. Next, you'll dive into practice cards and short videos that break down each of the four solving methods, starting with factoring.

Section 2

Solving by Factoring

Property

Factoring involves writing a quadratic equation as a product of linear terms. This method relies on the zero-product property, which states that if ab=0a \cdot b = 0, then a=0a = 0 or b=0b = 0. The equation must be in standard form ax2+bx+c=0ax^2 + bx + c = 0.

When a = 1: Find two numbers whose product is cc and whose sum is bb. Use them to create factors (x+k1)(x+k2)=0(x+k_1)(x+k_2)=0.

When a ≠ 1: Use grouping. Find two numbers whose product is acac and sum is bb. Rewrite the bxbx term using these numbers, then factor the resulting four-term polynomial.

Section 3

The Square Root Property

Property

With the x2x^2 term isolated, the square root property states that: if x2=kx^2 = k, then x=±kx = \pm \sqrt{k} where kk is a nonzero real number.

To solve using this method:

  1. Isolate the x2x^2 term on one side of the equal sign.
  2. Take the square root of both sides of the equation, putting a ±\pm sign before the expression on the side opposite the squared term.
  3. Simplify the numbers on the side with the ±\pm sign.

Examples

  • To solve x2=121x^2 = 121, we take the square root of both sides: x=±121x = \pm\sqrt{121}, so the solutions are x=11x=11 and x=11x=-11.

Section 4

Completing the Square

Property

Completing the square is a method for solving a quadratic equation by creating a perfect square trinomial on one side. Given an equation in the form x2+bx=cx^2 + bx = c, we can transform it:

  1. Multiply the bb term by 12\frac{1}{2} and square it: (b2)2(\frac{b}{2})^2.
  2. Add this value to both sides of the equation: x2+bx+(b2)2=c+(b2)2x^2 + bx + (\frac{b}{2})^2 = c + (\frac{b}{2})^2.
  3. The left side now factors to (x+b2)2(x + \frac{b}{2})^2, allowing you to solve using the square root property.

Examples

  • Solve x2+10x=11x^2 + 10x = 11. Take half of bb (10) and square it: (102)2=25(\frac{10}{2})^2 = 25. Add 25 to both sides: x2+10x+25=11+25x^2 + 10x + 25 = 11 + 25, which is (x+5)2=36(x+5)^2 = 36. So, x+5=±6x+5 = \pm 6, and x=1x=1 or x=11x=-11.
  • Solve x28x9=0x^2 - 8x - 9 = 0. Move the constant: x28x=9x^2 - 8x = 9. Add (82)2=16(\frac{-8}{2})^2 = 16 to both sides: x28x+16=9+16x^2 - 8x + 16 = 9+16. This simplifies to (x4)2=25(x-4)^2 = 25. So, x4=±5x-4 = \pm 5, and x=9x=9 or x=1x=-1.

Section 5

The Quadratic Formula

Property

Written in standard form, ax2+bx+c=0ax^2 + bx + c = 0, any quadratic equation can be solved using the quadratic formula:

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

where aa, bb, and cc are real numbers and a0a \neq 0. To use it, ensure the equation is in standard form, identify a,b,a, b, and cc, and substitute them into the formula.

Examples

  • Solve x2+2x8=0x^2 + 2x - 8 = 0. Here a=1,b=2,c=8a=1, b=2, c=-8. Using the formula: x=2±224(1)(8)2(1)=2±4+322=2±62x = \frac{-2 \pm \sqrt{2^2 - 4(1)(-8)}}{2(1)} = \frac{-2 \pm \sqrt{4 + 32}}{2} = \frac{-2 \pm 6}{2}. The solutions are x=2x=2 and x=4x=-4.
  • Solve 3x25x+2=03x^2 - 5x + 2 = 0. Here a=3,b=5,c=2a=3, b=-5, c=2. The formula gives x=(5)±(5)24(3)(2)2(3)=5±25246=5±16x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(3)(2)}}{2(3)} = \frac{5 \pm \sqrt{25-24}}{6} = \frac{5 \pm 1}{6}. The solutions are x=1x=1 and x=23x=\frac{2}{3}.

Section 6

The Discriminant

Property

For ax2+bx+c=0ax^2 + bx + c = 0, where aa, bb, and cc are real numbers, the discriminant is the expression under the radical in the quadratic formula: b24acb^2 - 4ac. It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

  • If b24ac>0b^2 - 4ac > 0, there are two real solutions.
  • If b24ac=0b^2 - 4ac = 0, there is one real solution.
  • If b24ac<0b^2 - 4ac < 0, there are two complex solutions.

Examples

  • For x210x+25=0x^2 - 10x + 25 = 0, the discriminant is (10)24(1)(25)=100100=0(-10)^2 - 4(1)(25) = 100 - 100 = 0. This indicates there is one rational solution.
  • For 3x2+7x6=03x^2 + 7x - 6 = 0, the discriminant is 724(3)(6)=49+72=1217^2 - 4(3)(-6) = 49 + 72 = 121. Since 121>0121 > 0 and is a perfect square, there are two rational solutions.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: The Rectangular Coordinate Systems and Graphs

  2. Lesson 2

    Lesson 2.2: Linear Equations in One Variable

  3. Lesson 3

    Lesson 2.3: Models and Applications

  4. Lesson 4

    Lesson 2.4: Complex Numbers

  5. Lesson 5Current

    Lesson 2.5: Quadratic Equations

  6. Lesson 6

    Lesson 2.6: Other Types of Equations

  7. Lesson 7

    Lesson 2.7: Linear Inequalities and Absolute Value Inequalities