Learn on PengiAoPS: Introduction to Algebra (AMC 8 & 10)Chapter 13: Quadratic Equations - Part 2

Lesson 13.3: The Quadratic Formula

In this Grade 4 AMC Math lesson from AoPS: Introduction to Algebra, students derive the quadratic formula x = (−b ± √(b²−4ac)) / 2a by applying the completing the square method to the general form ax² + bx + c = 0. Students learn to identify the coefficients a, b, and c and use the formula to find real and complex roots of quadratic equations. The lesson also emphasizes validating derived formulas using known test cases such as factorable quadratics.

Section 1

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 2

Identifying Coefficients in Standard Form

Property

Before applying the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, the equation must be in standard form ax2+bx+c=0ax^2 + bx + c = 0 where a0a \neq 0.

Examples

Section 3

The Discriminant

Property

The discriminant of a quadratic equation is

D=b24acD = b^2 - 4ac
  1. If D>0D > 0, there are two unequal real solutions.
  2. If D=0D = 0, there is one solution of multiplicity two.
  3. If D<0D < 0, there are two complex conjugate solutions.

Examples

  • For y=x2x3y = x^2 - x - 3, the discriminant is D=(1)24(1)(3)=13D = (-1)^2 - 4(1)(-3) = 13. Since D>0D > 0, the equation has two distinct real solutions and the graph has two x-intercepts.
  • For y=2x2+x+1y = 2x^2 + x + 1, the discriminant is D=124(2)(1)=7D = 1^2 - 4(2)(1) = -7. Since D<0D < 0, the equation has two complex solutions and the graph has no x-intercepts.

Book overview

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

Continue this chapter

Chapter 13: Quadratic Equations - Part 2

  1. Lesson 1

    Lesson 13.1: Squares of Binomials Revisited

  2. Lesson 2

    Lesson 13.2: Completing the Square

  3. Lesson 3Current

    Lesson 13.3: The Quadratic Formula

  4. Lesson 4

    Lesson 13.4: Applications and Extensions

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

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 2

Identifying Coefficients in Standard Form

Property

Before applying the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, the equation must be in standard form ax2+bx+c=0ax^2 + bx + c = 0 where a0a \neq 0.

Examples

Section 3

The Discriminant

Property

The discriminant of a quadratic equation is

D=b24acD = b^2 - 4ac
  1. If D>0D > 0, there are two unequal real solutions.
  2. If D=0D = 0, there is one solution of multiplicity two.
  3. If D<0D < 0, there are two complex conjugate solutions.

Examples

  • For y=x2x3y = x^2 - x - 3, the discriminant is D=(1)24(1)(3)=13D = (-1)^2 - 4(1)(-3) = 13. Since D>0D > 0, the equation has two distinct real solutions and the graph has two x-intercepts.
  • For y=2x2+x+1y = 2x^2 + x + 1, the discriminant is D=124(2)(1)=7D = 1^2 - 4(2)(1) = -7. Since D<0D < 0, the equation has two complex solutions and the graph has no x-intercepts.

Book overview

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

Continue this chapter

Chapter 13: Quadratic Equations - Part 2

  1. Lesson 1

    Lesson 13.1: Squares of Binomials Revisited

  2. Lesson 2

    Lesson 13.2: Completing the Square

  3. Lesson 3Current

    Lesson 13.3: The Quadratic Formula

  4. Lesson 4

    Lesson 13.4: Applications and Extensions