الاثنين، 22 يونيو 2009

Binomial Expansion

Binomial

A binomial is an expression that contains two terms.


Example: (a + b), (1 - a),k - h),(1 + x)2,(3x + 1)4.

The expansion of (1 + x)3 can be easily found:
(1 + x)3
= (1 + x)2(1 + x)
= (1 + 2x + x2) (1 + x)
= 1 + 2x + x2 + x + 2x2 + x3
= 1 + 3x + 3x2 + x3
Similarly, we can use this method to find (1 + x)4, (1 + x)5 and (1 + x)6.


Look at the following expansions of (1 + x)n:
(1 + x)0 = 1
(1 + x)1 = 1 + x
(1 + x)2 = 1 + 2x + x2
(1 + x)3 = 1 + 3x + 3x2 + x3
(1 + x)4 = 1 + 4x + 6x2 + 4x3 + x4
(1 + x)5 = 1 + 5x + 10x2 + 10x3 + 5x4 + x5

List the coefficients in a triangular array:

This array is known as the Pascal's Triangle.

Miscellaneous Problems

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Find the remainder when 3x3 - x2 + 7x + 5 is divided by 3x + 2.

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Given that 2x3 - x2 - 2x + 3 = (Ax + B)(x - 1)(x + 2) + C(x - 1) + D, find the values of A, B, C and D. Hence or otherwise, deduce the remainder when

2x3 - x2 - 2x + 3 is divided by x2 + x - 2.

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Solve the equation 2x3 + x2 - 19x = 6, giving your answers to two decimal places where necessary.

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif The expression x3 + px2 + qx + 6 has the same remainder when divided by

x + 1 and 2 - x. Given that the remainder when the expression is divided by x + 3 is -60, find the value of p and of q.

By remainder theorem,

remainder = f(-2/3)
= 3(-2/3)3 - (-2/3)2 + 7(-2/3) + 5
= -1

Let x = 1

2 - 1 - 2 + 3 = D
D = 2
Let x = -2
-16 - 4 + 4 + 3 = -3C + 2
3C = 15
C = 5
Let x = 0
3 = B (-1)(2) -5 + 2
-2B = 6
B = -3
Sub any value other than 1, 2 & 0 into x
A = 2
2x3 - x2 - 2x + 3 (Ax + B)(x - 1)(x + 2) + C(x - 1) + D
Since x2 + x - 2 = (x - 1)(x + 2), (note the similarity?)
thus, remainder = C(x - 1) + D
= 5(x - 1) + 2
= 5x - 3

2x3 + x2 - 19x = 6

let f(x) = 2x3 + x2 - 19x - 6
(x - 3) f(3) = 0
(x - 3) is a factor of f(x)
let f(x) = (x - 3)(Ax2 + Bx + C)
A = 2
C = 2
let x = 1
2 + 1 - 19 - 6 = -2(2 + B + 2)
-22 = -8 - 2B
B = 7
f(x) = (x - 3)(2x2 + 7x + 2)
2x2 + 7x + 2 = 0
x =
= -3.19 or -0.31 (3 s.f.)
x = -3.19 or -0.31 or 3

let f(x) = x3 + px2 + qx + 6

by remainder theorem, f(-1) = f(2)
-1 + p - q + 6 = 8 + 4p + 2q + 6
p - q - 5 = 4p + 2q + 14
3p + 3q = 9 --------(1)
by remainder theorem, f(-3) = -60
-27 + 9p - 3q + 6 = -60
3q = 39 + 9p --------(2)
sub (2) into (1):
3p + 39 + 9p = -9
12p = -48
p = -4
q = 1

Factor Theorem အသံုးခ် ပုစာၦမ်ား

Example 2

Given that x2 + x - 6 is a factor of 2x4 + x3 - ax + bx + a + b - 1, find the value of a and b.

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif x2 + x - 6 = (x + 3)(x + 2)

