Big Ideas Math Algebra 1, 2015
BI
Big Ideas Math Algebra 1, 2015 View details
5. Solving Quadratic Equations Using the Quadratic Formula
Continue to next subchapter

Exercise 3 Page 515

See solution.

Practice makes perfect
We can solve any quadratic equation by completing the square. It is possible to use this method on a general quadratic equation to get a general formula. Let's give this a try. Recall that any quadratic equation can be written in standard form. ax^2+bx+c = 0 In this form a, b, and c are real numbers, and a ≠ 0. Remember that we can complete the square of an expression x^2+dx by adding ( d2 )^2. Therefore, our next step is to take the left-hand side of the equation to this form.
ax^2+bx+c = 0
ax^2+bx = - c
x^2 + b/ax = - c/a
Now, we can compare the left-hand side with x^2+dx to determine the constant that we need to add to complete the square. x^2+ dx x^2 + b/ax As we can see, d = ba. With this in mind we can proceed to find ( d2 )^2.
( d/2 )^2
( ba/2 )^2
( b/2a )^2
b^2/4a^2
Now let's add b^24a^2 to both sides of x^2 + bax = - ca to complete the square on the left-hand side. After that, we can factor the perfect square trinomial as the square of a binomial. This will allow us to solve the equation by taking the square root of both sides to isolate x afterwards.
x^2 + b/ax = - c/a
x^2 + b/ax + b^2/4a^2 = b^2/4a^2 - c/a
( x + b/2a )^2 = b^2/4a^2 -c/a
( x + b/2a )^2 = b^2/4a^2 -c* 4a/a * 4a
( x + b/2a )^2 = b^2/4a^2 -4ac/4a^2
( x + b/2a )^2 = b^2-4ac/4a^2
x + b/2a = ± sqrt(b^2-4ac/4a^2)
x + b/2a = ± sqrt(b^2-4ac)/sqrt(4a^2)
x + b/2a = ± sqrt(b^2-4ac)/2a
x = - b/2a ± sqrt(b^2-4ac)/2a
x = - b ± sqrt(b^2-4ac)/2a
We have obtained a formula that can be used to solve any quadratic equation. x = - b ± sqrt(b^2-4ac)/2a This important result is know as the Quadratic Formula.