Showing posts with label second degree equations. Show all posts
Showing posts with label second degree equations. Show all posts

Wednesday, February 21, 2018

Chapter 35.3 - Easy method to find Remainder

In the previous section we got the following information:

• We know how to divide a polynomial p(x) by a first degree polynomial of the form (x+b1)
    ♦ We will get the 'quotient polynomial q(x)' and the remainder 'r'  
• But the method that we learned were applied only to divide second and third degree polynomials
• For higher degree polynomials, more lengthy calculations are involved. We will see them in higher classes
• But we learned a method to 'find the remainder alone'. 
    ♦ This method will not give us the quotient
    ♦ This method is applicable to polynomials of any degree
• Let us apply it to a fourth degree polynomial:

Find the remainder on dividing (x4 + 2x3 - 6x2 + x + 5) by (x-2)
Solution:
1. We have: {p(x) - r} = {q(x) × (x+b1)}
Substituting for p(x) and (x+b1), we get:
{(x4 + 2x3 - 6x2 + x + 5) - r} = {q(x) × (x-2)}
2. To make the right side zero, put x = 2 on both sides. We get:
{(24 + 2×23 - 6×22 + 2 + 5) - r} = {q(x) × (2-2)}
⟹ {(16 + 16  - 24 + 2 + 5) - r} = {q(x) × (0)}
⟹ {(15) - r} = 0 ⟹ r = 15

So we have an easy method to find the remainder 'r' for polynomial of any degree. If we analyse further, we will get a still easier method to obtain 'r'. Let us try:
1. We have: {p(x) - r} = {q(x) × (x+b1)}
2. Let us isolate 'r'. We will get:
r = p(x) - {q(x) × (x+b1)}
3. Put x = -b1 in the above equation. We get:
r = p(-b1) - {q(x) × (-b1+b1)} 
⟹ r = p(-b1) - {q(x) × (0)} ⟹ r = p(-b1) - {0} ⟹ r = p(-b1) 
■ It cannot get any simpler than this. We will write it as a theorem:
Theorem 35.2
• We want the remainder 'r' when a polynomial p(x) is divided by (x+b1)
• The remainder 'r' is nothing but p(-b1)
An example:
Find the remainder when (x3 - 2x2 - 4x + 5) is divided by (x+2)
Solution:
• In this problem, p(x) = (x3 - 2x2 - 4x + 5) and b1 = 2
• So r = p(-b1) = p(-2) =  [(-2)3 - 2(-2)2 - 4(-2) + 5] = [- 8 - 8 +8 + 5] = -3
• Note that if p(-b1) = 0, then:
    ♦ It means that there is no remainder
    ♦ It also means that (x+b1) is a factor, as we have seen earlier
    ♦ If it is a factor, then naturally, there will not be any remainder

In the above example, what will be the remainder if we divide p(x) by (2x-1) instead of (x+2)
Solution:
1. In (2x-1), the coefficient of x is not 1. So we have to modify it
• We can write (2x-1) as [2(x - 1⁄2)]
• The value will not change. That is:
(2x-1) = [2(x - 1⁄2)]
• So 'dividing by (2x-1)' is same as 'dividing by [2(x - 1⁄2)]'
2. So we have to find the remainder when (x3 - 2x2 - 4x + 5) is divided by [2(x - 1⁄2)]
• We will first consider (x - 1⁄2). 
• That is., we will first find the remainder: 
    ♦ when (x3 - 2x2 - 4x + 5) is divided by (x - 1⁄2)
3. We have the easy method to find it:
r = p(-b1) = p(-( - 1⁄2)) = p(1⁄2) 
= [(1⁄2)3 - 2(1⁄2)2 - 4(1⁄2) + 5] 
= [1⁄8 - (2 × 1⁄4) - (4 × 1⁄2) + 5] 
= [1⁄8 - 1⁄2 - 2 + 5] = [- 3⁄8 + 3] = 25⁄8
4. Let q(x) be the quotient when we divide (x3 - 2x2 - 4x + 5) by (x - 1⁄2)
Then we can write:
 (x3 - 2x2 - 4x + 5) = {[q(x) × (x - 1⁄2)] + 25⁄8} 