Let f(x) = 2x4 + x3 - ax2 + bx + a + b - 1
f(-3) = 2(-3)4 + (-3)3 - a(-3)2 - 3b + a + b - 1 = 0
134 - 8a - 2b = 0
4a + b = 67 --------(1)

f(2) = 2(2)4 + 23 - a(2)2 + 2b + a + b - 1 = 0

39 - 3a + 3b = 0
a - b = 13 --------(2)

(1) + (2) : 5a = 80

a = 16
when a = 16, b = 3

Example 3

Use the factor theorem to find the value of k for which (a + 2b) where a does not = 0 and b does not = 0, is a factor of a4 + 32b4 + a3b(k + 3).



http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution



Let f(a) = a4 + 32b4 + a3b(k + 3)
f(-2b) = (-2b)4 + 32b4 + (-2b)3b(k + 3) = 0
48b4 - 8b4(k+ 3) = 0
8b4[6 - (k + 3)] = 0
8b4(3 - k) = 0
Since b does not = 0, 3 - k = 0
k = 3

Example 4

Determine the value of k for which x + 2 is a factor of (x + 1)7 + (2x + k)3.



http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution



Let f(x) = (x + 1) + (2x + k)
f(-2) = (-2 + 1) + (-4 + k) = 0
(k - 4) - 1 = 0
(k - 4) = 1
k - 4 = 1
k = 5


Example 5
Given that f(x) = x3 - x2 - ax - b, where a and b are constants, has the factor x - 3 but has a remainder of 13x - 11 when divided by x + 4. Calculate the values of a and b.

Hence (i) factorise f(x) completely. (ii) Solve the equation 27x3 - 3ax = ax2 + b.


http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution



f(3) = 0
33 - 32 - 3a - b = 0
3a + b = 18 --------(1)
f(-4) = (-4)3 - (-4)2 - a(-4) - b = 13(-4) - 11
4a - b = 17 --------(2)
sub (1) into (2): a = 5, b = 3
(i) Factorising.
f(x) = (x - 3)(x2 + 2x + 1)
= (x - 3)(x + 1)2
(ii) 27x3 - 9x2 - 3ax - b = 0
(3x)3 - (3x)2 - a(3x) - b = 0
Let y = 3x
y3 - y2 - ay - b = 0
(y - 3)(y + 1)2 = 0 [from (1)]
y = 3, y = -1
x = 1, x = -1/3



Example 6

Show that the expression x3 + (k-2) x2 + (k-7)x - 4 has a factor x+1 for all values of k .If the expression also has a factor x+2, find the value of k and the third factor.



http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution



Let f(x) = x3 + (k-2) x2 + (k-7)x - 4

f(-1) =(-1)3 + (k-2)(-1)2 + (k-7)(-1) - 4 = -1+ k - 2 - k + 7 - 4 = 0

Therefore (x+1) is a factor of f(x).

x + 2 is a factor of f(x). -------(given)

Therefore f(-2)=0

(-2)3 + (k-2)(-2)2 + (k-7)(-2) - 4 = 0

-8 + 4k -8 - 2k +14 - 4 = 0

2k = 6

k = 3

Therefore f(x) = x3 + x2 - 4x - 4

Therefore (x + 1) (x + 2) = x2 + 3x + 2 is also a factor of f(x).

Therefore the third factor of f(x) is x - 2.



Example 7

Given that kx3 + 2
x2 + 2x + 3 is a factor of kx3 - 2x + 9, have a common factor, what are the possible values of k?



http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution

Let f(x) =
>kx3 + 2x2 + 2x +
3 and g(x) = kx3 - 2x + 9.

Let (x - c) be a common factor of both f(x) and g(x).Therefore ...

f(c) = 0

kc3 + 2c2 + 2c + 3 = 0 ---------(1)



g(c) = 0

kc3 - 2c + 9= 0 ---------(2)



