Foundation Maths
Foundation Maths
Foundation Maths
Mathematics
2023-10-16
2
Contents
Preface 5
3
4 CONTENTS
Preface
Mathematics deals with highly abstract objects obeying strict basic rules and
other rules that can be derived from these basic rules using logic. These objects
and operations with them are denoted using various symbols, and mathemati-
cal calculations appear as manipulation of these symbols. The most primitive
symbols are numerical, they are used to describe numbers and the arithmetic
operations. However, arithmetics is only a tiny area of mathematics. To give
you an idea, Figure 1 shows only a small subset of symbols used in other areas
of mathematics. Learning symbolic calculations is a very important part of our
course.
Basic objects of mathematics are direct abstracts from nature. Many others
emerged solely for the sake of development of new mathematics. Development
of new mathematics and its exploration is the domain of pure mathematics.
Applications of mathematics to describe and study the world around us is the
aim of applied mathematics. Many properties of the real world around us
can be quantified. This means they can be measured and expressed as numer-
ical parameters. These parameters may take different values, vary in time
or space, and for this reason can be called variables. Different variables can
be interdependent - changes in some of them are followed by changes in others.
In mathematics, such connections (relations) between variables are described
via mathematical functions. So, mathematical modelling of real world phenom-
ena often involves identification of key parameters and suitable mathematical
functions. Often, it is not practical to include all involved parameters as this
may lead to overly complicated models which are hard to comprehend and use.
Instead, especially at the beginning, the models retain only very few most im-
portant parameters and use simple functions. This explains why in this course
we focus on functions of only one variable.
In abstract mathematical notation, such functions are presented in the form
𝑦 = 𝑓(𝑥) ,
where 𝑓 stands for some rule which shows how to calculate the value of variable
𝑦 given the value of variable 𝑥. Hence, 𝑥 is called an independent variable
5
6 CONTENTS
In this course, we will study some of the most basic, and hence most important
types of such mathematical functions, like the linear, quadratic, power, expo-
nential, logarithmic, and trigonometric functions. We will also study some key
ways of exploring functions, like their differentiation and integration. This will
be accompanied by many real world examples, mostly from economics.
y )
f(x
y=
f(x2)
f(x1)
x1 x2 x
We will be making such plots very frequently throughout the course, as they
help to develop better understanding.
Chapter 1
Δ𝑦
𝑎= .
Δ𝑥
9
10 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
aDx
y0
Dx
x0 x
y
a>0
y0 a=0
a<0
x0 x
𝑦 − 𝑦0
= 𝑎. (1.1)
𝑥 − 𝑥0
Hence,
𝑦 = 𝑦0 + 𝑎(𝑥 − 𝑥0 ) . (1.2)
This equation shows how, given the values of 𝑥0 , 𝑦0 and 𝑎, one can compute 𝑦
for any 𝑥 using the operations of addition, subtraction and multiplication. (It
is obvious that for 𝑥 = 𝑥0 the formula yields 𝑦 = 𝑦0 , as expected.) If the value
of 𝑎 is not given, but we know another point of the line, we can derive it using
(1.1). Denote the second point as (𝑥1 , 𝑦1 ). Since (1.1) is valid for any point
(𝑥, 𝑦) of the line, it must be valid for (𝑥1 , 𝑦1 ) too, and hence
𝑦1 − 𝑦 0
𝑎= . (1.3)
𝑥1 − 𝑥 0
In equation (1.2), instead of the arbitrary point (𝑥0 , 𝑦0 ) of the line we may
choose the one where the line intercepts the y axis (the y-intercept) . Since
along the y axis 𝑥 = 0, we may write (𝑥0 , 𝑦0 ) = (0, 𝑏) and obtain
𝑦 = 𝑎𝑥 + 𝑏 . (1.4)
One advantage of this form is that it is more compact, and the other is that the
value of 𝑏 shows where the line intercepts the y axis. This is the most common
for of general representation of linear functions.
Instead of the y-intercept we may use the x-intercept, the point where the
line intercepts the x axis. For this intercept we may write (𝑥0 , 𝑦0 ) = (𝑐, 0) and
equation (1.2) reduces to
12 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
𝑦 = 𝑎(𝑥 − 𝑐) . (1.5)
aDx
y0
Dx
y=y0+ a(x-x0)
b
=ax+b
=a(x-c)
c x0 x
Solution.
In this problem, we need to find the linear function approximating the popula-
tion growth given its values at two times. Since any straight line is completely
determined by its two points, this problem will always have a unique solution.
We have already solved this problem in general via symbolic calculations (deriva-
tions). The solution is given by equations (1.2) and (1.3). Here we simply apply
this result.
If is instead of 𝑥 and 𝑦 we use symbols 𝑡 (for time) and 𝑝 (for population)
respectively, then we have
𝑝 = 𝑝0 + 𝑎(𝑡 − 𝑡0 ) , (1.6)
1.1. LINEAR FUNCTIONS 13
where
𝑝1 − 𝑝0
𝑎= . (1.7)
𝑡1 − 𝑡0
𝑝0 = 5978 , 𝑝1 = 6707 .
The time is best measured in years. Moreover, if we decide to measure the time
not starting not from the birth of Christ but from the year 1999, the numbers
will be smaller (and hence easier to deal with). Using these definitions, our key
times are
6707 − 5978
𝑎= = 81 .
9
in millions of people. (If you forgot about the units and wrote that
the predicted population was 10028 people, this would be a major
mistake!!! Unfortunately, quite a large number of students made
mistakes of this type in previous examinations.)
Comment. This linear model also predicts 𝑝 = −22 for 𝑡 = −75 (the year
1925). This negative number does not make sense and shows the limitations of
linear approximations! Normally, the linear function is the least accurate ap-
proximation one can make. Nonetheless, it is very simple and can be sufficiently
accurate for a narrow range of the independent variable, where the graph of the
actual data function is close to a fragment of straight line.
14 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
𝑄𝐷 = 𝑎𝐷 𝑃 + 𝑏𝐷 . (1.9)
𝑄𝐷 = 𝛼(𝑃𝑚𝑎𝑥 − 𝑃 ) , (1.10)
where 𝛼 = −𝑎𝐷 > 0 and 𝑃𝑚𝑎𝑥 = −𝑏𝐷 /𝑎𝐷 > 0. The advantage of this form
is that 1) all its parameters are positive, 2) it is clear that the demand is a
decreasing function of price, and 3) it is also clear that the demand dries out
when the price reaches the value of 𝑃𝑚𝑎𝑥 .
1.2. LINEAR SUPPLY AND DEMAND FUNCTIONS 15
QD
bD
Pmax P
𝑄𝑆 = 𝑎 𝑆 𝑃 + 𝑏 𝑆 , (1.11)
where the slope 𝑎𝑆 > 0 and 𝑏𝑆 < 0. This model captures the growth of 𝑄𝑆 with
𝑃 and the existence of minimal price, 𝑃𝑚𝑖𝑛 = −𝑏𝑆 /𝑎𝑆 > 0. In economics, the
linear supply function is often written as
where 𝛽 > 0 is the same as 𝑎𝑆 . The advantage of this form is that 1) all its
parameters are positive, 2) it is clear that the demand is an increasing function
of price, and 3) it is also clear that the supply dries out when the price drops
to the value of 𝑃𝑚𝑖𝑛 .
16 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
QS
Pmin P
Obviously, the model based on the linear supply and demand functions deter-
mines the meaningful price range as 𝑃𝑚𝑖𝑛 < 𝑃 < 𝑃𝑚𝑎𝑥 . Only for prices within
this range both 𝑄𝐷 > 0 and 𝑄𝑆 > 0. Note that this range exists only when
𝑃𝑚𝑖𝑛 < 𝑃𝑚𝑎𝑥 , the top price at which the demand dries out is higher than the
bottom price at which the supply dries out.
But what determines the actual price at which the product is sold?
The market forces normally drive the price of a product towards a particular
equilibrium value 𝑃𝑒𝑞 . When the price 𝑃 < 𝑃𝑒𝑞 , the demand exceeds supply
(𝑄𝐷 > 𝑄𝑆 ) and the stock get sold very quickly, leaving empty shelves and
unhappy customers. If the price 𝑃 > 𝑃𝑒𝑞 , the supply exceeds demand (𝑄𝐷 <
𝑄𝑆 ), and unsold stock accumulates at shops and warehouses, increasing costs.
When 𝑃 = 𝑃𝑒𝑞 , the supply matched the demand exactly, 𝑄𝑆 = 𝑄𝐷 . This is the
optimum sales regime.
Given the model functions 𝑄𝐷 (𝑃 ) and 𝑄𝑆 (𝑃 ), the equilibrium price can be
found by solving the balance equation
𝑄𝐷 (𝑃𝑒𝑞 ) = 𝑄𝑆 (𝑃𝑒𝑞 )
for 𝑃𝑒𝑞 . For the linear demand and supply functions given in the forms (1.9)
and (1.11), this balance equation reads
𝑎𝐷 𝑃𝑒𝑞 + 𝑏𝐷 = 𝑎𝑆 𝑃𝑒𝑞 + 𝑏𝑆 ,
1.2. LINEAR SUPPLY AND DEMAND FUNCTIONS 17
QD ,QS
QD QS
Figure 1.6: At equilibrium price 𝑃𝑒𝑞 , the product supply matches the demand
for it.
and yields
𝑏𝐷 − 𝑏 𝑆
𝑃𝑒𝑞 = . (1.13)
𝑎𝑆 − 𝑎𝐷
One can also use 𝑄𝐷 (𝑃 ) and 𝑄𝑆 (𝑃 ) in the forms (1.10) and (1.12). In this case,
the balance equation reads
and yields,
𝛼𝑃𝑚𝑎𝑥 + 𝛽𝑃𝑚𝑖𝑛
𝑃𝑒𝑞 = . (1.14)
𝛼+𝛽
This result looks different but only because it is given in terms of different
parameters. In fact, the results (1.13) and (1.14) are equivalent.
Example 1.2.
a) When the price of a book on sale is £15, bookshops sell 10,000 copies per
month. When the price is £9, they sell 16,000 copies per month. Use the
linear demand function to determine the upper limit 𝑃𝑚𝑎𝑥 on the price at
which this book can still be sold.
b) For the book price of £22, there is a supply of 26,000 copies per month.
For the price below 𝑃𝑚𝑖𝑛 = £2, the book is no longer supplied. Determine
the corresponding linear supply function.
18 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
c) Use the linear supply and demand models obtained in a) and b) to deter-
mine the equilibrium book price. Hence determine the rate of book sales
at this price.
Solution.
In this example it is convenient to measure the rate of sale in thousands per
month and the price in pounds and write the provided data as
For parts a) and b), we again can use the general result (1.2) and (1.3).
a) So we write
𝑄𝐷 = 𝑄𝐷0 + 𝑎𝐷 (𝑃 − 𝑃0 ) , (1.15)
where
𝑄𝐷1 − 𝑄𝐷0
𝑎𝐷 = . (1.16)
𝑃1 − 𝑃 0
16 − 10
𝑎𝐷 = = −1 ,
9 − 15
and
𝑄𝐷 = 10 − (𝑃 − 15) = 25 − 𝑃 .
𝑄𝐷 = 𝛼(𝑃 − 𝑃𝑚𝑎𝑥 ) ,
with 𝑃𝑚𝑎𝑥 = 25 and 𝛼 = 1. (The demand vanishes when the price reaches £25.)
b) Here we can proceed with exactly the same calculations as in part a), but
because we already know that 𝑃𝑚𝑖𝑛 = 2 it is better to write the supply function
in the form
𝑄𝑆 = 𝛽(𝑃 − 𝑃𝑚𝑖𝑛 ) .
Here 𝛽 is the only unknown parameter and we can find it substituting the data
(𝑃 , 𝑄𝑆 ) = (22, 26). This yields
1.3. QUADRATIC FUNCTIONS 19
26 = 𝛽(22 − 2) ,
and hence
𝛽 = 1.3 .
𝑄𝑆 = 1.3(𝑃 − 2) .
c) To find the equilibrium price, we can simply use the general result (1.14)
𝛼𝑃𝑚𝑎𝑥 + 𝛽𝑃𝑚𝑖𝑛
𝑃𝑒𝑞 = .
𝛼+𝛽
Hence
1 × 24 + 1.3 × 2 27.6
𝑃𝑒𝑞 = = = 12 .
1 + 1.3 2.3
𝑄𝐷 = 25 − 12 = 13 .
Hence the at this price the shops sale 13, 000 copies per month. □
Take Quiz 1 on Minerva (Learning Resources > Quizzes).
Linear approximations are the simplest but also least accurate. When it becomes
clear that this approximation in not sufficiently accurate, e.g. the data points
deviate significantly from a straight line, we begin looking for a better one. The
next easiest choice is the quadratic approximation, where we utilise quadratic
functions instead of linear ones. It is more flexible by allowing curvature of
model graphs and it includes the linear approximation as a limiting case.
Usually, quadratic functions are presented in the following standard form
20 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
Quadratic function
𝑦 = 𝑎𝑥2 + 𝑏𝑥 + 𝑐 , (1.17)
𝑦 = 𝑥2 . (1.18)
y=x2
𝑦(−𝑥) = 𝑦(𝑥) ,
because (−𝑥)2 = 𝑥2 . It opens up, and its turning point (the vertex) is located
at (0, 0), the origin.
Scaled parabola. Multiplying (1.18) by 𝑎 ≠ 0, we obtain the quadratic func-
tion
𝑦 = 𝑎𝑥2 . (1.19)
It described the parabola stretched along the y axis by the factor |𝑎|.
1.3. QUADRATIC FUNCTIONS 21
y=ax2 y=x2
a>0
If 𝑎 > 0, it still opens up and its vertex is still at (0, 0). It rises faster than the
parabola if 𝑎 > 1 and slower if 𝑎 < 1.
If 𝑎 < 0, the parabola is not only scaled but also reflected about the x axis - it
opens down. The graphs of 𝑦 = 𝑎𝑥2 is the graph of 𝑦 = −𝑎𝑥2 reflected about
the x axis.
Scaled parabola shifted along the x axis.
Shifting all points of the scaled parabola along the x axis by the same amount
𝑥𝑒 leads to the curve described by the quadratic function
𝑦 = 𝑎(𝑥 − 𝑥𝑒 )2 . (1.20)
If 𝑥𝑒 > 0, the parabola is shifted to the right, and if 𝑥𝑒 < 0, it is shifted to the
left. It’s vertex is now at the point (𝑥𝑒 , 0).
y=ax2 y=a(x-xe )2
a>0
xe>0
xe x
𝑦 = 𝑎(𝑥 − 𝑥𝑒 )2 + 𝑦𝑒 . (1.21)
y=ax2
y=a(x-xe )2 +ye
ye a>0
xe>0
ye>0
xe x
and
𝑏
𝑥𝑒 = − , 𝑦𝑒 = 𝑐 − 𝑎𝑥2𝑒 . (1.23)
2𝑎
Vertex form
𝑦 = 𝑎(𝑥 − 𝑥𝑒 )2 + 𝑦𝑒 . (1.24)
𝑎𝑥2 + 𝑏𝑥 + 𝑐 = 0 .
𝑦𝑒
𝑎(𝑥 − 𝑥𝑒 )2 + 𝑦𝑒 = 0 ⇒ (𝑥 − 𝑥𝑒 )2 = − .
𝑎
Now, it is easy to see that
𝑦𝑒
𝑥± = 𝑥𝑒 ± √− .
𝑏
Substituting the expressions (1.23) for 𝑥𝑒 and 𝑦𝑒 , we immediately obtain the
following well-known result
𝑎𝑥2 + 𝑏𝑥 + 𝑐 = 0
𝐷 = 𝑏2 − 4𝑎𝑐 ≥ 0 . (1.25)
𝑏
𝑥𝑒 = − .
2𝑎
If 𝐷 > 0, there are two solutions
√ √
−𝑏 ± 𝐷 𝐷
𝑥± = = 𝑥𝑒 ± . (1.26)
2𝑎 2𝑎
Notice that the vertex is exactly between the x-intercepts of the quadratic
function.
24 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
y
a>0, D>0
x
a<0, D>0
y
a>0, D=0
x
a<0, D=0
Factorised form
Quadratic functions with two x-intercepts can be written in the form
In this form, not only 𝑎 but also the intercepts 𝑥− and 𝑥+ are considered as
function’s parameters.
Quadratic functions with only one x-intercept can be written in the form
1.3. QUADRATIC FUNCTIONS 25
y
a>0, D<0
x
a<0, D<0
𝑦 = 𝑎(𝑥 − 𝑥𝑒 )2 ,
Example 1.3. Find the x- and y-intercepts of the quadratic function 𝑦(𝑥) =
2𝑥2 − 11𝑥 + 9. Then find its vertex.
Solution.
We are dealing with a quadratic function given in the form
𝑦(𝑥) = 𝑎𝑥2 + 𝑏𝑥 + 𝑐 ,
2𝑥2 − 11𝑥 + 9 = 0 .
Its discriminant
𝐷 = 𝑏2 − 4𝑎𝑐 = 112 − 4 × 2 × 9 = 49 .
𝑥+ + 𝑥− 𝑏
𝑥𝑒 = =− = 11/4 .
2 2𝑎
𝑏2 (−11)2 72 − 121 49
𝑦𝑒 = 𝑐 − =9− = =− ,
4𝑎 4×2 8 8
11 2 11 49
𝑦𝑒 = 𝑦(𝑥𝑒 ) = 2 ( ) − 11 ( ) + 9 = ⋯ = − ,
4 4 8
B D x
C
Figure 1.14: Graph of the quadratic function 𝑦 = 2𝑥2 −11𝑥+9. Here 𝐴 = (0, 9),
𝐵 = (1, 0), 𝐶 = (11/4, −49/8), and 𝐷 = (9/2, 0).
Finding quadratic function given its three points. The linear function
has two parameters. They are fully determined by the values of the function
at two points. The quadratic function has three parameters, and to determine
them we need to know values of the function at three points. Here we show how
this is done.
The starting point is the general formula of quadratic function
1.3. QUADRATIC FUNCTIONS 27
𝑦 = 𝑎𝑥2 + 𝑏𝑥 + 𝑐 ,
and we need to determine its parameters 𝑎, 𝑏, and 𝑐, given the values of the
function at three points.
To simplify the calculations, we consider only the case of points equidistant
along the x axis. Denote them as 𝑥1 , 𝑥2 = 𝑥1 + Δ𝑥, 𝑥3 = 𝑥2 + Δ𝑥, where
Δ𝑥 is the distance between the points. Denote the corresponding values of the
functions respectively as 𝑦1 , 𝑦2 , and 𝑦3 . Hence
This is a system of three (linear) equations for the three unknowns, 𝑎, 𝑏, and 𝑐.
To solve it, we can apply the Gauss elimination method. First, we eliminate 𝑐.
Subtracting the first equation from the second and the second from the third,
we obtain
𝑦2 − 𝑦1 = 𝑎Δ𝑥(𝑥2 + 𝑥1 ) + 𝑏Δ𝑥 ,
{ (1.29)
𝑦3 − 𝑦2 = 𝑎Δ𝑥(𝑥3 + 𝑥2 ) + 𝑏Δ𝑥 .
Next, we eliminate 𝑏 by subtracting the two equations of this system and ob-
taining
𝑦3 − 2𝑦2 + 𝑦1
𝑎= . (1.30)
2Δ𝑥2
Having found 𝑎, we can find 𝑏 from one of the equations in (1.29), e.g.
𝑦2 − 𝑦 1
𝑏 = −𝑎(𝑥2 + 𝑥1 ) + . (1.31)
Δ𝑥
28 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
Having found both 𝑎 and 𝑏, we can find 𝑐 from one of the equations in (1.28),
e.g.
Solution.
In this example, (𝑥1 , 𝑦1 ) = (1, 1), (𝑥2 , 𝑦2 ) = (2, 3), (𝑥2 , 𝑦3 ) = (3, 2) and Δ𝑥 = 1.
Applying (1.30)-(1.32), we find
2−2×3+1 3
𝑎= =− ;
2 2
3 3−1 13
𝑏 = (1 + 2) + = ;
2 1 2
3 13
𝑐 = 1 + × 12 − × 1 = −4 .
2 2
Thus, the quadratic function is
3 13
𝑦 = − 𝑥2 + 𝑥 − 4 ,
2 2
To check the result for computational errors, we can compute the values of the
derived function at 𝑥2 = 2 and 𝑥3 = 3. For example,
3 13
𝑦(𝑥2 ) = − 22 + 2 − 4 = −6 + 13 − 4 = 3 .
2 2
This is indeed 𝑦2 as it should be in the case of error-free computations. □
𝑅 = 𝑃 𝑄𝐷 . (1.33)
For example, if 𝑄𝐷 is measured as the quantity of items sold per day, and 𝑃 is
measured in pounds, then 𝑅 is be measured in pounds per day. The key target
for a seller is optimization (maximization) of the revenue.
1.4. OPTIMISATION OF REVENUE 29
Thus, in this model the revenue is a quadratic function of 𝑃 . Since the coefficient
of 𝑃 2 is negative, the corresponding parabola opens down, and at the vertex
point the revenue reaches its highest possible value. The x-intercepts of the
revenue function are 𝑃− = 0 and 𝑃+ = 𝑃𝑚𝑎𝑥 , and hence the optimal price
𝑃𝑚𝑎𝑥
𝑃𝑜𝑝𝑡 = (𝑃− + 𝑃+ )/2 = ,
2
and the optimal revenue
𝑃𝑚𝑎𝑥 𝑃 𝑃2
𝑅𝑜𝑝𝑡 = 𝑅(𝑃𝑜𝑝𝑡 ) = 𝛼 (𝑃𝑚𝑎𝑥 − 𝑚𝑎𝑥 ) = 𝛼 𝑚𝑎𝑥 .
2 2 4
Pmax/2 Pmax P
Optimal revenue
For the linear model (1.10) of the demand, the revenue 𝑅 is a quadratic function
of price:
30 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
𝑃𝑚𝑎𝑥
𝑃𝑜𝑝𝑡 = , (1.35)
2
and the optimal revenue
2
(𝑃𝑚𝑎𝑥 )
𝑅𝑜𝑝𝑡 = 𝑅(𝑃𝑜𝑝𝑡 ) = 𝛼 . (1.36)
4
𝑄𝐷 = 25 − 𝑃 (1.37)
in thousands of books per month, where 𝑃 is the price of a single book in pounds.
Determine the optimal price for the book and the corresponding maximised
mounthly revenue.
Solution.
The revenue function is
𝑅 = 𝑃 𝑄𝐷 = 𝑃 (25 − 𝑃 ) . (1.38)
Its maximum price 𝑃𝑚𝑎𝑥 = 25 pounds and hence the optimal price
25
𝑃𝑜𝑝𝑡 = = 12.5
2
25 25 25 2
𝑅𝑜𝑝𝑡 = (25 − ) = ( ) = 156.25
2 2 2
𝑄𝐷 = 1000(25 − 𝑃 ) .
𝑅 = 𝑃 𝑄𝐷 = 1000𝑃 (25 − 𝑃 )
and measured in pounds per month (Note that now 𝛼 = 1000.). The maximum
revenue would be
25 2
𝑅 = 1000 ( ) = 156, 250
2
in pounds per month. Obviously, this is the same results but in different units.
The disadvantage of using these units is longer numbers appearing in the cal-
culations. Here, the amount of calculations is relatively small and hence this
disadvantage is rather minor, but other applications can be much more compu-
tationally intense, and choosing good units can make a difference.
Take Quiz 2 on Minerva (Learning Resources > Quizzes).
32 CHAPTER 1. LINEAR AND QUADRATIC FUNCTIONS
Chapter 2
By definition,
𝑎𝑛 = 𝑎
⏟×⏟⏟𝑎⏟×⋯⏟⏟×⏟
𝑎. (2.1)
n times
For example,
33
34 CHAPTER 2. EXPONENTIATION AND POWER FUNCTIONS
34 = 3 × 3 × 3 × 3 .
𝑎1 = 𝑎 . (2.2)
Rules of bases
(𝑎𝑏)𝑛 = 𝑎𝑛 𝑏𝑛 . (2.3)
𝑎 𝑛 𝑎𝑛
( ) = 𝑛. (2.4)
𝑏 𝑏
and
Subtraction:
⎧𝑎𝑚−𝑛 if 𝑚 > 𝑛;
𝑎𝑚 {
𝑛
= ⎨1 if 𝑚 = 𝑛; (2.6)
𝑎 {1/𝑎𝑛−𝑚
⎩ if 𝑚 < 𝑛.
Multiplication:
2.1. NATURAL EXPONENTS 35
For example,
𝑎3 × 𝑎2 = (𝑎 × 𝑎 × 𝑎) × (𝑎 × 𝑎)
= 𝑎 × 𝑎 × 𝑎 × 𝑎 × 𝑎 = 𝑎5 .
𝑎𝑛 × 𝑎𝑚 = 𝑎
⏟×⏟⏟𝑎⏟
×⋯ ×⏟
⏟⏟ 𝑎 = 𝑎𝑛+𝑚 ,
n+m times
53 = 5 × 5 × 5 = 125 .
2 4 24 16
( ) = 4 = .
3 3 81
𝑎 × 2𝑎 × 4𝑎 × 3𝑎 = (1 × 2 × 4 × 3) × (𝑎 × 𝑎 × 𝑎 × 𝑎) =
= 24𝑎4 .
𝑎5 𝑎3 × 𝑎2 𝑎5
2
= = 𝑎3 or just = 𝑎5−2 = 𝑎3 .
𝑎 𝑎2 𝑎2
𝑎2 𝑎2 1 𝑎2 1 1
5
= 2 = 3 or just = 5−2 = 3 .
𝑎 𝑎 × 𝑎3 𝑎 𝑎5 𝑎 𝑎
Zero exponent:
For any 𝑎 ≠ 0,
𝑎0 = 1 . (2.8)
Negative exponent:
For any 𝑛 ∈ 𝑁 and 𝑎 ≠ 0,
1
𝑎−𝑛 = . (2.9)
𝑎𝑛
Using this definitions one can prove that exponentiation with the negative expo-
nents satisfies the same rules as naturals. For example, let us prove the extension
of rule (2.3) for positive exponents to negative exponents, (𝑎𝑏)−𝑛 = 𝑎−𝑛 𝑏−𝑛 . By
the definition of negative exponent,
1
(𝑎𝑏)−𝑛 = .
(𝑎𝑏)𝑛
By the rule (2.3),
1 1 1 1
𝑛
= 𝑛 𝑛 = 𝑛 𝑛.
(𝑎𝑏) 𝑎 𝑏 𝑎 𝑏
1 1
= 𝑎−𝑛 𝑏−𝑛 .
𝑎𝑛 𝑏 𝑛
Hence,
Subtraction rule:
𝑎𝑚
= 𝑎𝑚−𝑛 , (2.10)
𝑎𝑛
1 1 1
= −(𝑚−𝑛) = 1 = 𝑎𝑚−𝑛 .
𝑎𝑛−𝑚 𝑎 𝑎𝑚−𝑛
𝑎𝑚−𝑛 = 𝑎0 = 1 .
Moreover, when 𝑛, 𝑚 ∈ 𝑍, the subtraction rule simply follows from the addition
rule
𝑎𝑚 𝑎𝑛 = 𝑎𝑛+𝑚 .
Indeed,
𝑎𝑚
= 𝑎𝑚 𝑎−𝑛 = 𝑎𝑚+(−𝑛) = 𝑎𝑚−𝑛 ,
𝑎𝑛
𝑎5
𝑎5 𝑎−3 = = 𝑎5−3 = 𝑎2 .
𝑎3
By direct application of the addition rule to integer exponents
𝑎5 𝑎−3 = 𝑎5+(−3) = 𝑎2 .
𝑎3
𝑎−5 𝑎3 = = 𝑎3−5 = 𝑎−2 .
𝑎5
By direct application of the addition rule to integer exponents
25
3. 52 3−2 = .
9
52
4. = 25 × 9 = 225 .
3−2
The set of rational numbers 𝑄, is made out of all numbers which can be expressed
as 𝑖/𝑗, where 𝑖, 𝑗 ∈ 𝑍 and 𝑗 ≠ 0.
Any such number 𝑝 can also be written as
𝑝 = 𝑙 + 𝑚/𝑛 , (2.11)
where
1) 𝑙 ∈ 𝑍 (integer);
2) 0 < 𝑚/𝑛 < 1 ;
3) 𝑛, 𝑚 ∈ 𝑁 (natural) and have no common factors.
2.3. RATIONAL EXPONENTS 39
For example,
We know how to compute 𝑎𝑙 . Hence, all what is left to figure out is the expo-
nentiation of 𝑎𝑚/𝑛 .
We start with the exponents of the form 𝑝 = 1/𝑛 where 𝑛 ∈ 𝑁 . If the multipli-
cation rule is preserved then
This suggests to define 𝑎1/𝑛 as the real number which gives us 𝑎 when it is
raised to the power of 𝑛. However, some further qualifications are required.
First, there are no such numbers when 𝑎 < 0 and 𝑛 is even. (For example,
𝑏 × 𝑏 ≥ 0 for any real number 𝑏. Hence, (𝑎)1/2 does not exits for 𝑎 < 0.) Hence,
for even 𝑛, 𝑎1/𝑛 is defined only for 𝑎 > 0 .
Second, there are two such numbers when 𝑎 > 0 and 𝑛 is even. For example,
22 = 4 and (−2)2 = 4, and hence both -2 and 2 could be taken as 41/2 . To avoid
this non-uniqueness, we accept only positive numbers for 𝑎1/𝑛 in such
cases.
√
When 𝑛 ∈ 𝑁 , 𝑎1/𝑛 is also called 𝑛-th root of 𝑎 and denoted as 𝑛 𝑎.
40 CHAPTER 2. EXPONENTIATION AND POWER FUNCTIONS
1 √
𝑎𝑛 ≡ 𝑛
𝑎. (2.14)
Examples:
Comment:
√
𝑚
𝑎 of most numbers is an irrational number with an infinite non-repeating dec-
imal expansion. As a result, the decimal expansion of any such square root can
only be computed approximately. This is a topic of computational mathematics.
For example,
√
5 = 2.23606797749978969640917366873 … ,
1 √
𝑎3/4 = 𝑎 4 ×3 = (𝑎1/4 )3 = ( 4 𝑎)3 .
and
1
√
4
𝑎3/4 = 𝑎3× 4 = (𝑎3 )1/4 = 𝑎3 .
This shows how to exponentiate with the exponents √ in the form 𝑚/𝑛. Note that
in this example, it is required that 𝑎 ≥ 0 so that 4 𝑎 is applied to a non-negative
number.
2.3. RATIONAL EXPONENTS 41
For any rational number 𝑚/𝑛, where 𝑛, 𝑚 ∈ 𝑁 have no common factors and
0 < 𝑚/𝑛 < 1,
𝑚 √ √
𝑎 𝑛 = ( 𝑛 𝑎)𝑚 = 𝑛 𝑎𝑚 . (2.15)
√ √
Example 2.1. While the expressions ( 𝑛 𝑎)𝑚 √ and = 𝑛 𝑎𝑚 are identical, when
calculating by hand it is often easier to use ( 𝑛 𝑎)𝑚 . This because it involves
taking 𝑛-th root of a smaller number.
3
Evaluate 16 4 using this avise and going against it.
Solution
3 √
16 4 = ( 16)3 = 23 = 8 .
4
3
√
4
√
4
16 4 = 163 = 4096 .
(3𝑎 + 2)3
a) √ ;
3𝑎 + 2
√
(𝑎2 + 4𝑎 + 4) 𝑎 + 2
b) .
(𝑎 + 2)3
Solution
a)
√ 1
b) Here, we first notice that 𝑎2 + 4𝑎 + 4 = (𝑎 + 2)2 and 𝑎 + 2 = (𝑎 + 2) 2 .
Hence
√
(𝑎2 + 4𝑎 + 4) 𝑎 + 2 (𝑎 + 2)2 (𝑎 + 2)1/2
= =
(𝑎 + 2)3 (𝑎 + 2)3
1
= (𝑎 + 2)2+ 2 −3 =
1
= (𝑎 + 2)−1/2 = √ .
𝑎+2
𝑎𝑏 = 𝑒𝑏 ln(𝑎) , (2.16)
where 𝑒 is Euler’s number (the base of natural power functions and logarithms)
and ln(𝑎) is the natural logarithm of 𝑎 > 0. We will discuss them at some length
later.
Example 2.3. Solve the equation
23𝑥−1 = 4 .
Solution
Since 4 = 22 , this equation reads
23𝑥−1 = 22 .
This is satisfied only if the exponents of the both sides are the same. Hence
3𝑥 − 1 = 2 and hence 𝑥 = 1. □