5. In step (1), we modified (2x-1) into [2(x - 1⁄2)]
Now we are going to modify (x - 1⁄2):
• We can write (x - 1⁄2) as [1⁄2 × (2x - 1)]
• The value will not change. That is:
(x - 1⁄2) = [1⁄2 × (2x - 1)]
• So 'multiplying by (x - 1⁄2)' is same as 'multiplying by [1⁄2 × (2x - 1)]'
6. In step (4), we have a multiplication using (x - 1⁄2) on the right side. 
• We will use [1⁄2× (2x - 1)] instead. Then step (4) becomes:
(x3 - 2x2 - 4x + 5) = {[q(x) × 1⁄2 × (2x - 1)] + 25⁄8}
7. Let 'q(x) × 1⁄2 ' = r(x)
• Then the result in step (6) becomes:
(x3 - 2x2 - 4x + 5) = {[r(x) × (2x - 1)] + 25⁄8}
8. The result in step (7) indicates that:
• When (x3 - 2x2 - 4x + 5) is divided by (2x - 1), we get:
    ♦ The quotient r(x)
    ♦ The remainder 25⁄8.
■ But this is just what we want:
The remainder when (x3 - 2x2 - 4x + 5) is divided by (2x - 1)
9. So we can write:
• The remainder when (x3 - 2x2 - 4x + 5) is divided by (x - 1⁄2) is 25⁄8
• The remainder when (x3 - 2x2 - 4x + 5) is divided by (2x - 1) is also 25⁄8.
The problem is solved
10. Note that, the quotient q(x) in step (4) has become r(x) in step (7)
• This is because q(x) was multiplied by a factor
• But we need not worry about the quotients. It is the remainder that we want

In the problems we have seen so far, 
• The polynomial (of any degree) p(x) which is divided is called the dividend
• The first degree polynomial with which p(x) is divided is called the divisor
See images here.
• We will often encounter problems in which the 'coefficient of x' in the divisor is not 1.
    ♦ The divisor (2x-1) that we saw above is an example
• So we need to develop a general method which can be used in such problems. We will write it as a theorem.
Theorem 35.3:
1. The general form of a divisor (first degree polynomial) can be written as (ax+b1)
2. This (ax+b1) can be written as [a(x+b1⁄a)]
• The value will not change
3. Now, the remainder when p(x) is divided by (x+b1⁄a) is p(-b1⁄a)
■ The remainder when p(x) is divided by (ax+b1) will also be p(-b1⁄a)

Another useful result is derived below. We will write that also as a theorem.
Theorem 35.4:
• In some cases, we will also want to know whether (ax+b1) is a factor
• We have seen that (ax+b1) is same as [a(x+b1⁄a)]  
• So, if (ax+b1) is a factor, [a(x+b1⁄a)] will also be a factor
• If [a(x+b1⁄a)] is a factor, both 'a' and '(x+b1⁄a)' will be factors individually
• Example: 12 is a factor of 96
    ♦ 12 can be written as (4×3)
    ♦ Both 4 and 3 are factors of 96 individually
• So we can write:
To check whether (ax+b1) is a factor, we need to check whether (x+b1⁄a) is a factor
■ Now, how do we check whether (x+b1⁄a) is a factor?  
• We know the method:
If p(-b1⁄a) = 0, then (x+b1⁄a) is a factor

We will see some solved examples
Solved example 35.6
For each pair of polynomials below, check whether the first is a factor of the second. If not a factor, find the remainder on dividing the second by the first.
(i) (x-1), (x3 + 4x2 - 3x - 6)
(ii) (x+1), (x3 + 4x2 - 3x - 6)
(iii) (x-2), (x3 + 3x2 - 4x - 12)
(iv) (x+2), (x3 + 3x2 - 4x - 12)
(v) (2x-1), (2x3 - x2 - 8x + 6)
(vi) (3x-1), (3x3 - 10x2 + 9x - 2)

Solution:
Part (i):
1. If (x+b1) is a factor, then p(-b1) = 0
• In our case, (x+b1) = (x-1) = (x+(-1))
• So b1 = -1 ⟹ (-b1) = 1
2. So p(-b1) = p(1) = (13 + 4×12 - 3×1 - 6) = (1+4-3-6) = -4
• p(1) ≠ 0. So (x-1) is not a factor
3. If (x+b1) is not a factor, there will be a remainder. 
• From theorem 35.2 that we saw at the beginning of this section,
    ♦ This remainder 'r' is nothing but p(-b1)
