Learn on PengiOpenstax Intermediate Algebra 2EChapter 9: Quadratic Equations and Functions

Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

Students learn to solve quadratic equations of the form ax² + bx + c = 0 using the Quadratic Formula, x = (−b ± √(b² − 4ac)) / 2a, derived by completing the square on the general standard form. The lesson also covers using the discriminant (b² − 4ac) to predict the number and type of solutions, and choosing the most appropriate method for solving a given quadratic equation. This material is from Chapter 9 of the OpenStax Intermediate Algebra 2e textbook.

Section 1

📘 Solve Quadratic Equations Using the Quadratic Formula

New Concept

The Quadratic Formula is a universal tool for solving any quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0. Derived from completing the square, it provides a direct path to the solutions by using the coefficients a,b,a, b, and cc.

What’s next

You'll now see how to apply the formula through worked examples and interactive practice cards. Soon, you'll use it to tackle challenge problems.

Section 2

Quadratic Formula

Property

The solutions to a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0 are given by the formula:

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

To solve a quadratic equation using the Quadratic Formula:
Step 1. Write the quadratic equation in standard form, ax2+bx+c=0ax^2 + bx + c = 0. Identify the values of aa, bb, and cc.
Step 2. Write the Quadratic Formula. Then substitute in the values of aa, bb, and cc.
Step 3. Simplify.
Step 4. Check the solutions.

Examples

  • To solve 2x2+5x3=02x^2 + 5x - 3 = 0, we identify a=2,b=5,c=3a=2, b=5, c=-3. Substituting into the formula gives x=5±524(2)(3)2(2)=5±25+244=5±494=5±74x = \frac{-5 \pm \sqrt{5^2 - 4(2)(-3)}}{2(2)} = \frac{-5 \pm \sqrt{25 + 24}}{4} = \frac{-5 \pm \sqrt{49}}{4} = \frac{-5 \pm 7}{4}. The solutions are x=12x = \frac{1}{2} and x=3x = -3.
  • To solve 3x2+10x+5=03x^2 + 10x + 5 = 0, we have a=3,b=10,c=5a=3, b=10, c=5. The formula gives x=10±1024(3)(5)2(3)=10±100606=10±406=10±2106=5±103x = \frac{-10 \pm \sqrt{10^2 - 4(3)(5)}}{2(3)} = \frac{-10 \pm \sqrt{100 - 60}}{6} = \frac{-10 \pm \sqrt{40}}{6} = \frac{-10 \pm 2\sqrt{10}}{6} = \frac{-5 \pm \sqrt{10}}{3}.
  • To solve x2+2x+10=0x^2 + 2x + 10 = 0, we have a=1,b=2,c=10a=1, b=2, c=10. The formula gives x=2±224(1)(10)2(1)=2±4402=2±362=2±6i2=1±3ix = \frac{-2 \pm \sqrt{2^2 - 4(1)(10)}}{2(1)} = \frac{-2 \pm \sqrt{4 - 40}}{2} = \frac{-2 \pm \sqrt{-36}}{2} = \frac{-2 \pm 6i}{2} = -1 \pm 3i.

Explanation

The Quadratic Formula is a powerful tool derived from completing the square on the general quadratic equation. It provides a direct solution for any quadratic equation, saving you from repeating the steps of completing the square every time.

Section 3

Using the discriminant

Property

In the Quadratic Formula, x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}, the quantity b24acb^2 - 4ac is called the discriminant.
For a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0, a0a \neq 0:

  • If b24ac>0b^2 - 4ac > 0, the equation has 2 real solutions.
  • If b24ac=0b^2 - 4ac = 0, the equation has 1 real solution.
  • If b24ac<0b^2 - 4ac < 0, the equation has 2 complex solutions.

Examples

  • For the equation 3x2+5x8=03x^2 + 5x - 8 = 0, the discriminant is (5)24(3)(8)=25+96=121(5)^2 - 4(3)(-8) = 25 + 96 = 121. Since 121>0121 > 0, there are 2 real solutions.
  • For the equation 4y228y+49=04y^2 - 28y + 49 = 0, the discriminant is (28)24(4)(49)=784784=0(-28)^2 - 4(4)(49) = 784 - 784 = 0. Since the discriminant is 0, there is 1 real solution.
  • For the equation 2n2+3n+5=02n^2 + 3n + 5 = 0, the discriminant is (3)24(2)(5)=940=31(3)^2 - 4(2)(5) = 9 - 40 = -31. Since 31<0-31 < 0, there are 2 complex solutions.

Explanation

The discriminant is the part of the Quadratic Formula under the radical. Its value predicts the number and type of solutions without having to solve the entire equation. A positive, zero, or negative result tells you exactly what kind of answers to expect.

Section 4

Identify the most appropriate method

Property

To identify the most appropriate method to solve a quadratic equation:
Step 1. Try Factoring first. If the quadratic factors easily, this method is very quick.
Step 2. Try the Square Root Property next. If the equation fits the form ax2=kax^2 = k or a(xh)2=ka(x - h)^2 = k, it can easily be solved by using the Square Root Property.
Step 3. Use the Quadratic Formula. Any other quadratic equation is best solved by using the Quadratic Formula.

Examples

  • For x28x+15=0x^2 - 8x + 15 = 0, we can easily factor it as (x3)(x5)=0(x-3)(x-5)=0. The most appropriate method is Factoring.
  • For 2(x5)2=322(x-5)^2 = 32, the equation is in the form a(xh)2=ka(x-h)^2=k. The most appropriate method is the Square Root Property.
  • For 7u2+5u1=07u^2 + 5u - 1 = 0, trial and error factoring is difficult. The most appropriate method is the Quadratic Formula.

