BEC 140_Lecture Notes
BEC 140_Lecture Notes
Department of Mathematics
Supplementary Notes
February 1, 2024
To Students;
This study material contains twenty lessons called chapters. Each chapter has been
written in such a way as to make learning more effective and more interesting. It is
like having a personal tutor because you proceed at your own rate of learning and
any difficulties you may have are cleared before you have the chance to practise the
some tutorial questions via worked out examples. You will find that each chapter is
divided into numbered sections.
You are all encouraged to try the problems that will be given to you in class as home
work on your own before coming to the next class. Do as many of these tutorial
questions as you can. Remember that, in mathematics, as in many other situations,
practice makes perfect or more nearly so. Additionally, you are advised to work
together and not to memorise the material, but to understand every idea presented
to you in depth, as test questions may or may not come direct from the tutorial
questions. Also you are strongly advised to make it a habit of asking questions any-
time you get stuck or don’t understand the concepts presented to you.
1
Why Study Mathematical Analysis?
Mathematical Analysis is one of those subjects that is nice to learn about, although
to many students it may be hard to see how we would actually use it in real life. As
an economics student or Business student, mathematics is the foundation to under-
standing most of the courses that are in this programme. For example, in probability
& statistics, you will learn about probability density function which is simply a for-
mula to calculate the probability that a random variable is equal to a certain value.
This needs knowledge about integration (i.e. a subtopic within calculus) and comes
in when you need to determine the probability that the random variable is less than
a given value, or more than a given value. You will also need integration for finding
expected values too. Another popular application of integration is finding the area
under a curve.
Furthermore, you will need to know how to differentiate (i.e. another subtopic within
calculus). Quite often you’ll need to turn a cumulative distribution function into a
probability density function. You will do that by differentiating.
In financial mathematics, you need integration once you start calculating present
values of streams of continuous payments and/or cash flows with interest that is paid
continuously.
In economics, we use (differential) calculus in solving optimization problems and
(integral) calculus to finding producer and consumer surplus and to solve differential
equations for economic problems.
In statistical inference, we use the concept of stationary points (turning points) and
partial differentiation (subtopics within calculus) more often to determine the maxi-
mum likelihood estimators (MLEs) of the population parameters, just to mention a
few.
If that meant nothing to you, then you should learn something from the course that
you do not already know (i.e. Mathematical Analysis). In both style and content,
this is an applied mathematics course, and most of the applications will be learnt in
class as the notes do not present them.
Timothy SINYANGWE.
1
Notice: This material must NOT be used as a substitute for attending the
lectures.
Page 2 of 264
Contents
1 Set Theory 9
1.1 Introduction to Set Theory . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2 Sets of Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.3 New Sets from Old Sets . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.4 Application of Set Theory . . . . . . . . . . . . . . . . . . . . . . . . 14
6 Equations 31
6.1 Linear Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
6.2 Fractional Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6.3 Radical Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
6.4 Quadratic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
6.5 Solutions of a Quadratic Equation By Factoring . . . . . . . . . . . . 35
6.6 Quadratic Formula . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
6.7 Quadratic Form Equation . . . . . . . . . . . . . . . . . . . . . . . . 39
6.8 Application of Equations (Modeling) . . . . . . . . . . . . . . . . . . 40
Page 3 of 264
7 Inequalities 44
7.1 Linear Inequalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
7.2 Rules for Inequalities . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
7.3 Open and Closed Interval . . . . . . . . . . . . . . . . . . . . . . . . 45
7.4 Applications of Inequalities . . . . . . . . . . . . . . . . . . . . . . . . 46
7.5 Absolute Value Equations . . . . . . . . . . . . . . . . . . . . . . . . 47
7.5.4 Absolute Value Inequalities . . . . . . . . . . . . . . . . . . . 48
7.5.6 Quadratic Inequalities . . . . . . . . . . . . . . . . . . . . . . 49
7.5.8 Quotient and Absolute Quotient Inequalities . . . . . . . . . . 49
Page 4 of 264
12 Arrangements, Permutations and Combinations 98
12.1 Arrangements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
12.1.1 The Multiplication Principle . . . . . . . . . . . . . . . . . . . 98
12.1.4 Factorial Notation . . . . . . . . . . . . . . . . . . . . . . . . 98
12.2 Permutations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
12.3 Combination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
12.4 The Binomial Expansion . . . . . . . . . . . . . . . . . . . . . . . . . 102
12.4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
12.5 The Formula for a Binomial Coefficient . . . . . . . . . . . . . . . . . 103
12.5.2 Pascal’s Triangle . . . . . . . . . . . . . . . . . . . . . . . . . 103
12.5.7 The (k + 1)th Term of a Binomial Expansion . . . . . . . . . . 105
12.5.10 The Term Independent of x In The Binomial Expansion . . . 106
12.5.12 The Binomial for any Index or Power n . . . . . . . . . . . . . 107
14 Matrices 128
14.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
14.2 Order or Size of a Matrix . . . . . . . . . . . . . . . . . . . . . . . . . 129
14.3 Types of Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
14.3.1 Row Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
14.3.3 Column Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 130
14.3.6 Square Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
14.3.9 Diagonal Matrix . . . . . . . . . . . . . . . . . . . . . . . . . 131
14.3.11 Triangular Matrix . . . . . . . . . . . . . . . . . . . . . . . . . 131
14.3.13 Scalar Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
14.3.15 Identity Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 132
14.3.17 Zero Matrix or Null Matrix . . . . . . . . . . . . . . . . . . . 132
14.3.19 Equality of Matrices . . . . . . . . . . . . . . . . . . . . . . . 133
Page 5 of 264
14.3.21 Transpose of a Matrix . . . . . . . . . . . . . . . . . . . . . . 133
14.3.25 Multiplication of a Matrix by a Scalar . . . . . . . . . . . . . 134
14.4 Operations on Matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 135
14.4.1 Addition and Subtraction . . . . . . . . . . . . . . . . . . . . 135
14.4.5 Matrix Multiplication . . . . . . . . . . . . . . . . . . . . . . . 135
14.5 Algebraic Properties of Matrices . . . . . . . . . . . . . . . . . . . . . 137
14.6 Determinants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
14.6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
14.6.3 Notation for Determinant . . . . . . . . . . . . . . . . . . . . 140
14.6.4 Determinant of a 2 × 2 Matrix . . . . . . . . . . . . . . . . . . 141
14.6.8 Determinant of a 3 × 3 Matrix . . . . . . . . . . . . . . . . . . 141
14.7 Inverse of a Square Matrix . . . . . . . . . . . . . . . . . . . . . . . . 144
14.7.1 The inverse of a 2 × 2 matrix . . . . . . . . . . . . . . . . . . 144
14.7.4 The Inverse of a 3 × 3 Matrix . . . . . . . . . . . . . . . . . . 147
14.8 Properties of Square Matrices . . . . . . . . . . . . . . . . . . . . . . 149
14.9 Crammer’s Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
14.10Reduced Row Echelon Form (RREF) . . . . . . . . . . . . . . . . . . 154
14.10.2 Applications To Be Discussed in Class! . . . . . . . . . . . . . 156
Page 6 of 264
17 Limits of a Function 189
17.1 Properties of Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
17.2 Further Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
17.3 One Sided Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
17.4 Existence and Non-Existence of a Limit . . . . . . . . . . . . . . . . . 190
17.5 Infinite Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
17.6 Limits at Infinity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
17.7 Further Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
18 Continuity 194
18.1 Continuity at a Point . . . . . . . . . . . . . . . . . . . . . . . . . . . 194
18.2 Classifying Discontinuities . . . . . . . . . . . . . . . . . . . . . . . . 195
18.3 Continuity on Intervals . . . . . . . . . . . . . . . . . . . . . . . . . . 196
19 Differentiation 198
19.1 Differentiation by Delta Method . . . . . . . . . . . . . . . . . . . . . 198
19.2 Standard Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
19.3 Rules of differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . 200
19.3.1 Sum or Difference Rule . . . . . . . . . . . . . . . . . . . . . . 200
19.3.4 Product Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
19.3.5 Quotient Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
19.3.8 Function of a Function Rule . . . . . . . . . . . . . . . . . . . 204
19.4 Logarithmic Differentiation . . . . . . . . . . . . . . . . . . . . . . . . 206
19.5 Implicit Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . 208
19.5.3 Applications To Be Discussed in Class! . . . . . . . . . . . . . 209
20 Integration 210
20.1 Introduction to Integration . . . . . . . . . . . . . . . . . . . . . . . . 210
20.2 The General Solution of Integrals of the Form axn . . . . . . . . . . . 211
20.3 Rules of Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
20.3.1 Integral of the Product of a Constant and a Function . . . . . 211
20.3.2 Integrals of Sum or Difference (±) of Functions . . . . . . . . 212
20.3.3 The Integral of a Constant k . . . . . . . . . . . . . . . . . . . 213
20.4 Definite Integrals and their Applications . . . . . . . . . . . . . . . . 213
20.5 Standard Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
20.6 The Fundamental Theorem of Integral Calculus . . . . . . . . . . . . 215
20.7 Application of Definite Integrals . . . . . . . . . . . . . . . . . . . . . 216
20.7.1 Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
20.7.4 Tutorial Questions . . . . . . . . . . . . . . . . . . . . . . . . 221
Page 7 of 264
21.2.2 Tutorial Questions . . . . . . . . . . . . . . . . . . . . . . . . 228
Page 8 of 264
1 Set Theory
1.1 Introduction to Set Theory
It is natural for us to classify items into groups, or sets and consider how those
sets overlap with each other. We can use these sets to understand the relationship
between groups, and to analyse survey data. For example, an art collector might own
a collection of paintings, while a music lover might keep a collection of CDs. Any
collection of items can form a set.
Definition 1.1.1 (Set) A set is a well defined collection of objects or items called
elements.
A set is defined in such a manner that we can determine for any given objects x
whether or not x belongs to the set.
The objects that belong to the set are called it’s elements or members. We denote
sets by capital letters as A, B, . . . or we can also use variables X, Y, . . . and elements
by small letters as a, b, . . . or x, y, . . .. For example A = {a, b, c}. If a is an element of
set A, we write a ∈ A, the symbol ∈ means belongs to or a member of and if a does
not belong to set A, we write a ∈ / A, the symbol ∈ / means does not belong to. A set,
say A is usually specified by either listing all of it’s elements inside a pair of braces
{} or by finding a suitable mathematical formula that represents the elements of set
A.
Example 1.1.2 Suppose that A and B are sets defined by A = {4, 8, 12} and
B = {1, 2, 3, 4, 5, 6}. Here we see that 4 ∈ A and 4 ∈ B,but 8 ∈
/ B similarly 6 ∈
/ A.
Definition 1.1.3 Let A and B be sets and let a be an element, we write A ⊂ B if
every element in the collection A is contained in set B, and say that A is a subset of
B. Otherwise, we write A 6⊂ B, to mean that set A is not a subset of set B.
Example 1.1.4 Let A and B be sets defined by A = {2, 3, 4} and B = {1, 2, 3, 4, 5}
then clearly we can say that A ⊂ B, since every elements in set A is contained in set
B but B 6⊂ A.
Page 9 of 264
(iii) The set of rational numbers. These are numbers that can be expressed in the
a
form or fractional form. This set is denoted by Q and defined by
b
Q = {r|r is a rational number}
p
= |p, q ∈ Z, q 6= 0
q
(v) The set of complex numbers is denoted by C. These are numbers that can be
expressed in the form a + bi where a is the real part and b is the imaginary part.
(vi) The empty set. This is the set with no elements and is usually denoted by
∅ or {}.
A summary of the sets is as follows;
N ⊂ Z ⊂ Q ⊂ R ⊂ C.
Remark 1.2.1 The set of complex numbers, will not be discussed in this course.
Since, in business we do not deal with imaginary numbers, but only real numbers.
Definition 1.2.2 (Equality of sets) Let A and B be sets, we say that the two sets
are equal i.e A = B if and only if A and B have the same elements. Otherwise A
and B are not equal and we write this as A 6= B.
Remark 1.2.3 Two sets are equal written A = B if we can show that A ⊂ B and
B ⊂ A.
Definition 1.2.4 (Universal set) The universal set denoted U or E is the set com-
prising of all elements under consideration.
Page 10 of 264
Example 1.3.2 Let A = {a, b, c, e} and B = {c, d, e, f } and C = {f, g}
(i) A ∩ B = {a, b, c, e} ∩ {c, d, e, f } = {c, e}
Definition 1.3.3 (Union) Let A and B be sets. Then the union of two sets A and
B denoted by A ∪ B is the set that contains all elements either in set A or in set B
defined by
A ∪ B = {a|a ∈ A or a ∈ B}.
Note 1.3.5 Whenever you have common elements in sets you only list them once in
the union set.
Definition 1.3.6 (Compliment of a Set) Let A be any set and U be the universal
set. Then the compliment of set A denoted by A0 or A is a set consisting of elements
in the universal set but not contained in A.
∴ A = {a|a ∈ U and a ∈
/ A}.
Proposition 1.3.7 For any non empty set A ∈ U the following holds true.
(i) A ∪ A = A (ii) A ∩ A = {} (iii) A00 = A
We prove (iii) and leave the rest for students.
A00 ⊂ A (3)
Conversely:(⇐)
/ A0 which implies that x ∈ A00 . Therefore,
Let x ∈ A, then x ∈
A ⊂ A00 . (4)
Thus, from (3) and (4) we conclude that A00 = A. Hence proved.
Page 11 of 264
Proposition 1.3.8 Let A, B and C be sets then;
(i) A ∩ A = A and A ∩ A0 = {}
(ii) A ∪ {} = A, and A ∩ {} = {}
(iii) A ∪ (B ∪ C) = (A ∪ B) ∪ C and A ∩ (B ∩ C) = (A ∩ B) ∩ C
(iv) A ∪ B = B ∪ B and A ∩ B = B ∩ A
(v) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
(vi) A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
(i) (A ∪ B)0 = A0 ∩ B 0
(ii) (A ∩ B)0 = A0 ∪ B 0
Proof (i)
To prove that
(A ∪ B)0 = A0 ∩ B 0
we need to show that
(A ∪ B)0 ⊂ A0 ∩ B 0 (5)
And also that
A0 ∩ B 0 ⊂ (A ∪ B)0 (6)
Considering (5) we have;
(A ∪ B)0 ⊂ A0 ∩ B 0 . (7)
Conversely (⇐):
We show that A0 ∩ B 0 ⊂ (A ∪ B)0 . Let x ∈ A0 ∩ B 0 , then x ∈ A0 and x ∈ B 0 , this
means that x ∈/ A or x ∈ / B (by definition of Union), it follows that x ∈
/ (A ∪ B)
0
which implies that x ∈ (A ∪ B) . Hence
A0 ∩ B 0 ⊂ (A ∪ B)0 (8)
Proof (ii)
To prove that (A ∩ B)0 = A0 ∪ B 0 . We have to first show that
(A ∩ B)0 ⊂ A0 ∪ B 0 (9)
Page 12 of 264
A0 ∪ B 0 ⊂ (A ∩ B)0 (10)
Considering (9). Let x ∈ (A ∩ B)0 , then x ∈
/ A ∩ B,
⇒x ∈
/ A and x ∈ /B
⇒x ∈ A or x ∈ B 0
0
⇒x ∈ A0 ∪ B 0 .
Therefore,
(A ∩ B)0 ⊂ A0 ∪ B 0 . (11)
Conversely:
We now show that A0 ∪ B 0 ⊂ (A ∩ B)0 . Let x ∈ A0 ∪ B 0 by definition of union, it
follows that x ∈ A0 or x ∈ B 0
⇒x ∈
/ A and x ∈/ B (by definition of intersection)
⇒x ∈
/ A∩B
⇒x ∈ (A ∩ B)0
Hence,
A0 ∪ B 0 ⊂ (A ∩ B)0 . (12)
(A ∩ B)0 = A0 ∪ B 0 .
A × B = {(a, 1), (a, 2), (a, 3), (b, 1), (b, 2), (b, 3)}
B × A = {(1, a), (1, b), (2, a), (3, a), (3, b)}
2
2
We can define the Cartesian product of n sets to be
Page 13 of 264
Definition 1.3.12 (Power sets) Let A be any set, then we define the power set of
set A denoted by P(A) to be the set of all subsets of set A including the empty set
and the set itself.
The number of elements in P(A) can be determined by the formula 2n , where ”n” is
the number of elements in set A. Therefore in Example 1.3.13 we expected
n(P(A)) = 2n
(i) How many cars had both power steering and air conditioning?
(ii) How many cars had both automatic transmission and air conditioning?
(iii) How many cars had neither power steering nor automatic transmission?
Solution
Let
Then we have;
• 90 cars with AC
• 75 cars with PS
Page 14 of 264
• 20 cars with none of the extras
P S ∩ AC = 5 + 35 = 40 cars.
AT ∩ AC = 30 + 5 = 35 cars.
Page 15 of 264
2 Sets of Real Numbers
2.1 Some Properties of Real Numbers
We now state some properties of properties of real numbers. Lets a, b and c be reaal
numbers.
a + (b + c) = (a + b) + c
And
a(bc) = (ab)c.
For example;
2 + (3 + 4) = 9 = (2 + 3) + 4
And
2 · (3 · 4) = 24 = (2 · 3) · 4.
(v) The Identity Properties; There are unique real numbers 0 and 1, for each
real number a such that
a+0=a=0+a
Page 16 of 264
And
1 · a = a = a · 1.
The elements 0 and 1 are called identity elements under addition and multipli-
cation respectively.
(vi) The Inverse Properties; For each real number a, there exists a unique real
number denoted −a such that
a + (−a) = 0 = −a + a.
6 + (−6) = 0 = −6 + 6.
For each real number a 6= 0, there is a unique real number denoted by a−1 such
that
a · a−1 = 1 = a−1 · a.
1
The number a−1 = is called the reciprocal of a.
a
(vii) Distributive Properties; For all a, b, c ∈ R, we have;
a(b + c) = ab + ac
And
(b + c)a = ba + ca.
For example;
2(3 + 4) = 2(3) + 2(4) = 6 + 8 = 14.
Similarly,
(2 + 3)4 = 2(4) + 3(4) = 8 + 12 = 20.
3
3
Subtraction is defined in terms of addition, that is a − b = a + (−b), where −b is the negative
of b. Thus, 6 − 8 = 6 + (−8). Similarly,
division is defined as in terms of multiplication. That is, if
−1 1 a 3 1
b 6= 0, then a ÷ b = a(b ) = a = . Thus, = 3 × . And finally, division by zero 0, is not
b b 5 5
a
defined. That is, for all a ∈ R, is undefined.
0
Page 17 of 264
3 Exponents and Radicals
The product x·x·x of 3x’s is abbreviated as x3 . In general, for n a positive integer, xn
is the abbreviation of n, x’s, the letter n in xn is called the exponent, and x is called
the base. In general, if n is a positive integer, then we have the following properties
that;
Definition 3.0.1 If n any positive integer and b is any real number, then
xn = x
| × x × x{z× · · · × x} (13)
n−times
If we adopt the conversion that the operator × means the same as · then we can write
Definition 3.0.1 as
xn = x| · x ·{zx · · · x}
n−times
where x is the base and n is the exponent of x. So xn can be read as x to the nth
power. The term squared and cubed are commonly associated with the exponent of 2
and 3 respectively.
(ii) 32 = 3 · 3 = 9
Page 18 of 264
Solution
(i) (3x2 y)(4x3 y 2 ) = 3 · 4 · x2+3 · y 1+3 = 12x5 y 3
(ii) (−2y 3 )5 = (−2)5 · y3 · 5 = −32y 15
2 7
a a2·7 a14
(iii) = =
b4 b4·2 b8
1 −1 2 −4 1 24 16
(i) x−5 = 5
(ii) (2 3 ) = −1 2 4
= 2·4
=
x (2 3 ) 3 729
−3 −2 2 −2 3 2
2 3 2 23·2 26 64
(iii) −2
= 3
= 2
= 2·2
= 4
= .
3 2 3 3 3 81
Example 3.2.5 Simplify the following
12x2 y 2
(i) (3x2 y −4 )(4x−3 y) (ii)
−3x−1 y 5
Solution
(i)
(3x2 y −4 )(4x−3 y) = 3 · 4x2−3 · y −4+1
= 12x−1 y −3
12
= 3
xy
(ii)
12x2 y 2 x2 y2 4x3
12 3
= − = −4x y−3 = − 3
−3x−1 y 5 3 x−1 y5 y
Page 19 of 264
3.3 The Principal nth Root of x ∈ R
The principal nth root of x is the nth root that is positive if x is positive and is
negative if x is negative and n is odd. This id denoted by;
(√
√
n
n
x; if x is positive
x= √
− x; if x is negative and n is odd.
n
(i) √ √
2 1
9= 9 = 9 2 = 3.
(ii) √
3
−8 = −2
(iii) r
3 1 1
=
27 3
(iv) √
n
0 = 0.
√ √
The symbol x is called a radical. Here, n is the index, x is the radicand, and
n
is the radical sign. For the square root of x, we usually omit the index and write
√
2
√
x as x.
p
If x is any positive integer, the expression x q , where p, q ∈ Z (integers) with no
common factors and q is positive is defined as
p √
x q = q xp .
Example 3.3.2 .
(i) √
3 4
x4 = x3 .
(ii) √ √
2 3 3
83 = 82 = 64 = 4.
(iii)
√
r
− 12 2 1 1
4 = 4−1 = = .
4 2
4
Some numbers do not have the nth root that is a real number. For example, since the square
root of any real number is non-negative, there is no real number that is a square root of −4.
Page 20 of 264
3.4 Laws of Exponents and Radicals
In addition to the properties in Section 3.1, the following are some more laws of
exponents and radicals.
1
(1) x−n =
xn
1
(2) = xn
x−n
xn
(3) =1
xn
−n n
x y
(4) =
y x
1 √
(5) x n = n x
1 1 1
(6) x− n = = √
1
x n
n
x
√ √ √
(7) n x · n y = n xy.
√ r
n
x x
(8) √
n y
= n
y
m √ √
q
n
(9) x = mn x
x−2 y 3
z −2
Solution
Here
x−2 y 3 y3z2
= .
z −2 x2
Page 21 of 264
(i) √ √
2 2 5 2 5
√ =√ √ = .
5 5· 5 5
(ii)
2 2
√
6
= √6
√
6
3x 5 3 · x5
5 1
2(3 6 · x 6 )
= 1 5 5 1
(3 6 · x 6 )(3 6 · x 6 )
1
2(35 x) 6
=
√ 3x
6
2 35 x
= .
3x
Page 22 of 264
4 Operations With Algebraic Expressions
If numbers represented by symbols are combined by any or all of the operations of
addition, subtraction, and extraction of roots, then the resulting expression is called
an algebraic expression.
Consists of three terms; +5ax3 , − 2bx and +3. In Expression (14) we call 5a the
coefficient of x3 , − 2b the coefficient of x and 3, is a constant, where a and b are
arbitrary constants.
Solution
(i) The first step is to remove the parenthesis, and gather the similar terms together,
that is;
Page 23 of 264
(ii) Here we first distribute the negative as follows;
(i) (x + 2)(x − 5)
p p
(ii) ( y 2 + 1 + 3)( y 2 + 1 − 3)
x3 + 3x
(iii)
x
Solution
(i) Here,
(x + 2)(x − 5) = x2 − 5x + 2x − 10
= x2 − 3x − 10.
Page 24 of 264
(ii) Here we have
p p p p p
( y 2 + 1 + 3)( y 2 + 1 − 3) = ( y 2 + 1)2 − 3 y 2 + 1 + 3 y 2 + 1 − 9
= y2 + 1 − 9
= y 2 − 8.
(iii) Here
x3 + 3x x3 3x
= + = x2 + 3.
x x x
Solution
Here, the polynomial 2x3 − 14x − 5 is called the dividend and x − 3 is the divisor.
And so
2x3 − 14x − 5 7
= 2x2 + 6x + 4 + .
x−3 x−3
Page 25 of 264
Which means that;
Dividend Remainder
= Quotient +
Divisor Divisor
Solution
Re-writing the dividend as
Thus,
2x3 − 14x − 5 7
= 2x2 + 6x + 4 + .
x−3 x−3
5.3 Factoring
If two or more expressions are multiplied together, the expressions are called factors
or the products. Thus, if c = ab, then a and b are both factors of the products c.
(i) x2 − 4
(ii) 3k 2 x2 + 9k 3
(iii) 3x2 + 6x + 3
(iv) x2 − x − 6.
Solution.
(i) Here
x2 − 4 = x2 − 22 = x − 2 x + 2 .
Page 26 of 264
(ii) Since,
3k 2 x2 + 9k 3 x = 3k 2 x x + 3k 2 x 3k
= 3k 2 x x + 3k .
ax2 + bx + c,
where a, bandc are real constants. Then we find the product given by P = ac
and sum given by S = b. And then we look for factors say r and k denoted
F = r, k such that
r · k = Product
and
r + k = Sum.
Now , from
3x3 + 6x + 3
We have;
P =a·c=3·3=9
S=b=6
F = r, k = 3, 3.
Therefore,
3x2 + 6x + 3 = 3x2 + 3x + 3x + 3
= 3x x + 1 + 3(x + 1)
= 3x + 3 x + 1
=3 x+1 x+1
2
=3 x+1 .
P = 1 × (−6) = −6
S = −1
F = −3, 2.
Therefore,
x2 − x − 6 = x2 − 3x − 2x − 6
=x x−3 +2 x−3
= x+2 x−3 .
Page 27 of 264
Exercise 5.3.2
5.4 Fractions
5.4.1 Simplifying Fractions.
We can simplify algebraic expressions that are fractions.
(i)
x2 − x − 6
x2 − 7x + 12
(ii)
2x2 + 6x − 8
8 − 4x − 4x2
Solution.
x2 − x − 6
(i) From , we factorize the numerators and denominators completely,
x2 − 7x + 12
that is;
x2 − x − 6 x−3 x+2 x−2
2
= = .
x − 7x + 12 x−3 x−4 x−4
Page 28 of 264
(ii) Similarly,
2x2 + 6x − 8 2 x2 + 3x − 4
=
8 − 4x − 4x2 2 2 − x − x2
2 x−1 x−4
=
4 1−x 2+x
2 x−1 x+4
=
−4 x − 1 2 + x
x−4
= .
−2 2 + x
(i) Here,
Page 29 of 264
√
x x 2+6
√ =√ ·√
2−6 2−6 2+6
√ √
x 2+6 x 2+6
= √ 2 =
2 − 62 2 − 36
√
x 2+6
=− .
34
(ii) Similarly,
√ √ √ √ √ √
5− 2 5− 2 5− 2
√ √ =√ √ ·√ √
5+ 2 5+ 2 5− 2
√ √ 2
5− 2
= √ 2 √ 2
5 − 2
√ 2 √ √ √ 2
5 −2 2 5+ − 2
=
√ 5−2
5 − 2 10 + 2
=
√3
7 − 2 10
= .
3
x2 − 5 3x + 2 x2 − 5 + 3x + 2
+ =
x−2 x−2 x−2
x2 + 3x − 3
= .
x−2
Page 30 of 264
Solution
x 4 x x − 1 − 4 3x + 2
− =
3x + 2 x − 1 3x + 2 x − 1
x2 − x − 12x − 8
=
3x + 2 x − 1
x2 − 13x − 8
= .
3x + 2 x − 1
6 Equations
Definition 6.0.1 (Equation) An equation is a statement that two expressions are
equal.
Example 6.0.2 The following are examples of equations
(i) x + 2 = 3
(ii) x2 + 3x + 2 = 0
y
(iii) = 6.
y−4
(iii) Here,
7x + 3 9x − 8
− =6
2 4
7x + 3 9x − 8
4 − = 4(6)
2 4
=⇒ 2 7x + 3 − 9x − 8 = 24
=⇒ 14x + 6 − 9x + 8 = 24
=⇒ 5x + 14 = 24
=⇒ 5x = 24 − 14
=⇒ 5x = 10
10
=⇒ x =
5
=⇒ x = 2.
5 6
x−4 x−3 = x−4 x−3
x−3 x−3
=⇒ 5 x − 3 = 6 x − 4
=⇒ 5x − 15 = 6x − 24
=⇒ 5x − 6x = −24 + 15
=⇒ −x = −9
=⇒ x = 9.
Page 32 of 264
6.3 Radical Equations
A radical equation is one in which an unknown variable occurs in a radicand.
Solution
(i) Here,
√
x2 + 33 − x = 3
√
=⇒ x2 + 33 = x + 3 (15)
x2 + 33 = x2 + 6x + 9
=⇒ x2 − x2 + 33 = 6x + 9
=⇒ 6x = 24
=⇒ x = 4.
(ii) When an equation has two terms involving radicals, first re-write the equation
so that one radical is on each side. Then square both sides and solve for the
unknown variable. That is;
p √
y − 3 − y = −3
p √
y−3= y−3
2 2
p √
y−3 = y−3
2
√ √
y−3= y − (3)(2) y + (−3)2
√
y−3=y−6 y+9
√
y 12
=
6 6
√
y=2 (16)
Page 33 of 264
2
√
y = 22
=⇒ y = 4.
(Checking!!!) Substituting y = 4 into the left hand side of the original equation
we have;
p √ √ √
y−3− y = 4−3− 4
√ √
= 1− 4
=1−2
= −1.
Since the left hand side does not equal the right hand side −3, then there is no
solution. That is the solution set is {} or ∅.
Exercise 6.3.2 Solve the following equations
(i) 4x = 10
√
(ii) 3 x + 2 = 11
5x 6
(iii) − = 2 − 4x
7 7
x+2 2−x
(iv) − =x−2
3 6
1 2
(v) =
q−1 q−2
2t + 1 3t − 1
(vi) =
2t + 3 3t + 4
x+2 x+1
(vii) + =0
x−1 3−x
2x − 3
(viii) =6
4x − 5
t t t
(ix) t + − + = 10
3 4 36
ax2 + bx + c = 0
where a, b and c are constants and a 6= 0.
A quadratic equation is also known as a second degree equation or an equation of
degree two. Since the highest degree occurs in the second.
Page 34 of 264
6.5 Solutions of a Quadratic Equation By Factoring
A useful method of solving quadratic equations is based on factoring.
(i) x2 + x − 12 = 0
(ii) 6w2 = 5w
(iii) 3x − 4 x + 1 = −2
(iv) 4x − 4x3 = 0
(v) x2 = 3
Solution
(i) Since
x2 + x − 12 = x − 3 x + 4
Then,
x2 + x − 12 = 0
=⇒ x − 3 x + 4 = 0
=⇒ x − 3 = 0 or x + 4 = 0
=⇒ x = 3 or x = −4.
Note: Whenever, the product of two or more quantities is zero, at least one of
the quantities must be zero.
6w2 − 5w = 0
=⇒ w(6w − 5) = 0
=⇒ w = 0 or 6w − 5 = 0
=⇒ 6w = 5
5
=⇒ w = .
6
Therefore, the solution set is 0, 56 .
Page 35 of 264
(iii) For 3x − 4 x + 1 = −2, we write it as
3x − 4 x + 1 + 2 = 0 (17)
3x2 + 3x − 4x − 4 + 2 = 0
=⇒ 3x2 − x − 2 = 0
=⇒ (3x + 2)(x − 1) = 0
=⇒ 3x + 2 = 0 or x − 1 = 0
−2
=⇒ x = or x = 1.
3
−2
Thus,the solution set is 3 , 1 .
(iv) The equation 4x − 4x3 = 0 is called the third degree equation. Thus, we proceed
as follows;
4x − 4x3 = 0
4x 1 − x2 = 0
But
1 − x2 = 1 − x 1 + x
4x 1 − x 1 + x = 0
=⇒ 4x = 0 or 1 − x = 0 or 1 + x = 0
=⇒ x = 0 or x = 1 or x = −1.
(v) Since,
x2 = 3
x2 − 3 = 0
√ √
=⇒ x − 3 x + 3 = 0
√ √
=⇒ x − 3 = 0 or x + 3 = 0
√ √
=⇒ x = 3 or x = − 3.
5
√
A general form of the equation x2 = 3 is u2 = k, we can show that if u2 = k, then u = ± k.
Page 36 of 264
6.6 Quadratic Formula
Theorem 6.6.1 (Quadratic Formula) The roots of a quadratic equation
ax2 + bx + c = 0
2 2
2 b b b c
x + x+ = −
a 2a 2a a
2 2
b b 4ac
x+ = 2− 2
2a 4a 4a
2
b2 − 4ac
b
x+ =
2a 4a2
r
b b2 − 4ac
=⇒ x + =± 2
2a 4a
r
b b2 − 4ac
x=− ±
2a √ 4a2
−b ± b2 − 4ac
∴x= .
2a
Example 6.6.2 (A quadratic Equation with Two Distinct Roots) Solve
4x2 − 17x + 15 = 0
Solution.
Here a = 4, b = −17 and c = 15. Thus substitutiong into the quadratic formula, we
Page 37 of 264
get;
√
−b ± b2 − 4ac
x=
2a p
−(−17) ± (−17)2 − 4(4)(15)
=
2(4)
√
17 ± 49
=
8
17 ± 7
= .
8
The roots are ;
17 + 7 10 5
x= = =
8 8 4
or
17 + 7 24
x= = =3
8 8
5
Thus, the solution set is { , 3}.
4
Example 6.6.3 (A Quadratic Equation with one Real Root ) Solve
√
2 + 6 2 y + 9y 2 = 0
by the quadratic formula.
Solution.
Re-arranging the terms, we have;
√
9y 2 + 6 2 y + 2 = 0.
√
Then a = 9, b = 6 2 and c = 2. Thus,
√
−b ± b2 − 4ac
y=
2aq
√ √
−6 2 ± (6 2)2 − 4(9)(2)
=
2(9)
√ √
−6 2 ± 72 − 72
=
√ 18
−6 2 − 0
=
√18
−6 2
=
18
√
2
∴y=− .
3
Page 38 of 264
2
Thus, the only root − .
3
Example 6.6.4 (A Quadratic Equation with No Real Solution) Solve
z2 + z + 1 = 0
Solution.
Here, a = 1, b = 1 and b = 1. The roots are;
√ √
−b ± b2 − 4ac −1 ± −3
z= = .
2a 2
√
Now, −3 denotes the number whose square is −3. However, no such real number
exists. Since the square of any number is non-negative. Thus, the equation
√ has no
−1 ± i 3
real roots.Therefore, the equation has complex roots of the form , where
√ 2
i = −1. And they are not discussed in this course.
Example 6.7.1 (Quadratic Form Equation) Solve the quadratic form equation
1 9
6
+ 2 + 8 = 0.
x x
Solution
The equation can be written as
2
1 1
+9 3 +8=0 (18)
x3 x
1
Let w = . Then it follows that;
x3
w2 + 9w + 8 = 0
=⇒ w + 8 w + 1 = 0
=⇒ w = −8 or w = −1
Exercise 6.7.2
(i) x2 − 4x + 4 = 0
(ii) t2 + 3t + 2 = 0
2 3
(iii) p − 3 − 4 p − 3 = 0
(iv) −x2 + 3x + 10 = 0
(i) 16x2 − 40 + 25 = 0
(ii) 4x2 + 5x − 2 = 0
(iii) u2 − u = 1
(iv) w2 − 2w + 1 = 0
2 2
(v) w − 3 w − 1 = 0.
Example 6.8.1 A chemist must prepare 350ml of chemical solution made up of two
parts of alcohol and three parts of acid. How much of each should be used?
Solution.
Let x be the number of millilitres in each part. The problem can be interpreted graph-
ically as
Page 40 of 264
Figure 2: Chemical Solution
2x + 3x = 350
=⇒ 5x = 350
=⇒ x = 70.
But this is not the required answer. Thus, the amount of acid required is
Acid: 3x = 3(70) = 210ml and that of Alcohol is;
Alcohol: 2x = 2(70) = 140ml.
Let us first look at some business terms relative to a manufacturing firm, before we
look at the next examples.
Definition 6.8.2 (Fixed cost) Fixed cost (FC) is the sum of all costs that are in-
dependent of the level of production such as rent, insurance, and so on. This cost
must be paid whether or not output is produced.
Definition 6.8.3 (Total Revenues) The total cost is the sum of the variable costs
and fixed cost and is given by
Definition 6.8.4 (Total Revenue) Total revenue is the money that the manufac-
ture receives for selling the outputs and is given by
Definition 6.8.5 (Profit) Profit is defined as the total revenue minus total cost .
That is
Profit = total revenue (TR) − total cost (TC)
Page 41 of 264
Example 6.8.6 A certain company produces a product for which the variable cost
per unit is k6 and fixed cost is k80, 000. Each unit has a selling price of k10. Deter-
mine the number of units that must be sold for the company to earn a profit of k60, 000.
Solution
Let q be the units sold by the company, then the variable cost in kwacha is 6q. And
the total cost is
T C = V C + F C = 6q + 80, 000
The total revenue from the sales of q units is T R = 10q. Thus,
P rof it = T R − T C
60, 000 = 10q − (6q + 80, 000)
60, 000 = 10q − 6q − 80, 000
=⇒ 4q = 140, 000
=⇒ q = 35, 000.
Thus, q = 35, 000 units must be sold to earn a profit of k60, 000.
Example 6.8.7 A total of k10, 000 was invested in two business ventures, A and B.
At the end of the first year, A and B yielded returns of 6% and 5 43 % respectively, on
the original investments. How was the original amount allocated if the total amount
earned was k588.75?
Solution.
Let x be the amount (in kwacha) invested at 6% of project A. Then the amount in-
vested in project B is 10, 000 − x at 5 44 %. Then the interest earned from project A
was (0.06)(x). And that of the project B was (0.0575)(10, 000 − x) with a total of
588.75. Therefore,
Therefore, k5, 500 was invested in project A at 6% and k10, 000 − k5, 500 = k4500
was invested in project B at 5 43 %.
Example 6.8.8 A real estate firm in Kitwe owns the parkland Mukuba apartments,
which consists of 96 apartments. At k550 per month, every apartment can be rented.
However,for each k25 per month increase, there will be three vacancies with no possi-
bility of filling then. The firm wants to receive k54, 600 per month from rents. What
rent should be charged for each apartment?
Page 42 of 264
Solution.
Suppose x denotes the number of k25 increase in rent. Then the increase in rent per
apartment will be 25x and there will be 3x vacancies.
Page 43 of 264
7 Inequalities
7.1 Linear Inequalities
Definition 7.1.1 (Inequality) An inequality is any statement that one quantity is
less than (<), or greater than (>), or less than or equal to (≤), or greater than or
equal to (≥), another quantity.
ax + b < 0
Where a, and b are constants and a 6= 0.
Note 7.2.2 The inequality can be true for some value of x and false for others. To
solve the inequality involving the variable x, is to find all values of x for which the
inequality is true.
Solution
Since 2(x − 3) < 4, then
2x − 6 < 4
=⇒ 2x < 4 + 6
=⇒ 2x < 10
=⇒ x < 5.
The solution is all real numbers less then 5. In interval notation, we have (−∞, 5),
or set builder notation, the solution is {x ∈ R|x < 5}.
Page 44 of 264
7.3 Open and Closed Interval
The set of all real number x such that a < x < b is called an open interval and is
denoted by (a, b).
Similarly, the set of all real numbers x such that a ≤ x ≤ b is called a closed in-
terval and is denoted by [a, b].
Solution
Here;
3 − 2x ≤ 6
−2x ≤ 6 − 3
−2 3
=⇒ x≤
−2 2
3
=⇒ x ≥ − .
2
In interval notation − 32 , ∞ or set builder notation {x ∈ R|x ≥ − 32 }.
1−t 3t − 7
Example 7.3.2 Solve < .
2 3
Solution
Since
1−t 3t − 7
< ,
2 3
multiplying through by 6 we get;
Page 45 of 264
7.4 Applications of Inequalities
Example 7.4.1 Consider company X that manufactures metals, the combined cost
for labor and materials is k21 per metal. Fixed cost (costs incurred in a given period,
regardless of output) are k70, 000. If the selling price of a metal is k35, how many
metals must be sold for the company to earn profit?
Solution.
Recall that
So let q denote the number of metals that must sold. Then their cost is 21q. the
total revenue from the sales of q metals is T R = 35q. And the total cost is T C =
21q + 70, 000. Now we want profit to be greater than 0, that is profit > 0, So
And so the company must sell at least 5001 for it to make a profit.
Example 7.4.2 A builder must decide whether to rent or buy an excavating machine.
If he were to rent the machine, the rental fee would be k3, 000 per month (on a yearly
basis) and the daily cost (gas, oil, and driver) would be k180 for each day the ma-
chine is used. If he were to buy it, his fixed annual cost would be k20, 000, and daily
operating and maintenance costs would k230 for each day the machine is used. What
is the least number of days each year that the builder would have to use the machine
to justify renting it rather than buying it?
Solution
We will first determine expressions for the annual cost of renting and the annual cost
of purchasing. We then find when the cost of renting is less than that of purchasing.
So let d denote the number of days each year that the machine is used
Page 46 of 264
If the machine is rented, then the total annual cost is 12 × 3000 and daily charges of
180d
when the machine is purchased, the cost per year is 20, 000 + 230d.
But we want;
Cost rent < Cost Purchase.
Therefore,
(12)(3000) + 180d < 20, 000 + 230d
=⇒ 36, 000 + 180d < 20, 000 + 230d
16, 000 50d
<
50 50
=⇒ d > 320.
Thus, the builder must use the machine at least 321 days to justify renting it.
Solution
(i) Here,
|x − 3| = 2
=⇒ x − 3 = 2 or x − 3 = −2
=⇒ x = 3 + 2 or x = −2 + 3
=⇒ x = 5 or x = 1.
Solution set 1, 5 .
Page 47 of 264
(ii) Here, |7 − 3x| = 5 means,
7 − 3x = 5 or 7 − 3x = −5
=⇒ −3x = 5 − 7 or − 3x = −5 − 7
=⇒ −3x = −2 or − 3x = −12
2
=⇒ x = or x = 4.
3
Solution set { 32 , 4}.
(iii) For |x − 4| = −3, Since the absolute value of a number is never negative, then
the solution set is ∅ or {}.
Solution
(i) |x − 2| < 4, then
−4<x−2<4
−4+2<x<4+2
−2<x<6
Thus, the solution is an open interval (−2, 6)
(ii) Here 13 − 2x| ≤ 5
=⇒ −5 ≤ 3 − 2x ≤ 5
− 3 − 5 ≤ −2x ≤ 5 − 3
− 8 ≤ −2x ≤ 2 (dividing through by -2)
4 ≥ x ≥ −1
=⇒ −1 ≤ x ≤ 4
The solution is the closed interval [−1, 4]
Page 48 of 264
x ≤ −7 − 5 or x ≥ 7 − 5
x ≤ −12 or x ≥ 2
The solution is (−∞, 12] ∪ [2, ∞).
(ii) 3x2 + 5x − 2 ≥ 0
Page 49 of 264
x+1 x+2
(iii) >
x−1 x−2
2x + 1
(iv) <4
x−2
x+1
(v) ≤3
x−2
Solution.(To be answered in class)
Page 50 of 264
8 Functions And Graphs
8.1 Functions
We will now use the letters X, Y, Z, . . . to denote sets.
Definition 8.1.1 (Function) Let X and Y be sets. Then a function f from X to
Y is a rule that assigns each element x ∈ X one and only one element y ∈ Y . The
set X is called the domain of the function f and the set Y is called the co-domain of
the function f .
We denote a function f from the set X into the set Y as
f : X −→ Y.
Note 8.1.2 .
(i) Elements in the first set X are known as objects and elements in the second set
Y are called images.
(ii) Each object in X of a function must be assigned to only one image in Y .
(iii) The set of actual images of the objects is known as the range.
Example 8.1.3 Four first year students namely, Kelvin, Brenda, Nancy and David
are given a Mathematics test which is marked out of 5. Their marks are shown
graphically below;
Page 51 of 264
8.1.5 Business Interpretation of Functions
Suppose for example K100 is invested at say 6% simple interest, then the interest
earned I is a function of the length of time t that the money is invested. These
quantities can be written as
I = 100(0.06)t.
Which is just a function of time the money is invested. That is
For the function f : X −→ Y , we have that the variable that takes on values in
the domain of f is called an input or an independent variable for f . And a variable
that takes on values in the range of f is called an output or a dependent variable of f .
(ii)
g(x) = x3 + x2
Solution
f (x) = x + 2
That is
f (3) = 3 + 2 = 5.
(ii) Since
g(x) = x3 + x2
then
g(2) = 23 + 22 = 8 + 4 = 12.
Page 52 of 264
(ii) √
g(t) = 2t − 1.
Solution
To find the domain, is to identify the values from the domain for which the function
is defined.
(i) Since we can not divide by zero, then we must find any values of x that make
the denominator zero. From the function, setting the denominator equal to zero
and solving for x, we get;
x2 − x − 2 = 0
(x − 2)(x + 1) = 0
=⇒ x = 2 or x = −1.
Thus, the domain is the set {x ∈ R|x 6= 2, x 6= −1}.
√
(ii) We know that x is a real number if x ≥ 0. Thus, the domain of g is;
√
g(t) = 2t − 1 ≥ 0
=⇒ 2t − 1 ≥ 0
=⇒ 2t ≥ 1
1
=⇒ t ≥ .
2
1
Therefore, domain is , ∞ or the set builder notation {x ∈ R|x ≥ 21 }.
2
Example 8.1.8 If f (x) = x2 , find
f (x + h) − f (x)
.
h
Solution
f (x + h) − f (x)
The expression is refered to as a difference quotient. Since
h
f (x) = x2
then
f (x + h) = (x + h)2 .
Thus,
f (x + h) − f (x) (x + h)2 − x2
=
h h
x + 2hx + h2 − x2
2
=
h
2hx + h2
=
h
h(2x + h)
=
h
= 2x + h.
Page 53 of 264
8.1.9 Special Functions
Definition 8.1.10 (Constant Fuctions) A function of the form f (x) = C, where
C is a constant is called a constant function.
is called a piece-wise (or case defined) function because the rule for specifying it is
given by rules for each several disjoint cases.
From Definition 8.1.14, if we want to find f (0), f (2) and f (7), then;
Definition 8.1.15 (Absolute Valued Function) The function of the form f (x) =
|x|, where (
x if x ≥ 0
|x| =
−x if x < 0
is called an absolute valued function.
Page 54 of 264
8.1.16 Combinations of Functions
Two functions can be combined together by using the following properties. Let f, g
be functions, then for all x ∈ R, we have;
(i)
(f ± g)(x) = f (x) ± g(x)
(ii)
(f g)(x) = f (x)g(x)
(iii)
f f (x)
(x) = for g(x) 6= 0.
g g(x)
Example 8.1.17 If f (x) = 3x − 1 and g(x) = x2 + 3x. Find the following combina-
tions;
f
(i) (f + g)(x) (ii) (f − g)(x) (iii) (f g)(x) (iv) (x).
g
Solution
(i) Since
(ii) Since,
(iii) Since
(f g)(x) = f (x)g(x)
= (3x − 1)(x2 + 3x)
= 3x3 + 8x2 − 3x.
(iv) Since
f f (x)
(x) =
g g(x)
3x − 1
= 2 .
x + 3x
Page 55 of 264
8.1.18 Composite Functions
We can also combine two functions by first applying one function to an input and
then applying the other function to the output of the first. Below is the composite of
f with g.
Figure 4:
f ◦ g : X −→ Z
defined by
(f ◦ g)(x) = f (g(x)).
where the domain of f ◦ g is the set of all those x in the domain of g, such that g(x)
is in the domain of f .
√
Example 8.1.20 Let f (x) = x and g(x) = x + 1. Find
Solution
(i) Since,
(f ◦ g)(x) = f (g(x))
p
= g(x)
√
= x + 1.
(ii) Since,
Page 56 of 264
8.1.21 Injective Functions
Definition 8.1.22 (Injective or One-to-one) A function f : X −→ Y is said to
be one-to-one (injective) if and only if for all x1 , x2 ∈ X with x1 6= x2 , implies that
f (x1 ) 6= f (x2 ), that is distinct elements in the domain have distinct functional values.
Similarly, for all x1 , x2 ∈ X, if f (x1 ) = f (x2 ), then x1 = x2 .
(ii) Suppose that f (x1 ) = f (x2 ), show that x1 = x2 for all x1 , x2 ∈ Domain(f ).
Example 8.1.24 Show whether the following functions are one-to-one or not;
(ii) g(x) = x2 on R.
Solution
We are going to solve these problems both graphically and algebraically.
f (x1 ) = f (x2 )
=⇒ 3x1 − 2 = 3x2 − 2
=⇒ 3x1 = 3x2
=⇒ x1 = x2 .
Page 57 of 264
Graphically; Let us consider the graph of f (x) = 3x − 2 below;
Figure 5:
Clearly, from Figure 5, we can see that the Horizontal line test (HLT) intersects
the graph of f at at-most one point. Hence, the function f is one-to-one.
g(x1 ) = g(x2 )
=⇒ x21 = x22
=⇒ x21 − x22 = 0
=⇒ (x1 − x2 )(x1 + x2 ) = 0.
Page 58 of 264
Graphically; Consider the graph of g = x2 below;
Figure 6:
Since the Horizontal line test intersects the graph of g in two points, the the
function g is not one-to-one. But notice that if we restrict the domain [0, ∞),
the function g will be a one-to-one function.
(ii)
g(x) = (x − 1)2
Solution
(i) Since f is one-to-one (Check that its one-to-one), then the inverse exists. To
find the inverse of a one-to-one function, we solve the equation y = f (x) for x
in terms of y as;
y = 3x + 7
=⇒ 3x = y − 7
y−7
=⇒ x = .
3
Therefore,
x−7
f −1 (x) = .
3
Page 59 of 264
(ii) The function g(x) = (x − 1)2 is one-to-one (Check!!!) then the inverse exists
and is obtained by letting
y = (x − 1)2
√
=⇒ (x − 1) = y
√
=⇒ x = y + 1.
Therefore, √
g −1 (x) = x + 1.
8.2 Graphs
To sketch the graph of any given function, we need to understand the concept of
x-intercept and y-intercept.
To find the x-intercepts of the graph of an equation in x and y, we first set y = 0 and
then solve the resulting equation for x. To find the y-intercepts, we first set x = 0
and then solve for y.
Solution
Setting y = 0, and solving for x gives,
x2 + 2x − 3 = 0
=⇒ (x + 3)(x − 1) = 0
=⇒ x = −3 or x = 1.
Thus, the x-intercepts are (−3, 0) and (1, 0). Similarly, if x = 0, then we have
y = 02 + 2(0) − 3 = −3.
Thus, (0, −3) is the y-intercept. Therefore, the graph of the function is
Page 60 of 264
Figure 7: Graph of f (x) = x2 + 2x − 3.
Example 8.2.3 Find the x- and the y-intercepts of the graph y = 2x + 3 and sketch
the graph of f ,
Solution
If y = 0, then
0 = 2x + 3
3
=⇒ x = − .
2
3
Thus, the x-intercept is − , 0 . And if x = 0, then
2
y = 2(0) + 3 = 3.
Page 61 of 264
Figure 8: Graph of f (x) = 2x + 3.
Example 8.2.4 Determine the intercepts if any of the function s(t) below;
100
s(t) = , for t 6= 0.
t
and sketch the graph of s(t).
Solution
We will label the horizontal axis t and the vertical axis s. Since t can not equal 0, there
is no s-intercept. Thus, the graph has no point corresponding to t = 0. Moreover,
there is no t-intercept, because if s = 0, then the equation
100
0=
t
has no solution. Therefore, considering the table of values below;
Page 62 of 264
100
Figure 9: Graph of s(t) = .
t
√
Example 8.2.5 Graph the function f : R −→ R given by f (x) = x.
Solution √
Recall that
√ x denotes the primitive square root of x. Thus, for x = 9,
f (9) = 9 = 3, not ±3. Also the domain of f is [0, ∞) because its values are declared
to be real numbers. Let us now consider intercepts. If
√
f (x) = 0 then x = 0 =⇒ x = 0.
Also if x = 0, then f (x) = 0. Thus, the x-intercept and the y-intercept are the same,
that is (0, 0). Making the table of values, we have;
1
x 0 4
1 4 9
1
f (x) 0 2
1 2 3
Page 63 of 264
√
Figure 10: Graph of f (x) = x.
Example 8.2.6 Sketch the graph of the absolute-valued function f (x) = |x|
Solution
Here the x and y intercepts are the same point (0, 0). Thus,
Solution
We know that f (x) = x is a linear function, f (x) = x − 1 is also a linear function
passing through point x = 1 (or shifted 1 unit in the x-axis to the right) and the
function f (x) = 4 is a constant function. Therefore, considering the domain of each
function, we have;
Page 64 of 264
Figure 12:
Page 65 of 264
9 Simultaneous Equations and Its Applications
9.1 Simultaneous Equations
Example 9.1.1 Solve the following system of equations below;
x − 2y = 3 (19)
3x + 5y = 20 (20)
Solution
Using elimination method, eliminating y, we multiply Equation (19) throughout by 5
and Equation (20) by 2, that is;
x − 2y = 3 × 5
3x + 5y = 20 × 2
We get;
5x − 10y = 15 (21)
6x + 10y = 40 (22)
11x = 55
5 − 2y = 3
=⇒ − 2y = −2
=⇒ y = 1.
Therefore, x = 5 and y = 1.
p = 1000 − 2q
where p is the price (in kwacha) per unit, when q units are demanded, q (per week) by
consumers. Find the level of production that will maximize the manufacturer’s total
revenue and determine this revenue.
Page 66 of 264
Solution
We know that
Total Revenue (TR)=Price (p) × Quantity (q)
That is
TR = p × q
It follows that
T R = (1000 − 2q)q
= [1000 − 2(250)](250)
= (1000 − 500)(250)
= 500 × 250
= 125, 000.
And
{(q, p) ∈ D|2p + q = 20}.
Determine the supply function q S (p), the inverse supply function pS (q), the demand
function q D (p) and the inverse demand function pD (q). Sketch S and D and deter-
mine the equilibrium set E = S ∩ D. Comment briefly on the interpretation of the
Page 67 of 264
results.
Solution
the supply function is obtained by expressing quantity q in terms of price p for points
in the supply set. That is
2p − 3q = 12
=⇒ −3q = 12 − 2p
12 − 2p
=⇒ q =
−3
2
=⇒ q = −4 + p
3
Therefore,
2
q S (p) = p − 4.
3
D
Similarly, the demand function q (p) is obtained by expressing q in terms of p. That
is
2p + q = 20
=⇒ q = 20 − 2p
Therefore,
q D (p) = 20 − 2p.
We now obtain the inverse supply and inverse demand functions by expressing p in
terms of q on the supply and demand sets. Thus, the inverse supply function is
3
Supply: pS (q) = q + 6.
2
1
Demand: pD (q) = 10 − q.
2
And a sketch of S and D is obtained by first forming tables of values for each function.
Page 68 of 264
Figure 13:
Thus, E consists of the single point (2, 9) and when the market is in equilibrium, the
selling price will be 9 and the quantity will be 2.
In general, when the demand and supply curves of a product are represented on the
same coordinate plane, the point (q, p) where the curves intersect is called the point
of equilibrium, the price p is called the equilibrium price, and is the price at
which consumer will purchase the same quantity of a product that producers wish to
sell at that price. The quantity q is called the equilibrium quantity.
Note 9.2.4 The equilibrium point can also be obtained by solving the demand and
supply equations simultaneously to find the point of intersection.
Page 69 of 264
Figure 14:
(ii) Determine the total revenue obtained by the manufacturer at the equilibrium
point both before and after tax.
Solution
(i) Before tax, the equilibrium price is obtained by solving the system of equations
simultaneously, that is for the equations,
8
p= q + 50 (24)
100
7
p=− q + 65 (25)
100
Equating Equation (25) to Equation (24), we get;
7 8
− q + 65 = q + 50
100 100
15
=⇒ 15 = q
100
=⇒ q = 100.
Thus, the equilibrium quantity is q = 100. To solve for the equilibrium price p,
we substitute q = 100 into Equation (24), and solve for p, we have;
8
p= (100) + 5 = 58.
100
Page 70 of 264
Therefore, k58.0 is the original equilibrium price. Now before tax, the manufac-
turer supplies q units at a price of
8
p= q + 50
100
per unit. After tax, the the manufacturer sells the same quantities q units for
an addition of k1.5 per unit. Thus, the price per unit will be
8 8
p= q + 50 + 1.5 = q + 51.5
100 100
Hence,
8
p= (90) + 51.5 = 58.7.
100
Therefore, the tax of k1.5 per unit increases the equilibrium price by k0.7.
Graphically, we have;
T R = (58.7)(90) = 5283.
Page 71 of 264
Figure 15:
T R = 8q.
The difference between the total revenue received for q units and the total cost (T C)
of q units is the manufacturer’s profit (π). That is
π = TR − TC
Recall that
where fixed costs are those costs that, under normal conditions do not depend on the
level of production (over the period of time, they remain constant). For example,
rent, officer’s salaries, etc. And the variable costs are those costs that vary with the
level of production (such as cost of materials, labor, maintenance due to wear and
tear, etc.)
Page 72 of 264
For example, for q units produced of product A, suppose that fixed cost is 5000,
and variable cost is 22q, then the total cost is
T C = V C + F C = 22q + 5000.
The break-even point is the point at which total revenue equals total cost. That is
Break-Even Point: T R = T C
This usually occurs when the level of production and sales result in neither a profit
nor lose to the manufacturer.
From Figure 16, the break-even point is the point (m, n) at which the graph of
T R = 8q and T C = 22q +5000 intersect. Here m is called the equilibrium quantity
and n is the equilibrium price.
Example 9.2.9 A manufacturer sells a product at k8 per unit, selling all that is
22
produced. Fixed cost is k5000 and variable cost per unit is k .
9
(i) Find the total output and revenue at the break-even point.
Page 73 of 264
(iv) Find the output required to obtain a profit of k10, 000.
Solution
T R = 8(900) = 7200.
(ii) Since,
Thus, the profit when 1800 units are produced and sold is k5, 000.
(iii) The loss when 450 units are produced is
22
T R − T C = 8q − q + 5000 , q=450
9
22
= 8(450) − (450) + 5000
9
= −2500 < 0.
Thus, a loss of k2, 500 occurs when the level of production is 450 units.
Page 74 of 264
(iv) In order to obtain a profit of k10, 000, we have;
Profit = T R − T C
22
10, 000 = 8q − q + 5000
9
50
15, 000 = q
9
=⇒ q = 2700.
Therefore, 2700 units must be produced, in order to make a profit of k10, 000.
Q = f (P, Y, PS , PC , T, A, . . .)
Where;
Definition 9.3.2 (A Substitute Good) A substitute good is one that can be used
instead of another good. For example, trains and buses.
The demand function P = g(Q) can be modelled by the simple linear equation
P = a − bQ
∆P
where a and b are constants. This equation is a straight line with slope = −b
∆Q
and the graph is;
Page 75 of 264
Figure 17: Graph of the demand equation P = a − bQ
Q = f (P, C, P0 , T, N, O, . . .)
where,
Q = f (P ).
Page 76 of 264
That is the quantity supplied depend on the price only as long as the other variables
upon which supply demands remain constant.
The equation of the supply function can be modelled by the simple linear equation
P = C + dQ
∆P
where c and d are constants and the slope = +d, and has a graph
∆Q
9.3.5 Examples
Example 9.3.6 The demand function is given by the equation
P = 100 − 0.5Q
(i) State and give a verbal description of the slope and intercepts.
Page 77 of 264
(iv) Find an expression for the demand function in the form Q = f (P ) and graph
it.
Solution
∆P
(i) The vertical intercept is 100 when Q = 0. And the slope is = −0.5. This
∆Q
means that the price drops by 0.5 units for each successive unit increase in
quantity demanded.
P = 100 − 0.5Q
5 = 100 − 0.5Q
=⇒ 0.5Q = 95
=⇒ Q = 190 units.
(iii) To plot the demand function over the range 0 ≤ Q ≤ 200, we choose various
quantity values with this range, that is
Q P (Q)
0 100
40 80
80 60
90 55
120 40
160 20
200 0
Page 78 of 264
Plotting these data points, we have,
P = 100 − 0.5Q
0.5Q = 100 − P
=⇒ Q = 200 − 2P
Page 79 of 264
Figure 20: Graph of the demand function Q = 200 − 2P.
P = 10 + 0.5
Solution
(i) The vertical intercept is 10 and this means tha the firm will supply no units less
∆P
or equal to 10. The slope is = +0.5. This means that price increases by
∆Q
0.5 units for every successive unit increase in quantity supplied.
(ii) To plot the supply function over the interval 0 ≤ Q ≤ 100, we choose various
quantity values within this range. And so
Page 80 of 264
Figure 21: Graph of supply equation P = 10 + 0.5Q.
Page 81 of 264
10 Elasticity of Demand, Supply and Income
10.1 Price Elasticity of Demand
Price elasticity of demand measures the responsiveness (sensitivity) of quantity de-
manded to changes in the good’s own price. This is denoted by εd and is given
by
Percentage change in quantity demanded
εd =
Percentage change in price
%∆Q
=
%∆P
∆Q
× 100
Q
=
∆P
× 100
P
∆Q P
∴ εd = · .
∆P Q
The numerical value or coefficient for price elasticity of demand is normally negative
∆P
since the slope from a demand functio, is negative. That is for the linear demand
∆Q
function
P = a − bQ
∆P b
has slope = − . And so inverting both sides, we get;
∆Q 1
∆Q 1
= − < 0.
∆P b
Note 10.1.1 .
(i) The negative sign associated with εd indicates the direction and magnitude of the
responsiveness of one variable with respect to another. A negative sign indicates
that an increase in one variable is accompanied by a decrease in the other or
vice-versa. A positive sign indicates that an increase (decrease) in one variable
is accompanied by an increase (decrease) in the other.
(ii) Some books give a numerical value of elasticity without a sign. This is known
as the absolute-value or magnitude of elasticity denoted |ε|, that indicates the
magnitude of the responsiveness of one variable to a change in another and not
the direction of the responsiveness.
There are basically two approaches to measure price elasticity; namely Point elas-
ticity and Arc elasticity.
Page 82 of 264
10.1.2 Point Elasticity of Demand
Point elasticity of demand measures elasticity at a point on the demand function.
Given the linear demand function,
P = a − bQ.
P = 2400 − 0.5Q.
(B) If the price of computers increases by 12%. Calculate the percentage change in
the quantity demanded at P = 1800, P = 1200 and (iii) P = 600.
%∆Qd
εd = .
%∆P
(ii) Then calculate the exact percentage changes and compare them with an-
swers in part (B)(i).
(C) Graph the demand function, indicating where demaand is elastic, unit elastic
and inelastic.
Solution
(A) (i) At point P = 1800, the quantity of computers demanded, Q is calculated
by substituting P = 1800 into the demand function. That is,
P = 2400 − 0.5Q
=⇒ 1800 = 2400 − 0.5Q
=⇒ Q = 1200.
Page 83 of 264
The value of point elasticity of demand at (P = 1800, Q = 1200) is calcu-
lated by substituting these values along with b = 0.5 into the formula
1 P0
εd = −
b Q0
1 1800
=⇒ εd = −
0.5 1200
1800
=−
600
∴ εd = −3.
The calculations for (ii) and (iii) for price elasticity of demand for P =
1200 and P = 600 are carried out in the same way as part (i). And so we
proceed as follows;
(ii) For P = 1200, we have;
P0 = 2400 − 0.5Q
=⇒ 1200 = 2400 − 0.5Q
=⇒ Q0 = 2400.
Thus,
1 P0 1 1200
εd = − =− = −1.
b Q0 0.5 2400
And
|εd | = 1.
Means that demand is unit elastic.
(iii) For P = 600, we have;
Thus,
1 P0 1 600 1
εd = − =− = − ≈ −0.33.
b Q0 0.5 3600 3
And
1
|εd | = ≈ 0.33 < 1.
3
Therefore, demand is inelastic.
Page 84 of 264
(B) (i) Using the definition
%∆Qd
εd = (26)
%∆P
Equation (26) can be rearranged as follows;
Page 85 of 264
(C) The graph of the demand function is
Figure 22: Variation of Price Elasticity of Demand With Price Along The Demand
Function P = 2400 − 0.5Q
• Elastic; when −∞ < εd < −1, then demand is strongly responsive to changes
in price, that is the percentage change in demand is greater than the percentage
change in price.
• Unit elastic; when εd = −1, then the percentage change in demand is equal
to the percentage change in price.
• Inelastic; when −1 < εd < 0, then the demand is weakly responsive to changes
in price, that is the percentage change in demand is less than the percentage in
price.
Page 86 of 264
In general, for a given percentage change in price, there is a greater percentage change
in quantity demanded if demand is elastic, as smaller percentage change if demand
is inelastic, and an equal percentage change if demand is unit elastic.
∆Q P1 + P2
∴ εd = × (28)
∆P Q1 + Q2
%∆Qd
=
%∆Y
∆Q Y1 + Y2
∴ εd = ·
∆Y Q1 + Q2
Where;
Page 87 of 264
The coefficient of income elasticity of demand may be positive or negative.
Solution
∆T C
(ii) Since slope = 7, 000, and the T C-intercept is 35, 000, then the graph
∆q
of T C function is
Page 88 of 264
Figure 23: Graph of T C = 7000q + 35000
(2) Suppose that each chicken snack box is sold for k12, 250 irrespective of the
number of units sold.
(i) Write down the equation of the total revenue (TR) function.
(ii) Graph the total revenue (TR) function.
Solution
T R = 12, 250q
Notice that the price is constant at 12, 250 irrespective of the value of q.
∆T R
(ii) Since the slope = 12, 250 and the intercept is 0, then the graph is
∆q
Page 89 of 264
Figure 24: The Graph of T R = 12, 250q
P = 12 − 0.5Q
where P is the price of silicon chips for each batch of 1000. Calculate the
coefficient of point elasticity of demand εd when
Solution
Since
1 P0
εd = −
b Q0
and b = 0.5. Then the coefficient of point elasticity of demand for silicon chips
is calculated as;
Page 90 of 264
Figure 25: Elasticity Varies Along a Demand Function
Since the prices are fixed at PA = 140, 000 and PB = 210, 000, then quan-
tity is a function of income, that is Q = f (Y ). Therefore, the demand function
can be written as;
And when income increases from k280, 000 to k420, 000, the demand becomes;
Page 91 of 264
And for Y2 = 420000, we have;
84 700
= ×
140 740
= 0.568.
xPx + yPy = M.
A cost constraint also known as as iso-cost (equal cost) line, relates the amount
of inputs that a firm can afford to purchase given its total allowable expenditure
(budget) and the cost per unit of the inputs. Assuming that the inputs are
labour, L, and capital, K, and if the cost per unit of labour is the wage rate w,
the cost per unit of capital is rent r, and the firms total allowable expenditure
is C. Then a firm can allocate its expenditure on one of the following;
Page 92 of 264
(ii) All L and no K
(iii) All K and no L.
The general equation of the iso-cost line is given by;
wL + rK = C.
Solution
(i) We know that the general equation of the constraint is given by;
xPx + yPy = M (29)
Making the substitutions, we have,
10500x + 21000y = 630000
=⇒ y = 30 − 0.5x.
∆y
Thus, slope is = −0.5, y-intercept is y = 30 and x-intercept is
∆x
x = 60.
(ii) (a) When Px = k5, 250, while Py = k21, 000 and M = k630, 000.
Substituting into Equation (29), the constraint equation becomes
5250x + 21000y = 630000
=⇒ y = 40 − 0.5x.
∆y
Therefore, the slope is = −0.5, y-intercept is y = 40 and
∆x
x-intercept is x = 80.
Page 93 of 264
Figure 26: ∆Px and its effect on the budget constraint.
(b) When Py = k10, 500, Px = k10, 500 and M = k630, 000, then
Equation (29) becomes;
∆y
Hence, the slope = −1, y-intercept is y = 60 and x-intercept
∆x
is x = 60.
Page 94 of 264
Figure 27: ∆Py and its effect on the budget constraint.
(c) When Px = k10, 500, Py = k21, 000 remain the same, but income
changes to M = k840, 000, then Equation (29) becomes,
∆y
Thus, = −0.5, y-intercept is y = 40 and x-intercept is x = 80.
∆x
Page 95 of 264
Figure 28: ∆M and its effect on the budget constraint.
Page 96 of 264
11 TEST 01: MONDAY 27th SEPTEMBER,
2021
The test will cover all the 10 topics above. You are all advised NOT to miss
any test!!!
Page 97 of 264
12 Arrangements, Permutations and Combinations
12.1 Arrangements
12.1.1 The Multiplication Principle
Suppose that there are n1 ways of performing a certain task and n2 ways of performing
another task, then the multiplication principle implies that there are n1 × n2 ways of
performing a combined two tasks.
Example 12.1.2 The chairs of the exam room are to be labelled with an upper case
English letter followed by a positive integer not exceeding 100. What is the largest
number of chairs that can be labeled differently?
Solution
The procedure of labelling a chair consists of two tasks, namely, assigning to the seat
one of the 26 uppercase English letters, and then assigning to it one of the 100 possible
integers. Thus, by the multiplication principle, we have
26 × 100 = 2600
differently ways that a chair can be labelled. Therefore, the largest number of chairs
that can be labelled differently is 2600.
Example 12.1.3 A certain restaurant at CBU offers a choice of three cereals and
four relishes. How many different meals are available in the restaurant?
Solution
Since there are three choices of cereals and four different kinds of relish, then by the
multiplication principle, there are 3 × 3 = 12 different meals available in the restau-
rant.
Solution
Page 98 of 264
(iv) n! = n(n − 1)(n − 2)!
12.2 Permutations
Definition 12.2.1 Let n ∈ Z be the number of objects in a set. Then an arrangement
k ≤ n of these n objects in a given order is called a permutation of the object taking
k at a time.
n n! n! n!
Pn = = = = n!
(n − n)! 0! 1
Thus, n Pn = n!
Note 12.2.3 (i) A permutation is just an ordered arrangement of distinct objects.
Page 99 of 264
Example 12.2.4 Find the permutation of letters A, B, C, D.
(i) Taking four at a time
Solution
(i) When k = 4, and since n = 4, then there are;
4
P4 = 4! = 4 × 3 × 2 × 1 = 24
Permutations. That is
4 4!
P3 = = 24 Permutations
(4 − 3)!
4 4! 4! 4 × 3 × 2×
P2 = = = = 12
(4 − 2)! 2! 2×1
Example 12.2.5 How many permutations are possible for the letters A,B,C,D and
F.
(i) Taking 6 at a time
6 6! 6! 6 × 5 × 4 × 3!
P3 = = = = 6 × 5 × 4 = 120 permutations
(6 − 3)! 3! 3!
n n!
Ck =
k!(n − k)!
Example 12.3.4 Determine the number of combinations for the letters A,B,C and
D, taking 3 letters at a time.
Solution
For the letters A,B,C and D, we expect to have
4 4! 4 × 3!
C3 = = =4
3!(4 − 3)! 3! × 1!
Solution
Here we have n = 8 and k = 3, thus
8 8!
C3 =
(8 − 3)!3!
8!
=
5! × 3!
8 × 7 × 6 × 5!
=
5! × 3!
8×7×6
=
3!
8×7×6
=
6
=8×7
= 56 committees.
Example 12.3.6 Five students have been selected to the student union.
5 5! 5 × 4 × 3! 5 × 4 × 3! 5×4
C3 = = = = = 10.
(5 − 3)!3! (5 − 3)!3! 2! × 3! 2
Hence, we will have 10 different committees.
(ii) Since the 3 members to be chosen have occupy specific positions, that is Chair-
person, Secretary and Treasurer, then in this case order is important. Thus, we
use permutation i.e.
5 5! 5! 5 × 4 × 3 × 2!
p3 = = = = 60.
(5 − 3)! 2! 2!
Hence we will have 60 line ups.
(x + y)0 =1
(x + y)1 =x+y
(x + y)2 = x2 + 2xy + y 2
(x + y)3 = x3 + 3x2 y + 3xy 2 + y 3
(x + y)4 = x4 + 4x3 y + 6x2 y 2 + 4x3 + y 4
(x + y)5 = x5 + 5x4 y + 10x3 y 2 + 10x2 y 3 + 5xy 4 + y 5
9 9! 9! 9 × 8 × 7 × 6!
(i) = = = = 84
6 6!(9 − 6)! 6!3! 6! × 3 × 2×
10 10! 10!
(ii) = = =1
10 10!(10 − 10)! 10!0!
Solution
(i) Here for n = 3, the coefficients from the Pascals Triangle are
1 3 3 1
Thus,
1 5 10 10 5 1
Thus,
(2x − 5)5 = 1(2x)5 + 5(2x)3 (−5) + 10(2x)3 (−5)2 + 10(2x)2 (−5)3 + 5(2x)(−5)4 + 1(−5)5
= 32x5 − 400x4 + 2000x3 − 5000x2 + 6250x − 3125
Now for large number of n, (a + b)n can be difficult to expand using Pascal’s Triangle.
Hence, we introduce the Binomial Theorem for positive integers.
Solution
√ 5 √ 5 5 √ 4 5 √ 3 5 √ 2
5 2
( x − 2y) = ( x) + ( x) (−2y) + ( x) (−2y) + ( x) (−2y)3
0 1 2 3
5 √
4 5
+ ( x)(−2y) + (−2y)5
4 5
5 3 1
= x 3 − 10x2 y + 40x 2 − 80xy 3 + 80x 2 y 4 − 32y 5 .
Example 12.5.8 Find the third term of the expansion (2x − y)3
Solution
Since we want the third term, then k + 1 = 3 ⇒ k = 2. Thus
3
T2+1 = T3 = (2x)3−2 (−y)2
2
= 3(2x)(y 2 )
∴ T3 = 6xy 2
18
2 2
(ii) 3x − 2 . Here n = 18, a = 3x, b = − 2 , k =?. Now for the term
x x
independent of x we use the formula for the (k + 1)th term.
k
18 18−k 2
Tk+1 = (3x) − 2
k x
18 − k = 2k
⇒ 3k = 18
⇒ k = 6.
Proof
From the Binomial theorem, we know that
n n n n n−1 1 n n−2 2 n n
(1 + x) = 1 + 1 x + 1 x + ··· + x .
1 1 2 n
Solution
We know that
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + · · · + xn
2! 3!
1
Then since | − 2x| = 2|x| < 1 ⇒ |x| < < 1. Then
2
(1 − 2x)3 = [1 + (−2x)]3
(3)(2)(−2x)2 (3)(2)(1)(−2x)3
= 1 + 3(−2x) + +
2! 3!
= 1 − 6x + 12x2 − 8x3 .
Theorem 12.5.15 (The Binomial Theorem for any Rational Index (n)) Recall
by definition that
n n!
Ck = .
(n − k)!k!
But
n! n(n − 1)(n − 2) · · · (n − k + 1)(n − k)!
=
(n − k)!k! (n − k)!k!
n(n − 1)(n − 2) · · · (n − k + 1)
=
k!
n
= .
k
Note 12.5.16 The form of n Ck has no meaning when n is either negative or a frac-
tion. Thus we use the notation
n n(n − 1) · · · (n − k + 1)
=
k k!
n n
unlike the symbol Ck , the symbol may be used when n is a negative number or
k
a fraction.
Example 12.5.18 Find the Binomial expansion of the following and state the valid
interval of expansion.
1 √ 1 1
(i) (ii) 1 − 3x (iii) (iv) (1 − x) 3
1+x (1 + 4x)2
Solution
Using the result
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + · · · + xn
2! 3!
we have
1
(i) = (1 + x)−1 . Here n = −1, it follows that
1+x
(−1)(−2) 2 (−1)(−2)(−3) 3
(1 + x)−1 = 1(−1)(x) + x + x + ···
2! 3!
= 1 − x + x2 − x3 + · · ·
Example 13.1.3
an = n or {n}∞
n=1 or {n}
means 1, 2, 3, 4, 5, . . .
Example 13.1.4
∞
1 1 1
an = or or
2n−1 2n−1 n=1 2n−1
1 1 1 1
means 1, , , , , ...
2 4 8 16
Example 13.1.5
∞
n+1 n n+1 n n
an = (−1) or (−1) or (−1)n+1
2n + 1 2n + 1 n=1 2n + 1
1 2 3 4
means , − , , − , ...
3 5 7 9
Solution
We have
a1 = 5, a2 = 5, a3 = 5, a4 = 5, a5 = 5
7 + 12 8 7 + 22 11 7 + 32 16 7 + 42 23 7 + 52 32
a1 = = , a2 = = , a3 = = , a4 = = , a5 = =
10 − 1 9 10 − 2 8 10 − 3 7 10 − 4 6 10 − 5 5
Example 13.1.13 Find an explicit formula for the sequence of the form a1 , a2 , a3 , . . .
with the initial terms
1, 2, 3, 4, 5, 6, 7, 8
Solution
We have
an = n, for all integers n ≥ 1
Example 13.1.14 Find an explicit formula for the sequence of the form a1 , a2 , a3 , . . .
with the initial terms
3, 4, 5, 6, 7, 8, 9, 10
Solution
Example 13.1.16 Find an explicit formula for the sequence of the form a1 , a2 , a3 , . . .
with the initial terms √ √ √ √
3 3 3 3
− 4, 9, − 16, 25
Solution
We have p
an = (−1)n 3
(n + 1)2 for all integers n ≥ 1
Example 13.1.17 Find an explicit formula for the sequence of the form a1 , a2 , a3 , . . .
with the initial terms √ √ √ √
3 3 3 3
4, − 9, 16, − 25
Solution
We have p
an = (−1)n+1 3
(n + 1)2 for all integers n ≥ 1
Example 13.2.2 Find the common difference in each of the arithmetic sequence
below;
(i) 2, 7, 11, 15, 19, . . . (ii) 17, 14, 11, 8, 5, . . . (iii) a, a + d, a + 2d, a + 3d, . . .
Solution
(i) Here, Since d = 7−3 = 4 then 4 is the common difference because we are adding
4 each time to get next term in the sequence.
(iii) Here we add d each time since a + d − a = d. Thus the common difference is d.
d = ak+1 − ak
an = a1 + (n − 1)d
Example 13.2.5 Find the formula for the general term of the arithmetic sequence
3, 5, 7, 9, 11, . . .
Solution
Here, the first term is a1 = 3 and common difference.
d =ak+1 − ak
=5 − 3
=2
an =a1 + (n − 1)d
=3 + (n − 1)2
=3 + 2n − 2
⇒ an =2n + 1
Example 13.2.6 Find the 40th term of the arithmetic progression 1, 5, 9, 13, . . .
d = ak+1 − ak
=5−1
=4
∴ a1 + (n − 1)d
Now for n = 40, we have
Example 13.2.7 Find the first term and common difference of an Arithmetic pro-
gression whose fourth and ninth terms are 26 and 61 respectively.
Solution
We know the nth term is found by using the formula
an = a1 + (n − 1)d
⇒ a1 + 3d = 26 (31)
⇒ a1 + 8d = 81 (32)
Solution
Cosinder the following AP below:
a1 , a1 + d, a1 + 2d, a1 + 3d
|{z} | {z }
6 27
a4 = a1 + (n − 1)d
⇒ 27 = 6 + (4 − 1)d
⇒ 27 = 6 + 3d
⇒ 21 = 21
⇒ d = 7.
a1 + d = 6 + 7
= 13
anda1 + 2d = 6 + 2(7)
= 20
n
Sn = [2a1 + (n − 1)d] (35)
2
Equation (35) is called the sum of the first n terms of an arithmetic progression.
Equation (35) can be simplified further. Since
n
Sn = [2a1 + (n − 1)d]
2
n
= a1 + a1 + (n − 1)d
2 | {z }
an
n
Sn = [a1 + an ]
n
Solution
Here the first term a1 = 4, common difference
d = ak+1 − ak
= 10 − 4
=6
Solution
50
X
(3k + 4) = (3 + 4) + [3(2) + 4] + · · · + [3(50) + 4]
k=1
= 7 + 10 + · · · + 154
∴ a1 = 7, d = 10 − 7 = 3 and n = 50
Thus
50
S50 = [7 + 154]
2
= 25 × 161
= 4025.
Remark 13.2.18 Note that if lim |an | = L and L 6= 0, then lim an is not neces-
n→∞ n→∞
sarily equal to L. For example, if an = (−1)n , then
lim |an | = lim |(−1)n | = lim 1 = 1
n→∞ n→∞ n→∞
but lim an does not exist.
n→∞
Remark 13.2.19 The converse of Theorem 13.2.17 is also true, that is, if lim an =
n→∞
0, then lim |an | = 0.
n→∞
(−1)n
Example 13.2.20 Let an = , then lim an = 0, since
n n→∞
(−1)n 1
lim |an | = lim = lim = 0
n→∞ n→∞ n n→∞ n
2n3 − n + 5
Example 13.2.21 Determine whether the sequence an = converges or
n3 + n2 − 1
diverges. If it converges, find the limit.
We have
2n3 − n + 5
∞
lim 3 2
=
n→∞ n + n − 1 ∞
2n3 −n+5
2n3 − n + 5 n3
2 − n12 + n53 2−0+0
∴ lim 3 = lim n3 +n2 −1
= lim 1 1 = =2
n→∞ n + n2 − 1 n→∞ n→∞ 1 + − n3 1+0−0
n3 n
Therefore, the sequence converges to 2.
If the sequence of partial sums diverges, then the series is said to diverge. A divergent
series has no sum.
Solution
Given the term a1 = 2 and the common ration r = 3, then to obtain the rest of the
terms in the sequence, we multiply the previous term by the common ratio to get the
next term. That is 2, 2 × 3, 2 × 32 , 2 × 33 . ⇒ 2, 6, 18, 54, 162 The 9th term is obtained
by setting n = a and substituting into the formula as follows;
a9 = 2(38 )
= 2 × 6661
= 13122
Example 13.4.3 The first three terms of a geometric sequence are 16, 8, and 4. Find
the 7th term of the sequence.
Solution
Since 16, 8, 4, . . . are the first three terms of a geometric sequence, then a1 = 16 and
ak+1 8 1
r= = = . Thus, the 7th term is an = a1 rn−1
ak 16 2
1 1 16
⇒ a7 = 16( )6 = 16( ) =
2 64 64
1
∴ a7 =
4
Solution
We know that when we insert two numbers we will have four terms in a geometric
sequence of the form a1 , a1 r, a1 r2 , a1 r3 .
⇒ a1 r, a1 r2 , 16
| {z }
required terms
a1 r3 = 16
⇒ 2r3 = 16
⇒ r3 = 8
√3
⇒ r = 8 = 2.
a1 r2 = 2 × (22 )
=2×4
= 8.
Sn = a1 + a1 r + a1 r2 + · · · + a1 rn−1 (36)
Sn − rSn = a1 − a1 rn
Solution
ak+1 2
Here, r = = , a1 = 1 and n = 8. Therefore,
ak 1
a1 (1 − rn )
Sn =
1−r
1(1 − 28 )
=
1−2
8
=2 −1
S8 = 256
13.4.10 Examples
4
X
(a) ak = a1 + a2 + a3 + a4
k=1
7
X
(b) bk = b3 + b 4 + b5 + b6 + b7
k=3
7
X
(c) bk = b−3 + b−2 + b−1 + b0 + b1 + b2 + b3 + b4 + b5 + b6 + b7
k=−3
5
X
(d) 2 = 2 + 2 + 2 + 2 + 2 = 10
k=1
4
X
(e) k = 1 + 2 + 3 + 4 = 10
k=1
7
X k
− 1 2k 2 + 1 = −19 + 33 − 51 + 73 − 99 = −63
(f)
k=3
4
X 1 1 1 1 1 1 1 7
(g) k
= 2
+ 3
+ 4
= + + = .
k=2
2 2 2 2 4 8 16 16
Solution
We have
4 5 3
2 3 4 5 Xk+1 X k Xk+2
+ + + = = =
3 4 5 6 k=1 k + 2 k=2 k + 1 k=0 k + 3
34 + 44 + 54 + 64 + 74 + 84
Solution
We have
8
X 6
X
34 + 44 + 54 + 64 + 74 + 84 = k4 = (k + 2)4
k=3 k=1
Solution
We have
8
X 7
X 6
X
5 5 5 5 5 5 k+1 5 k 5
3 −4 +5 −6 +7 −8 = (−1) k = (−1) (k + 1) = (−1)k+1 (k + 2)5
k=3 k=2 k=1
Solution
We have
10
50 65 82 101 X k2 + 1
+ + + =
10 × 19 11 × 21 12 × 23 13 × 25 k=7 (k + 3) × (2k + 5)
converges if |r| < 1 and diverges if |r| ≥ 1. If the series converges, then the sum is
∞
X a
S∞ = ark−1 =
k=1
1−r
Proof
We distinguish two cases;
Case 1: Assume that r = 1. Then
sn = a + ar + ar2 + · · · + arn−1 = a
| + a + a{z+ · · · + a} = na −→ ±∞
n−times
and
a(1 − rn ) a(1 − 0) a
lim sn = lim = = .
n→∞ n→∞ 1−r 1−r 1−r
a
Thus, when |r| < 1 the geometric series is convergent and its sum is .
1−r
n
If r ≤ −1 or r > 1, the sequence {r } is divergent and so, lim sn does not exist.
n→∞
Therefore, the geometric series diverges in those cases.
Solution
ak+1 1
Since the common ratio r = = < 1, then it converges. Using a1 = 16 we have
ak 2
a1 16 16
S∞ = = 1 = 1 = 32
1−r 1− 2 2
∞
X
Example 13.4.18 Evaluate 4(0.6)n−1
n=1
Solution
Since
∞
X
displaystyle 4(0.6)n−1 = 4(0.6)1−1 + 4(0.6)2−1 + 4(0.6)3−1 + · · ·
n=1
= 4(0.6)0 + 4(0.6)1 + 4(0.6)2 + · · ·
= 4 + 4(0.6) + 4(0.6)2 + · · ·
Solution
We have a = 1, r = 1/2, and so
∞ k−1
X 1 1
= 1 = 2.
k=1
2 1− 2
Solution
Here we have,
∞ k ∞ k−1 3
X 3 X 3 3 3 3 3
= · = a= , r= = 8 3 = .
k=1
8 k=1
8 8 8 8 1− 8
5
Solution
Here we have,
∞ k X ∞ k+4 X ∞ 5 k−1
X 7 7 7 7
= = ·
k=5
11 k=1
11 k=1
11 11
5
7
5
7 7 11
= a= , r= <1 = 7
11 11 1 − 11
16807
= .
58564
Page 126 of 264
Example 13.4.22 Find the sum of the geometric series
∞
k 2 k−9
X
−1
k=4
5
Solution
Here we have,
∞ ∞ ∞ −5
k 2 k−9 X k+3 2 k−6 X
k−1
4 2 k−1 2
X
−1 = −1 = (−1) · (−1)
k=4
5 k=1
5 k=1
5 5
∞ 5 k−1 5
X 5 2 5 2
= · − = a= , r=− <1
k=1
2 5 2 5
5
5
2 15625
= 2 =
1+ 5 224
3x − 4y = 5
−6x + 7y = 6
in place of
3 −4
−6 7
Matrices are also used in the study of communication theory, network analysis for
electrical engineers etc. For example let us consider the marks scored by a first
year student in different subjects and in different terminal examinations. They are
exhibited in a tabular form as given below.
(ii) The elements along the first, second, third and fourth columns represent the
subject marks in different tests.
Matrices provide a kind of mathematical shorthand to help the study of problems
represented by the entries.
Definition 14.1.2 (Matrix) A matrix is a rectangular array or arrangement of
entries or elements displayed in rows and columns put within a square bracket or
parenthesis.The entries or elements of a matrix may be any kind of numbers (real or
complex), polynomials or other expressions.
Matrices are denoted by the capital letters like A, B, C, . . . or X, Y, Z, . . .
Example 14.1.3 Below are some examples of matrices.
1 4 1 −4 2
A = 2 5 , B = 6 9 4
3 6 3 −2 6
where, the horizontal arrangement are the ith rows and vertical arrangement are the
jth columns. In symbolic form, the elements in the ith row and jth column are
denoted by αij . Thus
Am×n = αij m×n
Solution
A general 3 × 2 matrix is
α11 α12
A3×2 = αij = α21 α22
α31 α32
where i = 1, 2, 3 (rows) and j = 1, 2 (columns) it is given that αij = i − 2j. Thus,
α11 = 1 − 2 = −1; α12 = 1 − 4 = −3
α21 = 2 − 2 = 0; α22 = 2 − 4 = −2
α31 = 3 − 2 = 1; α32 = 3 − 4 = −1
Therefore, the required 3 × 2 matrix is
−1 −3
A = 0 −2 .
1 −1
That is a scalar matrix is a diagonal matrix in which all the entries along the main
diagonal are equal.
That is an identity matrix is a scalar matrix in which entries along the main diagonal
are equal to 1. We denote the identity matrix of order n as In .
Example 14.3.18 The following are some examples of zero matrices or null matrices
0 0 0 0 0
A1×2 = 0 0 , B3×2 = 0 0 , C3×3 = 0 0 0
0 0 0 0 0
(i) both the matrices A and B are of the same order or size
(ii) the corresponding entries in both the matrices A and B are equal.
That is matrices A = αij m×n and B = βij p×q are equal if m = p, n = q and
αij = βij for every i and j.
x y 4 3
Example 14.3.20 Let A = and B = , then find the values of x, y, z, w
z y 1 2
if A = B.
Solution
Since the two matrices are equal, their corresponding entries are also equal. That is
A = B implies
x y 4 3
=
z w 1 5
⇒ x = 4, y = 3, z = 1, w = 5.
Example 14.3.24 Find the transpose and order of each matrix below;
2 6 3
(i) A2×3 = (ii) B1×3 = 7 3 2
1 0 6
1 −5 6 1 6 7
(iii) C3×3 = 8
7 10 (iv) D3×3 = 6 2 −8
−1 0 9 7 −8 3
Solution
(iii) For matrix C, the size of this matrix is 3 × 3, and its transpose is
1 8 −1
C T = −5 7 0
6 10 9
with order 3 × 3.
(iv) The matrix D is a special matrix called a symmetric matrix with D = DT , since
its transpose is the same as the original matrix. That is
1 6 7
DT = 6 2 −8 .
7 −8 3
Note 14.3.26 If A is of order m × n then the matrix kA is also of the same order
m × n.
1 7 2 1 7 2 2 14 4
Example 14.3.27 If A = , then 2A = 2 =
−6 3 9 −6 3 9 −12 6 18
then
A + B = αij + βij m×n .
Similarly;
A − B = A + (−B) = αij m×n + − βij m×n = αij − βij m×n
Note 14.4.2 (i) The matrices A + B and A − B have the same order equal to the
order of A or B .
(i) A + B (ii) A − B
Solution:
7 2 4 −7 7+4 2−7 11 −5
(i) A + B = 8 6 + 3 1 = 8 + 3 6 + 1 = 11 7
9 −6 −8 5 9 − 8 −6 + 5 1 −1
7 2 −4 7 7−4 2+7 3 9
(ii) A − B = A + (−B) = 8 6 + −3 −1 = 8 − 3 6 − 1 = 5 5
9 −6 8 −5 9 + 8 −6 − 5 17 −11
Note 14.4.4 If A = αij m×n is a matrix, then the matrix −A = −αij m×n is called
a negative matrix of A.
(iv) Here matrix A has order 2 × 1 and matrix B has order 1 × 2. Thus, the product
result has order 2 × 2.
4
AB = 6 7
−3
4×6 4×7
=
−3 × 6 −3 × 7
24 28
∴ AB =
−18 −21
Remark 14.4.8 Note all matrices can be multiplied. In general, a matrix of order
m × n can be multiplied by a matrix of order n × p resulting in a product of order
m × p.
AB 6= BA
A(BC) = (AB)C.
(a) A(B + C) = AB + AC
(b) (A + B)C = AC + BC for all matrices A, B, C
Solution
(i)
1 8 1 3 1 + 56 3 + 32 57 35
AB = = = (40)
4 3 7 4 4 + 21 12 + 12 25 24
1 3 1 8 1 + 12 8 + 9 13 17
BA = = = (41)
7 4 4 3 7 + 16 56 + 12 23 68
and so
1 8 5 −9
A(BC) =
4 3 −16 22
5 − 128 −9 + 176
=
20 − 48 −36 + 66
−123 167
∴ A(BC) = (43)
−28 30
Therefore,
1 8 −3 9
A(B + C) =
4 3 10 −1
−3 + 80 9 − 8
=
−12 + 30 36 − 3
77 1
A(B + C) = (44)
18 33
Conversely:
14.6 Determinants
14.6.1 Introduction
Every square matrix A = αij n×n is associated with a single unique number called
the determinant, and is denoted by det(A) or |A|.
Note 14.6.2 The determinant of a matrix is not a matrix, but simply a number
associated with a given square matrix.
α11 α12
det(A) = = α11 α22 − α21 α12 .
α21 α22
2 6
(ii) det(B) = = (2 × 3) − (1 × 6) = 6 − 6 = 0
1 3
For example the matrix B in Example 14.6.5 (ii) is called a Singular matrix since
det(B) = 0.
For example, the matrix A in Example 14.6.5 (i) is called a non-singular matrix, since
det(A) = −5 6= 0.
(2) Cofactors: The cofactors is a signed minor. The cofactor of αij is denoted by
Aij and is defined by
Aij = (−1)i+j Mij .
α22 α23
A11 = (−1)1+1 M11 = = α22 α33 − α32 α23 .
α32 α33
α21 α23
A12 = (−1)1+2 M12 = = −(α21 α33 − α23 α31 ).
α31 α33
α21 α22
A13 = (−1)1+3 M13 = = α21 α32 − α31 α22 .
α31 α32
and denote it by C.
Solution
Let
α11 α12 α13
A = α21 α22 α23
α31 α32 α33
then
α22 α23 α α α α
det(A) = α11 − α12 21 23 + α13 21 22 (48)
α32 α33 α31 α33 α31 α32
If we compare the above Equation (48) we can clearly see that the determinant of A
can be found simply by using
Therefore,
|A| = α11 α22 α33 + α12 α23 α31 + α13 α21 α32 − α13 α22 α31 + α11 α23 α32 α22 + α12 α21 α33
Example 14.6.11 Find the determinant of
5 5 2
A = 1 2 −3
5 2 14
6
In a 3 × 3 matrix it is not necessaryto use theformula for cofactors. Just multiply minor by
+ − +
appropriate signs following the pattern. − + −.
+ − +
2 −3 1 −3 1 2
det(A) = 5 −5 +2
2 14 5 14 5 2
= 5 28 − (−6) − 5 14 − (−15) + 2 2 − 10
= 5(34) − 5(29) + 2(−8)
= 25 − 16
∴ det(A) = 9.
det(A) = 140 + (−75) + 4 − 20 + (−30) + 70
= 69 − 60
∴ det(A) = 9.
Proof
We know that if A−1 is the
inverse
A·A
of A, then −1
= I, where I is the inverse
a b x y
matrix. Given that A = ; Let A−1 = be the inverse of A. Then we
c d w z
expect
a b x y 1 0
=
c d w z 0 1
ax + bw ay + bz 1 0
⇒ =
cx + dw cy + dz 0 1
( (
ax + bw = 1 ay + bz = 0
⇒
cx + dw = 0 cy + dz = 1
From the above systems of equations, we have
( (
(ax + bw = 1) × d (ay + bz = 0) × d
(cx + dw = 0) × b (cy + dz = 1) × b
and
x(ad − cd) = d
d
⇒x=
ad − cb
Subtracting Equation (52) from Equation (51) we get
y(ad − bc) = −b
−b
⇒y=
ad − bc
(1) Adjoint of a Square Matrix: To find the adjoint of a square matrix A denoted
by Adj(A) we have to;
(2) Inverse of matrix A: After obtaining the Adjoint matrix, Adj(A) = C T , then
Solution
2 7 4
det(A) = 3 1 6
5 0 8
1 6 3 6 3 1
=2 −7 +4
0 8 5 8 5 0
= 2(8 − 0) − 7(24 − 30) + 4(0 − 5)
= 16 + 42 − 20
∴ det(A) = 38
(iii)
2 7 4 8 −56 38
A × Adj(A) = 3 1 6 6 −4 0
5 0 8 −5 35 −19
16 + 42 − 20 −11 − 28 + 140 76 + 0 − 76
= 24 + 6 − 30 −168 − 4 + 210 114 + 0 − 114
40 + 0 − 40 −280 + 0 + 280 190 + 0 − 152
38 0 0
= 0 38 0
0 0 38
1 0 0
= 38 0 1 0
0 0 1
(2) The Inverse Property: If A and B are two square matrices of the same order,
such that AB = BA = I, then the matrix B is the inverse of matrix A and
matrix A is the inverse of matrix B. Let B = A−1 . Then
Note that, the matrix A has inverse if and if it is a non-singular matrix. That is
determinant |A| =
6 0. Now it follows from Equation (75), since
A × Adj(A) = det(A)I
A × Adj(A)
⇒I= (54)
det(A)
Then Equation (75) and Equation (54) follow that
A × Adj(A)
A · A−1 = (55)
det(A)
−1 −1 −1 1
A A A = A · A · Adj(A)
| {z } det(A)
I
1
⇒ IA−1 = I · · Adj(A)
det(A)
1
∴ A−1 = · Adj(A)
det(A)
provided det(A) 6= 0.
1 2 3
Example 14.8.1 (i) Find the inverse of the matrix A = 2 1 1
3 1 −2
x + 2y + 3z = 6
2x + y + z = 5
3x + y − 2z = 1
Solution
1 2 3
1 1 2 1 2 1
det(A) = 2 1 1 = 1 −2 +
1 −2 3 −2 3 1
3 1 −2
= 1(−2 − 1) − 2(−4 − 3) + 3(2 − 3)
∴ det(A) = 8.
AX =B
−1
⇒ A · AX = A−1 B
⇒ IX = A−1 B
⇒X = A−1 B
And so
x −3 7 −1 6
y = 1 7 −11 5 5
8
z −1 5 −3 1
−18 + 35 − 1
1
= 42 − 55 + 5
8
−6 + 25 − 3
16
1
= −8
8
16
x 2
⇒ y = −1
z 2
Hence, x = 2, y = −1 and z = 2.
a1 x + b 1 y = c 1
a2 x + b 2 y = c 2
a1 b 1
by first writing the coefficient matrix A = and assume that the determinant
a2 b 2
of matrix A is not zero. That is
a1 b 1
D = det(A) = = a1 b2 − a2 b1 6= 0
a2 b 2
[a1 x + b1 y = c1 ] × b2
[a2 x + b2 y = c2 ] × b1
a1 b2 x + b1 b2 y = b2 c1 (57)
a2 b1 x + b1 b2 y = b1 c2 (58)
x(a1 b2 − a2 b1 ) = b2 c1 − b1 c2
c1 b1
b2 c 1 − b1 c 2 c2 b2
⇒x= =
a1 b 2 − a2 b 1 a1 b1
a2 b2
Dx
=
D
Similarly, it can be shown that
a1 b1
a2 c 2 − a2 c 1 a2 b2
y= =
a1 b 2 − a2 b 1 a1 b1
a2 b2
Dy
=
D
And so from the matrix representation of
a1 x + b 1 y = c 1
a2 x + b 2 y = c 2
That is
a1 b 1 x c
= 1
a2 b 2 y c2
we have
a1 b 1 c 1 b1 a c
D= , Dx = , Dy = 1 1
a2 b 2 c 2 b2 a2 c 2
as the solutions of any given system of equation.
Example 14.9.1 Solve the system of linear equation below
3x − 5y = −2
x + 2y = 4
Solution
Rewriting the equations in matrix form we have;
3 −5 x −2
=
1 2 y 4
3 −5
Here, let matrix of coefficients be A = , so that
1 2
3 −5 −2 −5 3 −2
D= , Dx = , Dy =
1 2 4 2 1 4
Hence
Dx 16 Dy 14
x= = , and y= = .
D 11 D 11
Example 14.9.2 Solve the system of equations
x − y − z = −6
2x + y + z = 0
3x − 5y + 8z = 13
Solution
In matrix form we have
1 −1 −1 x −6
2 1 1 y = 0
3 −5 8 z 13
So
1 −1 −1
1 1 2 1 2 1
D= 2 1 1 =1 − (−1) + (−1)
−5 8 3 8 3 −5
3 −5 8
= 1(8 + 5) + 1(16 − 3) − 1(−10 − 3)
= 13 + 13 + 13
∴ D = 39
−6 0 13
1 1 0 1 0 1
Dx = 2 1 1 = −6 − (−1) + (−1)
−5 8 13 8 13 −5
3 −5 8
= −6(8 + 5) + 1(0 − 13) − 1(0 − 13)
= −78 − 13 + 13
∴ Dx = −78
1 2 3
2 1 2 1 2 0
Dy = −6 0 13 = 1 − (−6) + (−1)
13 8 3 8 3 13
−1 1 8
= 1(0 − 13) + 6(16 − 3) − 1(26 − 1)
= −13 + 78 − 26
∴ Dy = 39
Dx −78 Dy 39 Dz 117
x= = ; y= = =1 and z= = =3
D 39 D 39 D 39
78
That is x = − = −2, y = 1, z = 3.
39
Example 14.10.1 Solve the following system of linear equations by the method of
reduced row echelon form
x − y − z = −6
2x + y + z = 0
3x − 5y + 8z = 13
Solution.
From the system of equations, we have the following matrix representation of the
equations;
1 −1 −1 x −6
2 1 1 y = 0
3 −5 8 z 13
Let
1 −1 −1 x −6
A = 2 1 1 , X = y & B = 0
3 −5 8 z 13
Then we can define an augmented matrix [A|B] as follows;
1 −1 −1 −6
[A|B] = 2 1 1 0
3 −5 8 13
Making zeros in column 1 except the entry at row 1, column 1 (pivot entry), we
subtract row 1 multiplied by 2 from row 2, that is
R2 −→ R2 − 2R1
R3 −→ R3 − 3R1
We get;
1 −1 −1 −6
0 3 3 12
0 −2 11 31
Making zeros in column 2 except the entry at row 2 (pivot entry), we divide row 2 by
3, that is;
R2
R2 −→
3
We get;
1 −1 −1 −6
0 1 1 4
0 −2 11 31
Adding row 2 to row 1, that is
R1 −→ R1 + R2
We get;
1 0 0 −2
0 1 1 4
0 −2 11 31
Adding row 2 multiplied by 2 to row 3, that is
R3 −→ R3 + 2R2
We get;
1 0 0 −2
0 1 1 4
0 0 13 39
Making zeros in column 3 except the entry at row 3, column 3 (pivot entry), we divide
row 3 by 13. That is
R3
R3 −→
13
We get
1 0 0 −2
0 1 1 4
0 0 1 3
R2 −→ R2 − R3
Hence, from the row reduced echelon form, we have x = −2, y = 1 and z = 3.
an = a
|×a×
{z· · · × a}
n−times
For example
23 = 2 × 2 × 2 = 8
(−4)2 = −4 × (−4) = 16
−42 = −(4 × 4) = −16.
(i) bn × bm = bn+m
(iii) (ab)n = an bn
n
a an
(iv) = n
b b
bn
(v) bn ÷ bm = = bn−m .
bm
(2) If b > 0 but b 6= 1, and if m and n are real numbers, then bn = bm if and only
if n = m.
(i) Since
2x = 32
⇒ 2x = 25
⇒ x = 5.
(ii) Similarly
1
23x =
64
⇒ 2 = 64−1
3x
⇒ 23x = 2−6
⇒ 3x = −6
⇒ x = −2.
(22 )x = 32
⇒ (2)2x = 25
⇒ 2x = 5
5
⇒x= .
2
Example 15.2.3 Graph the following exponential functions on the same xy−plane:
x
x 1
(i) f (x) = 2 (ii) f (x) =
2
Solution:
x −2 −1 0 1 2 3
f (x) 0.25 0.5 1 2 4 8
x
1
(ii) And the table of values for f (x) = is;
2
x −3 −2 −1 0 1 2
f (x) 8 4 2 1 0.5 0.25
Note 15.2.4 The following properties of the graph of the exponential function
f (x) = 2x .
(i) The functions f is a one-to-one function it has the set of real numbers as its
domain and the set of positive real numbers as its range.
(ii) The graph of f is smooth, continuous curve with a y-intercept of (0, 1) and the
graph passes through (1, b).
(iv) If 0 < b < 1, f is a decreasing function and the graph of f is asymptotic to the
positive x-axis. [As x → −∞, f (x) → ∞, and as x → ∞, f (x) → 0]
See Figure 31 below:
(ii) The graph of f (x) = bx − c is the graph of f (x) = bx moved downwards c units
in the y-axis.
(iii) The graph of f (x) = bx+c is the graph of f (x) = bx moved c units to the left in
the x-axis.
(iv) The graph of f (x) = bx−c is the graph of f (x) = bx moved c units to the right
in the x-axis.
(v) The graph of f (x) = −bx is the graph of f (x) = bx reflected across the x-axis.
3
(i) Since the base is less than 1, we know that the graph of f is a decreasing
4
function. Thus, the graph is given by;
(ii) Since the base 2 is greater than 1. Then, f (x) = 2x+3 − 2 has an increasing
graph. Thus,
Figure 33:
Figure 34:
Example 15.2.11 Find the total amount accumulated into a bank account if an ini-
tial sum of K1, 000 is invested for 2 years at a rate of 5% per annum.
Solution:
Here, the principal value is P = K1000, rate of interest r = 0.05 and time t = 2
years. Thus,
A = P (1 + r)t
= 1000(1 + 0.05)2
= K1102.5.
Solution:
Here we are given the principal value to be K1000, the compound interest K2000 and
time 2 years. Thus,
A = P (1 + r)t
⇒ 2000 = 1000(1 + r)2
⇒ 2 = (1 + r)2
√
⇒1+r = 2
√
⇒r = 2−1
⇒ r = 0.41 or 41%.
Solution:
nt
r
A=P 1+
n
2×5
0.06
A = 700 1 +
2
= 700(1 + 0.03)10
= K940.74.
(ii) The amount of K7, 00 is invested for 5 years at 6% per annum compounded
quarterly. Calculate the cumulative amount (A).
Solution:
Here
nt
r
A=P 1+
n
4×5
0.06
= 700 1 +
4
20
= 700(1.015)
= K942.8.
The value of e accurate to eight decimal places is e ≈ 2.71828183. And the exponential
function with e as the base is known as the natural exponential function.
Definition 15.2.16 (Natural Exponential Function) For all real numbers x, the
function defined by
f (x) = ex
is called the natural exponential function.
The graph of f (x) = ex is the same as that of f (x) = bx for b > 1 since e > 1. That
is ;
x f (x) = ex
−2 0.1
−1 0.4
0 1
1 2.7
Figure 35:
n
Let m = , then Equation (60) becomes;
r
m rt
1
A = P lim 1 +
n→∞ m
| {z }
e
rt
A = Pe .
Note 15.2.17 The formula for compound interest for n compounding per year is
given by nt
r
A=P 1+
n
And that of continuous compounding is given by
A = P ert
Example 15.2.18 What amount will an account have after 2 years if K5, 000 is
invested at an annual rate of 8%
Solution:
Given that the principal value P = K5, 000, rate per year r = 0.08 in t = 2 year.
Then
10 2
1 5 1 200
Q = 200 = 200 = = 50 substance remaining.
2 2 4
20 4
1 5 1
Q = 200 = 200 = 12.5 substance remaining.
2 2
will remain?
Solution:
Here we have Qo = 500 mg and h = 13 days. Therefore,
t 26 2
1 h 1 13 1 1
Q = Qo = 500 = 500 = 500 × = 125 mg.
2 2 2 4
t 52 4
1 h 1 13 1 1
Q = Qo = 500 = 500 = 500 × = 13.25 mg.
2 2 2 16
t 100
1 h 1 13
Q = Qo = 500 mg.
2 2
Qt = Qo ekt
where;
Note 15.2.24 .
Qt = Qo e1.366t .
Solution:
Given that Q0 = 10, then;
f (x) = bx
y = bx
⇒ x = by
And so none of the previous methods learnt so far can be used to solve the equation
x = by for the exponent y. Thus, we now look at the definition of logarithms.
The notation logb x is read as ”the logarithm (or log) of x base b”. The function
defined by f (x) = logb x is called a logarithmic function with base b.
Remark 15.3.2 The function f (x) = logb x is the inverse of an exponential function
g(x) = bx .
y = logb x is x = by .
x = by is y = logb x.
It is important to remember that the function f (x) = logb x is the inverse of the
function g(x) = bx . Thus, the composition of logarithmic and exponential functions
holds true. That is,
Let g(x) = bx and f (x) = logb x for all x > 0, b > 0 and b 6= 1, then
And
(f ◦ g)(x) = f (g(x)) = logb g(x) = logb bx = x.
Example 15.3.4 .
(i) Changing from logarithm form to exponential form, we use the definition that,
y = logb x if and only if by = x. Thus,
(a) 3 = log2 8 ⇐⇒ 23 = 8.
(b) 2 = log10 (x + 5) ⇐⇒ 102 = x + 5.
(c) loge x = 4 ⇐⇒ e4 = x.
(d) logb b3 = 3 ⇐⇒ b3 = b3 .
(ii) Changing from exponential form to logarithmic form, we use the definition that
by = x if and only if y = logb x. Thus,
Note 15.3.5 If the base of a logarithm is 10, it is usually omitted because this is
called a common base. Thus,
log10 x ≡ log x.
Solution:
4m = 64
⇒ 4m = 43
⇒m=3
∴ log4 64 = 3.
Since we have the same bases.
3 = 9x
⇒ (32 )x = 3
⇒ 32x = 31
⇒ 2x = 1
1
⇒x=
2
1
∴ log9 3 = .
2
(iii) Let m = log9 9
⇔ 9m = 91
⇒m=1
∴ log9 9 = 1.
Proof:
Let logb r = x and logb s = y, then by definition of logarithms, it follows that
bx = r and by = s respectively. Thus,
r · s = bx × by = bx+y (61)
logb r · s = x + y. (62)
as required.
Proof:
Let x = logb r and y = logb s, then by definition of logarithms, we have bx = r
and by = s respectively. Dividing through x by y we have;
r bx
= y = bx−y
s b
which is in exponential form. Thus, changing to logarithmic form, we have;
r
logb = x − y. (63)
s
But x = logb r and y = logb s. Thus, Equation (63) becomes,
r
logb = logb r − logb s
s
as required.
(i) The function defined by f (x) = log10 x is called the common logarithmic function and is
written as f (x) = log x.
(ii) The function defined by f (x) = loge x is called the natural logarithmic function and is written
as f (x) = ln x.
Solution:
Since
r 12
x x
logb = logb
yz yz
1 x
= logb
2 yz
1
= logb x − logb yz
2
1
= logb x − (logb y + logb z)
2
1
= logb x − logb y − logb z
2
1 1 1
= logb x − logb y − logb z.
2 2 2
Page 176 of 264
Example 15.3.12 Express 2 logb x + 3 logb y − 4 logb z as one logarithm.
Solution:
Here
logb x
loga x =
logb a
Proof:
Let loga x = m if and only if
am = x (67)
Then taking logb on both sides of Equation (67) we get;
logb am = logb x
⇒ m logb a = logb x
logb x
⇒m= (68)
logb a
logb x
loga x =
logb a
as required.
Solution:
logb x
Since loga x = then
logb a
log 41
log3 41 = .
log 3
Proposition 15.3.15
1
loga x =
logx a
Example 15.3.18 Find the domain of each of the following logarithmic functions.
(ii) The solution set of |x + 2| > 0 consists of all real numbers x except x = −2.
Thus, the domain of f consists of all real numbers x 6= −2. In interval notation,
Domain: = − ∞, −2 ∪ − 2, ∞ .
x
(iii) Solving > 0 yields the set of all real numbers x between 0 and 8. Thus,
8−x
domain of f in interval notation is (0, 8).
Figure 36:
Solution:
Figure 37:
Method 2:
Since the function f (x) = log3 x is the inverse of g(x) = 3x . Then finding the
inverse of g(x) = 3x . Let y = 3x . Then
log3 y = log3 3x
= x log3 3
| {z }
1
⇒ x = log3 y
Interchanging x and y we get;
g −1 (x) = f (x) = log3 x.
Figure 38:
(ii) To sketch the graph of f (x) = log 2 x. We first sketch the exponential function;
3
x
2
g(x) =
3
and the reflect it across the line y = x, to get the graph of f (x) = log 2 x as
3
follows;
Note 15.3.22 All properties of logarithms stated before apply to natural logarithms.
That is;
(iii) e ln(x) = x
(v) ln rx = x ln(r)
Solution:
Let f (x) = ln x and g(x) = ex . If f and g are inverses of each other, then
Similarly
(g ◦ f )(x) = g(f (x)) = x (70)
Consider (69), since
(f ◦ g)(x) = f (g(x))
= f (ex )
= ln ex
= x.
Solution:
(i) Here
3x = 5
⇒ log 3x = log 5
⇒ x log 3 = log 5
log 5
⇒x= .
log 3
ex+3 = 5
⇒ ln ex+3 = ln (5)
⇒ (x + 3) |{z}
ln e = ln(5)
1
⇒ x + 3 = ln(5)
⇒ x = ln(5) − 3.
(iii) Here
23x−2 = 32x+1
⇒ log 23x−2 = log 32x+1
⇒ (3x − 2) log 2 = (2x + 1) log 3
⇒ 3x log 2 − 2 log 2 = 2x log 3 + log 3
⇒ 3x log 2 − 2x log 3 = log 3 + 2 log 2
⇒ x(3 log 2 − 2 log 3) = log 3 + 2 log 2
log 3 + 2 log 2
⇒x= .
3 log 2 − 2 log 3
(iv) Here
22x + 3(2x ) − 4 = 0
⇒ (2x )2 + 3(2x ) − 4 = 0 (71)
t2 + 3t − 4 = 4
⇒ (t + 4)(t − 1) = 0
⇒ t = −4 or t = 1.
2x = 1
⇒ 2x = 20
⇒ x = 0.
But we know that the values of x ∈ R+ . Thus, we only need x = 20, since
x = −5 < 0 is discarded. Therefore, the solution set is {20}.
D = 12 − 4(1)(−1)
⇒ D = 5.
1
logx 3 =
log3 x
⇒ t2 − 4 + 3t = 0
⇒ t2 + 3t − 4 = 0
⇒ (t + 4)(t − 1) = 0
⇒ t = −4 or t = 1.
log3 x = −4
⇒ x = 3−4
1
⇒x= .
81
When t = 1, we have;
log3 x = 1
⇒ x = 31
⇒ x = 3.
1
Hence, the solution set is ,3 .
81
Solution:
Here we are given r = 0.08, P = K500, A = K1000, n = 4, but t is unknown. Thus,
using the formula below; nt
r
A=P 1+ ,
n
we have;
4t
0.08
1000 = 500 1 +
4
4t
⇒ 2 = (1.02)
⇒ log 2 = log(1.02)4t
⇒ log 2 = 4t log(1.02)
log 2 ln(2)
⇒t= or t = .
4 log(1.02) 4 ln(1.02)
lim f (x) = L
x→a
x2 −25
Example 16.0.2 Consider the function f such that f (x) = x−5
for x 6= 5 Evaluate
the limit as x approaches 5.
We have that
x2 − 25 (x + 5)(x − 5)
lim = lim = lim (x + 5) = 10
x→a x−5 x→a x−5 x→a
The limit of the quotient is the quotient of the limits if the denominator is
different from zero.
p q
vii. lim n f (x) = n lim f (x)
x→a x→a
x−2
ii. lim
x→3 x2 − 4
√
iii. lim x2 + 7
x→3
i. either of the one-sided limits lim+ f (x) or lim− f (x) fails to exist.
x→a x→a
i.
(
x + 1 if x < 2
f (x) =
x if x > 2
ii.
(
x2 if x < 2
f (x) =
−x + 6 if x > 2
Solutions
i. Since f (x) is a piece-wise function, we then investigate the two sides of the
limit. So
let x approach f (x) from the right, we have that
Therefore f does not exist since 2 6= 3. Let x approach f (x) from the right, we
have that
Hence, we see that lim+ f (x) = lim− f (x), i.e. 4 = 4, and so the limit as x
x→2 x→2
approaches 2 of f (x) exists.
Alternatively, if f (x) grows without bound in the negative direction as x gets closer to
the number a from either side, then we say that f (x) tends to infinity as x approaches
a, and we write:
lim− f (x) = −∞.
x→a
1
Example 16.5.2 Find the following limit lim
x→0 x2 +x
Solution
1 lim 1 1
x→0
lim 2 = 2 = =∞
x→0 x + x lim (x + x) 0
x→0
Note:
∞ is the symbol showing that the value of x grows without bound.
Note:
The following results hold for different cases
c
• lim = 0 for any positive number n and a constant c.
x→±∞ xn
• For any polynomial as x approaches ∞, then f (x) becomes unbounded. Hence
±∞ depending from which direction we approach x.
1
i. lim =0
x→∞ x
x2 + 1 1 + x12 1
ii. lim = lim 5 1 =
x→∞ 2x2 + 5x + 1 x→∞ 2 + x + x2 2
i. lim (2x2 + 3x + 5)
x→∞
2x3 + 5x2 + x + 15
iii. lim
x→−∞ x4 − 5
i. f (x) = 3x2 + x − 1 at x = 1.
Solutions
We show that f satisfies the conditions of continuity at a point, i.e.
Solutions
We show that the conditions of continuity are satisfied.
√
1. f (−1) = −1 = i, which is a complex number and not real.
• Since the first condition is not satisfied, we therefore conclude that f (x) is dis-
continuous at x = −1.
i. Removable Discontinuities
These are discontinuities which could be removed by redefining f at just the
single number of discontinuity. We say that f has a removable discontinuity at
a point x = a iff:
Solution
We see that;
lim = 6 (it is defined) but g is discontinuous at x = 3 as 3 is not in the do-
x→3
main of g. Hence we have a ’hole’ at the point (3, 6) and g has a removable
discontinuity which can be removed by redefining the function at x = 3.
(
x
|x| =1 if x > 0
Example 17.2.2 Let f (x) = = x−|x|
x x
= −1 if x < 0
Solution
We see that f has a jump discontinuity at x = 0 because:
Therefore, lim f (x) does not exist and we cannot remove the discontinuity by
x→0
defining f (0).
√
Example 17.3.1 Let f (x) = 1 − x2 . Show that f is continuous on the closed
interval [−1, 1].
Solution
Using the properties of continuity on closed intervals, we have
√ √
1. f is defined on [−1, 1] since limx→−1 1 − x2 = limx→1 1 − x2 = 0.
2. f is continuous on (−1, 1) because f is continuous on both points x = 1
and x = −1.
3. lim f (x) = f (−1) i.e. 0 = 0, so f is continuous from the right at -1 and
x→−1
f
cf, f ± g, f.g, (if g(a) 6= 0)
g
Theorem 17.3.3
Theorem 17.3.4 The following types of functions are continuous at every number
in their domains:polynomials, rational functions, root functions, trigonometric func-
tions.
1 √
(i) y = x2 + 2 (ii) y= (iii) y= x
x
Solution
(i) Since,
dy f (x + h) − f (x)
= lim (73)
dx h→0 h
Then,
(ii) Since,
1 1
f (x) = lim and f (x + h) =
h→0 x x+h
Then,
dy f (x + h) − f (x) ( 1 − 1)
= lim = lim x+h x
dx h→0 h h→0
h
x−x−h −h
= lim = lim
h→0 x(x + h)h h→0 x(x + h)h
−1 1
= lim =− 2
h→0 x(x + h) x
(iii) Since, √ √
f (x) = x and f (x + h) = x+h
Then
√ √
dy f (x + h) − f (x) x+h− x
= lim = lim
dx h→0 √ h h→0 h
√ √ √
( x + h − x)( x + h + x)
= lim √ √ (by rationalizing numerator)
h→0 h x+h+ x
√ √
( x + h)2 − ( x)2 x+h−x
= lim √ √ = lim √ √
h→0 h( x + h + x) h→0 h( x + h + x)
h 1
= lim √ √ = lim √ √
h→0 h( x + h + x) h→0 ( x + h + x)
1
= √ .
2 x
d d d d
{f1 (x) ± f2 (x) ± f3 (x) ± . . . } = f1 (x) ± f2 (x) ± f3 (x) ± . . .
dx dx dx dx
Example 18.3.2 Differentiate the following functions with respect to x
1 √
(i) y = x8 (ii) y=√ (iii) y = 3x2 (iv) y = 2 x + 5 ln x + 7ex
x
Solution
dy 1 −1
= − x 2 −1
dx 2
1 −3
=− x 2
2
dy dy
(iii) y = 3x2 . Then, = 3 (x2 ) = 3 × 2x = 6x
dx dx
(iv) Since,
√
y = 2 x + 5 ln x + 7ex
dy d √ d d
= (2 x) + (5 ln x) + (7ex )
dx dx dx dx
d √ d d
=2 ( x) + 5 (ln x) + 7 (ex )
dx dx dx
1 1 −1 1
=2 × x 2 + 5 + 7ex
2 x
−1 5
=x 2 + + 7ex
x
5 10x3 − 5x2 + 2x + 15
(ii) y = x9 (ii) y = 2x3 (iii) y=√ (iv) y=
x x2
2
(x2 + 1)(3x + 2) √
3 1
(v) y = (2x − 1)(x + 2) (vi) y= √ (vii) y= x− √
3 x x
Solution
5 2 30
(i) 9x8 (ii) 6x2 (iii) − 3 (iv) 10 − 2
− 3
2x 2 x x
3
3 2 5x 2 1 1 1 x2 − 1
(v) 8x − 3x + 4 (vi) + x2 + 1 − 3 (vii)
2 2x 2 3x 2 x2
ln x
(i) y = (x2 + 2)(2x − 3) (ii) y=
x8
Solution
(ii)
d d d
{(x2 + 2)(2x − 3)} =(x2 + 2) + (2x − 3) (x2 + 2)
dx dx dx
=(x2 + 2)(2) + (2x − 3)(2x)
=2x2 + 4 + 4x2 − 6x
=6x2 − 6x + 4
x+3
(i) y=
x+2
Solution
d d
(x + 3) − (x + 3) dx
d x+3 (x + 2) dx (x + 2)
=
dx x + 2 (x + 2)2
(x + 2)(1) − (x + 3)(1)
=
(x + 2)2
−1
=
(x + 2)2
Exercise 18.3.7 (1) Differentiate the following by using the product rule:
√
(i) y = (x2 + 3) x (ii) y = (x2 + 2) ln x (iii) y = ex (x2 + ln x)
x2 + 2 x−2 + 8 3x + ex
(i) y= (ii) y= √ (iii) y=
2x − 3 x 1 + ln x
Solution
(1)
5x2 + 3
2 x 1 2
(i) √ (ii) x + + 2x ln x (iii) e x + 2x + + ln x
2 x x x
(2)
3 7
2(x2 − 3x − 2) 5x 2 − 8x 2 x(1 + ln x)(3 + ex ) − 3x − ex
(i) (ii) − (iii)
(2x − 3)2 2x5 x(1 + ln x)2
dx dx du dx du dx du
= · ⇒= · ∴ =1÷
dx du dx du dx du dx
dy dx
In general,if y = f (x), ⇒ =1÷ .
dx dy
Solution
(ii)
dy dy du
= · = 3u2 · 2 = 6(2x + 5)2
dx du dx
This is the general method to find the derivative using the chain rule. But,
when the given function is too ’composite’, as in the case of ln{sin(ex )}, the
application of the rule becomes long and tedious. In such cases, we can use the
following short cut method.
Shortcut method
y = (2x + 5)3
(ii)
d √ 2
d 2 1
3x + 7 = (3x + 7) 2
dx dx
1 d 1 1 −1
This is the standard form x 2 so that (x 2 ) = x 2 . Replace x on the right
dx 2
hand side by (3x2 + 7) and then multiply the right hand side by the derivative
of 3x2 + 7.
dy 1 −1 d
∴ = (3x2 + 7) 2 × (3x2 + 7)
dx 2 dx
1 −1
= (3x2 + 7) 2 × 6x
2
3x
=√
3x2 + 7
(iii)
d
[ln(x2 + 7)]
dx
d 1
This is of the standard form ln x, ln(x) =
dx x
Replace the x on both sides by (x2 + 7) and then multiply the hand side by the
derivative of (x2 + 7).
d 1
∴ [ln(x2 + 7)] = 2 × 2x
dx x +7
2x
= 2
x +7
e5x+8 × 5 = 5e5x+8
f (x)g(x)h(x) . . .
Case (i) y =
u(x)v(x) . . .
dy
Let the right hand side of the above be r(x).Then, = y · r(x)
dx
1 dy 1 d d
=u · [f (x)] + ln{f (x)} (u)
y dx f (x) dx dx
dy u d du
∴ =y [f (x)] + ln[f (x)]
dx f (x) dx dx
(x + 2)2 (x − 3)
(i) √ (ii) xx (iii) (ln x)ln x
2x + 5(2x + 7)4
Solution
(i) Here
(x + 2)2 (x − 3)
y=√
2x + 5(2x + 7)4
(x + 2)2 (x − 3)
Taking the logarithms of both sides, ln y = ln √
2x + 5(2x + 7)4
1
ln y = 2 ln(x + 2) + ln(x − 3) − ln(2x + 5) − 4 ln(2x + 7)
2
Differentiating with respect to x,
1 dy 1 d 1 d 1 1 d
= 2x × × (x + 2) + × (x − 3) − × × (2x + 5)
y dx x + 2 dx x − 3 dx 2 2x + 5 dx
1 d
−4× × (2x + 7)
2x + 7 dx
1 dy 1 1 1 1 4
= + − × ×2− ×2
y dx x + 2 x − 3 2 2x + 5 2x + 7
dy 2 1 1 8
∴ =y + − −
dx x + 2 x − 3 2x + 5 2x + 7
(x + 2)2 (x − 3)
2 1 1 8
=√ + − −
2x + 5(2x + 7)4 x + 2 x − 3 2x + 5 2x + 7
(ii) Here
y = xx ⇒ ln y = x ln x
1 dy 1 dy
= x · + ln x ⇒ = xx (1 + ln x)
y dx x dx
1 dy d d
= ln x × (ln(ln x)) + ln(ln x) × (ln x)
y dx dx dx
1 1 1
= ln x × × + ln(ln x) ×
ln x x x
dy (lnx)ln x
= [1 + ln(x)]
dx x
dy
Example 18.5.1 (1) Find for the following:
dx
√ √
(i) x2 + y 2 + x + 4y + 1 = 0 (ii) 2 x+ y =9 (iii) x2 y 2 = (x + y)2 + 2y
Solution
(i)
x2 + y 2 + x + 4y + 1 = 0
dy 2 dy dy dy dy
(x ) + (y 2 ) + (x) + (4y) + (1) = 0
dx dx dx dx dx
dy dy dy
2x + 2y +1+4 = 0 ⇒ 2(y + 2) = −(1 + 2x)
dx dx dx
dy (1 + 2x)
∴ =−
dx 2(y + 2)
dy 1 dy 1 dy
(2x 2 ) + (y 2 ) = (9)
dx dx dx
1 −1 1 −1 dy 1 −1 dy −1
2· x 2 + y 2 · =0⇒ ·y 2 · = −x 2
2 2 dx 2 dx
√ r
dy 2 y y
∴ = − √ = −2 ·
dx x x
(iii)
x2 y 2 = (x + y)2 + 2y
2 dy 2 dy dy
x · 2y · + y · (2x) = 2(x + y) 1 + +2
dx dx dx
2 dy 2 dy dy
2 xy + y x = 2 x + y + (x + y) +
dx dx dx
dy 2
{x y − (x + y) − 1} = x + y − xy 2
dx
dy x + y − xy 2
∴ = 2
dx x y − (x + y) − 1
Exercise 18.5.2
√ √ √
(i) x2 + y 2 = 9 (ii) x y + y x = 2 xy
Solution
√ √
−x y(2 − 2 x − y)
(i) (ii) √ √ .
y x( x − 2 y − 2)
and Z
2t dt = t2 + C
axn+1
Z
axn dx = + C, for n 6= −1 (74)
n+1
Example 19.2.1 Using the above rule (74). Find the following integrals.
(i)
3x4+1
Z
3
3x4 dx = + C = x5 + C
4+1 5
(ii)
2x−2+1 2x−1
Z Z
2 2
dx = 2x−2 dx = +C = +C =− +C
x2 −2 + 1 −1 x
(iii)
1 3
√ x 2 +1 2√ 3
Z Z
1 x2
x dx = x 2 dx = 1 +C = 3 +C = x + C.
2
+ 1 2
3
For example;
(ii) Z Z
9 4 9
x dx = x4 dx.
10 10
(i)
√
Z
1 2
3
+ 3x2 + − 3 x + 7x dx
x x
Solution
√
Z
1 2 2
+ 3x + − 3 x + 7x dx
x3 x
√
Z Z Z Z Z
1 2 1
= dx + 3 x dx + 2 dx − 3 x dx + 7 x dx
x3 x
Z Z Z Z Z
−3 2 1 1
= x dx + 3 x dx + 2 dx − 3 x 2 dx + 7 xdx
x
1 +1
x−3+1
2+1
x x2 x2
= +3 + 2 ln x − 3 1 +7 +C
−3 + 1 2+1 2
+1 2
−2
x 3 7
=− + x3 + 2 ln x − 2x 2 + x2 + C
2 2
1 √ 7
= − 2 + x3 + 2 ln x − 2 3 x + x2 + C
2x 2
(ii) √
x2 + 2x − 7 x
Z
dx
x
(i) Z
8dx = 8x + C
(ii) Z
5dt = 5t + C
(iii) Z
70dπ = 70π + C
Definition 19.4.1 (Definite Integral) The integrals in which limits are applied are
called definite integrals.
For example, the increase in the value of the integral x2 as x increases from a = 1 to
b = 3 is written as Z b=3
x2 dx
a=1
applying the limits, we have
Z 3 3 3 3 3
2 x (3) (1)
x dx = +C = +C − +C
1 3 1 3 3
1
= (9 + C) − +C
3
2
=8 .
3
Observation 19.4.2 When limits are applied to the result after integration, the con-
stant 0 C 0 always cancels. Thus, it needs not to be shown with definite integrals.
(i) Z 2
3x2 dx
1
(ii) Z 3
(4 − x2 )dx
−2
Solution
(i)
Z 2 Z 2
2
3x dx = 3 x2 dx
1 1
3 2
x
=3
3
3 1 3
2 1
=3 −
3 3
7
=3
3
= 7.
(4) Z
ex dx = ex + C
For example, if you want to integrate f (x) = x2 over [0, 1], the Fundamental Theorem
says that it’s only necessary of find a function F (x) on [0, 1] with derivative, x2 ; say
x3
F (x) =
3
Page 214 of 264
then
Z 1 Z 1
2 1
x dx = f (x)dx = F (1) − F (0) = .
0 0 3
where, y is a function of x gives the area enclosed by the curve y = f (x), the x-axis
and the ordinates x = a and x = b as shown in the figure below
Figure 40:
Similarly, the area bounded by the curve x = f (y), the y-axis and the ordinates
y = c and y = d is given by Z d
f (y) dy
c
Z d
x dy
c
Figure 41:
Figure 42:
Therefore, it is always advisable to sketch the curve before start solving to see where
the required area lies. When the area lies below the x-axis, consider its absolute value.
Thus, the total area of Figure 42 is
Totat Area = P + |Q|
Example 19.7.3 (a) Find the area bounded by the curve y 2 = 8x, the x-axis and
the line x = 2.
Solution
The function y 2 = 8x is a parabola symmetric with respect to the x-axis and
opening to the right,
Figure 43:
√ Z 2√ √ Z 2 1
= 8 x dx = 8 x 2 dx
0 0
√ x 32 2 16
= 8 3 = square units.
2 0 3
Solution
The function y = 4x2 is also a parabola with its vertex at the origin, symmetrical
to the y-axis and opening upwards.
Z 3 Z 3 Z 3
2
Area (A) = y dx = 4x dx = 4 x2 dx
2 2 2
3 3
4x 4 76
= 33 − 23 =
= square units.
3 2 3 3
(ii) In the y-axis, with abscissa y = 2 and y = 4, we have the figure of y = 4x2
as
Figure 45:
(i) Z
1 5 √
2 3 − 79
+ 8x + − 3 x + 10x dx
x5 x
(ii)
√
Z
2 1 10 7
5x + 2 − 6 x − x dx
7
x 17
(iii) Z
(7x3 + 5)(x2 − 2) dx
(iv) √
t3 + 3t2 − 9 t
Z
dt
t2
(v) Use the Binomial Theorem to expand f (θ) = (θ + 3)4 . Further, use the
expansion to evaluate the integral of
Z
f (θ)dθ
(vi)
√
(3q 3 + q 2 q)
Z
√ dq
q q
(vii) Z Z
k dt + (t + 3)3 dt
Where k is a constant.
(2) Use either the Fundamental Theorem of Integral Calculus or any method to
evaluate the following definite integrals
(i) Z 4
θ+3
√ dθ
1 θ
(ii) Z 1
1 3
+ dx
0 x − 1 2x − 1
(iii)
5
x2 + 1
Z
dx
1 7
(v)
π/4
cos2 x
Z
dx
0 1 − sin2 x
(vi)
Z π/2
sin x + cos x dx
0
(vii)
7
λ2 + 2λeλ + 3
Z
dλ
3 λ
(viii) Z 4
πr2 dr
0
where, π is a constant.
• Integrate by parts
(i) Z
(3x + 8)9 dx
(ii) Z
1
dx
5x + 2
(iii) Z
e−5x+7 dx
(iv)
√
Z
5x + 3 dx
Solution
(i)
Z
(3x + 8)9 dx.
Let u = 3x + 8. Then,
du du
= 3 =⇒ dx = .
dx 3
Therefore,
Z Z Z
9 du 1
9
(3x + 8) dx = u × = u9 du
3 3
10
1 u
= + C.
3 10
But, u = 3x + 8. Thus,
Z
1
(3x + 8)9 dx = (3x + 8)10 + C.
30
(ii) Z
1
dx
5x + 2
Let u = 5x + 2. Then,
du du
= 5 =⇒ dx = .
dx 5
(iii) Z
e−5x+7 dx
(iv)
√
Z
5x + 3 dx.
Let u = 5x + 3. Then,
du du
= 5 =⇒ dx = .
dx 5
Thus,
√ √ 1 √
Z Z Z Z
du 1 1
5x + 3 dx = u× = u du = u 2 du
5 5 5
3
1 u2 2 p
= 3 +C = (5x + 3)3 + C
5 2 15
Since, u = 5x + 3.
dv R
Now if we let u = f (x) and = s(x), so that v = s(x)dx. Then,
dx
Z Z Z
f (x)s(x) dx = f (x) s(x)dx − s(x)dx f 0 (x)dx
Z Z Z
0
= f (x) s(x)dx − f (x) s(x)dx dx
Z Z
∴ f (x) × s(x)dx = F IS − DF IS dx
Is the simplified method for integration by parts, where ”FIS” stands for ’first function
times integral of the second’ and ”DFIS” stands for ’derivative of the first times the
integral of the second’.
(i) Z
xex dx
(ii) Z
x2 e−x dx
(iii) Z
x2 ln x dx
Solution
(ii) Z
x2 e−x dx
Taking x2 as the first function and e−x as the second function, we have
Z Z Z Z
2 −x 2 −x d 2 −x dx
x e dx = x e dx − (x ) × e dx
dx
Z
= x (−e ) − 2x(−e−x )dx
2 −x
Z
= −x e + 2 xe−x dx
2 −x
Z Z Z
2 −x −x −x
= −x e + 2 x e dx − 1 e dx dx
Z
2 −x −x −x
= −x e + 2 x(−e ) − −e dx
(iii) Z
x2 ln x dx
x3 1 x3
Z
= ln x · − · dx
3 x 3
x3 ln x 1
Z
= − x2 dx
3 3
x3 ln x 1 x3
= − · +C
3 3 3
x3
1
= ln x − + C.
3 3
(i) Z
(x5 + 7)7 x4 dx
(ii) Z
2x(x2 + 3)8 dx
(iii) Z
3
x2 ex dx
(iv) Z
x
dx
x2 +2
(v)
ex
Z
dx
ex + 1
(2) Determine the following integrals using the method of integration by parts
(i) Z
xex dx
(ii) Z
(x + 2)e3x dx
(iii) Z
x2 e2x dx
(iv) Z
x2 ln(5x) dx.
(b) the demand function P = 100/(Q + 2), when the market price is P0 = 20.
In each case graph the demand function and shade in the Consumer Surplus.
Substituting for P0 = 12 into the equation for the demand curve to find corre-
sponding value of Q0 , we get;
12 = 60 − 2Q
⇒ 2Q = 60 − 12
⇒ Q = 24.
= 576
Substituting for P0 = 20 into the equation for the demand function to find the
corresponding value of Q0 , we get;
100
20 =
Q+2
⇒ 20(Q + 2) = 100
⇒Q+2=5
⇒ Q = 3.
Solution
∴ P S = 32
The equation y = 5x2 + C is called the general solution of the differential equation
(75).
The value of C may be calculated if one particular point or condition on the so-
lution curve is given. For example, suppose we were told that the solution must pass
through the point x = 1, y = 6. Then substitute the values given for x and y into
the general solution and solve for C:
y = 5x2 + C
When x = 1, y = 6, we have;
6 = 5(1)2 + C
⇒y=1
∴ y = 5x2 + 1.
(S2 ) Integrate both sides w.r.t. x. This gives the general solution.
(S3 ) If conditions are given for x and y, substitute these values into the general
solution and solve for the arbitrary constant, C.
(S4 ) Substitute this value of C into the general solution to find the particular solu-
tion.
Example 21.2.3 (Solution of Differential Equation: dy/dx = f (x)) Find the gen-
eral and particular solutions for the differential equation
dy
− 6x + 2 = 0
dx
given that x = 3 when y = 0.
Solution
We work through the method as outlined above.
(S1 ) Write
dy dy
= RHS ⇒ = 6x − 2
dx dx
(S2 ) Integrate both sides w.r.t. x.
Z Z
dy
dx = (6x − 2)dx
dx
x2
y = 6 − 2x + C
2
⇒ y = 3x2 − 2x + C
(S3 ) Given that x = 3 when y = 0, substitute these values into the general solution,
Example 21.2.5 (Finding Total Cost from Marginal Cost (MC)) The marginal
cost for a product is given by the equation M C = 10/Q.
(i) Write down the differential equation for total cost in terms of Q.
(ii) Find the equation of the total cost function if total costs are 500 when Q = 10.
Solution
d(T C) 10
MC = =
dQ Q
(ii) This differential equation is solved to obtain the equation for the total cost.
d(T C) 10
MC = =
dQ Q
Z Z
d(T C)
TC = dQ = (M C)dQ
dQ
Z
10
= dQ
Q
∴ T C = 10 ln(Q) + C
where the arbitrary constant C is fixed cost. The general solution gives the gen-
eral form of the total cost function.
Therefore,
T C = 10 ln(Q) + 476.9741
This is the particular solution. It is the equation of the total cost function which
satisfies a particular condition T C = 500 when Q = 10.
(a) Sketch the demand function then shade the consumer surplus at the given
value of P or Q; and
(b) Calculate using integration the consumer surplus correct to two decimal
places.
(i)
P = 50 − 4Q at P = 10
(ii)
200
P = at Q = 9
Q+1
(iii)
P = 100 − Q2 at Q = 8
(iv)
100
P = at Q = 9
Q+1
(v)
Q = 30 − 0.5P at P=20
(vi)
200
Q= − 5 at P = 10
P
(2) In questions (i) to (iv) you should
(a) Sketch the supply function then shade the producer surplus at the given
value of P or Q; and
(b) Calculate using integration the producer surplus correct to two decimal
places.
(i)
P = 5 + 6Q at P = 29
(ii)
1
P = 10 − at Q = 4
Q+1
(iii)
Q = −8 + 2P at Q = 4
(iv)
P = Q2 + 4 at Q = 5
(3) Determine the general solution for the following differential equations:
(i)
dy
= 5x, given x = 2, when y = 4
dx
(ii)
dy
− 10t − 2 = 0, given y = 15, when t = 0
dt
(iii)
dy
12 − 8x = 4x, given y = 6, when x = 1
dx
(iv)
dC
Q = 10 − Q2 , given, C = 50, when Q = 1
dQ
(v)
P dP
− (Q + 5)P = 0, given P = 10, when Q = 0
Q dQ
(5) The marginal cost function for a good is given by the equation
M C = −Q2 + 80Q.
(i) Write down the differential equation which relates total cost to marginal
costs.
(ii) Find the equation of the total cost function if fixed costs are 500.
(iii) Calculate the cost of producing successive units from Q = 3 to Q = 12.
(7) The marginal revenue function for a firm is given by the equation
M R = 120 − 2Q.
(i) Write down the differential equation relating marginal revenue and total
revenue.
(ii) Find the equation of the total revenue function if total revenue is zero
when Q = 0.
(ii) the numerator must be at least one degree less than the denominator (in the
above example 4x − 5 is of degree 1 since the highest powered x term is x1 and
x2 − x − 2 is of degree 2).
When the degree of the numerator is equal to or higher than the degree of the de-
nominator, the numerator must be divided by the denominator until the remainder
is of less degree than the denominator.
Solution
The denominator factorises as (x − 1)(x + 3) and the numerator is of less degree than
the denominator. Thus,
11 − 3x
2
x + 2x − 3
may be resolved into partial fractions.
Let
11 − 3x 11 − 3x A B
≡ ≡ +
x2 + 2x − 3 (x − 1)(x + 3) (x − 1) (x + 3)
where, A and B are constants to be determined, i.e.
11 − 3x A(x + 3) + B(x − 1)
≡
(x − 1)(x + 3) (x − 1)(x + 3)
by algebraic addition. Since the denominators are the same on each side of the identity
then the numerators are equal to each other. Thus,
11 − 3x ≡ A(x + 3) + B(x − 1).
To determine constants A and B, values of x are chosen to make the term in A or
B equal to zero.
So when x = 1, then
11 − 3(1) ≡ A(1 + 3) + B(0)
=⇒ 8 = 4A
=⇒ A = 2.
When x = −3, then
11 − 3(−3) ≡A(0) + B(−3 − 1)
=⇒ 20 = −4B
=⇒ B = −5
Solution
Let
2x2 − 9x − 35 A B C
≡ + +
(x + 1)(x − 2)(x + 3) (x + 1) (x − 2) (x + 3)
Let x = 2, then
Thus,
2x2 − 9x − 35 4 3 1
≡ − + .
(x + 1)(x − 2)(x + 3) (x + 1) (x − 2) (x + 3)
Solution
Here, the denominator is of the same degree as the numerator. Thus, dividing out
gives;
x2 + 1 3x − 1
∴ 2
≡1+ 2
x − 3x + 2 x − 3x + 2
3x − 1
≡1+
(x − 1)(x − 2)
Let
3x − 1 A B A(x − 2) + B(x − 1)
≡ + ≡
(x − 1)(x − 2) (x − 1) (x − 2) (x − 1)(x − 2)
equating numerators gives
Let x = 1. Then,
2 = −A =⇒ A = −2.
Let x = 2. Then,
B = 5.
Hence,
3x − 1 −2 5
≡ + .
(x − 1)(x − 2) (x − 1) (x − 2)
Therefore,
x2 + 1 2 5
2
≡1− +
x − 3x + 2 (x − 1) (x − 2)
Solution
The denominator contains a repeated linear factor, (x − 2)2 .
Let
2x + 3 A B A(x − 2) + B
≡ + ≡ .
(x − 2)2 (x − 2) (x − 2)2 (x − 2)2
Equating the numerators gives;
2x + 3 ≡ A(x − 2) + B.
Let x = 2. Then,
7 = A(0) + B =⇒ B = 7.
And
2x + 3 ≡ A(x − 2) + B
≡ Ax − 2A + B
Since an identity is true for all values of the unknown, the coefficients of similar terms
may be equated.
A = 2.
Hence,
2x + 3 2 7
2
≡ +
(x − 2) (x − 2) (x − 2)2
5x2 − 2x − 19
h(x) =
(x + 3)(x − 1)2
Solution
Here the denominator is a combination of a linear factor and a repeated linear factor.
Let x = 1. Then,
Without expanding the right hand side of Equation (76), it can be seen that equating
the coefficients of x2 gives; 5 = A + B, since A = 2 =⇒ B = 3. Hence,
5x2 − 2x − 19 2 3 4
2
≡ + − .
(x + 3)(x − 1) (x + 3) (x − 1) (x − 1)2
7x2 + 5x + 13
g(x) =
(x2 + 2)(x + 1)
Solution
The denominator is a combination of a quadratic factor, (x2 + 2) which does not
factorise without introducing imaginary surds terms, and a linear factor, (x + 1).
Let
7x2 + 5x + 13 Ax + B C (Ax + B)(x + 1) + C(x2 + 2)
≡ + ≡
(x2 + 2)(x + 1) (x2 + 2) (x + 1) (x2 + 2)(x + 1)
7=A+C
and since C = 5, =⇒ A = 2.
5=A+B
Solution
Terms such as x2 may be treated as (x + 0)2 , i.e. they are repeated linear factors.
Let
3 + 6x + 4x2 − 2x3 A B Cx + D
2 2
≡ + 2+ 2
x (x + 3) x x (x + 3)
Ax(x + 3) + B(x2 + 3) + (Cx + D)x2
2
≡
x2 (x2 + 3)
Equating the numerators gives;
Hence,
Z
11 − 3x
Z
2 5
dx ≡ − dx
x2 + 2x − 3 (x − 1) (x + 3)
= 2 ln(x − 1) − 5 ln(x + 3) + C
(x − 1)2
Or = ln + C by the laws of logarithms.
(xx + 3)5
2x2 − 9x − 35 4 3 1
≡ − + .
(x + 1)(x − 2)(x + 3) (x + 1) (x − 2) (x + 3)
2x2 − 9x − 35
Z Z
4 3 1
dx ≡ − + dx
(x + 1)(x − 2)(x + 3) (x + 1) (x − 2) (x + 3)
= 4 ln(x + 1) − 3 ln(x − 2) + ln(x + 3) + C
(x + 1)4 (x + 3)
Or = ln + C.
(x − 2)3
Thus,
Z Z
2x + 3 2 7
dx ≡ + dx
(x − 2)2 (x − 2) (x − 2)2
7
= 2 ln(x − 2) − + C.
(x − 2)
5x2 − 2x − 19 2 3 4
2
≡ + − .
(x + 3)(x − 1) (x + 3) (x − 1) (x − 1)2
Therefore,
5x2 − 2x − 19
Z Z
2 3 4
dx ≡ + − dx
(x + 3)(x − 1)2 (x + 3) (x − 1) (x − 1)2
4
= 2 ln(x + 3) + 3 ln(x − 1) + + C.
x−1
3 + 6x + 4x2 − 2x3
Z
dx.
x2 (x2 + 3)
Solution
It was shown in Example 23.1.10 that
Thus,
3 + 6x + 4x2 − 2x3
Z
3 − 4x
Z
2 1
dx ≡ + + dx
x2 (x2 + 3) x x2 (x2 + 3)
Z
2 1 3 4x
= + + − dx.
x x2 (x2 + 3) (x2 + 3)
Also, Z
4x
dx
x2 +3
is determined by using algebraic substitution u = (x2 + 3).
Hence,
Z
2 1 3 4x 1 3 −1 x
+ + − dx = 2 ln(x) − + √ tan √ − 2 ln(x2 + 3) + C
x x2 (x2 + 3) (x2 + 3) 2 3 3
2
√
x 1 −1 x
= ln − + 3 tan √ + C.
x2 + 3 x 3
(i) Z
12
dx
(x2 − 9)
(ii)
4(x − 4)
Z
dx
(x2 − 2x − 3)
(iii)
3(2x2 − 8x − 1)
Z
dx
(x + 4)(x + 1)(2x − 1)
(iv)
(x2 + 9x + 8)
Z
dx
(x2 + x − 6)
(2) Determine the following definite integrals using partial fractions with linear
factors correct to 4 significant figures.
(i)
3
x3 − 2x2 − 4x − 4
Z
dx
2 x2 + x − 2
(ii)
4
x2 − 3x + 6
Z
dx
3 x(x − 2)(x − 1)
(iii)
6
x2 − x − 14
Z
dx
4 x2 − 2x − 3
(3) Determine the following integrals using partial fractions with repeated linear
factors
(i) Z
4x − 3
dx
(x + 1)2
(ii)
5x2 − 30x + 44
Z
dx
(x − 2)3
(iii)
3x2 + 16x + 15
Z
dx
(x + 3)3
(i)
2
x2 + 7x + 3
Z
dx
1 x2 (x + 3)
(ii)
7
18 + 21x − x2
Z
dx
6 (x − 5)(x + 2)2
(5) Determine the following integrals using partial fractions with quadratic factors,
x2 − x − 13 6x − 5
Z Z Z
4
(i) 2
dx (ii) 2
dx (iii) dx.
(x + 7)(x − 2) (x − 4)(x + 3) (16 − x2 )
23.2.1 Introduction
Consider the two figures below;
Figure 50:
In Fig. 50, the gradient (or rate of change) of the curve changes from positive between
O and P to negative between P and Q, and then positive again between Q and R.
At point P , the gradient is zero and, as x increases, the gradient of the curve changes
from positive just before P to negative just after. Such a point is called a maximum
point and appears as the ’crest of a wave’. At point Q, the gradient is also zero
and, as x increases, the gradient of the curve changes from negative just before Q
to positive just after. Such a point is called a minimum point, and appears as the
’bottom of a valley’. Points such as P and Q are given the general name of turning
points. It is possible to have a turning point, the gradient on either side of which
is the same. Such a point is given the special name of a point of inflexion, and
examples are shown in Fig. 51. Maximum and minimum points and points of inflexion
are given the general term of stationary points.
dy
= 0.
dx P
Or
Solution
Following the above procedure;
dy
(i) Since y = 3x2 − 6x, = 6x − 6
dx
dy
(ii) At a turning point, = 0, hence 6x − 6 = 0, from which x = 1.
dx
(iii) When x = 1, y = 3(1)2 − 6(1) = −3, hence the coordinates of the turning
point is (1, −3)
(iv) If x is slightly less than 1, say, x = 0.9, then
dy
= 6(0.9) − 6 = −0.6
dx
i.e. negative. If x is slightly greater than 1, say x = 1.1, then
dy
= 6(1.1) − 6 = 0.6
dx
i.e. positive. Since the gradient of the curve is negativeSjust before the turning
point and positive just after the turning point (i.e. − +). Thus, the point
(1, −3) is a minimum point.
Example 23.2.5 Find the maximum and minimum values of the curve y = x3 −3x+5
by;
(i) Examining the gradient on either side of the turning points, and
(ii) Determining the sign of the second derivative.
Solution
dy dy
Since y = x3 −3x+5, then = 3x2 −3. For a maximum or minimum value, = 0.
dx dx
Hence,
3x2 − 3 = 0
⇒ 3x2 = 3
⇒ x = ±1
When x = 1, y = (1)3 − 3(1) + 5 = 3 and when x = −1, y = (−1)3 − 3(−1) + 5 = 7.
Hence, (1, 3) and (−1, 7) are the co-ordinates of the turning points.
dy
= 3(0.9)2 − 3
dx
which is negative. If x is slightly more than 1, say x = 1.1, then
dy
= 3(1.1)2 − 3
dx
which is positive. Since the gradient changes from negative to positive, the
point (1, 3) is a minimum point.
Considering the point (−1, 7); If x is slightly less than −1, say x = −1.1,
then
dy
= 3(−1.1)2 − 3
dx
which is positive. If x is slightly more than −1, say x = −0.9, then
dy
= 3(−0.9)2 − 3
dx
which is negative. Since, the gradient changes from positive to negative, the
point (−1, 7) is a maximum point.
dy d2 y d2 y
(b) Since = 3x2 − 3, then = 6x. When x = 1, is positive, hence (1, 3)
dx dx2 dx2
is a minimum value.
d2 y
And when x = −1, 2 is negative, hence (−1, 7) is a maximum value.
dx
Therefore, the maximum value is 7, and the minimum value is 3.
(a) Write down expressions for the total revenue (T R) and marginal revenue (M R)
functions.
(b) Calculate the output at which T R is a maximum and confirm that marginal
revenue (M R) is zero at this point.
(a)
T R = P × Q = (50 − 2Q)Q
= 50Q − 2Q2
d(T R)
∴ MR = = 50 − 4Q.
dQ
(b) To find the output level at which T R is at a maximum, work through the
max/min. method for finding turning points as follows;
T R = 50Q − 2Q2
d(T R)
= 50 − 4Q
dQ
d2 (T R)
= −4
dQ2
d(T R)
To find the turning point(s), we set = 0, that is
dQ
50 − 4Q = 0
50
⇒Q= = 12.5
4
at Q = 12.5; T R = 50 − 2(12.5) (12.5) = 312.5
d(T R)
= MR = 0
dQ
and
d2 (T R) d(M R)
2
= = (M R)0 < 0.
dQ dQ
Since the second derivative is a negative constant, therefore, T R has a maximum
value. Hence,
T R = 312.5, at Q = 12.5.
To check if M R = 0 at Q = 12.5; since
M R = 50 − 4Q = 50 − 4(12.5) = 0.
The turning point for the total revenue function was calculated in part (b).
at
T R = 312.5 and Q = 12.5.
(a) (i)
T R = P Q = (50 − 2Q)Q = 50Q − 2Q2
(ii)
π = T R − T C = 50Q − 2Q2 − (160 + 2Q)
= −2Q2 + 48Q − 160
= −2(Q2 − 24Q + 80)
(b) (i) Sketching the total cost function; T C = 160 + 2Q, is a linear function;
thus, two points are required to sketch its graph. eg, at Q = 0, T C =
160 + 2(0) = 160, and taking any other Q value, say Q = 20, then
T C = 160 + 2(20) = 200 and so the graph is shown in the Figure 54
below;
Sketching the total revenue function, we have the curve shown in the Figure
54 below;
(ii) From the graph, break-even occurs when T C = T R, at Q = 4 and Q = 20.
The break-even points are calculated algebraically as follows;
TC = TR
160 + 2Q = 50Q − 2Q2
2Q2 − 48Q + 160 = 0
Q2 − 24Q + 80 = 0
(Q − 4)(Q − 20) = 0
(c) Maximum profits are calculated by finding the turning point(s) for the profit
function.
−4Q + 48 = 0
48
⇒Q= = 12
4
and so at Q = 12, the value of π is
Therefore, since the second derivative is a negative constant, then the profits π
are a maximum
π = 128 at Q = 12.
So
π=0
2
−2(Q − 24Q + 80) = 0
Q2 − 24Q + 80 = 0
(Q − 4)(Q − 20) = 0
Solution
Define the Lagrangian;
step 2; Equate the first-order partial derivatives to zero and solve for x, y and λ. It
is more convenient to eliminate λ from the first two equations and then solve for x
and y.
36 − 6x − 5λ = 0 (80)
56 − 8y − 10λ = 0 (81)
80 − 5x − 10y = 0 (82)
Now using Equations (82) and (84) to solve for x and y, first dividing through Equa-
tion (82) by 5 we get;
16 − x − 2y = 0 (85)
4 − 3x + 2y = 0 (86)
References
[1] John Bird. Engineering mathematics. Routledge, 2003.
[2] Teresa Bradley. Essential mathematics for economics and business. John Wiley
& Sons, 2013.
[5] Richard Hamming. Numerical methods for scientists and engineers. Courier Cor-
poration, 2012.