We can solve quadratic equations in the form a(x-h)^2=k by isolating the perfect square, then taking the square root of both sides of the equation.
1 | \displaystyle a\left(x-h\right)^2 | \displaystyle = | \displaystyle k | Given equation |
2 | \displaystyle \left(x-h\right)^2 | \displaystyle = | \displaystyle \frac{k}{a} | Divide by a |
3 | \displaystyle x-h | \displaystyle = | \displaystyle \pm\sqrt{\frac{k}{a}} | Square root property |
4 | \displaystyle x | \displaystyle = | \displaystyle h\pm\sqrt{\frac{k}{a}} | Add h |
Following these steps, we can see that if \dfrac{k}{a} is not negative, then the equation will have real solutions. Otherwise, the equation will have no real solutions.
Another thing to notice is that taking the square root of both sides introduces the \pm symbol. This is because we have a positive and a negative root. These come from the fact that x^2=(-1)^2\cdot x^2=(-x)^2 so \sqrt{x^2}=\pm x.
When the radicand is not a perfect square, we need to simplify the expression. Radical expressions are written in simplified radical form if the radicand cannot be factored any further.
We can use the following facts to simplify radical expressions, for a, b \geq 0:
\displaystyle \sqrt{ab} | \displaystyle = | \displaystyle \sqrt{a} \sqrt{b} | Multiplication property of radicals |
\displaystyle \sqrt{\dfrac{a}{b}} | \displaystyle = | \displaystyle \dfrac{\sqrt{a}}{\sqrt{b}} | Division property of radicals |
We can simplify using properties of exponents, properties of radicals, or a perfect square factor:
Properties of exponents
Properties of radicals
Perfect square method
Solve the following equations by using square roots:
x^2=9
4x^2-27=0
\left(x-2\right)^2-100=0
\left(3x-8\right)^2=25
State a quadratic equation that has the given solutions.
x=-1\pm\sqrt{7}
x=\dfrac{5\pm\sqrt{10}}{3}
A square field has perpendicular lines drawn across it dividing it into 36 equal sized smaller squares. If the total area of the field is 225 square feet, determine the side length of one of the smaller squares.
When we use the square root property, we always include the \pm symbol to denote the positive and negative root.
We can use the following facts to simplify radical expressions, for a, b \geq 0:
\displaystyle \sqrt{ab} | \displaystyle = | \displaystyle \sqrt{a} \sqrt{b} | Multiplication property of radicals |
\displaystyle \sqrt{\dfrac{a}{b}} | \displaystyle = | \displaystyle \dfrac{\sqrt{a}}{\sqrt{b}} | Division property of radicals |
Completing the square is a method we use to rewrite a quadratic expression so that it contains a perfect square trinomial which can be factored as A^2+2AB+B^2=\left(A+B\right)^2. We used this method in a previous lesson to convert a quadratic equation from standard form to vertex form. We will now learn to use the completing the square method combined with the square root property to solve quadratic equations.
Consider the equation x^2+6x=11.
For quadratic equations where a=1, we can write them in perfect square form by following these steps:
1 | \displaystyle x^2+bx+c | \displaystyle = | \displaystyle 0 | |
2 | \displaystyle x^2+bx | \displaystyle = | \displaystyle -c | Subtract c from both sides |
3 | \displaystyle x^2+2\left(\frac{b}{2}\right)x | \displaystyle = | \displaystyle -c | Rewrite the x term |
4 | \displaystyle x^2+2\left(\frac{b}{2}\right)x+\left(\frac{b}{2}\right)^2 | \displaystyle = | \displaystyle -c+\left(\frac{b}{2}\right)^2 | Add \left(\dfrac{b}{2}\right)^2 to both sides |
5 | \displaystyle \left(x+\frac{b}{2}\right)^2 | \displaystyle = | \displaystyle -c+\left(\frac{b}{2}\right)^2 | Factor the perfect square trinomial |
If a \neq 1, we can first divide through by a to factor it out.
Note that when we were using completing the square to write an equation in vertex form, we keep the constant term on the same side of the equation as the variable terms. Then, to maintain equivalency and complete square, we add and subtract the same \left({\dfrac{b}{2}}\right)^2 term. This results in all the terms being on the same side of the equation so we can identify the vertex of the parabola.
But, if we want to solve the equation, we keep the x terms together and move the constant term to the other side of the equation. Then the \left({\dfrac{b}{2}}\right)^2 term is added to both sides of the equation to maintain equivalency and create a perfect trinomial. This gives us a squared factor on one side and a constant term on the other side of the equation, allowing us to use the square root property to solve for x. If we can rewrite an equation by completing the square, then we can solve it using square roots.
Solve the following quadratic equations by completing the square.
x^{2} + 18 x + 32 = 0
2x^2 -10x + 7 = 0
Completing the square can be used to solve any quadratic in the form ax^2+bx+c=0, but it is easiest to use when a=1 and b is even.