• But p(-b1) is calculated in step (2) above
4. So r = p(-b1) = p(1) = -4

Part (ii):
1. If (x+b1) is a factor, then p(-b1) = 0
• In our case, (x+b1) = (x+1) 
• So b1 = 1 ⟹ (-b1) = -1
2. So p(-b1) = p(-1) = ((-1)3 + 4×(-1)2 - 3×(-1) - 6) = (-1+4+3-6) = 0
• p(-b1) = p(-1) = 0. So (x+1) is a factor
3. If (x+1) is a factor, there will not be a remainder

Part (iii):
1. If (x+b1) is a factor, then p(-b1) = 0
• In our case, (x+b1) = (x-2) = (x+(-2))
• So b1 = -2 ⟹ (-b1) = 2
2. So p(-b1) = p(2) = (23 + 3×22 - 4×2 - 12) = (8+12-8-12) = 0
• p(-b1) = p(2) = 0. So (x-2) is a factor
3. If (x-2) is a factor, there will not be a remainder

Part (iv):
1. If (x+b1) is a factor, then p(-b1) = 0
• In our case, (x+b1) = (x+2)
• So b1 = 2 ⟹ (-b1) = -2
2. So p(-b1) = p(-2) = ((-2)3 + 3×(-2)2 - 4×(-2) - 12) = (-8+12+8-12) = 0
• p(-b1) = p(-2) = 0. So (x+2) is a factor
3. If (x+2) is a factor, there will not be a remainder

Part (v): (2x-1), (2x3 - x2 - 8x + 6)
1. To check whether (ax+b1) is a factor, we need to check whether (x+b1⁄a) is a factor
• This is based on theorem 35.4 written above in this section 
• In our case, (ax+b1) = (2x-1) = (2x+(-1))
    ♦ So we get: a = 2 and b1 = -1
• Then (x+b1⁄a) = (x+(-1⁄2)) 
• So (b1⁄a) = (-1⁄2) ⟹ (-b1⁄a) = (1⁄2)
2. If (x+b1) is a factor, then p(-b1) = 0
• Similarly, if (x+b1⁄a) is a factor, then p(-b1⁄a) = 0
3. (2x3 - x2 - 8x + 6) can be written as: [2(x3 - 1⁄2×x2 - 4x + 3)]  
• Consider (x3 - 1⁄2×x2 - 4x + 3):
• p(-b1⁄a) = p(1⁄2) = (1⁄2)3 - 1⁄2×(1⁄2)2 - 4×(1⁄2) + 3 
= 1⁄8 - 1⁄8 - 2 + 3 = 1
• p(1⁄2) ≠ 0. So (x-1⁄2) is not a factor
4. (x-1⁄2) is not a factor of (x3 - 1⁄2×x2 - 4x + 3)
• So (x-1⁄2) is not a factor of [2(x3 - 1⁄2×x2 - 4x + 3)]
Example:
• 4 is not a factor of 21
• So 4 is not a factor of (n×21)
    ♦ What ever value 'n' takes
• That is., (x-1⁄2) is not a factor of (2x3 - x2 - 8x + 6)
5. If (x-1⁄2) is not a factor of (2x3 - x2 - 8x + 6), then
• (2x-1) is also not a factor of (2x3 - x2 - 8x + 6)
    ♦ This is based on theorem 35.4 written above in this section
• That means, if we divide (2x3 - x2 - 8x + 6) by (2x-1) , there will be a remainder
• Our next task is to find this remainder
6. As before, we write (2x3 - x2 - 8x + 6) as: [2(x3 - 1⁄2×x2 - 4x + 3)] 
• We will first find the remainder 'r' when (x3 - 1⁄2×x2 - 4x + 3) is divided by (2x-1)
    ♦ We can apply theorem 35.3 written above in this section
• We have: r = p(-b1⁄a) = p(1⁄2) = 1
    ♦ This result is obtained from step (3) above 