Subtracting equation(2) from (1),we have

2c2 + 4c - 6 = 0

c2 + 2c - 3 = 0

(c + 3) (c - 1) =0

c = -3 or c = 1



Substituting c = -3 or c = 1 in equation (2), we get

k = 5/9 when c = -3 and

k = -7 when c = 1

الأحد، 21 يونيو 2009

The Factor Theorem

6 = 3 × 2

6÷2 => remainder = 0

6÷3 => remainder = 0

အၾကြင္း 0 ရေအာင္စားႏိုင္ေသာ စားကိန္းကို တည္ကိန္း၏ factor ဟုေခၚသည္။


The Factor Theorem:

Let f(x) be a polynomial. Then (x-k) is a factor of f(x) if and only if f(k) = 0.

Example 1

Find what value p must have in order that x - p may be a factor of
4x3 - (3p + 2)x2 - (p2 - 1)x + 3.

Let f(x) = 4x3 - (3p + 2)x2 - (p2 - 1)x + 3.
x - p is a factor of f(x) only if
f(p) = 0
4p3 - (3p + 2)p2 - (p2 - 1)p + 3 = 0
2p2 - p - 3 = 0
(p + 1) (2p - 3) = 0
p = -1 or p = 3/2

Remainder Theorem ကိုအသံုးခ်တြက္ေသာ ပုစာၦမ်ား(3)

Example 10

The remainder when x4 + 3x2 - 2x + 2 is divided by x + a is the square of the remainder when x2 - 3 is divided by x + a, Calculate the possible values of a.
x4 + 3x2 - 2x + 2 ကို x + a ႏွင့္စားေသာအခါ ရတဲ့ remainder သည္ x2 - 3 ကို x + a ႏွင့္ စားေသာအခါ ရတဲ့ remainder၏ ႏွစ္ထပ္ႏွင့္ ညီလွ်င္ a ၏ တန္ဖိုးမ်ားကို ရွာပါ။

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let f(x) = x4 + 3x2 - 2x + 2 and g(x) = x2 - 3
By the problem,
f(-a) = [g(-a)]2
(-a)4 + 3(-a)2 - 2(-a) + 2 =[(-a)2 - 3]2
a4 + 3a2 + 2a + 2 = a4 - 6a2 + 9
9a2 + 2a - 7 = 0
(a + 1) (9a - 7) = 0
a = -1 (or) a=7/9

Example 11

The expression ax3 - x2 + bx - 1 leaves the remainder of -33 and 77 when divided by x + 2 and x - 3 respectively. Find the values of a and b and the remainder when divided by x - 2.
ax3 - x2 + bx - 1 ကို x + 2 နဲ႔စားတဲ့အခါ -33 ရၿပီး x - 3 နဲ႔စားတဲ့အခါ 77 ရပါတယ္။ a ႏွင့္ b ကိုရွာပါ။ x - 3 ႏွင့္စားလို႔ရတဲ့ remainder ကိုလည္းရွာေပးပါ။

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let f(x) = ax3 - x2 + bx - 1.
By the problem,
f(-2) = -33
a(-2)3 - (-2)2 + b(-2) - 1 = -33
4a + b = -33 -------------(1)

f(3) = 77
a(3)3 - (3)2 + b(3) - 1 = 77
9a + b = 29 -------------(2)

equation (2) - equation (1),we get
5a = 15 and a = 3

Substitute a = 3 in equation (1)
4(3) + b = 14
b = 2

Remainder Theorem ကိုအသံုးခ်တြက္ေသာ ပုစာၦမ်ား(2)

Example 8

