Lesson Quadratic Equations You Cannot Factor
Algebra
->
Quadratic Equations and Parabolas
->
Quadratic Equations Lessons
-> Lesson Quadratic Equations You Cannot Factor
Log On
Quadratics: solvers
Quadratics
Practice!
Practice
Answers archive
Answers
Lessons
Lessons
Word Problems
Word
In Depth
In
Source code of 'Quadratic Equations You Cannot Factor'
This Lesson (Quadratic Equations You Cannot Factor)
was created by by
oberobic(2304)
:
View Source
,
Show
About oberobic
:
MBA/Ph.D. University Administrator
<b>Problem:</b> We are given the following equation to solve for x: . {{{ x^2-9 = 2x }}} . <b>Solution:</b> Start by getting the equation into standard form: {{{ax^2 +bx + c = 0}}} . In this case, subtract 2x from both sides. . {{{ x^2 -2x -9 = 2x-2x = 0 }}} . We can look for integer multiplicative factors of -9 that would leave us with -2 when added or subtracted. 9 = 1*9 9-1 = 8 -9+1 = -8 9 = 3*3 9-3 = 6 -9+3=-6 . So, we cannot simply factor this equation to solve it. . At this point, looking at the graph is helpful. . {{{ graph(500,500,-10,10,-20,20,x^2-2*x-9) }}} . We can see there are two roots (zeroes) of x. So, our choices are to complete the square or to use the quadratic equation. . <i><b>Completing the Square</b></i> . Isolate the 'c-term' on the right-hand side of the equation. To do this, add 9 to both sides. {{{ x^2 -2x (-9+9) = 9}}} . {{{ x^2 -2x = 9}}} . Divide the x-term's coefficient ('b') in half. -2/2 = -1 . Square this number and add to both sides of the equation . {{{ x^2 -2x +1 = 9 +1 }}} . Now define the squared term to be solved using the half-value of the x-term. . {{{ (x-1)^2 = 10 }}} . Since the left-hand side is squared now, the solution is the square root of the right-hand side. . {{{ (x-1) = sqrt(10) }}} . Using a calculator you can find the sqrt of 10. . {{{ sqrt(10) = 3.16227766016838 }}} . Remember the sqrt term has both plus or minus values. . Substitute the plus or minus values and solve to find the two zeroes (roots) for 'x'. . {{{ x -1 = -3.16227766016838 }}} Add 1 to both sides. {{{ x = -2.16227766016838 }}} This defines the point: (-2.16227766016838, 0). . {{{ x-1 = 3.16227766016838 }}} Add 1 to both sides. {{{ x = 4.16227766016838 }}} This defines the point: (4.16227766016838, 0). . Looking back at the graph, you can see the parabola crosses the x-axis at these points. . <i><b>Quadratic Equation</b></i> . As another approach, you could use the quadratic equation. . *[invoke quadratic "x", 1, -2, -9 ] . <b>Answer:</b> We have two roots. {{{ x = -2.16227766016838 }}} {{{ x = 4.16227766016838 }}}