7. Consider the general result:
p(x) = {[quotient × divisor] + r}
• Applying this, we get:
(x3 - 1⁄2×x2 - 4x + 3) = {[quotient × (2x-1)] + 1}
• Multiplying both sides by '2', we get:
2×(x3 - 1⁄2×x2 - 4x + 3) = 2×{[quotient × (2x-1)] + 1}
⟹ (2x3 - x2 - 8x + 6) = {2×[quotient × (2x-1)] + 2×1} 
⟹ (2x3 - x2 - 8x + 6) = {[(2×quotient) × (2x-1)] + 2} 
8. This means that, when (2x3 - x2 - 8x + 6) is divided by (2x-1), the remainder is 2 
• But this is the same task mentioned in step (5)
• So the remainder that we are trying to find is 2

Part (vi): (3x-1), (3x3 - 10x2 + 9x - 2)
1. To check whether (ax+b1) is a factor, we need to check whether (x+b1⁄a) is a factor
• This is based on theorem 35.4 written above in this section 
• In our case, (ax+b1) = (3x-1) = (3x+(-1))
    ♦ So we get: a = 3 and b1 = -1
• Then (x+b1⁄a) = (x+(-1⁄3)) 
• So (b1⁄a) = (-1⁄3) ⟹ (-b1⁄a) = (1⁄3)
2. If (x+b1) is a factor, then p(-b1) = 0
• Similarly, if (x+b1⁄a) is a factor, then p(-b1⁄a) = 0
3. (3x3 - 10x2 + 9x - 2) can be written as: [3(x3 - 10⁄3×x2 + 3x - 2⁄3)]  
• Consider (x3 - 10⁄3×x2 + 3x - 2⁄3):
• p(-b1⁄a) = p(1⁄3) = (1⁄3)3 - 10⁄3×(1⁄3)2 + 3×(1⁄3) - 2⁄3 
= 1⁄27 - 10⁄27 + 1 - 2⁄3 
= -9⁄27 + 1⁄3 
= -1⁄3 + 1⁄3 = 0 
• p(1⁄3) = 0. So (x - 1⁄3) is a factor
• So (3x-1) is a factor


In the next section, we will see a few more solved examples.


PREVIOUS      CONTENTS       NEXT

                        Copyright©2018 High school Maths lessons. blogspot.in - All Rights Reserved

Tuesday, February 20, 2018

Chapter 35.2 - The Polynomial Remainder

In the previous section we saw the factors of polynomials. In this section we will see polynomial remainder.

Consider the following situation:
• We have a polynomial p(x)
• We have a first degree polynomial (x-a)
■ We want to know whether (x-a) is a factor of p(x)

• From what we have learned from the previous two sections in this chapter, it is easy to find the answer:
• Just find p(a). 
    ♦ If p(a) = 0, then (x-a) is a factor of the given p(x)

Now another question arises:
■ If we find that p(a) ≠ 0, can we confirm that (x-a) is not a factor of p(x)?
• Of course we can. 
• If (x-a) is a factor, then p(a) will be equal to zero
• p(x) not being equal to zero confirms that (x-a) is not a factor

An example:
Let p(x) = x2 - 3x + 3
We want to know whether (x-1) is a factor of p(x)
Solution:
• We have: p(1) = (12 - 3×1 + 3) = (1-3+3) = 1
• Here p(1) ≠ 0. So (x-1) is not a factor of (x2 - 3x + 3)

• What will happen if we divide a natural number with 'another number which is not a factor'?
For example:
• 6 is not a factor of 27. If we divide 27 by 6, we will get 'quotient 4' and 'remainder 3'
• We can write it as: 27 = 4 × 6 + 3
• In the same way, if we divide (x2 - 3x + 3) by (x-1), we will get a quotient and a remainder
■ We want to find that quotient and remainder
The following steps will help us:
1. We saw that (x-1) is not a factor of (x2 - 3x + 3)
2. But this (x-1) is a factor of (x2 - 3x + 2)
•The other factor is (x-2)
• The reader may check it using the method that we saw in the first section of this chapter
OR by simply solving it as a quadratic equation
• So we can write:
(x2 - 3x + 2) = (x-1)(x-2)
3. Now add '1' on both sides. We get:
(x2 - 3x + 2) + 1 = (x-1)(x-2) + 1
⟹ (x2 - 3x + 3) = (x-1)(x-2) + 1 
4. The result in (3) is similar to:
27 = 4 × 6 + 3
• If we divide 27 by 6, we will get:
    ♦ 4 as the quotient
    ♦ 3 as the remainder 