Given that the expression x3 - ax2 + bx + c leaves the same remainder when divided by x + 1 or x - 2 , find a in terms of b.
ေပးထားေသာ ကိန္းတန္း x3 - ax2 + bx + c ကို x + 1 ႏွင့္ x - 2 တို႔ျဖင့္စားေသအခါ တူညီေသာ အၾကြင္းရ၏။ a ၏ တန္ဖိုးကို b ပါ၀င္ေသာ ကိန္းတန္းျဖင့္ ေဖၚျပပါ။

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let f(x) = x3 - ax2 + bx + c.
By the problem,
f(-1) = f(2)
(-1)3 - a(-1)2 + b(-1) + c = (2)3 - a(2)2 + b(2) + c
-1 - a -b = 8 - 4a + 2b
a = b + 3

Example 9

Given that the remainder when x3 - x2 + ax is divided by x + a where a>0, is twice the remainder when it is divided by x - 2a, find the value of a.
x3 - x2 + ax ကို x + a ႏွင့္စား၍ ရေသာ အၾကြင္းသည္ x - 2a ႏွင့္စား၍ ရေသာ အၾကြင္း၏ ၂ ဆျဖစ္လွ်င္ a ၏ တန္ဖိုးကို ရွာပါ။ (မွတ္ခ်က္ a>0)

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let

By the problem,



Since a>0,

السبت، 20 يونيو 2009

Remainder Theorem ကိုအသံုးခ်တြက္ေသာ ပုစာၦမ်ား(1)

Example 6

The polynomial x3 + ax2 + bx - 3 leaves a remainder of 27 when divided by x - 2 and a remainder of 3 when divided by x + 1.Calculate the remainder when the polynomial is divided by x - 1

x3 + ax2 + bx - 3 ကို x - 2 နဲ႔စားရင္ remainder 27 ရတယ္။ x + 1 နဲ႔ စားရင္ေတာ့ remainder 3 ရတယ္။ x - 1 နဲ႔ စားလို႔ရတဲ့ remainder ကိုရွာေပးပါ။

ရွင္းလင္းခ်က္။ ။ ေပးထားတဲ့ polynomial ကို f(x)လို႔ထားမယ္။ f(x) ကို x - 1 နဲ႔စားရင္ remainder f(1) ေပါ့။ ဒါေပမယ့္ unknown constant a နဲ႔ b ကိုသိရမယ္။ အဲဒါကို ေပးခ်က္ႏွစ္ခ်က္ကေန အရင္ရွာမယ္။ a နဲ႔ b ကို သိရင္ ဆက္ရွာ လို႔ ရၿပီေပါ့။

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let f(x) = x3 + ax2 + bx - 3, by the problem

f(2) = 27

23 + a(22) + 2b - 3 = 27

2a + b = 11 -------------(1)

f(-1) = 3

(-1)3 + a(-1)2 - b - 3 = 27

a - b = 31 ----------------(2)

equation (1) + equation (2) => 3a = 42 and a = 14

Substitute a = 14 in equation (2),

14 - b = 31

b = -17

Therefore f(x) = x3 + 14x2 - 17x - 3

f(x) ÷ (x - 1) => remainder = f(1)

f(1) = 13 + 14(12) - 17(1) - 3 = - 5


Example 7

The expression x3 - 7x + 6 and x3 - x2 - 4x +24 have the same remainder when divided by x + p. Find the possible values of p.
ကိန္းတန္းႏွစ္ခု ေပးထားပါတယ္။ ဒါေၾကာင့္ ပထမကိန္းတန္းကို f(x) လို႔ထားမယ္၊ ဒုတိယကိန္းတန္းကို g(x) လို႔ ထားမယ္။ ႏွစ္ခုလံုးကို x + p နဲ႔ စားတဲ့အခါ remainder တူတယ္။ p ရဲ့တန္ဖိုး ရွာေပးရမယ္။

http://i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gif Let f(x) = x3 - 7x + 6 and g(x) = x3 - x2 - 4x +24
By the problem, f(-p) = g(-p)
p3 - 7p + 6 = p3 - p2 - 4p +24
p2 - 3p - 18 = 0
(p - 6) (p + 3) = 0
p = 6 or p = -3