Processing Math: Done
To print higher-resolution math symbols, click the
Hi-Res Fonts for Printing button on the jsMath control panel.

No jsMath TeX fonts found -- using image fonts instead.
These may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath

2.3 Quadratic expressions

From Förberedande kurs i matematik 1

(Difference between revisions)
Jump to: navigation, search
Line 45: Line 45:
<li><math>x^2 = 4 \quad</math> has the roots <math>x=\sqrt{4} = 2</math> and <math>x=-\sqrt{4}= -2</math>.</li>
<li><math>x^2 = 4 \quad</math> has the roots <math>x=\sqrt{4} = 2</math> and <math>x=-\sqrt{4}= -2</math>.</li>
<li><math>2x^2=18 \quad</math> is rewritten as <math>x^2=9</math> and has the roots <math>x=\sqrt9 = 3</math> and <math>x=-\sqrt9 = -3</math>.</li>
<li><math>2x^2=18 \quad</math> is rewritten as <math>x^2=9</math> and has the roots <math>x=\sqrt9 = 3</math> and <math>x=-\sqrt9 = -3</math>.</li>
-
<li><math>3x^2-15=0 \quad</math> can be rewritten as <math>x^2=5</math> and has the roots <math>x=\sqrt5 \approx 2\rmtext{.}236</math> and <math>x=-\sqrt5 \approx -2{,}236</math>.</li>
+
<li><math>3x^2-15=0 \quad</math> can be rewritten as <math>x^2=5</math> and has the roots <math>x=\sqrt5 \approx 2\text{.}236</math> and <math>x=-\sqrt5 \approx -2{,}236</math>.</li>
<li><math>9x^2+25=0\quad</math> has no solutions because the left-hand side will always be greater than or equal to 25 regardless of the value of <math>x</math> (the square <math>x^2</math> is always greater than or equal to zero).
<li><math>9x^2+25=0\quad</math> has no solutions because the left-hand side will always be greater than or equal to 25 regardless of the value of <math>x</math> (the square <math>x^2</math> is always greater than or equal to zero).
</ol>
</ol>

Revision as of 22:14, 2 November 2008

       Theory          Exercises      

Contents:

  • Completing the square method
  • Quadratic equations
  • Factorising
  • Parabolas

Learning outcomes:

After this section, you will have learned to:

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

Quadratic equations

A quadratic equation is one that can be written as

x2+px+q=0

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


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

The equation x2=a where a is a positive number has two solutions (roots) x=a  and x=a .

Example 1

  1. x2=4 has the roots x=4=2  and x=4=2 .
  2. 2x2=18 is rewritten as x2=9 and has the roots x=9=3  and x=9=3 .
  3. 3x215=0 can be rewritten as x2=5 and has the roots x=52.236  and x=52236 .
  4. 9x2+25=0 has no solutions because the left-hand side will always be greater than or equal to 25 regardless of the value of x (the square x2 is always greater than or equal to zero).

Example 2

  1. Solve the equation  (x1)2=16.

    By considering x1 as the unknown and taking the roots one finds the equation has two solutions
    • x1=16=4  which gives that x=1+4=5,
    • x1=16=4  which gives that x=14=3.
  2. Solve the equation  2(x+1)28=0.

    Move the term 8 over to the right-hand side and divide both sides by 2,
    (x+1)2=4.

    Taking the roots gives:

    • x+1=4=2dvs.x=1+2=1, 
    • x+1=4=2dvs.x=12=3. 

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

If we consider the rule for expanding a quadratic,

x2+2ax+a2=(x+a)2

and subtract the a2 from both sides we get

Completing the square:

x2+2ax=(x+a)2a2

Example 3

  1. Solve the equation  x2+2x8=0.

    One completes the square for x2+2x (use a=1 in the formula)
    x2+2x8=(x+1)2128=(x+1)29

    where the underlined terms are those involved in the completion of the square. Thus the equation can be written as

    (x+1)29=0

    which we solve by taking roots

    • x+1=9=3  and hence x=1+3=2,
    • x+1=9=3  and hence x=13=4.
  2. Solve the equation  2x22x23=0.

    Divide both sides by 2
    x2x43=0.

    Complete the square of the left-hand side (use a=21)

    x2x43=x21221243=x2121 

    and this gives us the equation

    x2121=0

    Taking roots gives

    • x21=1=1  i.e. x=21+1=23,
    • x21=1=1  i.e. x=211=21.

Hint:

Keep in mind that we can always test our solution to an equation by inserting the value in the equation and see if the equation 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- and right-hand sides LHS and RHS respectively:

  • x=2 gives that LHS =22+228=4+48=0=RHS.
  • x=4 gives that LHS =(4)2+2(4)8=1688=0=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

x2+px+q=0

has the solutions

x=2p2p2q 

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  x24x=0.

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


Parabolas

Functions

yyy=x22x+5=43x2=51x2+3x

are examples of functions of the second degree. In general, a function of the second degree can be written as

y=ax2+bx+c

where a, b and c are constants, and where a=0.

The graph for a function of the second degree is known as a parabola and the figures show the graphs of two typical parabolas y=x2 and y=x2.

[Image]

The figure on the left shows the parabola y=x2  and figure to the right the parabola y=x2 .


As the expression x2 is minimal when x=0 the parabola y=x2 has a minimum when x=0 and the parabola y=x2 has a maximum when x=0.

Note also that parabolas above are symmetrical about the y-axis, as the value of x2 does not depend on the sign of x.

Example 5

  1. Sketch the parabola  y=x22.

    Compared to the parabola y=x2 all points on the parabola (y=x22) have y-values that are two units smaller, so the parabola has been displaced downwards two units along the y-direction.

[Image]

  1. Sketch the parabola  y=(x2)2.

    For the parabola y=(x2)2 we need to choose x-values two units larger than for the parabola y=x2 to get the corresponding y values. So the parabola y=(x2)2 has been displaced two units to the right, compared to y=x2.

[Image]

  1. Sketch the parabola  y=2x2.

    Each point on the parabola y=2x2 has twice as large a y-value as the corresponding point with the same x-value on parabola y=x2. Thus parabola y=2x2 has been increased by a factor 2 in the y-direction as compared to y=x2.

[Image]

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

Example 6

Sketch the parabola  y=x2+2x+2.


If one completes the square for the right-hand side

x2+2x+2=(x+1)212+2=(x+1)2+1

we see from the resulting expression y=(x+1)2+1 that the parabola has been displaced one unit to the left along the x-direction, compared to y=x2 (as it stands (x+1)2 instead of x2) and one unit upwards along the y-direction

[Image]

Example 7

Determine where the parabola y=x24x+3 cuts the x-axis.


A point is on the x-axis if its y-coordinate is zero, and the points on the parabola which have y=0 have an x-coordinate that satisfies the equation

x24x+3=0.

Complete the square for the left-hand side,

x24x+3=(x2)222+3=(x2)21

and this gives the equation

(x2)2=1.

After taking roots we get solutions

  • x2=1=1  i.e. x=2+1=3,
  • x2=1=1  i.e. x=21=1.

The parabola cuts the x-axis in points (10) and (30).

[Image]

Example 8

Determine the minimum value of the expression x2+8x+19.


We complete the square

x2+8x+19=(x+4)242+19=(x+4)2+3

and then we see that the expression must be at least equal to 3 because the square (x+4)2 is always greater than or equal to 0 regardless of what x is.

In the figure below, we see that the whole parabola y=x2+8x+19 lies above the x-axis and has a minimum 3 at 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, your 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