MA1505 (Lecture Notes) Chapter1
MA1505 (Lecture Notes) Chapter1
1
1.1 Preliminaries
ax + b = 0 (a 6= 0).
Answer: x = −1/4.
The graph of the linear function y = ax + b (a 6= 0) is a straight line in the x y-plane, which
intersects the x-axis at x0 = −b/a.
y y
y = ax + b
a>0 a<0
x0 x0
b b
O x O x
y = ax + b
If a > 0, then
If a < 0, then
1
CHAPTER 1. SEQUENCES 2
d α − bβ aβ − cα
x= and y= .
ad − bc ad − bc
Each linear equation in variables x, y represents a straight line in the x y-plane. So solving linear
system in x, y is equivalent to finding the intersection points of lines.
y
3 2x − y = 1
b
2
x + 2y = 6
1
x
O 1 2 3 4 5 6 7
−1
ax 2 + bx + c = 0 (a 6= 0).
(a) If ∆ > 0, the quadratic equation has two distinct real solutions.
CHAPTER 1. SEQUENCES 3
y y y
∆ > 0 (a > 0) ∆ = 0 (a > 0) ∆ < 0 (a > 0)
b b
O x1 x2 x
b
O x0 x
O x
Exponential functions
y y
y = 5x y = 4x y = 0.25x x
y = 0.2
y = 2x y = 0.5x
1 1
O x O x
Logarithmic functions
Let a > 0 (a 6= 1). Then y = loga x is called the logarithmic function of base a. The graph of
y = loga x and the graph of y = a x are symmetric with respect to the line y = x.
The function y = loga x is defined for x > 0, and the range of y is R. The graph intersects the
x-axis at x = 1. If a > 1, the function is increasing; if 0 < a < 1, the function is decreasing.
y y
y = 2x
y = log2 x
1
1
y = 0.5x
O O
1 x 1 x
y = log0.5 x
Properties 1.1.5 (Logarithmic Functions). Let a > 0, b > 0 (a 6= 1, b 6= 1), x > 0, y > 0 and r ∈ R.
Trigonometric functions
The trigonometric functions are the ratios of the sides of a right-angled triangle.
c
b
θ
a
y = tan x
y = sin x y = cos x
x
O
CHAPTER 1. SEQUENCES 6
(i) sin(θ + 2π) = sin θ; sin(θ + π) = − sin θ; sin(−θ) = − sin θ; sin(π − θ) = sin θ;
(ii) cos(θ + 2π) = cos θ; cos(θ + π) = − cos θ; cos(−θ) = cos θ; cos(π − θ) = − cos θ;
(iii) tan(θ + 2π) = tan θ; tan(θ + π) = tan θ; tan(−θ) = − tanθ; tan(π − θ) = − tan θ;
Theorem 1.1.7 (Area Formula for Triangle). Let a, b be two sides of a triangle, and θ be the
interior angle between a and b. Then the area of the triangle is
A = 21 ab sin θ.
Theorem 1.1.8 (Law of Cosine). Let a, b, c be the three sides of a triangle, and θ be the interior
angle between a and b. Then
c 2 = a 2 + b 2 − 2ab cos θ.
a c
θ b
CHAPTER 1. SEQUENCES 7
1.2 Sequences
a1 , a2 , a3 , . . . , an , . . . ,
a 1 = 12 ,
a2 = (1 + 2)2
a3 = (1 + 2 × 2)2
a4 = (1 + 2 × 3)2
··· = ············
an = [1 + 2 × (n − 1)]2 = (2n − 1)2 .
A sequence {an } is called an arithmetic sequence with common difference d if the difference
of any two consecutive terms is d :
d = an+1 − an , n = 1, 2, 3, . . ..
Let a be the 1st term and d be the common difference of an arithmetic sequence {an }. Then
an = a + (n − 1)d .
More generally,
an = am + (n − m)d .
Example 1.2.2. Given an arithmetic sequence such that (i) the 5th term is 21, and (ii) the sum
of the 3rd and 4th terms is 30. Find the 8th term of the arithmetic sequence.
CHAPTER 1. SEQUENCES 8
Solution. Let an be the n th term of the arithmetic sequence. If a is the 1st term and d is the
common difference, then
a5 = a + 4d = 21 and a3 + a4 = (a + 2d ) + (a + 3d ) = 2a + 5d = 30.
a + 4d = 21 and 2a + 5d = 30
Example 1.2.3. Find the first positive number of the following arithmetic sequence:
Solution. The 1st term of the arithmetic sequence a = −217 and the common difference d =
(−213) − (−217) = 4. Then the n th term of the arithmetic sequence is given by
Hence,
an > 0 ⇔ −217 + (n − 1)4 > 0 ⇔ 4n − 221 > 0 ⇔ n > 221/4 = 55.25.
The index n is an integer; so the smallest possible n is 56, and the first positive number of the
sequence is
a56 = a + 55d = −217 + 55 × 4 = 3.
Let {an } be an arithmetic sequence. Then the sum of its first n terms is
n
X
Sn = ai = (a1 + an ) × n ÷ 2.
i =1
More generally, if m < n, the sum from the m th term to the n th term (both inclusive) is
Example 1.2.4. Find the sum of the first 1000 terms of the arithmetic sequence
Solution. The 1st term a = 12 and the common difference d = 3. Then the 1000th term is
Solution. The 1st term a = 123 and common difference d = 154 − 123 = 31. Suppose that there
are n terms in the sum. Then the n th term of the sequence is an = 7284, which implies
Example 1.2.6. Find the smallest positive integer n so that the sum of the first n terms of the
following arithmetic sequence exceeds 5000:
Solution. The 1st term a = 6 and common difference d = 7. The n th term of the arithmetic
sequence is an = a + (n − 1)d = 6 + (n − 1)7 = 7n − 1. So the sum of the first n terms is
Then
S n > 5000 ⇔ (7n 2 + 5n) ÷ 2 > 5000 ⇔ 7n 2 + 5n − 10000 > 0.
Since the two real solutions of 7x 2 + 5x − 10000 = 0 are x1 ≈ −38.2 and x2 ≈ 37.4, we have
A sequence {an } is called a geometric sequence of common ratio r if its 1st term a 6= 0 and the
ratio of any two consecutive terms is r :
an+1 = an r, n = 1, 2, 3, . . ..
Let a 6= 0 be the 1st term and r be the common ratio of a geometric sequence {an }. Then
an = ar n−1 .
More generally,
an = am r n−m .
Example 1.2.7. A geometric sequence is given such that (i) the 1st term exceeds the 3rd term by
112, and (ii) the 2nd term exceeds the 4th term by 84.
(i) Find the 1st term and the common ratio of the geometric sequence.
(ii) Find the number of terms of the geometric sequence which exceed 50.
Solution. (i) Let a be the 1st term and r be the common ratio of the geometric sequence. Then
the n th term is an = ar n−1 . By assumption,
112 = a1 − a3 = a − ar 2 and 84 = a2 − a4 = ar − ar 3 .
Let {an } be a geometric sequence for which the 1st term is a (6= 0) and the common ratio is r .
Then the sum of its first n terms is given by
( a
n
X (1 − r n ) if r =
6 1,
Sn = ai = 1−r
i =1 na if r = 1.
CHAPTER 1. SEQUENCES 11
Example 1.2.8. Consider a segment of length 1. Cut half in the 1st day, and cut half of the
remaining for each of the following days. How much have we cut by the 100th day?
1
32
1
16
1 1 1
2 4 8
Solution. Let an be the length of the segment cut in the n th day. Then {an } is a geometric se-
quence whose 1st term a = 1/2 and the common ratio r = 1/2. By the 100th day, we have cut
100 · µ ¶100 ¸
X a 100 1/2 1 1
S 100 = an = (1 − r ) = 1− = 1 − 100 .
i =1 1−r 1 − 1/2 2 2
Example 1.2.9. Put 1 grain of rice in the 1st square of an 8 ×8 chessboard, and double the num-
ber in the next square. How much rice do we need to fill in the chessboard?
Solution. Let an be the number of grains of rice in the n th square. Then {an } is a geometric
sequence with 1st term a = 1 and common ratio r = 2. In order to fill in the chessboard, we need
64 1
(1 − 264 ) = 264 − 1 = 18446744073709551615.
X
S 64 = ai =
i =1 1−2
Note that this is more than 1000 years of the world rice production!
Example 1.2.10. Find the smallest positive integer n so that the sum of the first n terms of the
following geometric sequence exceeds 30:
5/6, 1, 6/5, . . . .
Solution. The 1st term of the sequence a = 5/6 and the common ratio r = 1 ÷ (5/6) = 6/5.
· µ ¶n ¸
25 6 n
·µ ¶ ¸
a n 5/6 6
Sn = (1 − r ) = 1− = −1 .
1−r 1 − 6/5 5 6 5
Then µ ¶n
6 25 41 41 ln(41/5)
S n > 30 ⇔ > 30 ÷ +1 = ⇔ n > log 6 = ≈ 11.5.
5 6 5 5 5 ln(6/5)
Note that n is a positive integer. So the smallest positive integer n so that S n > 30 is 12.
CHAPTER 1. SEQUENCES 12
Definition of limit
Example 1.2.11. Let an = n/(n +1). We can see from the following figure that as n gets large, an
approaches 1, i.e., lim n/(n + 1) = 1.
n→∞
y
1 b b b b b b b b b b b b
b b
b
b
b
b
x
O 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Alternatively, we can compute the limit directly. Note that lim 1/n = 0. Then
−1 n→∞
n n/n 1 1
lim = lim = lim = = 1.
n→∞ n + 1 n→∞ (n + 1)/n n→∞ 1 + 1/n 1+0
Example 1.2.12. Let b n = cos(nπ/6). As n gets large, b n does not approach any fixed number.
y
1 b b
b
b
b b b
b b b
x
O 1 2 3 4
b
5 6 7 8
b
9 10 11 12 13 14 15 16
b
17 18 19
b b b b
−1 b b
Properties 1.2.13 (Limits of Sequences). Let {an } and {b n } be convergent sequences. Then
(i) lim can = c lim an (c ∈ R). (ii) lim (an ± b n ) = lim an ± lim b n .
n→∞ n→∞ n→∞ n→∞ n→∞
(iii) lim (an b n ) = lim an · lim b n . (iv) lim (an /b n ) = lim an / lim b n , if lim b n 6= 0.
n→∞ n→∞ n→∞ n→∞ n→∞ n→∞ n→∞
(v) If an ≤ b n for all n, then lim an ≤ lim b n .
n→∞ n→∞
CHAPTER 1. SEQUENCES 13
Theorem 1.2.14 (Squeeze Theorem for Limits). Let {an }, {b n } and {cn } be sequences such that
an ≤ b n ≤ cn for all n. If {an } and {cn } are both convergent with lim an = lim cn = L, then {b n }
n→∞ n→∞
is also convergent with lim b n = L.
n→∞
Example 1.2.15. Prove that 0 < n!/n n ≤ 1/n for all positive integer n. Hence, evaluate lim n!/n n .
n→∞
n! 1 × 2 × · · · × (n − 1) × n 1 2 n −1 n 1 1
Solution. 0 < n
= = × ×··· × × ≤ ×1 ×··· ×1 ×1 = .
n n ×n ×··· ×n ×n n n n n n n
Since lim 0 = 0 and lim 1/n = 0, by squeeze theorem, lim n!/n n = 0.
n→∞ n→∞ n→∞
Let {an } be a sequence, and S n = a1 + · · · + an be the sum of its first n terms. Then
∞
X
S ∞ = lim S n = a1 + a2 + · · · + an + · · · = an
n→∞
n=1
Let {an } be the geometric sequence whose 1st term is a 6= 0 and the common ratio is r . Then
∞
( a
X n−1 if − 1 < r < 1,
S∞ = ar = 1−r
n=1 does not exist if r ≤ −1 or r ≥ 1.
Answer: (a) 3/2; (b) 2/3; (c) 1/(1 − x); (d) does not exist.
is the geometric series whose 1st term a = 0.023 and common ratio r = 0.01. Then
A telescoping sum is a sum of sequence which has a fixed number of terms after cancelation.
Consider a sequence {an }, and define a new sequence u n = an − an+1 . Then for m ≤ n,
n
X
u i = u m + u m+1 + · · · + u n = (am − am+1 ) + (am+1 − am+2 ) + · · · + (an − an+1 ) = am − an+1 .
i =m
100
X 1 1 1 1 1
Example 1.2.18. Find S = = + + +··· + .
n=1 n(n + 1) 1×2 2×3 3×4 100 × 101
1 A B (A + B)n + A
Solution. Let = + = . Compare coefficients of numerators to get
n(n + 1) n n + 1 n(n + 1)
A + B = 0 and A = 1.
Solution. (i) Note that cot α = cos α/ sin α. Then by Properties 1.1.6(iv),
µ ¶
cot nθ − cot(n + 1)θ 1 cos nθ cos(n + 1)θ
= −
sin θ sin θ sin nθ sin(n + 1)θ
1 sin(n + 1)θ cos nθ − cos(n + 1)θ sinnθ
= ·
sin θ sin nθ sin(n + 1)θ
1 sin[(n + 1)θ − nθ] 1
= · = .
sin θ sin nθ sin(n + 1)θ sin nθ sin(n + 1)θ
N
X 1 XN cot nθ − cot(n + 1)θ 1 X N
= = [cot nθ − cot(n + 1)θ]
n=1 sin nθ sin(n + 1)θ n=1 sin θ sin θ n=1
1
= [(cot θ − cot 2θ) + (cot 2θ − cot 3θ) + · · · + (cot N θ − cot(N + 1)θ)]
sin θ
1
= [cot θ − cot(N + 1)θ] .
sin θ
CHAPTER 1. SEQUENCES 15
Binomial coefficients
Let n be a nonnegative integer and r an integer such that 0 ≤ r ≤ n. The binomial coefficient is
à !
n n! n(n − 1)(n − 2) · · ·[n − (r − 1)]
= = , where n! = 1 × 2 × · · · × n.
r r ! (n − r )! r!
It represents the number of ways to form a group of r people from n people, read as n choose r .
à ! à !
n n n!
Remark. For convention, 0! = 1. So = = = 1.
0 n 0! × n!
The Pascal’s triangle is constructed so that each number is the sum of the two numbers
directly above it.
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
à ! à ! à !
0 1 1
The top row is the 0th row, which represents , the 1st row represents and . In general,
0 0 1
the n th row represents the binomial coefficients
à ! à ! à ! à ! à !
n n n n n
, , , ..., , .
0 1 2 n −1 n
For example,
à ! à ! à ! à ! à ! à ! à !
6 6 6 6 6 6 6
= 1, = 6, = 15, = 20, = 15, = 6, = 1.
0 1 2 3 4 5 6
Binomial Theorem
For example,
(a + b)6 = a 6 + 6a 5 b + 15a 4 b 2 + 20a 3 b 3 + 15a 2 b 4 + 6ab 5 + b 6 .
2 12
µ ¶
2
Example 1.3.4. In the expansion of 3x − , find (i) the coefficient of x −9 , and (ii) the con-
x
stant term.
2 12
µ ¶
2
Solution. 3x − is the sum of
x
à ! à ! µ ¶r à !
2 r
µ ¶
12 2 12−r 12 12−r r 2(12−r ) 1 12 12−r
(3x ) − = 3 (−2) ·x = 3 (−2)r ·x 24−3r , r = 0, 1, 2, . . ., 12.
r x r x r
à !
12 12−11
(i) Let 24 − 3r = −9. Then r = 11. So the coefficient of x is −9
3 (−2)11 = −73728.
11
0
(ii) Note that the
à !constant term is the coefficient of x . Let 24 − 3r = 0. Then r = 8. So the
12 12−8
constant term is 3 (−2)8 = 10264320.
8
CHAPTER 1. SEQUENCES 17
Let r be a nonnegative integer. For any number n, the generalized binomial coefficient is
à !
n n(n − 1)(n − 2) · · ·[n − (r − 1)]
= .
r r!
For example, Ã !
1/2 (1/2)(−1/2)(−3/2) 1
= = .
3 3! 16
Remark. If n is a nonnegative integer and 0 ≤ r ≤ n, then the definition of generalized binomial
coefficient agrees with the definition of binomial coefficient in Section 1.3.1.
Theorem 1.3.5 (Generalized Binomial Theorem). For any number n, if −1 < a < 1, then
à ! à ! à ! à !
n n n n r
(1 + a)n = + a+ a2 + · · · + a +··· .
0 1 2 r
à !
n
Remark. (i) By convention, = 1 for all number n.
0
à !
n
(ii) If n is a nonnegative integer, then = 0 for all integers r > n, and the generalized
r
binomial theorem reduces to a special case of the binomial theorem (Theorem 1.3.1, b = 1):
à ! à ! à ! à ! à !
n n n n 2 n n−1 n n
(1 + a) = + a+ a +··· + a + a .
0 1 2 n −1 n
Example 1.3.6. Expand 1/(1 − x) up to and including the term in x 4 , and find the range of x
when the expansion is valid.
p
Example 1.3.7. Expand 1/ 4 + 3x up to and including the term in x 2 , and find the range of x
p p
when the expansion is valid. Moreover, use x = 1/3 and x = 1/4 to approximate 5 and 19
respectively using rational numbers.
¶−1/2
3x −1/2
µ µ ¶
1 −1/2 −1/2 3x 1
Solution. p = (4 + 3x) =4 1+ = 1+ . Let a = 3x/4, n = −1/2.
4 + 3x 4 2 4
3x −1/2 (−1/2)(−1/2 − 1) 3x 2
µ ¶ µ ¶ µ ¶
−1/2 3x 3 27 2
1+ = 1+ + +··· = 1 − x + x +··· .
4 1 4 2! 4 8 128
Hence, µ ¶
1 1 3 27 2 1 3 27 2
p = 1− x + x +··· = − x + x +··· .
4 + 3x 2 8 128 2 16 256
The expansion is valid ⇔ −1 < 3x/4 < 1 ⇔ −4/3 < x < 4/3.
Let x = 1/3. Then
1 1 1 3 115
LHS = p and RHS ≈ − + = .
5 2 16 256 256
p
Hence, 5 ≈ 256/115.
Let x = 1/4. Then
1 2 1 3 27 1883
LHS = p =p and RHS ≈ − + = .
4 + 3/4 19 2 64 4096 4096
p p
Hence, 19/2 ≈ 4096/1883; or equivalently, 19 ≈ 8192/1883.
Then mathematical induction concludes that P (n) is true for every integer n ≥ n 0 .
(ii) Inductive step: Assume that P (k) is true for some integer k ≥ 1, i.e., S k = k 2 . We need to use
this to prove that P (k + 1) is true, i.e., S k+1 = (k + 1)2 .
By mathematical induction, P (n) is true for every positive integer n; that is, S n = n 2 .
By mathematical induction, P (n) is true for every integer n > 2; that is, 2n < 2n .
Example 1.4.3. Prove that 24n+3 + 33n+1 is divisible by 11 for any positive integer n.
Proof. Let P (n) be the statement that 24n+3 + 33n+1 is divisible by 11.
(i) Initial step: P (1) is the statement 24×1+3 + 33×1+1 is divisible by 11.
So P (1) is true.
(ii) Inductive step: Assume that P (k) is true for some integer k ≥ 1, i.e., 24k+3 +33k+1 is divisible
by 11; so it is of the form 11N some integer N . We need to use this to prove that P (k + 1) is
true, i.e., 24(k+1)+3 + 33(k+1)+1 is also divisible by 11.
By mathematical induction, P (n) is true for every positive integer n; that is, 24n+3 + 33n+1 is
divisible by 11.
CHAPTER 1. SEQUENCES 20
1.5 Exercises
Sequences
1.1. It is given that the 3rd and 7th terms of an arithmetic sequence are 175 and 105 respectively.
(i) Find the 1st term and common difference of the sequence.
(ii) Find the positive integer n so that the sum of the first n terms of the sequence is zero.
1.2. The sum of 3 consecutive terms of a geometric sequence is 28 and their product is 512.
Find these numbers.
1.3. The sum of the first 4 terms of a geometric sequence is 3.75, and the sum to infinity is 4.
Find the 1st term and common ratio of the sequence.
1.4. The common difference of an arithmetic sequence is 1, and the common ratio of a geomet-
ric sequence is 3. A new sequence is formed by adding the corresponding terms of these two
sequences. Suppose that the 2nd and 4th terms of the new sequence are 12 and 86 respectively.
3x + 6, x + 2, 34 − x
1.6. An arithmetic sequence with 1st term a and common difference d (6= 0) is given such that
its 3rd , 6th and 10th terms are successive terms of a geometric sequence.
1.7. Express the recurring decimal 0.345 345 345 · · · as a rational number.
1.8. The first two terms of a geometric sequence are x + 2 and x 2 − 2x − 8 respectively.
(i) Find the range of x for which the sum of the sequence to infinity exists.
(ii) Find the sum of the sequence to infinity, in terms of x, when it exists.
1.9. Express the following sums in Sigma notation and evaluate them.
1.10. (a) Find the smallest positive integer n for which the sum of the first n terms of the fol-
lowing arithmetic sequence exceeds 1500:
5, 8, 11, 14, . . . .
(b) Find the smallest positive integer n for which the sum of the first n terms of the following
geometric sequence exceeds 127.95:
(r + 1)! − r ! = r (r !).
Binomial theorem
Mathematical induction
Hints to Exercises
1.1. (i) 1st term 210; common difference −35/2. (ii) 25.
1.2. 4, 8, 16 (or 16, 8, 4). Hint: Let a be the 1st term and r the common ratio. Then the three
numbers are a, ar and ar 2 .
1.3. Two sets of solutions: 1st term 2 and common ratio 1/2, 1st term 6 and common ratio
−1/2.
1.4. (i) n + 1 + 3n . (ii) n(n + 3)/2 + 3(3n − 1)/2. Hint: The sum of the first n terms of the new
sequence equals the sum of that of the arithmetic sequence and that of the geometric sequence.
1.5. x = 25. Hint: If r is the common ratio, then r = (x + 2)/(3x + 6) = (34 − x)/(x + 2).
1.6. (i) Hint: If a, b, c are the successive terms of a geometric sequence, then the common ratio
is given by r = a/b = c/b. (ii) 129/23.
1.7. 115/333. Hint: It is the geometric series with 1st term 0.345 and common ratio 0.001.
1.11. (a) 2. Hint: lg(a/b) = lg a − lg b. (b) 1/6 − 1/[2(2N + 1)]. Hint: Express 1/(4r 2 − 1) as
A/(2r − 1) + B/(2r + 1) for some constants A, B.
1.12. (i) Hint: (r + 1)! = 1 × 2 × · · · × r × (r + 1) = r !(r + 1). (ii) Hint: Telescoping sum.
1.13. (i) 64 − 576x + 2160x 2 − 4320x 3 + 4860x 4 − 2916x 5 + 729x 6 . (ii) −48384. 9.
1.14. (a) 673596. (b) 43008. Hint: The constant term is the coefficient of x 0 .
CHAPTER 1. SEQUENCES 23
1.17. (i) −1/(x −1)+2/(x −2). (ii) Hint: −1/(x −1) = [1+(−x)]−1 and 2/(x −2) = − [1 + (−x/2)]−1 .
p p
1.18. Hint: Find the approximations of 4 − x = 2 [1 + (−x/4)]1/2 and 1/ 1 + x = (1 + x)−1/2 up
p p p
to the term in x 2 . Then note that (4 + x)/(1 + x) = 4 − x × 1/ 1 + x.
k+1 k
r2 = r 2 + (k + 1)2 .
X X
1.19. (a) Hint:
r =1 r =1
k+1
X 3 X k 3 3
(b) Hint: = + .
r =2 (r + 1)(r + 2) r =2 (r + 1)(r + 2) [(k + 1) + 1][(k + 1) + 2]