MTH 101 Chapter 1-5 - 102305
MTH 101 Chapter 1-5 - 102305
DEPARTEMENT OF MATHEMATICS
MTH 101
COURSE GUIDE
ELEMENTARY MATHEMATICS I
(2 UNITS)
1
COURSE DESCRIPTION
The course "MTH 101: Elementary Mathematics I (Algebra and Trigonometry)" is designed
to provide students with a solid foundation in algebra and trigonometry. It covers a wide
range of fundamental mathematical topics, including:
1. Elementary Set Theory: Introduction to basic set theory, including concepts like
subsets, union, intersection, and complements. Visualization of sets using Venn
diagrams.
2. Number Systems and Mathematical Induction: Exploration of real numbers,
including, naturals, integers, rational numbers, and irrational numbers.
Understanding the properties and relationships among these number types. Learning
the principles of mathematical induction, how to proof a mathematical statements or
proposition by induction.
3. Real Sequences and Series: Study of sequences and series of real numbers,
including Arithmetic Progression and Geometric Progression.
4. Theory of Quadratic Equations: Understanding the properties and solutions of
quadratic equations, including the quadratic formula.
5. Binomial Theorem: Introduction to the binomial theorem, which provides a formula
for expanding powers of binomials.
6. Complex Numbers: Exploring complex numbers, their properties, and algebraic
operations involving them. Visualization using the Argand diagram. Learning about
De Moivre's theorem, which relates complex numbers to trigonometric functions,
and is useful for dealing with powers and roots of complex numbers. Understanding
the concept of nth roots of unity in the context of complex numbers.
7. Circular Measure: Exploring circular measure, including trigonometric functions of
angles measured in radians.
8. Trigonometric Functions: Introduction to trigonometric functions, covering their
properties, addition and factor formulae, and their applications in solving problems
related to angles and triangles.
This course aims to equip students with essential mathematical skills that can be applied in
various fields and serve as a strong foundation for more advanced mathematics courses.
2
CHAPTER ONE
1 ELEMENTARY SET THEORY
1.1 Sets
A set is collection of well-defined and distinct objects. It is well defined in the sense that there
should exist no ambiguity as to what is a member and what is not a member of the set. It is distinct
in the sense that repetition of a member of the set is not permitted. Moreover, the rearrangement
of the members of a set does not matter. For instance, the set {1,2,3} is the same as the set {3,1,2}.
Capital letters are commonly used to denote sets while small letters are used to denote the objects
in sets. The objects in a set are called the elements of the set.
The membership of an element 𝑎 in a set 𝐴 is denoted by 𝑎 ∈ 𝐴. One says that 𝑎 belongs to set 𝐴
or 𝑎 is an element of 𝐴. Several such elements can be said to belong to a set such as 𝑎, 𝑏 ∈ 𝑆 means
𝑎 and 𝑏 are elements belonging to a set 𝑆. On the other hand, the notation 𝑎 ∉ 𝐴 means that 𝑎 is
not an element of 𝐴.
There are two basic ways of representing the elements of a set. One way is to list all the elements
of the set and it is called tabular form. For instance, the set 𝑃 = {3,5,7,11,13,17,19} is the set of
all the prime numbers between 1 and 20. This method is possible only when the members of the
set are finite. In an infinite set, it is not possible to use this method. A way out to this is to use three
dots to indicate that the membership of such elements continues forever. For instance, we can list
the set of all nonnegative even numbers as 𝐸 = {0, 2, 4, … }.
Moreover, it is practically laborious to write down all the elements of some finite sets with very
large number of elements. In such cases, three dots are employed followed by the last element of
the set. For instance, the set of all odd numbers between zero and one million is 𝑂 =
{1,3,5, … 999999}. Another example is 𝐴 = {𝑎, 𝑏, 𝑐, … , 𝑧} the set of all the letters of the English
alphabet.
Another way of representing the membership of a set (finite or infinite) is by using set builder
notation. This entails that all the elements satisfying certain properties together form the entire
members of a set. For example, the set 𝑋 = {𝑥: 𝑥 is even and 0 ≤ 𝑥 ≤ 20} is a set-in set builder
notation. This set is the same as the set {0,2,4,6,8,10,12,14,16,18,20} when the elements are listed.
1.3 Subset
A set 𝐵 is a subset of a set 𝐴 if all the elements of 𝐵 are also elements of 𝐴. We denote this by
𝐵 ⊆ 𝐴 or 𝐴 ⊇ 𝐵. This is also read as 𝐵 is contained in 𝐴. The containment is called proper, denoted
𝐵 ⊂ 𝐴 or 𝐵 ⊃ 𝐴 if there is not possibility that 𝐴 equals 𝐵.
Example 1
The set of prime numbers between 3 and 10 is a proper subset of the set of odd numbers between
3 and 10. That is, {3,5,7} ⊂ {3,5,7,9}.
3
In general, to show that 𝐴 ⊆ 𝐵 holds for some sets 𝐴 and 𝐵, one needs to pick an arbitrary element
𝑥 ∈ 𝐴 and show that 𝑥 ∈ 𝐵 also holds.
Two sets 𝐴 and 𝐵 are said to be equal if and only if every element of 𝐴 is also in 𝐵 and every
element of 𝐵 is also in 𝐴. In other words 𝐴 and 𝐵 are equal if and only if 𝐴 ⊆ 𝐵 and 𝐵 ⊆ 𝐴.
Thus to show that 𝐴 and 𝐵 are equal, pick an arbitrary element 𝑥 ∈ 𝐴 and show that 𝑥 ∈ 𝐵 also
holds. Similarly, choose an element 𝑦 ∈ 𝐵 and show that 𝑦 ∈ 𝐴 also holds.
Example 2
State whether or not the following sets are equal or not:
(i) 𝐴 = {𝑎, 𝑏, 𝑐, 𝑑} and 𝐵 = {𝑒, 𝑑, 𝑎, 𝑐}
(ii) 𝐹 = {1,2,5} and 𝐻 = {5,1,2}
(iii) 𝐺 = {3,5,6,7} and 𝐸 = {3,5,6}
Solution
(i) 𝐴≠𝐵
(ii) 𝐹=𝐻
(iii) 𝐺≠𝐸
Theorem 1:
𝐴, 𝐵 and 𝐶 be sets, then
(i) If 𝐴 ⊆ 𝐵 and 𝐵 ⊆ 𝐴 then 𝐴 = 𝐵.
(ii) If 𝐴 ⊆ 𝐵 and 𝐵 ⊆ 𝐶 then 𝐴 ⊆ 𝐶.
A universal set denoted by 𝒰is the set of all sets under consideration in a particular application of
sets.
Example 4
(i) {a} (ii) {{1}} (iii) {{ }} (iv) {{a,b,c}}
Notice that in the case of (ii), (iii) and (iv) above, the elements of each set is also a set.
Example 3
(i) The set {𝑥: 𝑥 is the set of even prime numbers greater then 2} is an empty set since all
prime numbers greater than 2 are odd.
(i) The set of all dogs that have wings is also an empty since dogs are not known to have
wings worldwide.
4
For any set 𝐴 under consideration and the associated universal set 𝒰 it follows that
∅⊆𝐴⊆𝒰
Remark: Since ∅ has no element in it, it would be wrong to say that an element in ∅ belongs to 𝐴
in trying to show ∅ ⊆ 𝐴. Instead, use the contra positive of the statement. That is, say that no
element of 𝐴 belongs to ∅.
The union of two sets 𝐴 and 𝐵 denoted as 𝐴 ∪ 𝐵 is the set of all the elements that are in 𝐴 or 𝐵.
Symbolically,
𝐴 ∪ 𝐵 = {𝑥 ∈ 𝒰: 𝑥 ∈ 𝐴 or 𝑥 ∈ 𝐵}
Example 5
If 𝐴 = {2,3,4} and 𝐵 = {3,4,6,7} then 𝐴 ∪ 𝐵 = {2,3,4,6,7}
Note that the “or” is an inclusive one, which also indicates where 𝑥 belongs to both 𝐴 and 𝐵.
The intersection of two sets 𝐴 and 𝐵 is the set of all those elements that are in both 𝐴 and 𝐵.
Symbolically,
𝐴 ∩ 𝐵 = {𝑥 ∈ 𝒰: 𝑥 ∈ 𝐴 and 𝑥 ∈ 𝐵}
Example 6
If 𝐴 = {1,2,3,4} and 𝐵 = {3,4,5,6,7} then 𝐴 ∩ 𝐵 = {3,4}
The complement of a set 𝐴, denoted 𝐴𝑐 is the set of those elements that do not belong to 𝐴. In
other words,
𝐴𝑐 = {𝑥 ∈ 𝒰: 𝑥 ∉ 𝐴 where 𝒰 is the universal set}
Example 7
If 𝒰 = {𝑥: 0 ≤ 𝑥 ≤ 100 and 𝑥 is an integer} and 𝐴 =
{𝑥: 𝑥 is an even number between 0 and 100 inclusive}then 𝐴𝑐 =
{𝑥: 𝑥 is an odd integer between 0 and 100}
The difference of a set 𝐵 relative to a set 𝐴 written 𝐴\𝐵 is the set of all the elements that are in 𝐴
but are not in 𝐵. In other words,
𝐴\𝐵 = {𝑥 ∈ 𝒰: 𝑥 ∈ 𝐴 and 𝑥 ∉ 𝐵}
5
Example 8
If 𝐴 = {𝑎, 𝑏, 𝑐, 𝑑, 𝑓, 𝑔} and 𝐵 = {𝑐, 𝑑, 𝑒, 𝑓} then 𝐴\𝐵 = {𝑎, 𝑏, 𝑔}. This is the difference of the set
𝐴 relative to the set 𝐵. Similarly, the difference of the set 𝐵 relative to the set 𝐴 is 𝐵\𝐴 = {}, an
empty set.
The symmetric difference of two sets 𝐴 and 𝐵 denoted 𝐴 △ 𝐵 is the set of all the elements that are
in 𝐴 but not in 𝐵 and that are in 𝐵 but not in 𝐴. In other words, 𝐴 △ 𝐵 = 𝐴\𝐵 ∪ 𝐵\𝐴. Thus, 𝐴 △
𝐵 = {𝑥 ∈ 𝒰: 𝑥 ∈ 𝐴 and 𝑥 ∉ 𝐵 or 𝑥 ∈ 𝐵 and 𝑥 ∉ 𝐴}
Example 9
Let𝐴 = {𝑎, 𝑏, 𝑐, 𝑑, 𝑓, 𝑔} and 𝐵 = {𝑐, 𝑑, 𝑒, 𝑓, ℎ}
Now, 𝐴\𝐵 = {𝑎, 𝑏, 𝑔} and 𝐵\𝐴 = {ℎ}
Thus, 𝐴 △ 𝐵 = 𝐴\𝐵 ∪ 𝐵\𝐴 = {𝑎, 𝑏, 𝑔, ℎ}
Two sets 𝐴 and 𝐵 are said to be disjoint if they have no element in common. In other words, 𝐴
and 𝐵 are disjoint if and only if
𝐴∩𝐵 =∅
Note that for any sets 𝑋 and 𝑌, the difference sets 𝑋\𝑌 and 𝑌\𝑋 are always disjoint.
Example 10
If 𝐴 stands for the set of all the letters of the English alphabet, then 𝑛(𝐴) = 26. Thus, the
cardinality of the empty set ∅ is 0.
Sets can be represented diagrammatically within closed figures called Venn diagrams. This method
of representing sets was developed by an English Mathematician John Venn. A Venn diagram is
therefore a pictorial representation of sets. The operations of intersection, union, complementation,
etc, of sets can be demonstrated by using Venn diagrams.
The following are Venn diagrams of some of the concepts already defined:
1. Subset and Superset: The set 𝐴 is a subset of the set 𝐵 while 𝐵 is a superset of 𝐴.
𝐴⊂𝐵
𝐵
𝐴
6
2. Union: The union of sets A and B is the shaded region
𝐴∪𝐵
𝐴 𝐵 𝒰
𝐴 𝐵 𝒰
𝐴 𝒰
7
5. The complement of the union of sets A and B is the shaded region
(𝐴 ∪ 𝐵)𝑐
𝐴 𝐵 𝒰
𝐴 𝐵 𝒰
Exercises 1.1
8
1.10 Algebra of Sets
2. Associative law: (𝐴 ∪ 𝐵) ∪ 𝐶 = 𝐴 ∪ (𝐵 ∪ 𝐶)
(𝐴 ∩ 𝐵) ∩ 𝐶 = 𝐴 ∩ (𝐵 ∩ 𝐶)
4. Distributive law: 𝐴 ∪ (𝐵 ∩ 𝐶) = (𝐴 ∪ 𝐵) ∩ (𝐴 ∪ 𝐶)
𝐴 ∩ (𝐵 ∪ 𝐶) = (𝐴 ∩ 𝐵) ∪ (𝐴 ∩ 𝐶)
5. Identity law: 𝐴∪ ∅ =𝐴
𝐴∩∅=∅
𝐴∪𝒰 =𝒰
𝐴∩𝒰=𝐴
7. Complementation law: 𝐴 ∪ 𝐴𝑐 = 𝒰
𝐴 ∩ 𝐴𝑐 = ∅
∅𝑐 = 𝒰
𝒰𝑐 = ∅
A set 𝑆 is said to be a finite set if 𝑆 contains exactly 𝑛 number of elements where 𝑛 is a nonnegative
integer, otherwise 𝑆 is an infinite set. Note that the empty set ∅ is finite by this definition, with
𝑛 = 0.
Example 1
1. The set of the letters of the English alphabet is finite with 𝑛 = 26.
2. The closed interval [0,1] is infinite because no value of 𝑛 can be used to denote the number
of elements in it.
3. The set 𝑃 = {0, 2, 4, … } of all nonnegative even numbers is infinite because no value of 𝑛
can be used to denote the number of elements in it.
9
Definition 1
A set 𝑆 is countable if 𝑆 is finite or if the elements of 𝑆 can be arranged as a sequence in which
case 𝑆 is said to be countable infinite.
Definition 2
A set 𝑆 is said to be countable if there exists a one-to-one correspondence between 𝑆 and a subsetℕ
of natural numbers, otherwise it is said to be uncountable.
Example 2
1. The empty set ∅ is countable
2. The pair set {-1,1} is countable
3. The set 𝑃 = {0, 2, 4, … } of nonnegative even numbers is countable
4. The set ℝ of real numbers is an uncountable set.
5. The set ℚ of rational numbers is countable.
Exercises 1.2
10
(iv) ℕ, the set of all integers
(v) 𝑃 = {𝑝: 𝑝 is a prime number between 0 and 100}
(vi) ℝ, the set of all real numbers
10. Say which of the following sets is countable and which is uncountable:
(i) (0,1)
(ii) {0,1}
(iii) 𝑃 = {𝑝: 𝑝 is a prime number between 0 and 100}
(vii) ℕ, the set of all integers
(viii) ℝ, the set of all real numbers
(ix) ℚ, the set of all rational numbers
11
CHAPTER TWO
2 NUMBER SYSTEMS AND MATHEMATICAL INDUCTION
12
From the above explanations, the following set inclusion follows:
ℕ⊂ℤ⊂ℚ⊂ℝ⊂ℂ
We denote by ℤ+ , ℚ+ andℝ+ the sets of positive integers, positive rationals and positive real
numbers, respectively. Similarly, ℤ− , ℚ− andℝ− denote the sets of negative integers, negative
rationals and negative real numbers.
Even numbers
An even number is a number that has no remainder when divided by 2.
Odd numbers
An odd number is a number that has a remainder of 1 when divided by two.
Prime numbers
A prime number is a number that has two factors, itself and 1.
Composite numbers
A composite number is a number that has more than two factors.
Mathematical Induction is an essential and method used to show that a statement or formula is true
for all natural numbers (or called positive integers). It is known as proof by induction and was first
introduced by Al-Karaji around 1000 AD.
Example 2.1 Let 𝑃 be a proposition that the sum of the first n even numbers is 2n2 ; that is,
Solution
13
𝑃(k) = 2 + 4 + 6 + ⋯ + (4k − 2) = 2k 2 (2)
Since the 𝑘 𝑡ℎ term of even number is (4k − 2) and the next even number is
(4(k + 1) − 2). Then by adding (4(k + 1) − 2) to both side of equation (2), we get,
= 2k 2 + 4k + 2
= 2(k 2 + 2k + 1)
= 2(k + 1)2
We noticed that equation (3) and (4) are the same, thus condition (ii) satisfied.
Thus, we conclude that the statement is true for all positive integers.
n(n+1)
Example 2.2 Prove that 1 + 2 + 3 + ⋯ + n = , is true for all positive integers.
2
Solution
n(n+1)
Let 𝑃(n) = 1 + 2 + 3 + ⋯ + n = (1)
2
k(k+1)
𝑃(k) = 1 + 2 + 3 + ⋯ + k = (2)
2
Then by adding the next 𝑘 𝑡ℎ term (i.e. k + 1) to both side of equation (2), we get,
14
k(k+1)
𝑃(k) = 1 + 2 + 3 + ⋯ + k + (k + 1) = + (k + 1)
2
k(k+1)+2(k+1)
= 2
(k + 1)(k + 2)
=
2
(k+1)[(k+1)+1]
= 2
(k+1)[(k+1)+1]
∴ 𝑃(k) = 1 + 2 + 3 + ⋯ + k + (k + 1) = (4)
2
We noticed that equation (3) and (4) are the same, thus condition (ii) satisfied.
Thus, we conclude that the statement is true for all positive integers.
n(n+1)(2n+1)
Exercises 2.2 Prove that 12 + 22 + 32 + ⋯ + n2 = , is true for all positive integers.
6
15
CHAPTER THREE
3 REAL SEQUENCES AND SERIES
3.1 Sequences
An infinite sequence is a function whose domain is the set of natural numbers ℕ = {1,2,3, … }
A finite sequence is a function whose domain is the set of a finite number of first consecutive
natural numbers.ℕ𝑛 = {1,2,3, … , 𝑛}
The general term of a sequence is an expression for the nth term of the sequence.
Example 3.1
(−1)𝑛
1. If the general term of a sequence is given by 𝑎𝑛 = , find
5𝑛
(a) the first term
(b) the eighth term
(c) the 91st term
Solution
(−1)1 −1 −1
(a) The first term is when 𝑛 = 1, 𝑎1 = = ∴ 𝑎1 =
5(1) 5 5
(−1)8 1 1
(b) The eight term is when 𝑛 = 8, 𝑎8 = = ∴ 𝑎8 =
5(8) 40 40
(−1)91 −1 −1
(c) The 91st term is when 𝑛 = 91, 𝑎91 = = ∴ 𝑎91 =
5(91) 455 455
Example 3.2
2. Find the general term of the sequence whose first few terms are given below
(a) 1, 3, 5, 7, 9, …
(b) 1, 4, 9, 16, …
1 1 1
(c) , , ,…
2 4 6
(d) −3, −6, −9, −12, …
Solution
(a) This is the sequence of an odd numbers, then the general term of the sequence is
𝑎𝑛 = 2𝑛 + 1, for 𝑛 ≥ 0
(b) This is the sequence of perfect squares, then the general term of the sequence is
𝑎𝑛 = 𝑛2 , for 𝑛 ≥ 1
16
(c) This sequence has even denominators, the general term of the sequence of even positive
integers is 𝑎𝑛 = 2𝑛 for 𝑛 ≥ 1. Thus, the general term of the given sequence is
1
𝑎𝑛 = 2𝑛 , for 𝑛 ≥ 1.
(d) The general term of the given sequence is 𝑎𝑛 = −3𝑛, for 𝑛 ≥ 1.
Exercises 3.1
1. Write the first five terms of each of the following sequences:
(a) 𝑎𝑛 = (−2)𝑛
1
(b) 𝑎𝑛 = 5𝑛
(c) 𝑎𝑛 = 10(𝑛 + 1)𝑛
(d) 𝑎𝑛 = (−1)𝑛−1 (𝑛 − 1)
3.2 Series
A series is the sum of the terms of a sequence. A finite series is the sum of all the terms of a finite
sequence or the sum of the first finite number of terms of an infinite series.
∑ 𝑎𝑖 = 𝑎1 + 𝑎2 + 𝑎3 + ⋯ + 𝑎𝑛
𝑖=1
An infinite series is the sum of all the terms of an infinite sequence.
∑ 𝑎𝑖 = 𝑎1 + 𝑎2 + 𝑎3 + ⋯
𝑖=1
The above two sums may begin from any term order than the first term and end at any term order
than the last term or order than infinity as chosen:
𝑚
∑ 𝑎𝑖 = 𝑎1 + 𝑎2 + 𝑎3 + ⋯ + 𝑎𝑛
𝑖=𝑘
where of course 1 ≤ 𝑘 ≤ 𝑚 ≤ 𝑛 < ∞
17
Example 3.3
6
∑ 𝑖 2 = 32 + 42 + 52 + 62 = 86
𝑖=3
Example 3.4
5
𝑗−3
Evaluate ∑
3
𝑗=0
Solution
5
𝑗−3 0−3 1−3 2−3 3−3 4−3 5−3
∑ = + + + + +
3 3 3 3 3 3 3
𝑗=0
−3 −2 −1 0 1 2
= + + + + +
3 3 3 3 3 3
−6 3 −3
= + = = −1
3 3 3
5
𝑗−3
∴∑ = −1
3
𝑗=0
Arithmetic Progression A.P. is a sequence where the difference between consecutive terms is a
constant called the common difference.
The Arithmetic progression follows the pattern 𝑎, 𝑎 + 𝑑, 𝑎 + 2𝑑, 𝑎 + 3𝑑, … For instance the
sequence 5, 10, 15, 20, . .. is an A.P. with a common difference of 5.
The nth term, (𝑇n ), of an A.P., with 𝑎 and 𝑑 as first term and common difference respectively is
given by the formula;
𝑇n = 𝑎 + (n − 1)𝑑
Example 3.5
Which of the following series are A.P.? Write down the common differences of those that are.
(a) 1 + 3 + 5 + ⋯
(b) 3 − 2 − 7 − ⋯
(c) 1 − 2 + 3 − ⋯
1 5 7
(d) +6+6+⋯
2
18
1 1
(e) 1+2+3+⋯
Solution
(a) This is an A.P. with common difference 2
(b) This is an A.P. with common difference −5
(c) This is not an A.P. because it has no common difference
1
(d) This is an A.P. with common difference 3
(e) This is not an A.P. because it has no common difference
Example 3.6
Find the 20th term of the following sequences
(a) −7, −1, 5, …
(b) 𝑥, 3𝑥, 5𝑥, …
(c) 44, 41, 38, …
Solution
(a) The nth term of an A.P. is 𝑇n = 𝑎 + (n − 1)𝑑.
Example 3.7
The third term of an A.P. is 44 and the six term is 92. Find the first term and the common difference.
Solution
The nth term of an A.P. is 𝑇n = 𝑎 + (n − 1)𝑑.
⇒ 𝑇3 = 𝑎 + 2𝑑 = 44 (1)
⇒ 𝑇6 = 𝑎 + 5𝑑 = 92 (2)
𝑎 + 2(16) = 44
𝑎 + 32 = 44
𝑎 = 44 − 32 = 12
19
∴ 𝑎 = 12
Example 3.8
Find the number of terms in the following A.P.s.
(a) 1 + 3 + 5 + ⋯ + 99
(b) 7 + 12 + 17 + ⋯ +82
(𝑐) 4 + 6 + 8 + ⋯ + 6𝑥
Solution
The nth term of an A.P. is 𝑇n = 𝑎 + (n − 1)𝑑.
(a) Given that 𝑎 = 1, 𝑑 = 3 − 1 = 2 and 𝑇n = 99.
∴ 99 = 1 + (n − 1)2
99 = 2n − 1
2n = 100
100
n= = 50 ∴ n = 50
2
The general formula for finding the sum of 𝑛th term of an A.P. denoted as 𝑆𝑛 , is given by
the formula;
𝑛
𝑆𝑛 = [2𝑎 + (𝑛 − 1)𝑑]
2
Where 𝑎, 𝑑 and 𝑛 represents first term, common difference number of terms respectively.
Or equivalently,
𝑛
𝑆𝑛 = (2𝑎 + 𝑙)
2
Where l is the last term of the A.P..
Example 3.9
Find the sum of the first 21st terms of the following A.P.s.
(a) 2 + 4 + 6 + ⋯
(b) 7 + 12 + 17 + ⋯107
(𝑐) − 7 − 1 + 5, …
1 1 1
(d) + 1 + 1 2 + ⋯ + 10 2
2
Solution
𝑛
The sum of the nth term of an A.P. is 𝑆𝑛 = 2 [2𝑎 + (𝑛 − 1)𝑑]
Or equivalently,
Or equivalently,
20
𝑛
𝑆𝑛 = (2𝑎 + 𝑙)
2
If the last term ‘l’ is given
(a) Given that 𝑎 = 2, 𝑑 = 4 − 2 = 2 and n = 21. Then, the sum of the first 21st term 𝑆21 , is
obtained as;
21
𝑆21 = [2 × 2 + (21 − 1)2]
2
21
𝑆21 = [4 + 40]
2
21
𝑆21 = [44] = 462
2
∴ 𝑆21 = 462
(b) Given that 𝑎 = 7, 𝑑 = 12 − 7 = 5, 𝑛 = 21 and 𝑙 = 107. Then, the sum of the first 21st
term 𝑆21 , is obtained as;
21
𝑆21 = (2 × 7 + 107)
2
21
𝑆21 = (14 + 107)
2
21 2541 1
𝑆21 = 2 (121) = 2 = 1270 2
1
∴ 𝑆21 = 1270
2
The nth term, (𝑇n ), of a G.P., can be generated from the sequence 𝑎, 𝑎𝑟, 𝑎𝑟 2 , 𝑎𝑟 3 , … , 𝑎𝑟 𝑛−1 , ...
with 𝑎 and 𝑟 as first term and common ratio respectively is given by the formula;
𝑇n = 𝑎𝑟 𝑛−1
Example 3.10
Which of the following series are G.P.? Write down the common ratio of those that are.
(a) 2+4+8+⋯
(b) −1+2−4+⋯
(c) 1+4+9+⋯
(d) 𝑥 + 𝑥2 + 𝑥3 + ⋯
1 1 1
(e) + 6 + 12 + ⋯
2
21
1 1
(f) 1 + + + ⋯
3 9
Solution
(a) This is a G.P. with common ratio 2
(b) This is a G.P. with common ratio −5
(c) This is not a G.P. because it has no common ratio
(d) This is a G.P. with common ratio 𝑥
(e) This is not a G.P. because it has no common ratio
1
(f) This is a G.P. with common ratio 3
Example 3.11
Find the 11th term of the following G.P.s
(a) 1 + 3 + 9 + ⋯
1 1 1
(b) + + + ⋯
3 9 27
(c) 5 + 10 + 20 + ⋯
1 1 1
(d) + + + ⋯
2 4 8
(e) − 5 − 15 − 45 − ⋯
Solution
The nth term of a G.P. is 𝑇n = 𝑎𝑟 𝑛−1
3
(a) Given that 𝑎 = 1, 𝑟 = 1 = 3, and n = 11. Then 𝑇11 , will be
𝑇11 = 1(3)11−1
= 310
= 59049
1 1 11−1
𝑇11 = ( )
3 3
1
= ( )11
3
1
= 311
1
= 177147
1
Therefore, the 11th term is .
177147
Example 3.12
Find the number of terms in the following G.P.s.
(a) 1 + 4 + 16 … + 4096
22
1
(b) 81 + 27 + 9 + ⋯ +
27
(d) 2 + 4 + 8 + ⋯ + 512
1
(e) 64 + 32 + 16 + ⋯ +
2
Solution
The nth term of a G.P. is 𝑇n = 𝑎𝑟 𝑛−1 .
4
(a) Given that 𝑎 = 1, 𝑟 = 1 = 4 and 𝑇𝑛 = 4096. Then we are to find 𝑛
∴ 4096 = 1(4)𝑛−1
4096 = (4)𝑛−1
(4)6 = (4)𝑛−1
⇒6=𝑛−1
⇒𝑛=7
Example 3.13
The fourth term of a G.P. is -6 and the seven terms is 48. Write down the first three terms of the
progression.
Solution
The nth term of a G.P. is 𝑇n = 𝑎𝑟 𝑛−1 .
The fourth and the seven terms will be
𝑇4 = 𝑎𝑟 3 = −6 (1)
𝑇7 = 𝑎𝑟 6 = 48 (2)
Dividing equation (2) by (1) we get;
23
𝑎𝑟 6 48
=
𝑎𝑟 3 −6
⇒ 𝑟 3 = −8
⇒ 𝑟 = −2
The general formula for the sum of the 𝑛th term of G.P. with a first term 𝑎 and common ratio 𝑟
denoted as 𝑆𝑛 , is given by
𝑎(1 − 𝑟 𝑛 )
𝑆𝑛 = , 𝑟<1
1−𝑟
𝑎(𝑟 𝑛 − 1)
𝑆𝑛 = , 𝑟>1
𝑟−1
Example 3.14
Find the sum of the first eight terms of the following G.P.s.
1 1
(a) 1, 2 , 4
,…
3 3
(b) 4
, − 2 , 3, …
Solution
𝑎(1−𝑟 𝑛 )
(a) The general formula for the sum of the 𝑛th term of G.P. is 𝑆𝑛 = , 𝑟<1
1−𝑟
1
Since 𝑟 = 2 < 1. Give that 𝑎 = 1 and 𝑛 = 8
1
1(1 − (2)8 )
∴ 𝑆8 = 1
1−2
1
1 − 256
⇒ 𝑆8 = 1
1−2
1
1 − 256
⇒ 𝑆8 = 1
1−2
24
255
256 255
⇒ 𝑆8 = 1 = ×2
256
2
255 127
⇒ 𝑆8 = =1
128 128
127
There the sum of the first eight terms of progression is 1 128 .
The sum to infinity of a G.P. with a first term 𝑎 and common ratio 𝑟 denoted by 𝑆∞ is given by
𝑎
𝑆∞ = if and only if − 1 < 𝑟 < 1
1−𝑟
Example 𝟑. 𝟏𝟓
Find the sum of infinity of the following G.P.s
(a) −45 − 15 − 5 − ⋯
3 3
(b) + + 3+⋯
4 2
Solution
1
(a) 𝑎 = −5, 𝑟=3
Since 𝑟 lies between −1 and 1. The series converge.
−5 15 1
𝑆∞ = 1 = − 2 = −7 2
1− 3
1
∴ 𝑆∞ = −7
2
3
(b) 𝑎 = 4 , 𝑟=2
Since 𝑟 does not lies between −1 and 1. The series does not converge. But, however, one
may tries to find the sum to infinity of the G.P. as
3
4 3
𝑆∞ = =−
1−2 4
3
∴ 𝑆∞ = −
4
We noticed that all the series terms are no-negative, leading to the conclusion that the sum
cannot be negative. Consequently, ′𝑟′ must strictly fall within the range of −1 and 1.
25
CHAPTER FOUR
4.0 POLYNOMIALS
4.1 THEORY OF QUADRATIC EQUATIONS
A function is quadratic if it is associated to a polynomial of degree 2. The general form of a quadratic
equation is f ( x) = ax 2 + bx + c or y = ax 2 + bx + c where a, b and c are constant x is the independent
variable and y is the dependent variable. Some examples of quadratic functions are
y = 4 x 2 + 2 x + 5, y = 2 x 2 + 6 x, y = x 2 + 8 x, y = x3 . The function f ( x) = 2 x + 5 is not a quadratic
function, but a linear function because the coefficient of x 2 is zero (that is a = 0) .
f ( x) = a x + x + + −
a 2a a 2a
b 4ac − b 2
2
f ( x ) = a x + +
2a 4a 2
b 4ac − b 2
2
f ( x) = a x + +
2a 4a
2
b
Now x + 0 is always true.
2a
2 2
b b
Suppose a 0, then a x + 0 . Hence, the value of x for which x + = 0 is the minimum
2a 2a
value of x and is obtained as follows:
2
b b b
a x + = 0 x + =0 x =−
2a 2a 2a
4ac − b 2
The value of y is thus
4a
2 2
b b
Suppose a 0, then a x + 0. Hence, the value of x for which a x + = 0 is the maximum
2a 2a
value of x and is obtained as:
2
b b b
a x + = 0 x + =0 x =−
2a 2a 2a
4ac − b 2
The value of y is thus
4a
Example 4.1
26
Determine whether the equation y = 3x 2 + 6 x + 4 has a maximum or minimum point. Find the value of
the point determined.
Solution
a = 3, b = 6, c = 4. Since a 0, then the equation has a minimum point.
−b −(6)
Now, x = = = −1
2a 2(3)
4ac − b2 4(3)(4) − 62 48 − 36
y= = = =1
4a 4(3) 12
The minimum point is (-1,1)
Consider the general form of a quadratic equation ax 2 + bx + c = 0. By completing the square method
b c
x2 + x+ =0
a a
b c
x2 + x = −
a a
2 2
b b c b
x2 + x + = + −
a 2a a 2a
−4ac + b2
2
b
x+ =
2a 4a 2
b −4ac + b 2
x+ =
2a 4a 2
b b 2 − 4ac
x=−
2a 2a
−b b2 − 4ac
x=
2a
Let D = b 2 − 4ac, then
−b D
x=
2a
If D > 0 we have two distinct real roots.
If D < 0 we have no real roots.
If D = 0 we have two equal roots.
The value of D determines the nature of roots. Thus, D is called the discriminant.
27
Example 4.2
Determine the nature of roots of the equation 2 x 2 + 7 x + 4 = 0
Solution
D = b 2 − 4ac
D = 72 − 4 2 4
D = 49 − 32
D = 17
D0
The equation has two distinct roots.
Example 4.3
If the roots of the equation 3x 2 + px + 12 = 0 are equal. Find the value of the p.
Solution
D = p 2 − 4 3 12 = 0
p 2 = 144
p = 144
p = 12
Example 4.4
Find the value of q for which the equation qx 2 − 3x + 4q = 0 has equal roots.
Solution
D = (−3) 2 − 4 q (4q) = 0
9 − 16q 2 = 0
16q 2 = 9
9
q2 =
16
3
q=
4
28
b c
( + ) = − and =
a a
Example 4.5
Find the sum and product of the roots of the equation x 2 + 3 x + 2 = 0
Solution
Let and be the roots of the equation x 2 + 3 x + 2 = 0. Comparing ax 2 + bx + c = 0 with the given
equation, we get a = 1, b = 3, c = 2. Thus,
b 3
+ =− = − = −1
a 1
c 2
= = = 2
a 1
Example 4.6
Prove that if one root of a quadratic equation is half the other, then 2b 2 = 9ac.
Solution
Let one root be . Then the other root is
2
2 + 3
Sum of roots is + = =
2 2 2
3 b 2b 4b 2
Now = − = − = 22
2 a 3a 9a
2
Product of roots is =
2 2
2
c 2c
Also, = 2 =
2 a a
2
4b 2c
It follows that 2
= . This implies 2b 2 = 9ac
9a a
Example 4.7
If the difference in roots of a quadratic equation is 1, prove that b 2 = a 2 + 4ac
Solution
Let the roots be and + 1
b a+b
For the sum of roots: 2 + 1 = − = −
a 2a
c c
For the product of roots: ( + 1) = 2 + = (1)
a a
a+b
Substitute − for in (1)
2a
29
(a + b)
2
a+b c
2
− =
4a 2a a
(a + b) − 2a ( a + b ) = 4ac
2
Example 4.8
If the roots of the equation 2 x 2 + 4 x + 6 = 0 are and solve the following symmetric functions.
1. f ( , ) = 2 + 2
2. f ( , ) = +
1 1
3. f ( , ) = − 2
+1 +1
2
1. Solution
Let the roots of the equation 2 x 2 + 4 x + 6 = 0 be and
+ = −2 and = 3.
2 + 2 = ( + ) = 3 ( −2 ) = −6
2. Solution
Let the roots of the equation 2 x 2 + 4 x + 6 = 0 be and
Now, + = −2 and = 3.
2 + 2 ( + ) − 2 ( −2 ) − 2 ( 3) 4 − 6
2 2
2
+ = = = = =−
3 3 3
3. Solution
Let the roots of the equation 2 x 2 + 4 x + 6 = 0 be and . Now, + = −2 and = 3.
1 1 2 + 2 +2 2 + 2 +2 2 +2 +2
+ = = =
2 + 1 2 + 1 ( 2 + 1)( 2 + 1) 2 2 + 2 + 2 + 1 ( )2 + 2 + 2 + 1
But 2 + 2 = ( + ) − 2
2
( + ) − 2 + 2
2
1 1
Hence, 2 + 2 =
+ 1 + 1 ( )2 + ( + )2 − 2 + 1
30
( −2 ) − 2 ( 3) + 2 = 4 − 6 + 2 = 0
2
1 1
Therefore, 2 + 2 =
+ 1 + 1 ( 3)2 + ( −2 )2 − 2 ( 3) + 1 9 + 4 − 6 + 1
Exercise 4.1
If the roots of the equation x 2 − 3x − 4 = 0 are and solve the following symmetric functions.
f ( , ) = +
1 1
f ( , ) = +
+ +
2 2
f ( , ) = +
Exercise 4.2
If the roots of the equation x 2 + 3x + 2 = 0 are and solve the following square symmetric functions.
f ( , ) = −
1 1
f ( , ) = −
−1 −1
2 2
f ( , ) = −
x2 − 5x − 4
x − 2 x3 − 7 x 2 + 6 x − 2
x3 − 2 x 2
− 5x2 + 6 x − 2
−5 x 2 + 10 x
− 4x − 2
−4 x + 8
− 10
It follows that x − 7 x + 6 x divided by x − 2 is equal to x 2 − 5 x − 4 with a remainder of -10, and this
3 2
can be expressed as
31
x3 − 7 x2 + 6 x − 2 = ( x2 − 5x − 4 ) ( x − 2 ) − 10
In general, if f ( x ) is a polynomial in x which when divided by x = a gives a quotient Q ( x ) and a
remainder R then we have f ( x) = ( x − a )Q( a ) + R. If x = a then we have f ( a ) = R. This is known as
remainder theorem. In other words, when f ( x ) is divided by x − a the remainder is f ( a ).
Example 4.2.1
Find the remainder if x3 + 2 x 2 + 6 x − 2 is divided by x + 2
Solution
By long division,
x2 + 6
x + 2 x 3 + 2 x 2 + 6 x + 13
x3 + 2 x 2
+ 6 x + 13
+6 x + 12
1
The remainder is 1.
Example 4.2.2
Find the remainder if 2 x 5 + x 4 − 2 x 3 + 2 x 2 − x − 2 is divided by x + 2
Solution
By long division,
2 x 4 − x3 − x 2 + 2 x − 3
x + 2 2 x5 + x 4 − 2 x3 + x 2 − x − 4
2 x5 + 2 x 4
− x 4 − 2 x3 + x 2 − x − 4
− x 4 − x3
− x3 + x 2 − x − 4
− x3 − x 2
2x2 − x − 4
2x2 − 2x
− 3x − 4
−3 x − 3
−1
The remainder is -1
32
To completely factorize a polynomial f ( x) = an xn + an−1xn−1 + an−2 xn−2 + ... + a0 of order n 3 and
above, follow these steps:
Step 1:
Substitute x = 1, x = −1, x = 2, x = −2 and so on in f ( x ). if f (1) = 0 then ( x − 1) divides f ( x ) without
a remainder and is therefore a factor of f ( x ) . Similarly, if f ( −1) = 0 then ( x − (−1)) (that is ( x + 1))
divides f ( x ) without remainder and is therefore a factor of f ( x ) and so on. Divide f ( x ) by the obtained
factor.
Step 2:
Either
(a) Repeat step 1 above where f ( x ) is the remainder of the quotient in the division or
(b) Factorize the quotient in the division in step 1 above.
Example 4.2.3
Factorize completely x3 + 2 x 2 − 5 x − 6
Solution
Let f ( x) = x3 + 2 x 2 − 5 x − 6.
x = 1, we obtain f (1) = (1)3 + 2(1) 2 − 5(1) − 6 = 1 + 2 − 5 − 6 0
Substituting
( x − 1) is not a factor of f ( x ).
Substituting x = −1: f (−1) = (−1)3 + 2(−1) 2 − 5( −1) − 6 = −1 + 2 + 5 = 0
( x + 1) is a factor of f ( x).
Substituting x = 2 : f (2) = (2)3 + 2(2) 2 − 5(2) − 6 = 8 + 8 − 10 − 6 = 0
( x − 2) is a factor of f ( x)
Substituting x = 3 : f (3) = (3)3 + 2(3) 2 − 5(3) − 6 = 27 + 18 − 15 − 6 = 24 0
( x − 3) is not a factor of f ( x).
Substituting x = −3 : f (−3) = (−3)3 + 2(−3) 2 − 5(−3) − 6 = −27 + 18 + 15 − 6 = 0
( x + 3) is a factor of f ( x ).
Thus, x3 + 2 x 2 − 5 x − 6 = ( x + 1)( x − 2)( x + 3).
Example 4.2.4
Factorize completely x 3 − 2 x 2 − 5 x + 6.
Solution
Substituting x = 1: f (1) = (1)3 − 2(1) 2 − 5(1) + 6 = 1 − 2 − 5 + 6 = 0
( x − 1) is a factor of f ( x).
Divide x3 − 2 x 2 − 5 x + 6 by ( x − 1)
33
x2 − x − 6
x −1 x − 2 x2 − 5x + 6
3
x3 − x 2
− x2 − 5x + 6
− x2 + x
− 6x + 6
−6 x + 6
0
x − x − 6 to get ( x − 2)( x + 3)
2
Factorize
Therefore f ( x) = x3 − 2 x 2 − 5 x + 6 = ( x − 1)( x − 2)( x + 3).
Exercise 4.3
Factorize completely 2 x 4 − x3 − x 2 + 2 x − 3.
34
CHAPTER FIVE
BINOMIAL EXPANSION
The expression (a + b) means (a + b) (a + b) (a + b). The multiplication symbol ' ' is usually
3
omitted. Thus, (a + b)3 = (a + b)(a + b)(a + b). To expand the expression, we first expand the product of
the last two, (a + b)(a + b) as follows:
(a + b)(a + b)
= a ( a + b) + b( a + b)
= a 2 + ab + b 2 + ab
= a 2 + 2ab + b 2
That is not because we only expanded the last (a + b)(a + b). It is left to expand (a + b)(a 2 + 2ab + b 2 )
By multiplying each of a and b in the first bracket with each a 2 , 2ab, and b 2 in the second bracket and
adding all together as follow:
(a + b)(a 2 + 2ab + b 2 )
= aa 2 + a 2ab + ab 2 + ba 2 + b 2ab + bb 2
= a 3 + 2a 2b + ab 2 + ba 2 + 2ab 2 + b3
= a 3 + 3a 2b + 3ab 2 + b3
It may have been observed how laborious the above task would pose as n gets larger hence the need for
easier and faster methods.
Example 1
Expand the binomial expression (2 x − y)6 by employing the Pascal’s triangle method.
Solution
First, sketch the expansion leaving out the coefficients from Pascal’s triangle. Decrease the powers of the
first term 2x of the expression from 6 to 0 and increase the powers of the second term (− y ) of the
expression from 0 to 6.
2 x + (− y )
6
= [ ](2 x)6 (− y)0 + [ ](2 x)5 (− y)1 + [ ](2 x) 4 (− y) 2 + [ ](2 x)3 ( − y)3
+ [ ](2 x)2 (− y)4 + [ ](2 x)1 (− y)5 + [ ](2 x)0 (− y)6
35
Construct a Pascal’s triangle up to the sixth level and fill in the square brackets with the numbers at the
sixth level of the triangle.
n = 0: 1
n = 1: 1 1
n = 2: 1 2 1
n = 3: 1 3 3 1
n = 4: 1 4 6 4 1
n = 5: 1 5 10 10 5 1
n = 6: 1 6 15 20 15 6 1
[1](2 x)6 (− y)0 + [6](2 x)5 (− y)1 + [15](2 x) 4 ( − y) 2 + [20](2 x)3 ( − y)3 + [15](2 x)2 (− y )4 + [6](2 x)1 (− y )5 + [1](2 x)0 (− y )6
Factorial
The factorial of a number (a positive integer) is the product of all the consecutive natural numbers between
the number and 1 inclusive.
Combination
Combination is defined as follows: Let n and r be non-negative integers such that n r. Then
n n!
Cr ( pronouned n combination r ) is defined as .
r !( n − r )!
For example,
8! 8! 8 7 6 5 4 3 2 1 40320
8
C5 = = = = = 56
5!( 8 − 5)! 5!3! (5 4 3 2 1) (3 2 1) 720
r =0
n
Cr (ax) n − r (by ) r
36
6
r =0
Cr (2 x) 6− r (− y ) r
6
That is,
6
C0 (2 x)6−0 (− y )0 + 6C1 (2 x)6−1 (− y )1 + 6C2 (2 x) 6−2 (− y) 2 + 6C3 (2 x) 6−3 ( − y)3
+ 6C4 (2 x)6−4 (− y )4 + 6C5 (2 x)6−5 (− y )5 + 6C6 (2 x)6−6 (− y)6
6! 6! 6!
= (2 x)6 ( − y ) 0 + (2 x)5 ( − y )1 + (2 x) 4 ( − y ) 2
0!( 6 − 0 )! 1!( 6 − 1)! 2!( 6 − 2 )!
6! 6!
+ (2 x)3 (− y )3 + (2 x) 2 (− y ) 4
3!( 6 − 3) ! 4!( 6 − 4 )!
6! 6!
+ (2 x)1 (− y )5 + (2 x)0 (− y ) 6
5!( 6 − 5 ) ! 6!( 6 − 6 )!
= 64 x6 + 6 32 x5 (− y) + 15 16 x 4 y 2 + 20 8 x3 (− y 3 ) + 15 4 x 2 y 4 + 6 2 x(− y 5 ) + y 6
An advantage of this method of binomial expansion is that a single term of a binomial expansion can be
obtained without having to list all the terms of the expansion.
It is most easily stated for the (r + 1)th term. Thus, the (r + 1)th term of the expansion of (ax + by ) n is
given by
n
Cr (ax)n−r (by)r
Or
n!
(ax)n −r (by )r
r !( n − r )!
Example 1
Find the eight term in the expansion of (2 x − y )10 .
Solution
37
Using the binomial formula method, with n = 10, ax = 2 x, by = − y. Since r +1 = 8 then r = 7.
Thus, the eight term is
10!
(2 x)10−7 ( − y ) 7
7!(10 − 7 ) !
3628800
= (2 x)3 ( − y ) 7
5040 6
= 120(2 x)3 ( − y ) 7
= 120 8 x 3 (− y ) 7
= −960 x 3 y 7
Example 2
Use the binomial expansion to evaluate 1023
Solution
102 = 100 + 2. So that 1023 = (100 + 2)3
Since ( x + y )3 = x 3 + 3x 2 y + 3xy 2 + y 3 then
(100 + 2)3 = 1003 + 3 (100) 2 2 + 3 100 (2) 2 + (2)3
(100 + 2)3 = 1000000 + 60000 + 1200 + 8
(100 + 2)3 = 1061208
Example 3
Use binomial expansion to evaluate 1.056
Solution
+ 0.000000015625
1.05 = 1.340095640625
6
38
Exercise
1. Use binomial expansion to evaluate 102 7
2. Use binomial expansion to evaluate 1.04 6
3. Use binomial expansion to evaluate 0.995
4. Find the fifth term in the expansion of ( x + 3 y )8
5. Find the 4th term in the expansion of (2 x − y)6
6. Find the 3rd term in the expansion of (2 x + 3 y )5
7. Find the 3rd term in the expansion of (3 x − y )5
8. Find the 6th term in the expansion of ( x − y )11
39