5. So it is clear:
• If we divide (x2 - 3x + 3) by (x-1), we will get:
    ♦ (x-2) as the quotient
    ♦ 1 as the remainder

Another possibility based on the above steps:
• Consider the result in step (2):
(x2 - 3x + 2) = (x-1)(x-2)
• Subtract '1' from both sides. We get:
(x2 - 3x + 2) - 1 = (x-1)(x-2) - 1
⟹ (x2 - 3x + 1) = (x-1)(x-2) - 1 
• So it is clear. If we divide (x2 - 3x + 1) by (x-1), we will get:
    ♦ (x-2) as the quotient
    ♦ -1 as the remainder

Now we want a 'general method to find the quotient and remainder' which is applicable to any case.
Let us try: 
1. Based on the above discussion, we know this:
• If we divide a second degree polynomial with 'a first degree polynomial (which is not a factor)', we get:
    ♦ A first degree polynomial as the quotient
    ♦ A number as remainder 
2. We will use the usual representations:
• (x+b1) is the first degree polynomial which is not a factor
    ♦ We will be dividing p(x) with this polynomial
• (x+b2) is the quotient
• Let 'r' be the remainder
3. Then we can write:
p(x) = (x+b1)(x+b2) + r 
Expanding this, we get:
p(x) = [x2 + (b1+b2)x + b1b2] + r
⟹ p(x) = x2 + (b1+b2)x + (b1b2 + r)
4. p(x) in the left side will have:
• A term in 'x2'
    ♦ We must equate it's coefficient to the 'coefficient of x2 ' on the right side
    ♦ Both will be 1. So this will not give us any benefit. 
    ♦ We can ignore the 'coefficients of x2 ' on both sides. 
    ♦ But ensure that coefficients are '1' on both sides
• A term in 'x'
    ♦ Equate it's coefficient to the 'coefficient of x' on the right side, which is (b1+b2)
• A constant term
    ♦ Equate it to the constant term on the right side, which is (b1b2 + r)
5. Thus we will get two equations. 
• The two unknowns are 'b2' and 'r'. We can easily find them by solving the equations

An example:
Divide (x2 - 3x - 10) by (x-2). Find the quotient and remainder
Solution:
1. First we must make sure that (x-2) is not a factor. 
• We will get a remainder only if (x-2) is not a factor
• p(2) = (22 - 3×2 + 1) = (4-6+1) = -1
• p(2) ≠ 0. So (x-2) is not a factor
2. Comparing the coefficients, we get:
(i) (b1+b2) = -3
(ii) (b1b2 + r) = -10
3. Substituting b1 = -2, we get:
(i) (-2+b2) = -3
(ii) (-2×b2 + r) = -10
4. From 3(i) we get: b2 = -3+2 = -1
Substituting this in 3(ii) we get:
 (-2×-1 + r) = -10 ⟹ (2+r) = -10 ⟹ r = -12
5. So the quotient is: (x+b2) = (x-1)
The remainder is: r = -12

Another example:
Divide (x2 - 3x - 8) by (x+2). Find the quotient and remainder
Solution:
1. First we must make sure that (x+2) is not a factor. 
• We will get a remainder only if (x+2) is not a factor
• p(-2) = ((-2)2 - 3×(-2) + 1) = (4+6+1) = 11
• p(-2) ≠ 0. So (x+2) is not a factor
2. Comparing the coefficients, we get:
(i) (b1+b2) = -3
(ii) (b1b2 + r) = -8
3. Substituting b1 = 2, we get:
(i) (2+b2) = -3
(ii) (2×b2 + r) = -8
4. From 3(i) we get: b2 = -3-2 = -5
Substituting this in 3(ii) we get:
 (2×-5 + r) = -8 ⟹ (-10+r) = -8 ⟹ r = 2
5. So the quotient is: (x+b2) = (x-5)
The remainder is: r = 2

Now we move to the next level. We are going to divide a third degree polynomial
Let us write the steps:
1. Based on the discussions so far in this chapter, we know this:
• If we divide a third degree polynomial with 'a first degree polynomial (which is not a factor)', we get:
    ♦ A second degree polynomial as the quotient
    ♦ A number as remainder 
2. We will use the usual representations:
• (x+b1) is the first degree polynomial which is not a factor
    ♦ We will be dividing p(x) with this polynomial
• [(x+b2)(x+b3)] is the quotient
    ♦ Note that, [(x+b2)(x+b3)] is the general form of a second degree polynomial
    ♦ It is just written as 'product of two first degree polynomials' for convenience in calculations
• Let 'r' be the remainder
3. Then we can write:
p(x) = {(x+b1)[(x+b2)(x+b3)]} + r


Example: 94 = {(5)×[(6)×(3)]} + 4
• 94 is divided by '5', which is not a factor
• The quotient is 18 and remainder is 4
• The quotient is further factorized as '6×3' 

Expanding the expression, we get:
p(x) = {(x+b1)[x2 + (b2+b3)x + b2b3]} + r 
= {x3 + (b1)x2 +(b2+b3)x2 + (b2+b3)(b1)x + (b2b3)x  + b1b2b3]} + r
⟹ p(x)= {x3 + (b1+b2+b3)x2 + (b1b2+b2b3+b1b3)x + b1b2b3} + r
⟹ p(x)= {x3 + (b1+b2+b3)x2 + (b1b2+b2b3+b1b3)x + (b1b2b3 + r)}
4. p(x) in the left side will have:
• A term in 'x3'
    ♦ We must equate it's coefficient to the 'coefficient of x3 ' on the right side
    ♦ Both will be 1. So this will not give us any benefit. 
    ♦ We can ignore the 'coefficients of x3 ' on both sides. 
    ♦ But ensure that coefficients are '1' on both sides
• A term in 'x2'
    ♦ Equate it's coefficient to the 'coefficient of x2' on the right side, which is (b1+b2+b3)
• A term in 'x'
    ♦ Equate it's coefficient to the 'coefficient of x' on the right side, which is (b1b2+b2b3+b1b3)
• A constant term
    ♦ Equate it to the constant term on the right side, which is (b1b2b3 + r)
5. Thus we will get three equations. 
• We have b1, b2, b3 and r
    ♦ But b1 is already known
• So we have 3 equations and 3 unknowns. 
• We can easily find the unknowns by solving the equations

An example:
Divide (x3 - 2x2 - x + 4) by (x-3). Find the quotient and remainder
Solution:
1. First we must make sure that (x-3) is not a factor. 
• We will get a remainder only if (x-3) is not a factor
• p(3) = (33 - 2×(3)2 - 3 + 4) = (27-18-3+4) = 10
• p(3) ≠ 0. So (x-3) is not a factor
2. Comparing the coefficients, we get:
(i) (b1+b2+b3) = -2
(ii) (b1b2 + b2b3 + b1b3) = -1
(iii) b1b2b3+ r = 4
3. Substituting b1 = -3, we get:
(i)  (b2+b3) = 1
(ii) (-3×b2 + b2b3 + -3×b3) = -1
⟹ [-3×(b2+b3) + b2b3] = -1
⟹ [-3×(1) + b2b3] = -1 (∵ (b2+b3) =1)
⟹ [b2b3] = 2 
(iii) -3 × 2 + r = 4
⟹ -6 + r = 4
⟹ r = 10
• So the remainder 'r' = 10
4. The quotient is: [x2 + (b2+b3)x + b2b3]
= [x2 + (1)x + 2] = [x2 + x + 2] 
    ♦ ∵ from 3(i) we have: (b2+b3) = 1   
    ♦ from 3(ii) we have: (b2b3) = 2

Another example:
Divide (x3 - 2x2 - x + 9) by (x-3). Find the quotient and remainder
Solution:
1. First we must make sure that (x-3) is not a factor. 
• We will get a remainder only if (x-3) is not a factor
• p(3) = (33 - 2×(3)2 - 3 + 9) = (27-18-3+9) = 15
• p(3) ≠ 0. So (x-3) is not a factor
2. Comparing the coefficients, we get:
(i) (b1+b2+b3) = -2
(ii) (b1b2 + b2b3 + b1b3) = -1
(iii) b1b2b3+ r = 9
3. Substituting b1 = -3, we get:
(i)  (b2+b3) = 1
(ii) (-3×b2 + b2b3 + -3×b3) = -1
⟹ [-3×(b2+b3) + b2b3] = -1
⟹ [-3×(1) + b2b3] = -1 (∵ (b2+b3) =1)
⟹ [b2b3] = 2 
(iii) -3 × 2 + r = 9
⟹ -6 + r = 9
⟹ r = 15
• So the remainder 'r' = 15
4. The quotient is: [x2 + (b2+b3)x + b2b3]
= [x2 + (1)x + 2] = [x2 + x + 2] 
    ♦ ∵ from 3(i) we have: (b2+b3) = 1   
    ♦ from 3(ii) we have: (b2b3) = 2


In this section so far, 
• We have divided a second degree polynomial by a 'first degree polynomial (x+b1) which is not a factor'
    ♦ We obtained a polynomial as quotient
    ♦ We obtained a remainder also
• We have divided a third degree polynomial by a 'first degree polynomial (x+b1) which is not a factor'
    ♦ We obtained a polynomial as quotient
    ♦ We obtained a remainder also
• In general, we can divide any polynomial p(x) by (x+b1). 
    ♦ We will get another polynomial q(x) as the quotient
    ♦ If the degree of p(x) is 'n', then degree of q(x) will be '(n-1)' 
    ♦ We will get 'r' as the remainder
    ♦ If 'r' is zero, it simply means that (x+b1) is a factor of p(x)
• So we can write:
p(x) = {q(x) × (x+b1)} + r 
• Let us bring 'r' to the left side. We get:
{p(x) - r} = {q(x) × (x+b1)}
■ This is an interesting situation.
• On the left side, we have a new polynomial, obtained just by subtracting 'r' from the original polynomial p(x)
• From what is available on the right side, it is clear that, (x+b1) is a factor of this new polynomial
    ♦ If we divide the new polynomial by (x+b1), there will not be any remainder

Example: 94 = {(5)×(18)} + 4
• 94 is divided by '5', which is not a factor
• The quotient is 18 and remainder is 4
■ 94 - 4 = 90
• 90 = {(5)×(18)}
• 5 is a factor of 90. There is no remainder 

Let us apply this new technique in a problem:
• Is (x-3) a factor of (x3 - 2x2 + x + 2)? 
    ♦ If it is not a factor, what number must be subtracted from (x3 - 2x2 + x + 2) to make (x-3) a factor?
Solution:
1. We have: p(x) = (x3 - 2x2 + x + 2)
• p(3) = (33 - 2×(3)2 + 3 + 2) = (27-18+3+2) = 14
• p(3) ≠ 0. So (x-3) is not a factor
2. So if we divide p(x) by (x-3), there will be a remainder 'r'.
• We can write: p(x) = {q(x) × (x-3)} + r
    ♦ Where q(x) is the quotient 
    ♦ r is the remainder
3. Bring r to the left side:
{p(x) - r} = {q(x) × (x-3)}
• We know how to find q(x) and r. 
    ♦ We have seen the methods when the given p(x) is of second degree or third degree
• But in this problem, our task is to find 'r' only. We need not find the quotient q(x)
    ♦ This is because, if we subtract 'r', (x-3) will become a factor
4. Is there a method to find 'r' alone? Let us try:
(i) Expand the expression in (3). We get:
{(x3 - 2x2 + x + 2) - r} = {q(x) × (x-3)}
(ii) If we put x = 3 in this expression, the right side of '=' sign will become zero.
This is shown below:
{(33 - 2×32 + 3 + 2) - r} = {q(x) × (3-3)}
⟹ {(27 - 18 + 3 + 2) - r} = {q(x) × (0)}
⟹ {14-r} = 0
⟹ r = 14 
5. The original polynomial is p(x) = (x3 - 2x2 + x + 2)
• Subtract 14 to get the new polynomial:
(x3 - 2x2 + x + 2) - 14 = (x3 - 2x2 + x - 12)
• (x-3) will be a factor of the new polynomial p'(x) = (x3 - 2x2 + x - 12)
Check:
p'(3) = (33 - 2×32 + 3 - 12) = (27-18+3-12) = 0


In the next section, we will see an easier method to find the remainder 'r'.


PREVIOUS      CONTENTS       NEXT

                        Copyright©2018 High school Maths lessons. blogspot.in - All Rights Reserved