Explanation

This strategy helps you choose the most efficient tool for solving a quadratic equation. Start with the fastest method, factoring. If that is not practical, check if the Square Root Property applies. The Quadratic Formula is the universal method that works for all cases.

Book overview

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

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3Current

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Solve Quadratic Equations Using the Quadratic Formula

New Concept

The Quadratic Formula is a universal tool for solving any quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0. Derived from completing the square, it provides a direct path to the solutions by using the coefficients a,b,a, b, and cc.

What’s next

You'll now see how to apply the formula through worked examples and interactive practice cards. Soon, you'll use it to tackle challenge problems.

Section 2

Quadratic Formula

Property

The solutions to a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0 are given by the formula:

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

To solve a quadratic equation using the Quadratic Formula:
Step 1. Write the quadratic equation in standard form, ax2+bx+c=0ax^2 + bx + c = 0. Identify the values of aa, bb, and cc.
Step 2. Write the Quadratic Formula. Then substitute in the values of aa, bb, and cc.
Step 3. Simplify.
Step 4. Check the solutions.

Examples

  • To solve 2x2+5x3=02x^2 + 5x - 3 = 0, we identify a=2,b=5,c=3a=2, b=5, c=-3. Substituting into the formula gives x=5±524(2)(3)2(2)=5±25+244=5±494=5±74x = \frac{-5 \pm \sqrt{5^2 - 4(2)(-3)}}{2(2)} = \frac{-5 \pm \sqrt{25 + 24}}{4} = \frac{-5 \pm \sqrt{49}}{4} = \frac{-5 \pm 7}{4}. The solutions are x=12x = \frac{1}{2} and x=3x = -3.
  • To solve 3x2+10x+5=03x^2 + 10x + 5 = 0, we have a=3,b=10,c=5a=3, b=10, c=5. The formula gives x=10±1024(3)(5)2(3)=10±100606=10±406=10±2106=5±103x = \frac{-10 \pm \sqrt{10^2 - 4(3)(5)}}{2(3)} = \frac{-10 \pm \sqrt{100 - 60}}{6} = \frac{-10 \pm \sqrt{40}}{6} = \frac{-10 \pm 2\sqrt{10}}{6} = \frac{-5 \pm \sqrt{10}}{3}.
  • To solve x2+2x+10=0x^2 + 2x + 10 = 0, we have a=1,b=2,c=10a=1, b=2, c=10. The formula gives x=2±224(1)(10)2(1)=2±4402=2±362=2±6i2=1±3ix = \frac{-2 \pm \sqrt{2^2 - 4(1)(10)}}{2(1)} = \frac{-2 \pm \sqrt{4 - 40}}{2} = \frac{-2 \pm \sqrt{-36}}{2} = \frac{-2 \pm 6i}{2} = -1 \pm 3i.

Explanation

The Quadratic Formula is a powerful tool derived from completing the square on the general quadratic equation. It provides a direct solution for any quadratic equation, saving you from repeating the steps of completing the square every time.

Section 3

Using the discriminant

Property

In the Quadratic Formula, x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}, the quantity b24acb^2 - 4ac is called the discriminant.
For a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0, a0a \neq 0:

  • If b24ac>0b^2 - 4ac > 0, the equation has 2 real solutions.
  • If b24ac=0b^2 - 4ac = 0, the equation has 1 real solution.
  • If b24ac<0b^2 - 4ac < 0, the equation has 2 complex solutions.

Examples

  • For the equation 3x2+5x8=03x^2 + 5x - 8 = 0, the discriminant is (5)24(3)(8)=25+96=121(5)^2 - 4(3)(-8) = 25 + 96 = 121. Since 121>0121 > 0, there are 2 real solutions.
  • For the equation 4y228y+49=04y^2 - 28y + 49 = 0, the discriminant is (28)24(4)(49)=784784=0(-28)^2 - 4(4)(49) = 784 - 784 = 0. Since the discriminant is 0, there is 1 real solution.
  • For the equation 2n2+3n+5=02n^2 + 3n + 5 = 0, the discriminant is (3)24(2)(5)=940=31(3)^2 - 4(2)(5) = 9 - 40 = -31. Since 31<0-31 < 0, there are 2 complex solutions.

Explanation

The discriminant is the part of the Quadratic Formula under the radical. Its value predicts the number and type of solutions without having to solve the entire equation. A positive, zero, or negative result tells you exactly what kind of answers to expect.

Section 4

Identify the most appropriate method

Property

To identify the most appropriate method to solve a quadratic equation:
Step 1. Try Factoring first. If the quadratic factors easily, this method is very quick.
Step 2. Try the Square Root Property next. If the equation fits the form ax2=kax^2 = k or a(xh)2=ka(x - h)^2 = k, it can easily be solved by using the Square Root Property.
Step 3. Use the Quadratic Formula. Any other quadratic equation is best solved by using the Quadratic Formula.

Examples

  • For x28x+15=0x^2 - 8x + 15 = 0, we can easily factor it as (x3)(x5)=0(x-3)(x-5)=0. The most appropriate method is Factoring.
  • For 2(x5)2=322(x-5)^2 = 32, the equation is in the form a(xh)2=ka(x-h)^2=k. The most appropriate method is the Square Root Property.
  • For 7u2+5u1=07u^2 + 5u - 1 = 0, trial and error factoring is difficult. The most appropriate method is the Quadratic Formula.

Explanation

This strategy helps you choose the most efficient tool for solving a quadratic equation. Start with the fastest method, factoring. If that is not practical, check if the Square Root Property applies. The Quadratic Formula is the universal method that works for all cases.

Book overview

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

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3Current

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities