Quadratic Equations: How to Solve Them Algebraically

Adding a squared term to a linear expression, creating a quadratic expression in the process, seems like a relatively small change:

3x+2

x^2+3x+2

Yet, if this new term is part of an equation, the procedures that worked nicely when solving linear equations don’t work so well any more. Investigating what happens in such situations is useful, and leads to some new concepts and procedures.

If a quadratic equation is approached in the same way as a linear equation, it can sometimes be solved quickly:

18=2x^2\\*~\\*9=x^2\\*~\\*\pm3=x

Familiarity with square roots and how to solve linear equations are enough to solve this equation. By getting the variable all by itself on one side, the two possible solutions to the original equation are left on the other.

However, the following equation cannot be solved in the same way:

0=x^2+2x+1\\*~\\*-1=x^2+2x\\*~\\*\dfrac{-1}{x}=x+2~~~~~~~~~(a)\\*~\\*-1=(x)(x+2)~~~(b)

This equation has two “x” terms, and they are not “like terms” since one has the variable to the first power and the other to the second power. If a linear equation approach is used, moving the constant term to the other side, two un-like terms are left on the right… but what to do from here?

If both sides are divided by “x”, as was done in step (a) above, the equation gets worse: there are now variables on both sides of the equation, one in the numerator and one in the denominator. That would seem to make it impossible to gather them into a single “x” term, as needed to solve for “x”.

If an “x” is factored out of both terms, as was done in step (b) above, we are left with a product of two factors equal to negative one, which could have an infinite number of potential solutions. In the example above, where the two numbers must differ by 2, you can probably solve the problem intuitively… but we want an algebraic process that is guaranteed to solve any such problem.

So, let’s step back and re-think the situation. Are there other approaches that could be used?

A useful insight

Think about the following generic situation:

x\cdot y=6

This equation states that the product of two numbers is a constant. Can anything be determined about the two numbers? Can the range of possible values for them be narrowed in any way? Aside from noting that each pair of numbers would have to share the same sign if the constant is positive, there are still an infinite number of pairs of real numbers whose product is six .

However, a slight variation of the above equation will allow us to greatly narrow the list of possible answers:

x\cdot y=0

If the product of two numbers is zero, we are in a special situation. Zero is a special number when using multiplication, because there is only one way that a product of two or more factors can produce a result of zero: one or more of the factors must be zero. This insight is so useful that it has been named the “zero product property”.

The zero product property leads us to break the product up, set each factor equal to zero, and solve from there. This breaks the problem down into a series of simpler equations, one for each factor:

(2x+3)(x-7)=0\\*~\\*2x+3=0\\*~\\*x-7=0

To make use of the “zero product property” in solving a quadratic:

  1. Add or subtract terms to/from both sides of the equation until all terms are on the same side, with a zero left on the other.
  2. If the non-zero side is not a product, re-write it as a product by factoring it.
  3. If the non-zero side cannot be factored, see the next idea below…
  4. If the non-zero side can be factored, set each factor equal to zero.
  5. Solve each equation from the previous step, and test your solutions in the original equation to verify they do indeed produce a true statement.

Another Insight

What makes the first of the following equations easier to solve than the second?

18=2x^2\\*~\\*0=x^2+2x+3

The first is easier to solve because:

  1. Once simplified, only one term includes the variable; therefore linear equation solution skills plus a square root will solve the problem.
  2. When the squared expression is isolated on one side of the equal sign with a coefficient of one, as can be done easily in the first example above, you might have noted that the side of the equation with the variable on it is a “perfect square”. When all variables in the problem can be made part of a perfect square, taking the square root of both sides will result in an equation involving only the variable to the first power, which can once again be solved with linear equation solution skills.

While the two points above sound somewhat similar, the first applies only to less complex situations like the first example above, while the second applies to any situation… such as the second example above. So, what do “perfect squares” look like? They are the result of squaring a constant or a polynomial, as shown on the left side of the examples below. You will find it very useful to be able to quickly identify the right side of each example below as a perfect square. Do you see any patterns that apply to every right side below?

(4)^2~=~16\\*~\\*(3x)^2~=~9x^2\\*~\\*(3+x)^2~=~9+6x+x^2\\*~\\*(x-3)^2~=~x^2-6x+9\\*~\\*(2x+3)^2~=~4x^2+12x+9

The patterns are:
– the squared term and the constant term are both perfect squares, while
– the middle term (linear term) is always equal to twice the product of the square roots of the squared and constant terms

When faced with a quadratic equation, rewriting it as a perfect square trinomial (plus a constant if necessary) allows the perfect square trinomial to be factored into the square of a binomial. This “collapses” the two variable terms into a single variable term, allowing the equation to be solved using linear equation solution skills. While this may take a little longer than factoring and relying on the zero product property, with practice it should become almost as efficient as factoring. This approach is called “completing the square”, and can be used to solve any quadratic equation, even ones that cannot be factored easily.

An example of “completing the square” in action is:

x^2+2x-1=0\\*~\\*\text{the perfect square based on the two "x" terms above is}~~\\*x^2+2x+1~\\*\text{but the constant in the perfect square is different. We}\\*\text{can fix that by subtracting two from the perfect square to}\\*\text{create an expression that simplifies to our starting equation}\\*~\\*x^2+2x+1-2=0\\*~\\*(x^2+2x+1)-2=0\\*~\\*(x+1)^2-2=0

Notice the trinomial in parentheses in the third step above, and how it is re-written as the square of a binomial in the following step. This collapses the two “x” terms into one, making the resulting equation much easier to solve.

(x+1)^2-2=0 ~\\*~\\* (x+1)^2=2 ~\\*~\\* x+1=\pm\sqrt{2} ~\\*~\\* x=-1\pm\sqrt{2}

For a more detailed exploration of several approaches to “completing the square”, please see this post.

Summary

The addition of a squared term to a linear equation dramatically changes its graph, and can make an equation more challenging to solve. Factoring and completing the square are two algebraic procedures for solving quadratic equations. Students will benefit greatly in later math courses from being able to execute them efficiently and confidently.

Each approach relies on a critical underlying concept: factoring on the zero product property, and completing the square on the observation that a factoring a perfect square trinomial results in an expression with only one variable term. In both cases, the resulting equations can then be solved using linear equation solution skills.

I have not mentioned the quadratic formula, which is derived by completing the square on a generic quadratic trinomial, and is seen as a shortcut to the completing the square process. Even if a student is adept at using the quadratic formula, it is still valuable to master both factoring and completing the square. Either procedure can be faster than using the quadratic formula in many situations, which can be of value on standardized tests. A bonus to completing the square is that it converts a quadratic equation into “vertex form”, giving you further information about its graph. See the above link for examples of several approaches to the process of completing the square that you may find helpful.

By Whit Ford

Math tutor since 1992. Former math teacher, product manager, software developer, research analyst, etc.

Leave a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: