2.3 Quadratic expressions

From Förberedande kurs i matematik 1

Jump to: navigation, search
       Theory          Exercises      

Contents:

  • Completing the square
  • Quadratic equations
  • Factorising
  • Parabolas

Learning outcomes:

After this section, you will have learned to:

  • Complete the square in quadratic expressions.
  • Solve quadratic equations by completing the square (not using a standard formula) and know how to check the answer.
  • Factorise quadratic expressions (when possible).
  • Directly solve factorised or almost factorised quadratic equations.
  • Determine the minimum / maximum value of a quadratic expression.
  • Sketch parabolas by completing the square.

Quadratic equations

A quadratic equation is one that can be written as

\displaystyle x^2+px+q=0

where \displaystyle x is the unknown and \displaystyle p and \displaystyle q are constants.


The simplest forms of quadratic equations can be solved directly by taking roots.

The equation \displaystyle x^2=a where \displaystyle a is a positive number has two solutions (roots) \displaystyle x=\sqrt{a} and \displaystyle x=-\sqrt{a}.

Example 1

  1. \displaystyle x^2 = 4 \quad has the roots \displaystyle x=\sqrt{4} = 2 and \displaystyle x=-\sqrt{4}= -2.
  2. \displaystyle 2x^2=18 \quad is rewritten as \displaystyle x^2=9 and has the roots \displaystyle x=\sqrt9 = 3 and \displaystyle x=-\sqrt9 = -3.
  3. \displaystyle 3x^2-15=0 \quad can be rewritten as \displaystyle x^2=5 and has the roots \displaystyle x=\sqrt5 \approx 2\text{.}236 and \displaystyle x=-\sqrt5 \approx -2\text{.}236.
  4. \displaystyle 9x^2+25=0\quad has no solutions because the left-hand side will always be greater than or equal to 25 regardless of the value of \displaystyle x (being a square, \displaystyle x^2 is always greater than or equal to zero).

Example 2

  1. Solve the equation \displaystyle \ (x-1)^2 = 16.

    By considering \displaystyle x-1 as the unknown and taking the roots one finds the equation has two solutions
    • \displaystyle x-1 =\sqrt{16} = 4\, which gives \displaystyle x=1+4=5.
    • \displaystyle x-1 = -\sqrt{16} = -4\, which gives \displaystyle x=1-4=-3.
  2. Solve the equation \displaystyle \ 2(x+1)^2 -8=0.

    Move the term \displaystyle 8 over to the right-hand side and divide both sides by \displaystyle 2,
    \displaystyle (x+1)^2=4 \; \mbox{.}

    Taking the roots gives:

    • \displaystyle x+1 =\sqrt{4} = 2, \quad \mbox{dvs.} \quad x=-1+2=1\,\mbox{,}
    • \displaystyle x+1 = -\sqrt{4} = -2, \quad \mbox{dvs.} \quad x=-1-2=-3\,\mbox{.}

To solve a quadratic equation more generally we can use a technique called completing the square.

If we consider the rule for expanding a quadratic,

\displaystyle x^2 + 2ax + a^2 = (x+a)^2

and subtract the \displaystyle a^2 from both sides we get

Completing the square:

\displaystyle x^2 +2ax = (x+a)^2 -a^2

Example 3

  1. Solve the equation \displaystyle \ x^2 +2x -8=0.

    One completes the square for \displaystyle x^2+2x (use \displaystyle a=1 in the formula)
    \displaystyle \underline{\vphantom{(}x^2+2x} -8 = \underline{(x+1)^2-1^2} -8 = (x+1)^2-9,

    where the underlined terms are those involved in the completion of the square. Using this we can write

    \displaystyle (x+1)^2 -9 = 0,

    which we solve by taking roots, namely

    • \displaystyle x+1 =\sqrt{9} = 3\, giving \displaystyle x=-1+3=2,
    • \displaystyle x+1 =-\sqrt{9} = -3\, giving \displaystyle x=-1-3=-4.
  2. Solve the equation \displaystyle \ 2x^2 -2x - \frac{3}{2} = 0.

    Divide both sides by 2
    \displaystyle x^2-x-\textstyle\frac{3}{4}=0\mbox{.}

    Complete the square on the left-hand side (use \displaystyle a=-\tfrac{1}{2})

    \displaystyle \textstyle\underline{\vphantom{\bigl(\frac{3}{4}}x^2-x} -\frac{3}{4} = \underline{\bigl(x-\frac{1}{2}\bigr)^2 - \bigl(-\frac{1}{2}\bigr)^2} -\frac{3}{4}= \bigl(x-\frac{1}{2}\bigr)^2 -1

    This gives us the equation

    \displaystyle \textstyle\bigl(x-\frac{1}{2}\bigr)^2 - 1=0\mbox{.}

    Taking roots gives

    • \displaystyle x-\tfrac{1}{2} =\sqrt{1} = 1, \quad i.e. \displaystyle \quad x=\tfrac{1}{2}+1=\tfrac{3}{2},
    • \displaystyle x-\tfrac{1}{2}= -\sqrt{1} = -1, \quad i.e. \displaystyle \quad x=\tfrac{1}{2}-1= -\tfrac{1}{2}.

Hint:

Keep in mind that we can always test our solution of an equation by inserting the solution's value into the equation and checking that it is satisfied. We should always do this to check for any careless mistakes. For example, in 3a above we have two cases to consider. We call the left-hand and right-hand sides LHS and RHS respectively.

  • \displaystyle x = 2 gives that \displaystyle \mbox{LHS } = 2^2 +2\cdot 2 - 8 = 4+4-8 = 0 = \mbox{RHS}.
  • \displaystyle x = -4 gives that \displaystyle \mbox{LHS } = (-4)^2 + 2\cdot(-4) -8 = 16-8-8 = 0 = \mbox{RHS}.

In both cases we arrive at LHS = RHS. The equation is satisfied in both cases.

Using the completing the square method it is possible to show that the general quadratic equation

\displaystyle x^2+px+q=0

has the solutions

\displaystyle x = - \displaystyle\frac{p}{2} \pm \sqrt{\left(\frac{p}{2}\right)^2-q}

provided that the term inside the root sign is not negative.

Sometimes one can factorise the equations directly and thus immediately see what the solutions are.

Example 4

  1. Solve the equation \displaystyle \ x^2-4x=0.

    On the left-hand side we can factor out an \displaystyle x
    \displaystyle x(x-4)=0.
    The equation on the lefthand side is zero when one of its factors is zero, which gives us two solutions
    • \displaystyle x =0,\quad or
    • \displaystyle x-4=0\quad which gives \displaystyle \quad x=4.


Parabolas

The functions

\displaystyle \eqalign{y&=x^2-2x+5\cr y&=4-3x^2\cr y&=\textstyle\frac{1}{5}x^2 +3x}

are examples of quadratic functions. In general a quadratic function can be written as

\displaystyle y=ax^2+bx+c

where \displaystyle a, \displaystyle b, \displaystyle c are constants and \displaystyle a\ne0.

The graph for a quadratic function is known as a parabola. The figures show the graphs of two typical parabolas \displaystyle y=x^2 and \displaystyle y=-x^2.

[Image]

The figure on the left shows the parabola \displaystyle y=x^2. The figure to the right is the parabola \displaystyle y=-x^2.


As the expression \displaystyle x^2 is minimal when \displaystyle x=0, the parabola \displaystyle y=x^2 has a minimum when \displaystyle x=0. Similarly, the parabola \displaystyle y=-x^2 has a maximum when \displaystyle x=0.

Note also that the parabolas above are symmetrical about the \displaystyle y-axis. This is because the value of \displaystyle x^2 does not depend on the sign of \displaystyle x.

Example 5

  1. Sketch the parabola \displaystyle \ y=x^2-2.

    Comparing it to the parabola \displaystyle y=x^2, we see that all points on the parabola (\displaystyle y=x^2-2) will have \displaystyle y-values that are two units less, so the parabola has been displaced downwards two units along the \displaystyle y-direction.

[Image]

  1. Sketch the parabola \displaystyle \ y=(x-2)^2.

    For the parabola \displaystyle y=(x-2)^2, we need to choose \displaystyle x-values that are two units larger than those for parabola \displaystyle y=x^2 to get the same \displaystyle y value. So the parabola \displaystyle y=(x-2)^2 has been displaced two units to the right.

[Image]

  1. Sketch the parabola \displaystyle \ y=2x^2.

    Each point on the parabola \displaystyle y=2x^2 has a \displaystyle y-value twice as large as the point with the same \displaystyle x-value on the parabola \displaystyle y=x^2. Thus, the parabola \displaystyle y=2x^2 has been stretched by a factor of \displaystyle 2 in the \displaystyle y-direction in comparison to \displaystyle y=x^2.

[Image]

All sorts of parabolas can be handled by completing the square.

Example 6

Sketch the parabola \displaystyle \ y=x^2+2x+2.


If one completes the square for the right-hand side

\displaystyle x^2 +2x+2 = (x+1)^2 -1^2 +2 = (x+1)^2+1

we see from the resulting expression \displaystyle y= (x+1)^2+1 that the parabola has been displaced one unit to the left along the \displaystyle x-direction and one unit up in the \displaystyle y-direction, as compared to \displaystyle y=x^2.

[Image]

Example 7

Determine where the parabola \displaystyle \y=x^2-4x+3\ intersects the \displaystyle x-axis.


A point is on the \displaystyle x-axis if its \displaystyle y-coordinate is zero. The points on the parabola which have \displaystyle y=0 have an \displaystyle x-coordinate that satisfies the equation

\displaystyle x^2-4x+3=0\mbox{.}

Complete the square for the left-hand side

\displaystyle x^2-4x+3=(x-2)^2-2^2+3=(x-2)^2-1

and this gives the equation

\displaystyle (x-2)^2= 1 \; \mbox{.}

After taking roots we get the solutions

  • \displaystyle x-2 =\sqrt{1} = 1,\quad i.e. \displaystyle \quad x=2+1=3,
  • \displaystyle x-2 = -\sqrt{1} = -1,\quad i.e. \displaystyle \quad x=2-1=1.

The parabola cuts the \displaystyle x-axis in points \displaystyle (1,0) and \displaystyle (3,0).

[Image]

Example 8

Determine the minimum value of the expression \displaystyle \,x^2+8x+19\,.


We complete the square

\displaystyle x^2 +8x+19=(x+4)^2 -4^2 +19 = (x+4)^2 +3

and see that the \displaystyle y-value must always be greater than or equal to 3. This is because the square \displaystyle (x+4)^2 is always greater than or equal to 0 regardless of what \displaystyle x is.

In the figure below we see that the whole parabola \displaystyle y=x^2+8x+19 lies above the \displaystyle x-axis and has a minimum 3 at \displaystyle x=-4.

[Image]


Exercises

Study advice

Basic and final tests

After you have read the text and worked through the exercises, you should do the basic and final tests to pass this section. You can find the link to the tests in your student lounge.


Keep in mind that...

You should devote a lot of time to doing algebra! Algebra is the alphabet of mathematics. Once you understand algebra you will enhance your understanding of statistics, areas, volumes and geometry.


Reviews

For those of you who want to deepen your studies or need more detailed explanations consider the following references

Learn more about quadratic equations in the English Wikipedia

Learn more about quadratic equations in mathworld

101 uses of a quadratic equation - by Chris Budd and Chris Sangwin


Useful web sites