1 C2 Sec 1
1 C2 Sec 1
Definition 1.1 A polynomial P (x) in x is a function that may be written in the form
3 2
6 0
Definition 1.4 A rational function R(x) is the ratio of two polynomials N (x), D(x)
N (x)
R(x) =
D(x)
R(x) is called proper if deg(N ) < deg(D) and improper if deg(N ) ≥ deg(D).
Example 1.5 The rational functions on the left are proper, while those on the right are im-
proper:
x+1 x3 + x2 + 1
x2 + 5x + 6 x2 + 2x − 1
x2 x5 − 1
x3 + 1 x5 + 1
Theorem 1.6 An improper rational function, R(x), may be expressed as the sum of a polyno-
mial Q(x) and a proper rational function.
N M
=Q+
D D
where deg(M ) < deg(D) and deg(Q) = deg(N ) − deg(D)
Example 1.7 (1)
x 1
=1−
x+1 x+1
(2)
x6 − 2x4 + x2 − 2 12x + 10
2
= x4 + x3 + x2 + 3x + 6 + 2
x −x−2 x −x−2
Corollary 1.8 If M = 0 then N = QD and so D is a factor of N (i.e. N factorises into QD).
x− 2 = Q(x) quotient
x3 + 4x2 + 5x + 2 x4 + 2x3 − 2x2 − x + 4
x4 + 4x3 + 5x2 + 2x
−2x3 − 7x2 − 3x + 4
−2x3 − 8x2 − 10x − 4
x2 + 7x + 8 = M (x) remainder
Hence
x4 + 2x3 − 2x2 − x + 4 x2 + 7x + 8
= x − 2 +
x3 + 4x2 + 5x + 2 x3 + 4x2 + 5x + 2
x2 + 7x + 8
and 3 is proper, as required.
x + 4x2 + 5x + 2
We may combine two rational functions into one by cross-multiplying, e.g.
1 2 1(x + 2) + 2(x − 1) 3x
+ = = 2
x−1 x+2 (x − 1)(x + 2) x +x−2
It is sometimes necessary (e.g. integration) to carry out the reverse procedure, i.e. to split a
rational function into the sum of two (or more) simpler ones, known as summands. There are
five steps.
Note: In step (II) it is always possible to factorise a polynomial so that all the factors are linear
(of the form ax + b) or irreducible quadratics (of the form ax2 + bx + c where b2 < 4ac).
A
,
ax + b
where A is a constant to be determined.
A1 A2 A3 An
, 2
, 3
, ..., ,
ax + b (ax + b) (ax + b) (ax + b)n
where the n constants A1 , A2 , A3 , ..., An are to be determined.
Type 3: a unique factor ax2 + bx + c, then there will be a summand of the form
Ax + B
,
ax2 + bx + c
where A and B are a constants to be determined.
Type 4: precisely n factors ax2 + bx + c, then there will be summands of the form
A1 x + B1 A2 x + B2 A 3 x + B3 An x + Bn
, , , ..., ,
ax2 + bx + c (ax2 + bx + c)2 (ax2 + bx + c)3 (ax2 + bx + c)n
where the 2n constants A1 , A2 , A3 , ..., An and B1 , B2 , B3 , ..., Bn are to be determined.
Example 1.12 Let f (x) be any polynomial such that each of the given rational functions is
proper:
Summands:
f (x) A B
= +
(x + 1)(x − 2) x+1 x−2
f (x) A B C D
= + + +
(x + 1)3 (x − 2) x + 1 (x + 1) 2 (x + 1) 3 x−2
f (x) Ax + B C
= +
(x2 + 1)(x − 2) 2
x +1 x−2
f (x) Ax + B Cx + D E
= + 2 +
(x2 + 1)2 (x − 2) 2
x +1 (x + 1) 2 x−2
Having chosen the summands, the next step is to find the values of the ‘constants to be deter-
mined’. First, multiply both sides by the left–hand denominator.
(1) Method of Convenient Values
Now take the proper rational function and split into partial fractions
x2 + 7x + 8 x2 + 7x + 8 A B C
3 2
= 2
= + 2
+
x + 4x + 5x + 2 (x + 1) (x + 2) x + 1 (x + 1) x+2
Cross–multiplying:
2 A(x + 1)2 (x + 2) B(x + 1)2 (x + 2) C(x + 1)2 (x + 2)
x + 7x + 8 = + +
(x + 1) (x + 1)2 (x + 2)
= A(x + 1)(x + 2) + B(x + 2) + C(x + 1)2
Let x = −1 then 2 = B.
Let x = −2 then −2 = C.
Comparing coefficients of x2 gives 1 = A + C and so A = 3. Hence
x2 + 7x + 8 3 2 2
3 2
= + 2
−
x + 4x + 5x + 2 x + 1 (x + 1) x+2
Finally
x4 + 2x3 − 2x2 − x + 4 3 2 2
3 2
=x−2 + + 2
−
x + 4x + 5x + 2 x + 1 (x + 1) x+2
Definition 2.1 A sequence is an ordered set of numbers, each being called a term.
Example 2.2
2, 5, 10, 17, 26, ..., k 2 + 1, ..., 10001
is a sequence of 100 numbers, the k th term being obtained by squaring k and adding 1. The
term k 2 + 1 is known as the general term.
Often, the sigma notation is used with series. The series in the example would be written as
100
X
(k 2 + 1)
k=1
It is also possible to have sequences and series with infinitely many terms. The sum of an
infinite series is defined as a limit, which may or may not exist. For example, in
X ∞
3
k
= 0.3 + 0.03 + 0.003 + 0.0003 + ... = 0.3333...
k=1
10
where a and d are constants: a is the first term and d the common difference.
Each term is obtained by adding d to the previous term. Note that the k th term is a + (k − 1)d.
Example 2.6
5, 7, 9, 11, 13, 15, ..., 77
Note that all of the terms in 2Sn are the same, and there are n of them. Hence, we see that
Sn = 21 n (2a + (n − 1)d) as required.
Solution: We have a = 5 and d = 2, so Sn = 12 37 (10 + (37 − 1)2) = 1517. Note that since the
last term is a + (n − 1)d, we can rewrite the formula Sn = 12 n(a + z), where z is the last term.
1 + 2 + 3 + 4 + ... + (n − 1) + n
Example 2.10 The 8th term of an arithmetic progression is − 12 , and the 13th term is −8. Find
the first term, the common difference, and the sum of the first 15 terms.
Solution: We can solve for a and d:
13th term = a + 12d = −8
8th term = a + 7d = − 12
subtracting 5d = − 15
2
¡ ¢
which gives d = − 32 . Substituting, we get a = 10. Now, the sum S15 = 21 15 20 + (14).− 32 =
− 15
2
.
where a and r are constants: a is the first term and r is the common ratio.
Example 2.12
3, 6, 12, 24, 48, 96, ...
is a geometric progression with a = 3 and r = 2.
1 1 1 1
1, , , , , ...
2 4 8 16
is a geometric progression with a = 1 and r = 21 .
Example 2.14 Calculate the sum of the first six terms of a geometric progression with a = 1
and r = 10.
Solution: Using the formula:
1. (1 − 106 ) −999999
S6 = = = 111111
1 − 10 −9
which is as expected as the series is
after how many terms will the sum be greater than 9999 ?
Solution: We have a = 3 and r = 2. The formula for Sn is
3. (1 − 2n )
Sn = = 3 (2n − 1)
1−2
so we must find n for which 3 (2n − 1) > 9999. This means that 2n − 1 > 3333 or 2n > 3334.
We can use logarithms to solve this:
Example 2.16 Calculate the sum of the first eight terms of a geometric progression with a = 1
and r = 21 .
Solution: Using the formula:
³ ´
8
1. 1 − 12 28 −1
2. (28 − 1) 510
28
S8 = = = = ≈ 1.992
1 − 21 1
2
28 256
In fact, if we continue adding terms of the above progression, we get values closer and closer
to 2. This is an example of a convergent series. Provided |r| < 1 a geometric series always
converges, and the sum can be computed by the following formula.
Theorem 2.17 The sum to infinity S∞ of a geometric progression with |r| < 1 is
a
S∞ =
1−r
a (1 − rn )
Proof: We have Sn = , and we note that as n gets larger, the value of rn becomes
1−r
smaller, since |r| < 1. In fact, we can say that as n → ∞, rn → 0. Thus, letting n → ∞ in Sn ,
we get
a (1 − 0) a
S∞ = =
1−r 1−r
which completes the proof.
Example 2.18 We check the aforementioned series:
The binomial theorem is used when we want to multiply out expressions of the form (a + b)n .
We shall limit ourselves to the case where n is a positive integer, but there are analogues for
negative, and non–integer values of n
(a + b)1 = a+b
2
(a + b) = a2 + 2ab + b2
(a + b)3 = a3 + 3a2 b + 3ab2 + b3
(a + b)4 = a4 + 4a3 b + 6a2 b2 + 4ab3 + b4
(a + b)5 = a5 + 5a4 b + 10a3 b2 + 10a2 b3 + 5ab4 + b5
In each term of the expansions, the power of a plus the power of b is equal to n, i.e. each term
is of the form an−r br , where r takes the values 0, 1, ..., n successively, multiplied by a number
called a coefficient. The coefficients in the expansions may be written as follows.
Pascal’s Triangle
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
Thus, the coefficients in the expansions may be obtained from the numbers in Pascal’s
Triangle. Denote
à this coefficient by n Cr then each term is of the form n Cr an−r br . An alternative
!
n
notation is . An alternative way of writing n Cr is
r
Definition 3.1 k!, pronounced k factorial is the product of all integers from k down to 1, i.e.
Also 0! = 1.
5 5! 5.4.3.2.1
C1 = = =5
4!1! 4.3.2.1.1
5 5! 5.4.3.2.1
C2 = = = 10
3!2! 3.2.1.2.1
5 5! 5.4.3.2.1
C3 = = = 10
2!3! 2.1.3.2.1
5 5! 5.4.3.2.1
C4 = = =5
1!4! 1.4.3.2.1
5 5! 5.4.3.2.1
C5 = = =1
0!5! 1.5.4.3.2.1
Theorem 3.4 The Binomial Theorem If n is a positive integer, and a and b are any
numbers then
n
X
n n
(a + b) = Cr an−r br
r=0
n!
where n Cr = .
(n − r)!r!
Example 3.5
(a + b)5 = 5 C0 a5 b0 + 5 C1 a4 b + 5 C2 a3 b2 + 5 C3 a2 b3 + 5 C4 ab4 + 5 C5 a0 b5
as before
(we don’t care about the last two terms as they are obviously insignificant to 4 decimal places).
8 8! 8.7.6.5.4.3.2.1
C5 = = = 56
3!5! 3.2.1.5.4.3.2.1
and so the required term is 56(3x)5 (− x1 )3 = −56.35 x2 = −13608x2 .