Solving Quadratic Equations (2024)

A quadratic equation is an equation that could be written as


ax 2 + bx + c = 0

when a 0.

There are three basic methods for solving quadratic equations: factoring, using the quadratic formula, and completing the square.

Factoring

To solve a quadratic equation by factoring,

  1. Put all terms on one side of the equal sign, leaving zero on the other side.
  2. Factor.
  3. Set each factor equal to zero.
  4. Solve each of these equations.
  5. Check by inserting your answer in the original equation.

Example 1

Solve x 2 – 6 x = 16.

Following the steps,

x 2 – 6 x = 16 becomes x 2 – 6 x – 16 = 0

Factor.

( x – 8)( x + 2) = 0

Setting each factor to zero, Solving Quadratic Equations (1)

Then to check, Solving Quadratic Equations (2)

Both values, 8 and –2, are solutions to the original equation.

Example 2

Solve y 2 = – 6 y – 5.

Setting all terms equal to zero,

y 2 + 6 y + 5 = 0

Factor.

( y + 5)( y + 1) = 0

Setting each factor to 0, Solving Quadratic Equations (3)

To check, y 2 = –6 y – 5

Solving Quadratic Equations (4)

A quadratic with a term missing is called an incomplete quadratic (as long as the ax 2 term isn't missing).

Example 3

Solve x 2 – 16 = 0.

Factor.

Solving Quadratic Equations (5)

To check, x 2 – 16 = 0

Solving Quadratic Equations (6)

Example 4

Solve x 2 + 6 x = 0.

Factor.

Solving Quadratic Equations (7)

To check, x 2 + 6 x = 0

Solving Quadratic Equations (8)

Example 5

Solve 2 x 2 + 2 x – 1 = x 2 + 6 x – 5.

First, simplify by putting all terms on one side and combining like terms.

Solving Quadratic Equations (9)

Now, factor.

Solving Quadratic Equations (10)

To check, 2 x 2 + 2 x – 1 = x 2 + 6 x – 5

Solving Quadratic Equations (11)

The quadratic formula

Many quadratic equations cannot be solved by factoring. This is generally true when the roots, or answers, are not rational numbers. A second method of solving quadratic equations involves the use of the following formula: Solving Quadratic Equations (12)

a, b, and c are taken from the quadratic equation written in its general form of

ax 2 + bx + c = 0

where a is the numeral that goes in front of x 2, b is the numeral that goes in front of x, and c is the numeral with no variable next to it (a.k.a., “the constant”).

When using the quadratic formula, you should be aware of three possibilities. These three possibilities are distinguished by a part of the formula called the discriminant. The discriminant is the value under the radical sign, b 2 – 4 ac. A quadratic equation with real numbers as coefficients can have the following:

  1. Two different real roots if the discriminant b 2 – 4 ac is a positive number.
  2. One real root if the discriminant b 2 – 4 ac is equal to 0.
  3. No real root if the discriminant b 2 – 4 ac is a negative number.

Example 6

Solve for x: x 2 – 5 x = –6.

Setting all terms equal to 0,

x 2 – 5 x + 6 = 0

Then substitute 1 (which is understood to be in front of the x 2), –5, and 6 for a, b, and c, respectively, in the quadratic formula and simplify.

Solving Quadratic Equations (13)

Because the discriminant b 2 – 4 ac is positive, you get two different real roots.

Example produces rational roots. In Example , the quadratic formula is used to solve an equation whose roots are not rational.

Example 7

Solve for y: y 2 = –2y + 2.

Setting all terms equal to 0,

y 2 + 2 y – 2 = 0

Then substitute 1, 2, and –2 for a, b, and c, respectively, in the quadratic formula and simplify.

Solving Quadratic Equations (14)

Note that the two roots are irrational.

Example 8

Solve for x: x 2 + 2 x + 1 = 0.

Substituting in the quadratic formula,

Solving Quadratic Equations (15)

Since the discriminant b 2 – 4 ac is 0, the equation has one root.

The quadratic formula can also be used to solve quadratic equations whose roots are imaginary numbers, that is, they have no solution in the real number system.

Example 9

Solve for x: x( x + 2) + 2 = 0, or x 2 + 2 x + 2 = 0.

Substituting in the quadratic formula,

Solving Quadratic Equations (16)

Since the discriminant b 2 – 4 ac is negative, this equation has no solution in the real number system.

But if you were to express the solution using imaginary numbers, the solutions would be Solving Quadratic Equations (17).

Completing the square

A third method of solving quadratic equations that works with both real and imaginary roots is called completing the square.

  1. Put the equation into the form ax 2 + bx = – c.
  2. Make sure that a = 1 (if a ≠ 1, multiply through the equation by Solving Quadratic Equations (18) before proceeding).
  3. Using the value of b from this new equation, add Solving Quadratic Equations (19) to both sides of the equation to form a perfect square on the left side of the equation.
  4. Find the square root of both sides of the equation.
  5. Solve the resulting equation.

Example 10

Solve for x: x 2 – 6 x + 5 = 0.

Arrange in the form of

Solving Quadratic Equations (20)

Because a = 1, add Solving Quadratic Equations (21), or 9, to both sides to complete the square.

Solving Quadratic Equations (22)

Take the square root of both sides.

x – 3 = ±2

Solve.

Solving Quadratic Equations (23)

Example 11

Solve for y: y 2+ 2 y – 4 = 0.

Arrange in the form of

Solving Quadratic Equations (24)

Because a = 1, add Solving Quadratic Equations (25), or 1, to both sides to complete the square.

Solving Quadratic Equations (26)

Take the square root of both sides.

Solving Quadratic Equations (27)

Solve.

Solving Quadratic Equations (28)

Example 12

Solve for x: 2 x 2 + 3 x + 2 = 0.

Arrange in the form of

Solving Quadratic Equations (29)

Because a ≠ 1, multiply through the equation by Solving Quadratic Equations (30).

Solving Quadratic Equations (31)

Add Solving Quadratic Equations (32) or Solving Quadratic Equations (33) to both sides.

Solving Quadratic Equations (34)

Take the square root of both sides.

Solving Quadratic Equations (35)

There is no solution in the real number system. It may interest you to know that the completing the square process for solving quadratic equations was used on the equation ax 2 + bx + c = 0 to derive the quadratic formula.

Solving Quadratic Equations (2024)
Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6289

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.