A-level Mathematics/CIE/Pure Mathematics 2/Algebra

From testwiki
Jump to navigation Jump to search

The Modulus Function

The modulus function[note 1] |x| returns the magnitude of x. For instance, |3| will return 3, |5| will return 5.

The modulus function can be defined as |x|={x,if x<0x,if x0.

The modulus function as a graph.

Graphing the modulus function

Graphs of the modulus function are just a straight-line graph that has been reflected for negative output values. The graph of y=|ax+b| is like the graph of y=ax+b except that every point below the x-axis folds upwards to produce a V-shaped graph.

Here is an interactive graph which shows the relationship between the graph of a line and the graph of the modulus of that line.

Solving Equations & Inequalities

To solve equations and inequalities involving the modulus function, we can square both sides.

e.g. Solve |4x+2|>|2x3|

|4x+2|>|2x3|(4x+2)2>(2x3)216x2+16x+4>4x212x+912x2+28x5>0x2+73x>512(x+76)2>1536+4936x+76>6436 or x+76<6436x+76>86 or x+76<86x>16 or x<156In interval notation, x(,52)(16,)

An alternative method is to look at the places where the functions inside the modulus change sign, i.e. where f(x)=0.

4x+2 changes sign at x=12

2x3 changes sign at x=32

Where x<12Where 12x<32Where 32x(4x+2)>(2x3)4x+2>(2x3)4x+2>2x34x+2<2x34x+2>2x+34x+2>2x32x<56x>12x>5x<52x>16x>52Out of range

In interval notation, x(,52)(16,)

Dividing Polynomials

Dividing polynomials uses the same method as dividing numbers with long division.

Template:TODO

Dividing Numbers

Suppose we need to find 22253÷17. We can use the method of long division:

  ______
17|22253

  __1___
17|22253  17 goes into 22 once with 5 left over
  -17↓    
    52    Next we bring down the 2
    
  __13__
17|22253  
  -17↓↓
    52↓   17 goes into 52 thrice with 1 left over
   -51↓
     15   Next we bring down the 5
    
  __1309
17|22253  
  -17↓↓↓  17 doesn't go into 15, so we bring down the 3
    52↓↓
   -51↓↓
     153  17 goes into 153 nine times with nothing left over
    -153
       0

Thus, 22253÷17=1309

Dividing Polynomials

We can use the same method to divide polynomials.

e.g. (x3+2x2+2x+1)÷(x+1)

      ____________________
x + 1 |x^3 + 2x^2 + 2x + 1

      ________x^2_________
x + 1 |x^3 + 2x^2 + 2x + 1    (x + 1) goes into (x^3 + 2x^2) x^2 times with x^2 left over
     -(x^3 +  x^2)   ↓
              x^2 + 2x         Bring down the 2x

      ________x^2_+__x____
x + 1 |x^3 + 2x^2 + 2x + 1    (x + 1) goes into (x^2 + 2x) x times with x left over
     -(x^3 +  x^2)   ↓   ↓
              x^2 + 2x   ↓     Bring down the 1
            -(x^2 +  x)  ↓
                     x + 1

      ________x^2_+__x___1
x + 1 |x^3 + 2x^2 + 2x + 1    (x + 1) goes into (x + 1) once with nothing left over
     -(x^3 +  x^2)   ↓   ↓
              x^2 + 2x   ↓     
            -(x^2 +  x)  ↓
                     x + 1
                   -(x + 1)
                         0

Thus, (x3+2x2+2x+1)÷(x+1)=x2+x+1

The Remainder Theorem

A remainder occurs when the divisor does not fit into the dividend a whole number of times.

e.g. 22256÷17=2225317+317=1309+317 has a remainder of 3.

It can also occur in polynomials:

      ____________________
x + 2 |x^3 + 3x^2 + 3x + 3

      ________x^2_________
x + 2 |x^3 + 3x^2 + 3x + 3
     -(x^3 + 2x^2)   ↓
              x^2 + 3x
              
      ________x^2_+__x____
x + 2 |x^3 + 3x^2 + 3x + 3
     -(x^3 + 2x^2)   ↓   ↓
              x^2 + 3x   ↓
            -(x^2 + 2x)  ↓
                     x + 3

      ________x^2_+__x_+_1
x + 2 |x^3 + 3x^2 + 3x + 3
     -(x^3 + 2x^2)   ↓   ↓
              x^2 + 3x   ↓
            -(x^2 + 2x)  ↓
                     x + 3
                   -(x + 2)
                         1

Here, the remainder is 1.

This can be expressed as x3+3x2+3x+3=(x2+x+1)(x+2)+1

In general, a quotient and remainder can be expressed as Dividend=(Quotient)(Divisor)+Remainder

This expression leads to a useful theorem in mathematics: the remainder theorem.

If we divide a polynomial p(x) by a given divisor (axb), the expression can be written as p(x)=(Quotient)(axb)+Remainder.

If we substitute the value of b/a into the polynomial, we get:

p(b/a)=(Quotient)(a(b/a)b)+Remainderp(b/a)=(Quotient)(bb)+Remainderp(b/a)=(Quotient)(0)+Remainderp(b/a)=Remainder

Thus, the remainder theorem states that for a given polynomial p(x), p(b/a) gives the remainder obtained from p(x)axb.

e.g. If p(x)=x3+3x2+3x+3, p(2) will give the remainder obtained from (x3+3x2+3x+3)÷(x+2):

p(2)=(2)3+3(2)2+3(2)+3=8+3(4)6+3=8+123=1

The Factor Theorem

The factor theorem is a special case of the remainder theorem for when the remainder is zero.

If the remainder is zero, that means that the divisor is a factor of the dividend.

Thus, if p(b/a)=0, (axb) is a factor of p(x)

e.g. p(x)=x35x2+x+10. Use the factor theorem to find a factor of p(x).

p(1)=135(12)+1+10=15+1+10=70p(1)=(1)35(1)21+10=15110=170p(2)=235(22)+2+10=85(4)+2+10=820+12=0 (x2) is a factor of x35x2+x+10

Notes
  1. Also known as the absolute value function

Template:Chapnav

Template:BookCat