McGraw Hill Integrated II, 2012
MH
McGraw Hill Integrated II, 2012 View details
3. The Quadratic Formula and the Discriminant
Continue to next subchapter

Exercise 48 Page 196

Three of the methods for solving a quadratic equation are factoring, completing the square, and using the Quadratic Formula.

See solution.

Practice makes perfect

There are many different ways to solve a quadratic equation. We will review three of them.

We will solve the given equation using these methods and then we will compare them.

Solving the Equation by Factoring

To solve the given equation by factoring, we will start by rewriting the linear term as a sum of two terms.

x^2-2x-15=0
x^2-3x+5x-15=0
â–¼
Factor out x & 5
x(x-3)+5x-15=0
x(x-3)+5(x-3)=0
(x+5)(x-3)=0

Now that we have factored the left-hand side of the equation, we can use the Zero Product Property to solve it.

(x+5)(x-3)=0
lcx+5=0 & (I) x-3=0 & (II)
lx=- 5 x-3=0
lx=- 5 x=3

We found that the solutions to the equation are x=- 5 and x=3.

Solving the Equation by Completing the Square

To complete the square we can follow the steps shown below.

  1. Rewrite the equation in the form x^2+bx = c.
  2. Calculate half of the coefficient of the linear term. The result can be expressed as b2.
  3. Calculate the square of b2.
  4. Add ( b2)^2 to both sides of the equation.
  5. The left-hand side is now a perfect square trinomial, and can be rewritten as (x+ b2)^2.

Our equation can be rewritten as indicated in the first step. x^2-2x-15 = 0 ⇒ x^2 + (-2)x = 15 We can see that b=- 2. With this information, we can calculate the value of b2. b=- 2 ⇔ b/2=- 1 We can now calculate the value of ( b2)^2.

b/2= - 1
(b/2)^2= (- 1)^2
(b/2)^2= 1

Now, we will add the value of ( b2)^2, which is 1, to both sides of the equation x^2-2x=15. Then, we will factor the resulting perfect square trinomial and solve the equation.

x^2-2x = 15
x^2-2x +1 = 16
â–¼
a^2-2ab+b^2=(a-b)^2
x^2-2x(1) +1 = 16
x^2-2 x( 1) + 1^2 = 16
( x- 1)^2 = 16
x-1 = ± 4
lcx-1=4 & (I) x-1=- 4 & (II)

(I), (II): LHS+1=RHS+1

lx-1=5 x-1=- 3

The solutions are 5 and - 3.

Solving the Equation Using the Quadratic Formula

We can use the Quadratic Formula to solve any quadratic function in standard form. Let's recall the Quadratic Formula. x = - b ± sqrt(b^2-4ac)/2a To use it, we need to identify the values of the a, b, and c. Standard Form:& ax^2+ bx+ c=0 Given Equation:& 1x^2+( - 2)x + ( -15) = 0 We see that a= 1, b= - 2, and c= - 15. Now we can use the Quadratic Formula to solve our equation.

x = - b ± sqrt(b-4ac)/2a
x = - ( - 2) ± sqrt(( -2)^2-4( 1)( -15))/2( 1)
â–¼
Evaluate right-hand side
x = 2 ± sqrt((-2)^2-4(1)(- 15))/2(1)
x = 2 ± sqrt(4-4(1)(- 15))/2(1)
x = 2 ± sqrt(4+60)/2
x = 2 ± sqrt(64)/2
x = 2 ± 8/2
lcx= 2+82 & (I) x= 2-82 & (II)
â–¼
(I), (II): Evaluate right-hand side

(I), (II): Add and subtract terms

lx= 102 x= - 62
lx= 102 x=- 62

(I), (II): Calculate quotient

lx=5 x=- 3

The solutions are 5 and - 3.

Method Comparison

Since the coefficient of the linear term of the equation is even, completing the square is the most practical method. Factoring is also a good option for this case, since the coefficients are integers and factors can be easily determined. On the other hand, using the Quadratic Formula may not be practical due to the possibility of making mistakes during calculations.