Mathematics
Mathematics
Mathematics
I Basics 1
1 Introduction to Book 3
1.1 The Language of Mathematics . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
II Grade 10 5
4 Exponentials - Grade 10 29
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.2 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.3 Laws of Exponents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
4.3.1 Exponential Law 1: a0 = 1 . . . . . . . . . . . . . . . . . . . . . . . . . 30
4.3.2 Exponential Law 2: am × an = am+n . . . . . . . . . . . . . . . . . . . 30
1
4.3.3 Exponential Law 3: a−n = an , a ̸= 0 . . . . . . . . . . . . . . . . . . . . 31
4.3.4 Exponential Law 4: a ÷ a = am−n . . . . . . . . . . . . . . . . . . . 32
m n
8 Finance - Grade 10 53
8.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
8.2 Foreign Exchange Rates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
8.2.1 How much is R1 really worth? . . . . . . . . . . . . . . . . . . . . . . . 53
8.2.2 Cross Currency Exchange Rates . . . . . . . . . . . . . . . . . . . . . . 56
8.2.3 Enrichment: Fluctuating exchange rates . . . . . . . . . . . . . . . . . . 57
8.3 Being Interested in Interest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
viii
CONTENTS CONTENTS
IV Grade 12 443
V Exercises 613
xx
Part I
Basics
1
Chapter 1
Introduction to Book
3
1.1 CHAPTER 1. INTRODUCTION TO BOOK
4
Part II
Grade 10
5
Chapter 2
2.1 Introduction
This chapter describes some basic concepts which you have seen in earlier grades, and lays the
foundation for the remainder of this book. You should feel confident with the content in this
chapter, before moving on with the rest of the book.
So try out your skills on the exercises throughout this chapter and ask your teacher for more
questions just like them. You can also try making up your own questions, solve them and try
them out on your classmates to see if you get the same answers.
Practice is the only way to get good at maths!
2.3 Sets
A set is a group of objects with a well-defined criterion for membership. For example, the
criterion for belonging to a set of apples, is that it must be an apple. The set of apples can
then be divided into red apples and green apples, but they are all still apples. All the red apples
form another set which is a sub-set of the set of apples. A sub-set is part of a set. All the green
apples form another sub-set.
7
2.4 CHAPTER 2. REVIEW OF PAST WORK
Now we come to the idea of a union, which is used to combine things. The symbol for union
is ∪. Here we use it to combine two or more intervals. For example, if x is a real number such
that 1 < x ≤ 3 or 6 ≤ x < 10, then the set of all the possible x values is
where the ∪ sign means the union (or combination) of the two intervals. We use the set and
interval notation and the symbols described because it is easier than having to write everything
out in words.
The simplest things that can be done with numbers is to add, subtract, multiply or divide them.
When two numbers are added, subtracted, multiplied or divided, you are performing arithmetic 1 .
These four basic operations can be performed on any two real numbers.
Mathematics as a language uses special notation to write things down. So instead of:
mathematicians write
1+1=2
In earlier grades, place holders were used to indicate missing numbers in an equation.
1+!=2
4−!=2
! + 3 − 2! = 2
However, place holders only work well for simple equations. For more advanced mathematical
workings, letters are usually used to represent numbers.
1+x=2
4−y =2
z + 3 − 2z = 2
These letters are referred to as variables, since they can take on any value depending on what
is required. For example, x = 1 in Equation 2.2, but x = 26 in 2 + x = 28.
A constant has a fixed value. The number 1 is a constant. The speed of light in a vacuum
is also a constant which has been defined to be exactly 299 792 458 m·s−1 (read metres per
second). The speed of light is a big number and it takes up space to always write down the
entire number. Therefore, letters are also used to represent some constants. In the case of the
speed of light, it is accepted that the letter c represents the speed of light. Such constants
represented by letters occur most often in physics and chemistry.
Additionally, letters can be used to describe a situation, mathematically. For example, the
following equation
x+y =z (2.2)
can be used to describe the situation of finding how much change can be expected for buying
an item. In this equation, y represents the price of the item you are buying, x represents the
amount of change you should get back and z is the amount of money given to the cashier. So,
if the price is R10 and you gave the cashier R15, then write R15 instead of z and R10 instead
of y and the change is then x.
x + 10 = 15 (2.3)
We will learn how to “solve” this equation towards the end of this chapter.
a+b−b=a (2.4)
5+2−2=5
If we look at a number line, then addition means that we move to the right and subtraction
means that we move to the left.
The order in which numbers are added does not matter, but the order in which numbers are
subtracted does matter. This means that:
The sign ̸= means “is not equal to”. For example, 2 + 3 = 5 and 3 + 2 = 5, but 5 − 3 = 2 and
3 − 5 = −2. −2 is a negative number, which is explained in detail in Section 2.8.
a×b÷b=a (2.6)
5×4÷4=5
Sometimes you will see a multiplication of letters as a dot or without any symbol. Don’t worry,
its exactly the same thing. Mathematicians are lazy and like to write things in the shortest,
neatest way possible.
It is usually neater to write known numbers to the left, and letters to the right. So although 4x
and x4 are the same thing, it looks better to write 4x. In this case, the “4” is a constant that
is referred to as the coefficient of x.
2.7 Brackets
Brackets2 in mathematics are used to show the order in which you must do things. This is
important as you can get different answers depending on the order in which you do things. For
2 Sometimes people say “parenthesis” instead of “brackets”.
9
2.8 CHAPTER 2. REVIEW OF PAST WORK
example
(5 × 5) + 20 = 45 (2.8)
whereas
5 × (5 + 20) = 125 (2.9)
If there are no brackets, you should always do multiplications and divisions first and then additions
and subtractions3 . You can always put your own brackets into equations using this rule to make
things easier for yourself, for example:
a×b+c÷d = (a × b) + (c ÷ d) (2.10)
5 × 5 + 20 ÷ 4 = (5 × 5) + (20 ÷ 4)
a(b + c) (2.11)
3(4 − 3)
then it means you have to multiply each part inside the bracket by the number outside
a(b + c) = ab + ac (2.12)
3(4 − 3) = 3 × 4 − 3 × 3 = 12 − 9 = 3
unless you can simplify everything inside the bracket into a single term. In fact, in the above
example, it would have been smarter to have done this
Extension: Distributivity
The fact that a(b + c) = ab + ac is known as the distributive property.
If there are two brackets multiplied by each other, then you can do it one step at a time
Negative numbers can be very confusing to begin with, but there is nothing to be afraid of. The
numbers that are used most often are greater than zero. These numbers are known as positive
numbers.
A negative number is simply a number that is less than zero. So, if we were to take a positive
number a and subtract it from zero, the answer would be the negative of a.
0 − a = −a
3 Multiplying and dividing can be performed in any order as it doesn’t matter. Likewise it doesn’t matter which
order you do addition and subtraction. Just as long as you do any ×÷ before any +−.
10
CHAPTER 2. REVIEW OF PAST WORK 2.8
On a number line, a negative number appears to the left of zero and a positive number appears
to the right of zero.
-3 -2 -1 0 1 2 3
Figure 2.1: On the number line, numbers increase towards the right and decrease towards the
left. Positive numbers appear to the right of zero and negative numbers appear to the left of
zero.
When you are adding a negative number, it is the same as subtracting that number if it were
positive. Likewise, if you subtract a negative number, it is the same as adding the number if it
were positive. Numbers are either positive or negative, and we call this their sign. A positive
number has positive sign (+), and a negative number has a negative sign (-).
Subtraction is actually the same as adding a negative number.
In this example, a and b are positive numbers, but −b is a negative number
a − b = a + (−b) (2.16)
5 − 3 = 5 + (−3)
So, this means that subtraction is simply a short-cut for adding a negative number, and instead
of writing a + (−b), we write a − b. This also means that −b + a is the same as a − b. Now,
which do you find easier to work out?
Most people find that the first way is a bit more difficult to work out than the second way. For
example, most people find 12 − 3 a lot easier to work out than −3 + 12, even though they are
the same thing. So, a − b, which looks neater and requires less writing, is the accepted way of
writing subtractions.
Table 2.1 shows how to calculate the sign of the answer when you multiply two numbers together.
The first column shows the sign of the first number, the second column gives the sign of the
second number, and the third column shows what sign the answer will be. So multiplying or
a b a × b or a ÷ b
+ + +
+ - -
- + -
- - +
dividing a negative number by a positive number always gives you a negative number, whereas
multiplying or dividing numbers which have the same sign always gives a positive number. For
example, 2 × 3 = 6 and −2 × −3 = 6, but −2 × 3 = −6 and 2 × −3 = −6.
Adding numbers works slightly differently, have a look at Table 2.2. The first column shows the
sign of the first number, the second column gives the sign of the second number, and the third
column shows what sign the answer will be.
a b a+b
+ + +
+ - ?
- + ?
- - -
If you add two positive numbers you will always get a positive number, but if you add two
negative numbers you will always get a negative number. If the numbers have different sign,
then the sign of the answer depends on which one is bigger.
If you are given an equation like −a + b, then it is easier to move the numbers around so that the
equation looks easier. For this case, we have seen that adding a negative number to a positive
number is the same as subtracting the number from the positive number. So,
−a + b = b−a (2.17)
−5 + 10 = 10 − 5 = 5
This makes equations easier to understand. For example, a question like “What is −7 + 11?”
looks a lot more complicated than “What is 11 − 7?”, even though they are exactly the same
question.
When you have two negative numbers like −3 − 7, you can calculate the answer by simply adding
together the numbers as if they were positive and then putting a negative sign in front.
−c − d = −(c + d) (2.18)
−7 − 2 = −(7 + 2) = −9
In Table 2.2 we saw that the sign of two numbers added together depends on which one is bigger.
This tip tells us that all we need to do is take the smaller number away from the larger one,
and remember to put a negative sign before the answer if the bigger number was subtracted to
begin with. In this equation, F is bigger than e.
You can even combine these tips together, so for example you can use Tip 1 on −10 + 3 to get
3 − 10, and then use Tip 3 to get −(10 − 3) = −7.
Now that we have described the basic rules of negative and positive numbers and what to do
when you add, subtract, multiply and divide them, we are ready to tackle some real mathematics
problems!
Earlier in this chapter, we wrote a general equation for calculating how much change (x) we can
expect if we know how much an item costs (y) and how much we have given the cashier (z).
The equation is:
x+y =z (2.20)
So, if the price is R10 and you gave the cashier R15, then write R15 instead of z and R10 instead
of y.
x + 10 = 15 (2.21)
Now, that we have written this equation down, how exactly do we go about finding what the
change is? In mathematical terms, this is known as solving an equation for an unknown (x in
this case). We want to re-arrange the terms in the equation, so that only x is on the left hand
side of the = sign and everything else is on the right.
The most important thing to remember is that an equation is like a set of weighing scales. In
order to keep the scales balanced, whatever, is done to one side, must be done to the other.
You can add, subtract, multiply or divide both sides of an equation by any number you want, as
long as you always do it to both sides.
x+y = z (2.22)
x+y−y = z−y
x = z−y
x = 15 − 10
= 5
so now we can find the change is the price subtracted from the amount handed over to the
cashier. In the example, the change should be R5. In real life we can do this in our head, the
human brain is very smart and can do arithmetic without even knowing it.
When you subtract a number from both sides of an equation, it looks just like you moved a
positive number from one side and it became a negative on the other, which is exactly what
happened. Likewise if you move a multiplied number from one side to the other, it looks like it
changed to a divide. This is because you really just divided both sides by that number, and a
13
2.9 CHAPTER 2. REVIEW OF PAST WORK
x+y z
x+y−y z−y
Figure 2.2: An equation is like a set of weighing scales. In order to keep the scales balanced,
you must do the same thing to both sides. So, if you add, subtract, multiply or divide the one
side, you must add, subtract, multiply or
divide the other side too.
a(5 + c) = 3a (2.23)
a(5 + c) ÷ a = 3a ÷ a
a a
× (5 + c) = 3×
a a
1 × (5 + c) = 3×1
5+c = 3
c = 3 − 5 = −2
However you must be careful when doing this, as it is easy to make mistakes.
The following is the wrong thing to do
5a + c = 3a (2.24)
4
5+c ̸= 3a ÷ a
Can you see why it is wrong? It is wrong because we did not divide the c term by a as well. The
correct thing to do is
5a + c = 3a (2.25)
5+c÷a = 3
c÷a = 3 − 5 = −2
A fraction is one number divided by another number. There are several ways to write a number
divided by another one, such as a ÷ b, a/b and ab . The first way of writing a fraction is very hard
to work with, so we will use only the other two. We call the number on the top, the numerator
and the number on the bottom the denominator. For example,
1 numerator = 1
(2.26)
5 denominator = 5
The reciprocal of a fraction is the fraction turned upside down, in other words the numerator
becomes the denominator and the denominator becomes the numerator. So, the reciprocal of 32
is 32 .
A fraction multiplied by its reciprocal is always equal to 1 and can be written
a b
× =1 (2.27)
b a
This is because dividing by a number is the same as multiplying by its reciprocal.
A decimal number is a number which has an integer part and a fractional part. The integer
and the fractional parts are separated by a decimal point, which is written as a comma in South
14
Africa. For example the number 3 100 can be written much more cleanly as 3,14.
All real numbers can be written as a decimal number. However, some numbers would take a
huge amount of paper (and ink) to write out in full! Some decimal numbers will have a number
which will repeat itself, such as 0,33333 . . . where there are an infinite number of 3’s. We can
write this decimal value by using a dot above the repeating number, so 0,3̇ = 0,33333 . . .. If
there are two repeating numbers such as 0,121212 . . . then you can place dots5 on each of the
repeated numbers 0,1̇2̇ = 0,121212 . . .. These kinds of repeating decimals are called recurring
decimals.
Table 2.3 lists some common fractions and their decimal forms.
5 or a bar, like 0,12
15
2.11 CHAPTER 2. REVIEW OF PAST WORK
1
16 0,0625
1
10 0,1
1
8 0,125
1
6 0,166̇
1
5 0,2
1
2 0,5
3
4 0,75
Table 2.3: Some common fractions and their equivalent decimal forms.
a × 10m (2.28)
where a is a decimal number between 0 and 10 that is rounded off to a few decimal places. The
m is an integer and if it is positive it represents how many zeros should appear to the right of
a. If m is negative then it represents how many times the decimal place in a should be moved
to the left. For example 3,2 × 103 represents 32000 and 3,2 × 10−3 represents 0,0032.
If a number must be converted into scientific notation, we need to work out how many times
the number must be multiplied or divided by 10 to make it into a number between 1 and 10
(i.e. we need to work out the value of the exponent m) and what this number is (the value of
a). We do this by counting the number of decimal places the decimal point must move.
For example, write the speed of light which is 299 792 458 ms−1 in scientific notation, to two
decimal places. First, determine where the decimal point must go for two decimal places (to
find a) and then count how many places there are after the decimal point to determine m.
In this example, the decimal point must go after the first 2, but since the number after the 9 is
a 7, a = 3,00.
So the number is 3,00 × 10m , where m = 8, because there are 8 digits left after the decimal
point. So the speed of light in scientific notation, to two decimal places is 3,00 × 108 ms−1 .
As another example, the size of the HI virus is around 120 × 10−9 m. This is equal to 120 ×
0,000000001 m which is 0,00000012 m.
Depending on how the real number is written, it can be further labelled as either rational,
irrational, integer or natural. A set diagram of the different number types is shown in Figure 2.3.
16
CHAPTER 2. REVIEW OF PAST WORK 2.12
N Z Q R
Figure 2.3: Set diagram of all the real numbers R, the rational numbers Q, the integers Z and
the natural numbers N. The irrational numbers are the numbers not inside the set of rational
numbers. All of the integers are also rational numbers, but not all rational numbers are integers.
The first type of numbers that are learnt about are the numbers that were used for counting.
These numbers are called natural numbers and are the simplest numbers in mathematics.
0, 1, 2, 3, 4 . . . (2.30)
Mathematicians use the symbol N to mean the set of all natural numbers. The natural numbers
are a subset of the real numbers since every natural number is also a real number.
2.12.2 Integers
The integers are all of the natural numbers and their negatives
Mathematicians use the symbol Z to mean the set of all integers. The integers are a subset of
the real numbers, since every integer is a real number.
The natural numbers and the integers are only able to describe quantities that are whole or
complete. For example you can have 4 apples, but what happens when you divide one apple
into 4 equal pieces and share it among your friends? Then it is not a whole apple anymore and
a different type of number is needed to describe the apples. This type of number is known as a
rational number.
A rational number is any number which can be written as:
a
(2.32)
b
where a and b are integers and b ̸= 0.
The following are examples of rational numbers:
20 −1 20 3
, , , (2.33)
9 2 10 15
17
2.12 CHAPTER 2. REVIEW OF PAST WORK
Mathematicians use the symbol Q to mean the set of all rational numbers. The set of rational
numbers contains all numbers which can be written as terminating or repeating decimals.
You can add and multiply rational numbers and still get a rational number at the end, which is
very useful. If we have 4 integers, a, b, c and d, then the rules for adding and multiplying rational
numbers are
a c ad + bc
+ = (2.34)
b d bd
a c ac
× = (2.35)
b d bd
Two rational numbers ( ab and dc ) represent the same number if ad = bc. It is always best
to simplify any rational number so that the denominator is as small as possible. This can be
achieved by dividing both the numerator and the denominator by the same integer. For example,
the rational number 1000/10000 can be divided by 1000 on the top and the bottom, which gives
8
1/10. 23 of a pizza is the same as 12 (Figure 2.4).
8 2
12 3
8 2
Figure 2.4: 12 of the pizza is the same as 3 of the pizza.
You can also add rational numbers together by finding a lowest common denominator and then
adding the numerators. Finding a lowest common denominator means finding the lowest number
that both denominators are a factor 6 of. A factor of a number is an integer which evenly divides
that number without leaving a remainder. The following numbers all have a factor of 3
The common denominators between 3 and 4 are all the numbers that appear in both of these
lists, like 12 and 24. The lowest common denominator of 3 and 4 is the number that has both
3 and 4 as factors, which is 12.
For example, if we wish to add 43 + 23 , we first need to write both fractions so that their
denominators are the same by finding the lowest common denominator, which we know is 12.
We can do this by multiplying 43 by 33 and 32 by 44 . 33 and 44 are really just complicated ways of
writing 1. Multiplying a number by 1 doesn’t change the number.
3 2 3 3 2 4
+ = × + × (2.36)
4 3 4 3 3 4
3×3 2×4
= +
4×3 3×4
9 8
= +
12 12
9+8
=
12
17
=
12
Dividing by a rational number is the same as multiplying by its reciprocal, as long as neither the
numerator nor the denominator is zero:
a c a d ad
÷ = . = (2.37)
b d b c bc
An irrational number is any real number that is not a rational number. When expressed as
decimals these numbers can never be fully written out as they have √ an infinite number of
decimal places which never fall into a repeating pattern, for example 2 = 1,41421356 . . .,
π = 3,14159265 . . .. π is a Greek letter and is pronounced “pie”.
1. Identify the number type (rational, irrational, real, integer) of each of the
following numbers:
(a) dc if c is an integer and if d is irrational.
(b) 23
(c) -25
(d) 1,525
√
(e) 10
2. √
Is the following pair of numbers real and rational or real and irrational? Explain.
4; 18
The following is a table of the meanings of some mathematical signs and symbols that you should
have come across in earlier grades.
So if we write x > 5, we say that x is greater than 5 and if we write x ≥ y, we mean that x
can be greater than or equal to y. Similarly, < means ‘is less than’ and ≤ means ‘is less than
or equal to’. Instead of saying that x is between 6 and 10, we often write 6 < 10. This directly
means ‘six is less than x which in turn is less than ten’.
2.14 Infinity
Infinity (symbol ∞) is usually thought of as something like “the largest possible number” or “the
furthest possible distance”. In mathematics, infinity is often treated as if it were a number, but
it is clearly a very different type of “number” than the integers or reals.
When talking about recurring decimals and irrational numbers, the term infinite was used to
describe never-ending digits.
20
CHAPTER 2. REVIEW OF PAST WORK 2.15
21
2.15 CHAPTER 2. REVIEW OF PAST WORK
22
Chapter 3
3.1 Introduction
As described in Chapter 2, a number is a way of representing quantity. The numbers that will
be used in high school are all real numbers, but there are many different ways of writing any
single real number.
This chapter describes rational numbers.
Real Numbers
Rationals
Integers
All numbers inside Whole
the grey oval are ra- Natural Irrationals
tional numbers.
3.3 Definition
The following numbers are all rational numbers.
10 21 −1 10 −3
, , , , (3.1)
1 7 −3 20 6
You can see that all the denominators and all the numerators are integers1 .
Important: Only fractions which have a numerator and a denominator that are integers
are rational numbers.
This means that all integers are rational numbers, because they can be written with a denominator
of 1.
Therefore, while √
2 −1,33 π −3
, , , (3.3)
7 −3 20 6,39
are not examples of rational numbers, because in each case, either the numerator or the
denominator is not an integer.
You can write a rational number as a decimal number. Therefore, you should be able to write a
decimal number as a rational number. Two types of decimal numbers can be written as rational
numbers:
4
1. decimal numbers that end or terminate, for example the fraction 10 can be written as 0,4.
24
CHAPTER 3. RATIONAL NUMBERS - GRADE 10 3.5
1
2. decimal numbers that have a repeating pattern of numbers, for example the fraction 3
can be written as 0,333333.
For example, the rational number 65 can be written in decimal notation as 0,83333, and similarly,
the decimal number 0,25 can be written as a rational number as 41 .
You can use a bar over the repeated numbers to indicate that the decimal is a repeating decimal.
Exercise: Fractions
1. Write the following as fractions:
(a) 0,1 (b) 0,12 (c) 0,58 (d) 0,2589
x = 0,33333 . . . (3.4)
10x = 3,33333 . . . multiply by 10 on both sides (3.5)
9x = 3 subtracting (3.4) from (3.5)
3 1
x = =
9 3
25
3.7 CHAPTER 3. RATIONAL NUMBERS - GRADE 10
x = 5,432432432 . . . (3.6)
1000x = 5432,432432432 . . . multiply by 1000 on both sides (3.7)
For the first example, the decimal number was multiplied by 10 and for the second example, the
decimal number was multiplied by 1000. This is because for the first example there was only
one number (i.e. 3) that recurred, while for the second example there were three numbers (i.e.
432) that recurred.
In general, if you have one number recurring, then multiply by 10, if you have two numbers
recurring, then multiply by 100, if you have three numbers recurring, then multiply by 1000. Can
you spot the pattern yet?
The number of zeros after the 1 is the same as the number of recurring numbers.
But √not all decimal numbers can be written as rational numbers, because some decimal numbers
like 2 = 1,4142135... is an irrational number and cannot be written with an integer numerator
and an integer denominator. However, when possible, you should always use rational numbers
or fractions instead of decimals.
3.7 Summary
The following are rational numbers:
27
3.8 CHAPTER 3. RATIONAL NUMBERS - GRADE 10
28
Chapter 4
Exponentials - Grade 10
4.1 Introduction
In this chapter, you will learn about the short-cuts to writing 2 × 2 × 2 × 2. This is known as
writing a number in exponential notation.
4.2 Definition
Exponential notation is a short way of writing the same number multiplied by itself many times.
For example, instead of 5 × 5 × 5, we write 53 to show that the number 5 is multiplied by itself
3 times and we say “5 to the power of 3”. Likewise 52 is 5 × 5 and 35 is 3 × 3 × 3 × 3 × 3. We
will now have a closer look at writing numbers using exponential notation.
an
when n is an integer and a can be any real number. a is called the base and n is called the
exponent.
an = 1 × a × a × . . . × a (n times) (4.1)
Important: Exponentials
If n is an even integer, then an will always be positive for any non-zero real number a. For
example, although −2 is negative, (−2)2 = 1 × −2 × −2 = 4 is positive and so is (−2)−2 =
1 ÷ −2 ÷ −2 = 14 .
29
4.3 CHAPTER 4. EXPONENTIALS - GRADE 10
a0 = 1 (4.3)
a × an
m
= am+n (4.4)
1
a−n = (4.5)
an
am ÷ an = am−n (4.6)
n n n
(ab) = a b (4.7)
(am )n = amn (4.8)
a0 = 1, (a ̸= 0) (4.9)
For example,
27 × 23 = (2 × 2 × 2 × 2 × 2 × 2 × 2) × (2 × 2 × 2)
= 210
= 27+3
30
CHAPTER 4. EXPONENTIALS - GRADE 10 4.3
teresting This simple law is the reason why exponentials were originally invented. In the
Interesting
Fact
Fact days before calculators, all multiplication had to be done by hand with a pencil
and a pad of paper. Multiplication takes a very long time to do and is very
tedious. Adding numbers however, is very easy and quick to do. If you look at
what this law is saying you will realise that it means that adding the exponents
of two exponential numbers (of the same base) is the same as multiplying the two
numbers together. This meant that for certain numbers, there was no need to
actually multiply the numbers together in order to find out what their multiple
was. This saved mathematicians a lot of time, which they could use to do
something more productive.
1
4.3.3 Exponential Law 3: a−n = an
,a ̸= 0
1
Exercise: Application using Exponential Law 3: a−n = an , a ̸= 0
1 1
1. 2−2 = 22 = 4
2−2 1 1
2. 32 = 22 .32 = 36
3. ( 23 )−3 = ( 32 )3 = 27
8
31
4.3 CHAPTER 4. EXPONENTIALS - GRADE 10
m
4. n−4 = mn4
a−3 .x4 x4 .x2 x6
5. a5 .x−2 = a3 .a5 = a8
We already realised with law 3 that a minus sign is another way of saying that the exponential
number is to be divided instead of multiplied. Law 4 is just a more general way of saying the
same thing. We can get this law by just multiplying law 3 by am on both sides and using law 2.
am
= am a−n (4.12)
an
= am−n
For example,
2×2×2×2×2×2×2
27 ÷ 23 =
2×2×2
= 2×2×2×2
= 24
= 27−3
The order in which two real numbers are multiplied together does not matter. Therefore,
For example,
(2 · 3)4 = (2 · 3) × (2 · 3) × (2 · 3) × (2 · 3)
= (2 × 2 × 2 × 2) × (3 × 3 × 3 × 3)
= (24 ) × (34 )
= 24 34
32
CHAPTER 4. EXPONENTIALS - GRADE 10 4.3
We can find the exponential of an exponential just as well as we can for a number. After all, an
exponential number is a real number.
For example,
2x−1 x−2
Question: Simplify: 5 152x−3
.9
Answer
Step 1 : Factorise all bases into prime factors:
= 52x−1−2x−3 .32x−4−2x+3
= 52 .3−1
Question Answer
23
73−3
( 23 )−1
87−6
(−3)−1
(−1)23
2. Simplify without using a calculator. Leave your answers with positive exponents.
3x−3
(a) (3x)2
5b−3
(c) 5b+1
a2m+n+p
(b) am+n+p .am
3n .9n−3
(c) 27n−1
2a
(d) ( 2x
y −b )
3
34
CHAPTER 4. EXPONENTIALS - GRADE 10 4.4
23x−1 .8x+1
(e) 42x−2
62x .112x
(f) 222x−1 .32x
9n−1 .273−2n
(c) 812−n
23n+2 .8n−3
(d) 43n−2
35
4.4 CHAPTER 4. EXPONENTIALS - GRADE 10
36
Chapter 5
5.1 Introduction
You should known by now what the nth root of a number means. If the √ nth root√of a number
cannot
√ be simplified to a rational number, we call it a surd. For example, 2 and 3 6 are surds,
but 4 is not a surd because it can be simplified to the rational number 2.
√
In this chapter
√ we
√ will only look at surds that look like n a, where a is any positive
√ number, for
example 7 or 3 5. It√ is very common for n to be 2, so we usually do not write 2 a. Instead we
write the surd as just a, which is much easier to read.
It is sometimes useful to know the approximate value of a surd√without having to use a calculator.
For example, we want to be able to guess where a surd like 3 is on the number√line. So how
do we know where surds lie on the √ number line? From a calculator we know that 3 is equal to
1,73205....
√ It is easy to see that 3 is above 1 and below 2. But to see this for other surds like
18 without using a calculator, you must first understand the following fact:
teresting If a and b are positive whole numbers, and a < b, then √n a < √n b. (Challenge:
Interesting
Fact
Fact Can you explain why?)
If you don’t believe this fact, check it for a few numbers to convince yourself it is true.
√
How do we use this fact to help us √ guess what
√ 18 is? Well, you can easily see that √
18 < 25?
2
Using our rule, we also know that √ 18 < 25. But we know that 5 = 25 so√that 25 = 5.
Now it is easy to simplify to get 18 < 5. Now we have a better idea of what 18 is.
√
Now we know that 18 is less than 5, but this is only half the story. We can use the same trick
again, but this time with 18 on √ the right-hand
√ side. You will agree that 16 < 18. Using our
rule again,
√ we also know that 16 < √ 18. But we know that 16 is a perfect square, so we can
simplify 16 to 4, and so we get 4 < 18!
√
Can you see now that we now √ have shown that 18 is between 4 and 5? If we check on our
calculator, we can see that 18 = 4,1231..., and we see that our idea was right! You will notice
that our idea used perfect squares that were close to the number 18. We found the closest
perfect square underneath 18, which was 42 = 16, and the closest perfect square above 18,
which was 52 = 25. Here is a quick summary of what a perfect square or cube is:
teresting A perfect square is the number obtained when an integer is squared. For example,
Interesting
Fact
Fact 9 is a perfect square since 32 = 9. Similarly, a perfect cube is a number which is
the cube of an integer. For example, 27 is a perfect cube, because 33 = 27.
37
5.2 CHAPTER 5. ESTIMATING SURDS - GRADE 10
To make it easier to use our idea, we will create a list of some of the perfect squares and perfect
cubes. The list is shown in Table 5.1.
√
3
Similarly, when given
√ the surd √ 52 you should be able to tell that it lies somewhere
√ between 3
and 4, because 27 = 3 and 64 = 4 and 52 is between 27 and 64. In fact 3 52 = 3,73 . . .
3 3
teresting Not all numbers can be written as the sum of two squares. See if you can find a
Interesting
Fact
Fact pattern of the numbers that can.
39
5.3 CHAPTER 5. ESTIMATING SURDS - GRADE 10
40
Chapter 6
6.1 Introduction
You have seen that repeating decimals may take a lot of paper and ink to write out. Not only
is that impossible, but writing numbers out to many decimal places or a high accuracy is very
inconvenient and rarely gives better answers. For this reason we often estimate the number to
a certain number of decimal places or to a given number of significant figures, which is even
better.
1. π = 3,14159265358979323846264338327950288419716939937510 . . .
2. 1,4
3. 1,618 033 989 . . .
4. 100
Irrational numbers are numbers that cannot be written as a rational number. You should know
that a rational number can be written as a fraction with the numerator and denominator as
integers. This means that any number that is not a terminating decimal number or a repeating
decimal number are irrational. Examples of irrational numbers are:
√ √ √3
2, 3, 4, π,
√
1+ 5
≈ 1,618 033 989
2
Important: When irrational numbers are written in decimal form, they go on forever and
there is no repeated pattern of digits.
41
6.3 CHAPTER 6. IRRATIONAL NUMBERS AND ROUNDING OFF - GRADE 10
If you are asked to identify whether a number is rational or irrational, first write the number in
decimal form. If the number is terminated then it is rational. If it goes on forever, then look for
a repeated pattern of digits. If there is no repeated pattern, then the number is irrational.
When you write irrational numbers in decimal form, you may (if you have a lot of time and
paper!) continue writing them for many, many decimal places. However, this is not convenient
and it is often necessary to round off.
6.3 Rounding Off
Rounding off or approximating a decimal number to a given number of decimal places is the
quickest way to approximate a number. For example, if you wanted to round-off 2,6525272 to
three decimal places then you would first count three places after the decimal.
2,652|5272
All numbers to the right of | are ignored after you determine whether the number in the third
decimal place must be rounded up or rounded down. You round up the final digit if the first
digit after the | was greater or equal to 5 and round down (leave the digit alone) otherwise.
So, since the first digit after the | is a 5, we must round up the digit in the third decimal place
to a 3 and the final answer of 2,6525272 rounded to three decimal places is
2,653
42
CHAPTER 6. IRRATIONAL NUMBERS AND ROUNDING OFF - GRADE 10 6.4
43
6.4 CHAPTER 6. IRRATIONAL NUMBERS AND ROUNDING OFF - GRADE 10
44
Chapter 7
In earlier grades you saw patterns in the form of pictures and numbers. In this chapter we learn
more about the mathematics of patterns.Patterns are recognisable regularities in situations such
as in nature, shapes, events, sets of numbers. For example, spirals on a pineapple, snowflakes,
geometric designs on quilts or tiles, the number sequence 0, 4, 8, 12, 16,....
This sequence has a difference of 3 between each number. The pattern is continued by
adding 3 to the last number each time.
2. 3, 8, 13, 18, 23, 28, 33, 38, ...
This sequence has a difference of 5 between each number. The pattern is continued by
adding 5 to the last number each time.
3. 2, 4, 8, 16, 32, 64, 128, 256, ...
This sequence has a factor of 2 between each number. The pattern is continued by
multiplying the last number by 2 each time.
4. 3, 9, 27, 81, 243, 729, 2187, ...
This sequence has a factor of 3 between each number. The pattern is continued by
multiplying the last number by 3 each time.
45
7.2 CHAPTER 7. NUMBER PATTERNS - GRADE 10
Triangular Numbers
This sequence is generated from a pattern of dots which form a triangle. By adding another row
of dots and counting all the dots we can find the next number of the sequence.
Square Numbers
The next number is made by squaring where it is in the pattern. The second number is 2 squared
(22 or 2 × 2) The seventh number is 7 squared (72 or 7 × 7) etc
Cube Numbers
The next number is made by cubing where it is in the pattern. The second number is 2 cubed
(23 or 2 × 2 × 2) The seventh number is 7 cubed (73 or 7 × 7 × 7) etc
Fibonacci Numbers
The next number is found by adding the two numbers before it together. The 2 is found by
adding the two numbers in front of it (1 + 1) The 21 is found by adding the two numbers in
front of it (8 + 13) The next number in the sequence above would be 55 (21 + 34)
Can you figure out the next few numbers?
46
CHAPTER 7. NUMBER PATTERNS - GRADE 10 7.3
How many dots would you need for pattern 5 ? Can you make a formula that will tell you how
many coins are needed for any size pattern? For example if the pattern 20? The formula may
look something like
Question: Say you and 3 friends decide to study for Maths, and you are seated at
a square table. A few minutes later, 2 other friends join you and would like to sit at
your table and help you study. Naturally, you move another table and add it to the
existing one. Now six of you sit at the table. Another two of your friends join your
table, and you take a third table and add it to the existing tables. Now 8 of you can
sit comfortably.
Figure 7.1: Two more people can be seated for each table added.
Examine how the number of people sitting is related to the number of tables.
Answer
Step 1 : Tabulate a few terms to see if there is a pattern
7.3 Notation
A sequence does not have to follow a pattern but when it does we can often write down a formula
to calculate the nth -term, an . In the sequence
1; 4; 9; 16; 25; . . .
where the sequence consists of the squares of integers, the formula for the nth -term is
an = n 2 (7.1)
47
7.3 CHAPTER 7. NUMBER PATTERNS - GRADE 10
a1 = 12 = 1
a2 = 22 = 4
a3 = 32 = 9
a4 = 42 = 16
a5 = 52 = 25
...
Question: As before, you and 3 friends are studying for Maths, and you are seated
at a square table. A few minutes later, 2 other friends join you move another table
and add it to the existing one. Now six of you sit at the table. Another two of your
friends join your table, and you take a third table and add it to the existing tables.
Now 8 of you sit comfortably as illustrated:
Figure 7.2: Two more people can be seated for each table added.
Find the expression for the number of people seated at n tables. Then, use the
general formula to determine how many people can sit around 12 tables and how
many tables are needed for 20 people.
Answer
Step 1 : Tabulate a few terms to see if there is a pattern
an = 4 + 2 · (n − 1)
an = a1 + d · (n − 1)
a12 = 4 + 2 · (12 − 1)
= 4 + 2(11)
= 4 + 22
= 26
48
CHAPTER 7. NUMBER PATTERNS - GRADE 10 7.3
an = a1 + d · (n − 1)
20 = 4 + 2 · (n − 1)
20 − 4 = 2 · (n − 1)
16 ÷ 2 = n−1
8+1 = n
n = 9
It is also important to note the difference between n and an . n can be compared to a place
holder, while an is the value at the place “held” by n. Like our “Study Table”-example above,
the first table (Table 1) holds 4 people. Thus, at place n = 1, the value of a1 = 4, and so on:
n 1 2 3 4 ...
an 4 6 8 10 ...
1. Find the general formula for the following sequences and then find a10 , a50 and
a100 :
(a) 2, 5, 8, 11, 14, . . .
(b) 0, 4, 8, 12, 16, . . .
(c) 2, −1, −4, −7, −10, . . .
2. The general term has been given for each sequence below. Work out the missing
terms.
(a) 0; 3; ...; 15; 24 n2 − 1
(b) 3; 2; 1; 0; ...; 2 −n + 4
(c) 11; ...; 7; ...; 3 −13 + 2n
12 + 1 = 22 − 2
22 + 2 = 32 − 3
32 + 3 = 42 − 4
42 + 4 = 52 − 5
52 + 5 = 62 − 6
62 + 6 = 72 − 7
Step 2 : Conjecture
Squaring a number and adding the same number gives the same result as squaring
the next number and subtracting that number.
Step 3 : Generalise
We have chosen to use x here. You could choose any letter to generalise the pattern.
x2 + x = (x + 1)2 − (x + 1)
Step 4 : Proof
Lef t side : x2 + x
Right side = x2 + 2x + 1 − x − 1
= x2 + x
= lef t side
T heref ore x2 + x = (x + 1)2 − (x + 1)
7.4 Exercises
1. Find the nth term for: 3, 7, 11, 15, . . .
(a) −2,1,4,7, . . .
(b) 11, 15, 19, 23, . . .
(c) x − 1,2x + 5,5x + 1, . . .
(d) sequence with a3 = 7 and a8 = 15
(e) sequence with a4 = −8 and a10 = 10
3. The seating in a section of a sports stadium can be arranged so the first row has 15 seats,
the second row has 19 seats, the third row has 23 seats and so on. Calculate how many
seats are in the row 25.
4. Consider the following pattern:
22 + 2 = 32 − 3
2
3 +3 = 42 − 4
42 + 4 = 52 − 5
(a) Add at least two more rows to the pattern and check whether or not the pattern
continues to work.
(b) Describe in words any patterns that you have noticed.
(c) Try to generalise a rule using algebra i.e. find the general term for the pattern.
(d) Prove or disprove that this rule works for all values.
5. The profits of a small company for the last four years has been: R10 000, R15 000, R19 000
and R23 000. If the pattern continues, what is the expected profit in the 10 years (i.e. in
the 14th year of the company being in business)?
6. A single square is made from 4 matchsticks. Two squares in a row needs 7 matchsticks
and 3 squares in a row needs 10 matchsticks. Determine:
(a) the first term
(b) the common difference
(c) the formula for the general term
(d) how many matchsticks are in a row of 25 squares
7. You would like to start saving some money, but because you have never tried to save money
before, you have decided to start slowly. At the end of the first week you deposit R5 into
your bank account. Then at the end of the second week you deposit R10 into your bank
account. At the end of the third week you deposit R15. After how many weeks, do you
deposit R50 into your bank account?
8. A horizontal line intersects a piece of string at four points and divides it into five parts, as
shown below.
1 3 5
2 4
51
7.4 CHAPTER 7. NUMBER PATTERNS - GRADE 10
If the piece of string is intersected in this way by 19 parallel lines, each of which intersects
it at four points, find the number of parts into which the string will be divided.
52
Chapter 8
Finance - Grade 10
8.1 Introduction
Should you ever find yourself stuck with a mathematics question on a television quiz show, you
will probably wish you had remembered the how many even prime numbers there are between 1
and 100 for the sake of R1 000 000. And who does not want to be a millionaire, right?
Welcome to the Grade 10 Finance Chapter, where we apply maths skills to everyday financial
situations that you are likely to face both now and along your journey to purchasing your first
private jet.
If you master the techniques in this chapter, you will grasp the concept of compound interest,
and how it can ruin your fortunes if you have credit card debt, or make you millions if you
successfully invest your hard-earned money. You will also understand the effects of fluctuating
exchange rates, and its impact on your spending power during your overseas holidays!
We can quote the price of a currency in terms of any other currency, but the US Dollar, British
Pounds Sterling or even the Euro are often used as a market standard. You will notice that the
financial news will report the South African Rand exchange rate in terms of these three major
currencies.
So the South African Rand could be quoted on a certain date as 6,7040 ZAR per USD (i.e.
$1,00 costs R6,7040), or 12,2374 ZAR per GBP. So if I wanted to spend $1 000 on a holiday
in the United States of America, this would cost me R6 704,00; and if I wanted £1 000 for a
weekend in London it would cost me R12 237,40.
This seems obvious, but let us see how we calculated that: The rate is given as ZAR per USD,
or ZAR/USD such that $1,00 buys R6,7040. Therefore, we need to multiply by 1 000 to get the
53
8.2 CHAPTER 8. FINANCE - GRADE 10
Mathematically,
$1,00 = R6,0740
∴ 1 000 × $1,00 = 1 000 × R6,0740
= R6 074,00
as expected.
What if you have saved R10 000 for spending money for the same trip and you wanted to use
this to buy USD? How much USD could you get for this? Our rate is in ZAR/USD but we want
to know how many USD we can get for our ZAR. This is easy. We know how much $1,00 costs
in terms of Rands.
$1,00 = R6,0740
$1,00 R6,0740
∴ =
6,0740 6,0740
1,00
$ = R1,00
6,0740
1,00
R1,00 = $
6,0740
= $0,164636
As we can see, the final answer is simply the reciprocal of the ZAR/USD rate. Therefore, R10 000
will get:
1,00
R1,00 = $
6,0740
1,00
∴ 10 000 × R1,00 = 10 000 × $
6,0740
= $1 646,36
$1,00 = R6,0740
∴ 1 646,36 × $1,00 = 1 646,36 × R6,0740
= R10 000,00
So we have two different ways of expressing the same exchange rate: Rands per Dollar (ZAR/USD)
and Dollar per Rands (USD/ZAR). Both exchange rates mean the same thing and express the
value of one currency in terms of another. You can easily work out one from the other - they
are just the reciprocals of the other.
If the South African Rand is our Domestic (or home) Currency, we call the ZAR/USD rate a
“direct” rate, and we call a USD/ZAR rate an “indirect” rate.
In general, a direct rate is an exchange rate that is expressed as units of Home Currency per
54
CHAPTER 8. FINANCE - GRADE 10 8.2
The exchange rate is just the price of each of the Foreign Currencies (USD, GBP and EUR) in
terms of our Domestic Currency, Rands.
An indirect rate is an exchange rate expressed as units of Foreign Currency per units of Home
Currency, i.e. Foreign Currency / Domestic Currency
Defining exchange rates as direct or indirect depends on which currency is defined as the Domestic
Currency. The Domestic Currency for an American investor would be USD which is the South
African investor’s Foreign Currency. So direct rates from the perspective of the American investor
(USD/ZAR) would be the same as the indirect rate from the perspective of the South Africa
investor.
Terminology
Since exchange rates are simple prices of currencies, movements in exchange rates means that
the price or value of the currency changed. The price of petrol changes all the time, so does the
price of gold, and currency prices also move up and down all the time.
If the Rand exchange rate moved from say R6,71 per USD to R6,50 per USD, what does this
mean? Well, it means that $1 would now cost only R6,50 instead of R6,71. The Dollar is now
cheaper to buy, and we say that the Dollar has depreciated (or weakened) against the Rand.
Alternatively we could say that the Rand has appreciated (or strengthened) against the Dollar.
What if we were looking at indirect exchange rates, and the exchange rate moved from $0,149
1 1
per ZAR (= 6,71 ) to $0,1538 per ZAR (= 6,50 ).
Well now we can see that the R1,00 cost $0,149 at the start, and then cost $0,1538 at the end.
The Rand has become more expensive (in terms of Dollars), and again we can say that the Rand
has appreciated.
Regardless of which exchange rate is used, we still come to the same conclusions.
In general,
• for direct exchange rates, the home currency will appreciate (depreciate) if the exchange
rate falls (rises)
• For indirect exchange rates, the home currency will appreciate (depreciate) if the exchange
rate rises (falls)
As with just about everything in this chapter, do not get caught up in memorising these formulae
- that is only going to get confusing. Think about what you have and what you want - and it
should be quite clear how to get the correct answer.
We know that the exchange rates are the value of one currency expressed in terms of another
currency, and we can quote exchange rates against any other currency. The Rand exchange rates
we see on the news are usually expressed against the major currency, USD, GBP and EUR.
So if for example, the Rand exchange rates were given as 6,71 ZAR/USD and 12,71 ZAR/GBP,
does this tell us anything about the exchange rate between USD and GBP?
Well I know that if $1 will buy me R6,71, and if £1.00 will buy me R12,71, then surely the GBP
is stronger than the USD because you will get more Rands for one unit of the currency, and we
can work out the USD/GBP exchange rate as follows:
Before we plug in any numbers, how can we get a USD/GBP exchange rate from the ZAR/USD
and ZAR/GBP exchange rates?
Well,
USD/GBP = USD/ZAR × ZAR/GBP.
Note that the ZAR in the numerator will cancel out with the ZAR in the denominator, and we
are left with the USD/GBP exchange rate.
Although we do not have the USD/ZAR exchange rate, we know that this is just the reciprocal
of the ZAR/USD exchange rate.
1
USD/ZAR =
ZAR/USD
Important: Sometimes you will see exchange rates in the real world that do not appear to
work exactly like this. This is usually because some financial institutions add other costs
to the exchange rates, which alter the results. However, if you could remove the effect of
those extra costs, the numbers would balance again.
Question: If $1 = R 6,40, and £1 = R11,58 what is the $/£ exchange rate (i.e.
the number of US$ per £)?
Answer
Step 1 : Determine what is given and what is required
The following are given:
• ZAR/USD rate = R6,40
• ZAR/GBP rate = R11,58
56
CHAPTER 8. FINANCE - GRADE 10 8.2
If everyone wants to buy houses in a certain suburb, then house prices are going to go up - because
the buyers will be competing to buy those houses. If there is a suburb where all residents want
to move out, then there are lots of sellers and this will cause house prices in the area to fall -
because the buyers would not have to struggle as much to find an eager seller.
This is all about supply and demand, which is a very important section in the study of Economics.
You can think about this is many different contexts, like stamp-collecting for example. If there
is a stamp that lots of people want (high demand) and few people own (low supply) then that
stamp is going to be expensive.
And if you are starting to wonder why this is relevant - think about currencies. If you are going
to visit London, then you have Rands but you need to “buy” Pounds. The exchange rate is the
price you have to pay to buy those Pounds.
Think about a time where lots of South Africans are visiting the United Kingdom, and other
South Africans are importing goods from the United Kingdom. That means there are lots of
Rands (high supply) trying to buy Pounds. Pounds will start to become more expensive (compare
this to the house price example at the start of this section if you are not convinced), and the
57
8.3 CHAPTER 8. FINANCE - GRADE 10
exchange rate will change. In other words, for R1 000 you will get fewer Pounds than you would
have before the exchange rate moved.
Another context which might be useful for you to understand this: consider what would happen
if people in other countries felt that South Africa was becoming a great place to live, and that
more people were wanting to invest in South Africa - whether in properties, businesses - or just
buying more goods from South Africa. There would be a greater demand for Rands - and the
“price of the Rand” would go up. In other words, people would need to use more Dollars, or
Pounds, or Euros ... to buy the same amount of Rands. This is seen as a movement in exchange
rates.
Although it really does come down to supply and demand, it is interesting to think about what
factors might affect the supply (people wanting to “sell” a particular currency) and the demand
(people trying to “buy” another currency). This is covered in detail in the study of Economics,
but let us look at some of the basic issues here.
There are various factors affect exchange rates, some of which have more economic rationale
than others:
• economic factors (such as inflation figures, interest rates, trade deficit information, mon-
etary policy and fiscal policy)
• market sentiments and market behaviour (for example if foreign exchange markets per-
ceived a currency to be overvalued and starting selling the currency, this would cause the
currency to fall in value - a self fulfilling expectation).
Important: Interest
The concepts in this chapter are simple - we are just looking at the same idea, but from many
different angles. The best way to learn from this chapter is to do the examples yourself, as you
work your way through. Do not just take our word for it!
As an easy example of simple interest, consider how much you will get by investing R1 000 for
1 year with a bank that pays you 5% simple interest. At the end of the year, you will get an
interest of:
Interest = R1 000 × 5%
5
= R1 000 ×
100
= R1 000 × 0,05
= R50
So, with an “opening balance” of R1 000 at the start of the year, your “closing balance” at the
end of the year will therefore be:
We sometimes call the opening balance in financial calculations Principal, which is abbreviated
as P (R1 000 in the example). The interest rate is usually labelled i (5% in the example), and
the interest amount (in Rand terms) is labelled I (R50 in the example).
So we can see that:
I =P ×i (8.1)
and
This is how you calculate simple interest. It is not a complicated formula, which is just as well
because you are going to see a lot of it!
1. how much interest will you be paid if you only leave the money in the account for 3 months,
or
1. Three months is 1/4 of a year, so you would only get 1/4 of a full year’s interest, which
is: 1/4 × (P × i). The closing balance would therefore be:
2. For 3 years, you would get three years’ worth of interest, being: 3 × (P × i). The closing
balance at the end of the three year period would be:
Closing Balance = P + 3 × (P × i)
= P × (1 + (3)i)
If you look carefully at the similarities between the two answers above, we can generalise the
result. In other words, if you invest your money (P ) in an account which pays a rate of interest
(i) for a period of time (n years), then, using the symbol (A) for the Closing Balance:
As we have seen, this works when n is a fraction of a year and also when n covers several years.
Annual Rates means Yearly rates. and p.a.(per annum) = per year
Question: If I deposit R1 000 into a special bank account which pays a Simple
Interest of 7% for 3 years, how much will I get back at the end?
Answer
Step 1 : Determine what is given and what is required
• opening balance, P = R1 000
• interest rate, i = 7%
• period of time, n = 3 years
We are required to find the closing balance (A).
Step 2 : Determine how to approach the problem
We know from (8.2) that:
Closing Balance,(A) = P (1 + i · n)
60
CHAPTER 8. FINANCE - GRADE 10 8.4
A = P (1 + i · n)
= R1 000(1 + 3 × 7%)
= R1 210
Question: If I deposit R30 000 into a special bank account which pays a Simple
Interest of 7.5% ,for how many years must I invest this amount to generate R45 000
Answer
Step 1 : Determine what is given and what is required
• opening balance, P = R30 000
• interest rate, i = 7,5%
• closing balance, A = R45 000
We are required to find the number of years.
Step 2 : Determine how to approach the problem
We know from (8.2) that:
61
8.4 CHAPTER 8. FINANCE - GRADE 10
Question: Troy is keen to buy an addisional hard drive for his laptop advertised for
R 2 500 on the internet. There is an option of paying a 10% deposit then making
24 monthly payments using a hire-purchase agreement where interest is calculated
at 7,5% p.a. simple interest. Calculate what Troy’s monthly payments will be.
Answer
Step 1 : Determine what is given and what is required
A new opening balance is required, as the 10% deposit is paid in cash.
We are required to find the closing balance (A) and then the montly payments.
Step 2 : Determine how to approach the problem
We know from (8.2) that:
Closing Balance,(A) = P (1 + i · n)
A = P (1 + i · n)
= R2 250(1 + 2 × 7,5%)
= R2 587,50
Monthly payment = 2587,50 ÷ 24
= R107,81
Question: Seven years ago, Tjad’s drum kit cost him R12 500. It has now been
valued at R2 300. What rate of simple depreciation does this represent ?
Answer
Step 1 : Determine what is given and what is required
• opening balance, P = R12 500
• period of time, n = 7 years
• closing balance, A = R2 300
Closing Balance,(A) = P (1 + i · n)
Closing Balance,(A) = P (1 − i · n)
62
CHAPTER 8. FINANCE - GRADE 10 8.5
A = P (1 − i · n)
R2 300 = R12 500(1 − 7 × i)
i = 0,11657...
Worked Example 13: Using Simple Interest to lead to the concept Com-
pound Interest
Question: If I deposit R1 000 into a special bank account which pays a Simple
Interest of 7%. What if I empty the bank account after a year, and then take the
principal and the interest and invest it back into the same account again. Then I
take it all out at the end of the second year, and then put it all back in again? And
then I take it all out at the end of 3 years?
Answer
Step 1 : Determine what is given and what is required
• opening balance, P = R1 000
• interest rate, i = 7%
63
8.5 CHAPTER 8. FINANCE - GRADE 10
Closing Balance = P (1 + i · n)
= R1 000(1 + 1 × 7%)
= R1 070
Step 4 : Determine the closing balance at the end of the second year
After the first year, we withdraw all the money and re-deposit it. The opening
balance for the second year is therefore R1 070, because this is the balance after the
first year.
Closing Balance = P (1 + i · n)
= R1 070(1 + 1 × 7%)
= R1 144,90
Step 5 : Determine the closing balance at the end of the third year
After the second year, we withdraw all the money and re-deposit it. The opening
balance for the third year is therefore R1 144,90, because this is the balance after
the first year.
Closing Balance = P (1 + i · n)
= R1 144,90(1 + 1 × 7%)
= R1 225,04
In the two worked examples using simple interest, we have basically the same problem because
P =R1 000, i=7% and n=3 years for both problems. Except in the second situation, we end up
with R1 225,04 which is more than R1 210 from the first example. What has changed?
In the first example I earned R70 interest each year - the same in the first, second and third year.
But in the second situation, when I took the money out and then re-invested it, I was actually
earning interest in the second year on my interest (R70) from the first year. (And interest on
the interest on my interest in the third year!)
This more realistically reflects what happens in the real world, and is known as Compound
Interest. It is this concept which underlies just about everything we do - so we will look at more
closely next.
Compound interest is a double edged sword, though - great if you are earning interest on cash
you have invested, but crippling if you are stuck having to pay interest on money you have
borrowed!
In the same way that we developed a formula for Simple Interest, let us find one for Compound
Interest.
64
CHAPTER 8. FINANCE - GRADE 10 8.5
If our opening balance is P and we have an interest rate of i then, the closing balance at the
end of the first year is:
Closing Balance after 1 year = P (1 + i)
This is the same as Simple Interest because it only covers a single year. Then, if we take that
out and re-invest it for another year - just as you saw us doing in the worked example above -
then the balance after the second year will be:
And if we take that money out, then invest it for another year, the balance becomes:
We can see that the power of the term (1 + i) is the same as the number of years. Therefore,
It is easy to show that this formula works even when n is a fraction of a year. For example, let
us invest the money for 1 month, then for 4 months, then for 7 months.
1
Closing Balance after 1 month = P (1 + i) 12
Closing Balance after 5 months = Closing Balance after 1 month invested for 4 months more
1 4
= [P (1 + i) 12 ] 12
1 4
= P (1 + i) 12 + 12
5
= P (1 + i) 12
Closing Balance after 12 months = Closing Balance after 5 month invested for 7 months more
5 7
= [P (1 + i) 12 ] 12
5 7
= P (1 + i) 12 + 12
12
= P (1 + i) 12
= P (1 + i)1
which is a year. Can you see that? Do not move on until you have understood this point.
To see how important this “interest on interest” is, we shall compare the difference in closing
balances for money earning simple interest and money earning compound interest. Consider an
amount of R10 000 that you have to invest for 10 years, and assume we can earn interest of 9%.
How much would that be worth after 10 years?
65
8.5 CHAPTER 8. FINANCE - GRADE 10
The closing balance for the money earning simple interest is:
Closing Balance = P (1 + i · n)
= R10 000(1 + 9% × 10)
= R19 000
The closing balance for the money earning compound interest is:
So next time someone talks about the “magic of compound interest”, not only will you know
what they mean - but you will be able to prove it mathematically yourself!
Again, keep in mind that this is good news and bad news. When you are earning interest on
money you have invested, compound interest helps that amount to increase exponentially. But
if you have borrowed money, the build up of the amount you owe will grow exponentially too.
Question: Mr Lowe wants to take out a loan of R 350 000. He does not want
to pay back more than R625 000 altogether on the loan. If the interest rate he is
offered is 13%, over what period should he take the loan
Answer
Step 1 : Determine what has been provided and what is required
• opening balance, P = R350 000
• closing balance, A = R625 000
• interest rate, i = 13% peryear
We need to find n.
Therefore we covert the formula to:
A
= (1 + i)n
P
and then find n by trial and error.
Step 3 : Solve the problem
A
= (1 + i)n
P
625000
= (1 + 0,13)n
350000
1,785... = (1,13)n
Question: South Africa’s population is increasing by 2,5% per year. If the current
population is 43 million, how many more people will there be in South Africa in two
year’s time ?
Answer
Step 1 : Determine what has been provided and what is required
• opening balance, P = 43 000 000
• period of time, n = 2 year
• interest rate, i = 2,5% peryear
A = P (1 + i)n
= 43 000 000(1 + 0,025)2
= 45 176 875
Question: A swimming pool is being treated for a build-up of algae. Initially, 50m2
of the pool is covered by algae. With each day of treatment, the algae reduces by
5%. What area is covered by algae after 30 days of treatment ?
Answer
Step 1 : Determine what has been provided and what is required
• opening balance, P = 50m2
• period of time, n = 30 days
• interest rate, i = 5% perday
A = P (1 − i)n
= 50(1 − 0,05)30
= 10,73m2
8.6 Summary
As an easy reference, here are the key formulae that we derived and used during this chapter.
While memorising them is nice (there are not many), it is the application that is useful. Financial
experts are not paid a salary in order to recite formulae, they are paid a salary to use the right
methods to solve financial problems.
8.6.1 Definitions
P Principal (the amount of money at the starting point of the calculation)
i interest rate, normally the effective rate per annum
n period for which the investment is made
8.6.2 Equations
⎫
Closing Balance - simple interest ⎬
Solve for i = P (1 + i · n)
Solve for n
⎭
68
CHAPTER 8. FINANCE - GRADE 10 8.7
⎫
Closing Balance - compound interest ⎬
Solve for i = P (1 + i)n
Solve for n
⎭
Important: Always keep the interest and the time period in the same units of time (e.g.
both in years, or both in months etc.).
69
8.7 CHAPTER 8. FINANCE - GRADE 10
70
Chapter 9
9.1 Introduction
In this chapter you will learn how to work with algebraic expressions. You will recap some of
the work on factorisation and multiplying out expressions that you learnt in earlier grades. This
work will then be extended upon for Grade 10.
Mathematical expressions are just like sentences and their parts have special names. You should
be familiar with the following names used to describe the parts of an mathematical expression.
a · xk + b · x + cm = 0 (9.1)
p
d·y +e·y+f ≤0 (9.2)
A binomial is a mathematical expression with two terms, e.g. (ax + b) and (cx + d). If these
two binomials are multiplied, the following is the result:
71
9.2 CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10
The product of two identical binomials is known as the square of the binomials and is written
as:
(ax + b)2 = a2 x2 + 2abx + b2
(ax + b)(ax − b) = a2 x2 − b2
9.2.3 Factorisation
Factorisation is the opposite of expanding brackets. For example expanding brackets would
require 2(x + 1) to be written as 2x + 2. Factorisation would be to start with 2x + 2 and to end
up with 2(x + 1). In previous grades you factorised based on common factors and on difference
of squares.
Common Factors
Factorising based on common factors relies on there being common factors between your terms.
For example, 2x − 6x2 can be factorised as follows:
(a) 6y; 18x (b) 12mn; 8n (c) 3st; 4su (d) 18kl; 9kp (e) abc; ac
(f) 2xy; 4xyz (g) 3uv; 6u (h) 9xy; 15xz (i) 24xyz; 16yz (j) 3m; 45n
72
CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10 9.2
Difference of Squares
a2 x2 − b2
can be factorised to
(ax + b)(ax − b)
Therefore,
a2 x2 − b2 = (ax + b)(ax − b)
For example, x2 − 16 can be written as (x2 − 42 ) which is a difference of squares. Therefore the
factors of x2 − 16 are (x − 4) and (x + 4).
Exercise: Recap
1. Find the products of:
(2x + 1)(x2 + 2x + 1)
= 2x(x2 + 2x + 1) + 1(x2 + 2x + 1) (apply distributive law)
= [2x(x2 ) + 2x(2x) + 2x(1)] + [1(x2 ) + 1(2x) + 1(1)]
= 4x3 + 4x2 + 2x + x2 + 2x + 1 (expand the brackets)
= 4x3 + (4x2 + x2 ) + (2x + 2x) + 1 (group like terms to simplify)
= 4x3 + 5x2 + 4x + 1 (simplify to get final answer)
If the binomial is A + B and the trinomial is C + D + E, then the very first step is to apply the
distributive law:
(x − 1)(x2 − 2x + 1)
= x(x2 − 2x + 1) − 1(x2 − 2x + 1) (apply distributive law)
= [x(x2 ) + x(−2x) + x(1)] + [−1(x2 ) − 1(−2x) − 1(1)]
= x3 − 2x2 + x − x2 + 2x − 1 (expand the brackets)
= x3 + (−2x2 − x2 ) + (x + 2x) − 1 (group like terms to simplify)
= x3 − 3x2 + 3x − 1 (simplify to get final answer)
(x + y)(x2 − xy + y 2 )
= x(x2 − xy + y 2 ) + y(x2 − xy + y 2 ) (apply distributive law)
= [x(x2 ) + x(−xy) + x(y 2 )] + [y(x2 ) + y(−xy) + y(y 2 )]
= x3 − x2 y + xy 2 + yx2 − xy 2 + y 3 (expand the brackets)
= x + (−x y + yx ) + (xy − xy ) + y 3
3 2 2 2 2
(group like terms to simplify)
= x3 + y 3 (simplify to get final answer)
75
9.4 CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10
(x + y)(x2 − xy + y 2 ) = x3 + y 3
Exercise: Products
1. Find the products of:
(a + b)(a − b) = a2 − b2 .
This is true for any values of a and b, and more importantly since it is an equality, we can also
write:
a2 − b2 = (a + b)(a − b).
This means that if we ever come across a quadratic that is made up of a difference of squares,
we can immediately write down what the factors are.
76
CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10 9.4
(3x)2 = 9x2
and
52 = 25.
Step 2 : Write the quadratic as the difference of squares
9x2 − 25 = (3x)2 − 52
Step 3 : Write the factors
The three types of quadratic that we have seen are very simple to factorise. However, many
quadratics do not fall into these categories, and we need a more general method to factorise
quadratics like x2 − x − 2?
We can learn about how to factorise quadratics by looking at how two binomials are multiplied
to get a quadratic. For example, (x + 2)(x + 3) is multiplied out as:
We see that the x2 term in the quadratic is the product of the x-terms in each bracket. Similarly,
the 6 in the quadratic is the product of the 2 and 3 the brackets. Finally, the middle term is the
sum of two terms.
So, how do we use this information to factorise the quadratic?
Let us start with factorising x2 + 5x+ 6 and see if we can decide upon some general rules. Firstly,
write down two brackets with an x in each bracket and space for the remaining terms.
( x )( x )
Next decide upon the factors of 6. Since the 6 is positive, these are:
Factors of 6
1 6
2 3
-1 -6
-2 -3
Next we expand each set of brackets to see which option gives us the correct middle term.
We see that Option 3 (x+2)(x+3) is the correct solution. As you have seen that the process
of factorising a quadratic is mostly trial and error, however the is some information that can be
used to simplify the process.
1. First divide the entire equation by any common factor of the coefficients, so as to obtain
an equation of the form ax2 + bx + c = 0 where a, b and c have no common factors and
a is positive.
2. Write down two brackets with an x in each bracket and space for the remaining terms.
( x )( x ) (9.5)
4. Write down a set of options for the possible factors for the quadratic using the factors of
a and c.
5. Expand all options to see which one gives you the correct answer.
• If c is positive, then the factors of c must be either both positive or both negative. The
factors are both negative if b is negative, and are both positive if b is positive. If c is
negative, it means only one of the factors of c is negative, the other one being positive.
• Once you get an answer, multiply out your brackets again just to make sure it really works.
( x )( x ) (9.6)
Write down a set of factors for a and c. The possible factors for a are: (1,3).
The possible factors for c are: (-1,1) or (1,-1).
Write down a set of options for the possible factors for the quadratic using the
factors of a and c. Therefore, there are two possible options.
Option 1 Option 2
(x − 1)(3x + 1) (x + 1)(3x − 1)
3x2 − 2x − 1 3x2 + 2x − 1
78
CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10 9.5
(x + 1)(2x + 3).
We get this by taking out the x + 1 and see what is left over. We have a +2x from the first
term and a +3 from the second term. This is called factorisation by grouping.
79
9.6 CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10
x2 + 3x
x+3
x(x + 3)
=
x+3
= x provided x ̸= −3
80
CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10 9.6
(ax − ab) + (x − b)
=
ax2 − abx
a(x − b) + (x − b)
=
ax(x − b)
(x − b)(a + 1)
=
ax(x − b)
2 2
Question: Simplify: x x−x−2
2 −4 ÷ xx2 +2x
+x
Answer
Step 1 : Factorise numerators and denominators
(x + 1)(x − 2) x(x + 1)
= ÷
(x + 2)(x − 2) x(x + 2)
(x + 1)(x − 2) x(x + 2)
= ×
(x + 2)(x − 2) x(x + 1)
= 1
1. Simplify:
81
9.7 CHAPTER 9. PRODUCTS AND FACTORS - GRADE 10
3a 2a+10
(a) 15 (b) 4
5a+20 a2 −4a
(c) a+4 (d) a−4
3a2 −9a 9a+27
(e) 2a−6 (f) 9a+18
2
(g) 6ab+2a
2b (h) 16x12x−6y−8xy
(i) 4xyp−8xp
12xy (j) 14 ÷ 7a+21
3a+9
a+3
2 12p2
(k) a2a+10
−5a
÷ 3a+15
4a (l) 3xp+4p
8p ÷ 3x+4
2
16
(x) 2xp+4x ÷ 6x 12
+8x
(y) 24a−8
12 ÷ 9a−3
6
2 2
(o) a +2a
5 ÷ 2a+4
20 (p) p 7p+pq
÷ 8p+8q
21q
2
6b2 a2
(q) 5ab−15b
4a−12 ÷ a+b (r) f fa−f−a
x2 −1 1 1
2. Simplify: 3 × x−1 − 2
82
Chapter 10
You can add, subtract, multiply or divide both sides of an equation by any number you want, as
long as you always do it to both sides.
For example, in the equation x + 5 − 1 = −6, we want to get x alone on the left hand side of the
equation. This means we need to subtract 5 and add 1 on the left hand side. However, because
we need to keep the equation balanced, we also need to subtract 5 and add 1 on the right hand
side.
x+5−1 = −6
x+5−5−1+1 = −6 − 5 + 1
x+0+0 = −11 + 1
x = −10
In another example, 23 x = 8, we must divide by 2 and multiply by 3 on the left hand side in
order to get x alone. However, in order to keep the equation balanced, we must also divide by
2 and multiply by 3 on the right hand side.
2
x = 8
3
2
x÷2×3 = 8÷2×3
3
2 3 8×3
× ×x =
2 3 2
1×1×x = 12
x = 12
These are the basic rules to apply when simplifying any equation. In most cases, these rules
have to be applied more than once, before we have the unknown variable on the left hand side
83
10.2 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
of the equation.
We are now ready to solve some equations!
4x − 8 = 3(x − 2)
4(x − 2) = 3(x − 2)
4(x − 2) 3(x − 2)
=
(x − 2) (x − 2)
4 = 3
The simplest equation to solve is a linear equation. A linear equation is an equation where the
power on the variable(letter, e.g. x) is 1(one). The following are examples of linear equations.
2x + 2 = 1
2−x
= 2
3x + 1
4
x−6 = 7x + 2
3
In this section, we will learn how to find the value of the variable that makes both sides of the
linear equation true. For example, what value of x makes both sides of the very simple equation,
x + 1 = 1 true.
Since the highest power on the variable is one(1) in a linear equation, there is at most one
solution or root for the equation.
This section relies on all the methods we have already discussed: multiplying out expressions,
grouping terms and factorisation. Make sure that you are comfortable with these methods,
before trying out the work in the rest of this chapter.
2x + 2 = 1
2x = 1 − 2 (like terms together)
2x = −1 (simplified as much a possible)
Now we see that 2x = −1. This means if we divide both sides by 2, we will get:
1
x=−
2
84
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.2
2x + 2
1
= 2(− ) + 2
2
= −1 + 2
= 1
When you have found the solution to an equation, substitute the solution into the original
equation, to check your answer.
2. ”Move” all terms with the variable to the left hand side of equation, and all constant terms
(the numbers) to the right hand side of the equal to-sign. Bearing in mind that the sign
of the terms will chance(from (+) to (-) or vice versa, as they ”cross over” the equal to
sign.
4. Factorise if necessary.
4−x = 4
−x = 4 − 4 (move all constant terms (numbers) to the RHS (right hand side))
−x = 0 (group like terms together)
−x = 0 (simplify grouped terms)
−x = 0
∴ x = 0
4−0=4
4=4
Since both sides are equal, the answer is correct.
Step 5 : Write the Final Answer
The solution of 4 − x = 4 is x = 0.
4(2x − 9) − 4x = 4 − 6x
8x − 36 − 4x = 4 − 6x (expand the brackets)
8x − 4x + 6x = 4 + 36 (move all terms with x to the LHS and all constant terms to the RHS of the =)
(8x − 4x + 6x) = (4 + 36) (group like terms together)
10x = 40 (simplify grouped terms)
10 40
x = (divide both sides by 10)
10 10
x = 4
2−x
Question: Solve for x: 3x+1 =2
Answer
86
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.2
2−x
= 2
3x + 1
(2 − x) = 2(3x + 1)
2−x = 6x + 2 (remove/expand brackets)
−x − 6x = 2 − 2 (move all terms containing x to the LHS and all constant terms (numbers) to the RHS.)
−7x = 0 (simplify grouped terms)
x = 0 ÷ (−7)
theref ore x = 0 zero divide by any number is 0
2 − (0)
= 2
3(0) + 1
2
= 2
1
Since both sides are equal to 2, the answer is correct.
4
x−6 = 7x + 2
3
4x − 18 = 21x + 6 (each term is multiplied by 3
4x − 21x = 6 + 18 (move all terms with x to the LHS and all constant terms to the RHS of the =)
−17x = 24 (simplify grouped terms)
−17 24
x = (divide both sides by -17)
−17 −17
−24
x =
17
87
10.2 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
1. Solve for y: 2y − 3 = 7
2. Solve for w: −3w = 0
3. Solve for z: 4z = 16
4. Solve for t: 12t + 0 = 144
5. Solve for x: 7 + 5x = 62
3
6. Solve for y: 55 = 5y + 4
7. Solve for z: 5z = 3z + 45
8. Solve for a: 23a − 12 = 6 + 2a
9. Solve for b: 12 − 6b + 34b = 2b − 24 − 64
10. Solve for c: 6c + 3c = 4 − 5(2c − 3).
11. Solve for p: 18 − 2p = p + 9
4 16
12. Solve for q: q = 24
4 q
13. Solve for q: 1 = 2
14. Solve for r: −(−16 − r) = 13r − 1
15. Solve for d: 6d − 2 + 2d = −2 + 4d + 8
16. Solve for f : 3f − 10 = 10
17. Solve for v: 3v + 16 = 4v − 10
18. Solve for k: 10k + 5 + 0 = −2k + −3k + 80
19. Solve for j: 8(j − 4) = 5(j − 4)
20. Solve for m: 6 = 6(m + 7) + 5m
88
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.3
2x2 + 2x = 1
2−x
= 2x
3x + 1
4
x − 6 = 7x2 + 2
3
Quadratic equations differ from linear equations by the fact that a linear equation only has one
solution, while a quadratic equation has at most two solutions. There are some special situations
when a quadratic equation only has one solution.
We solve quadratic equations by factorisation, that is writing the quadratic as a product of two
expressions in brackets. For example, we know that:
(x + 1)(2x − 3) = 2x2 − x − 3.
In order to solve:
2x2 − x − 3 = 0
we need to be able to write 2x2 − x − 3 as (x + 1)(2x − 3), which we already know how to do.
Being able to factorise a quadratic means that you are one step away from solving a quadratic
equation. For example, x2 − 3x − 2 = 0 can be written as (x − 1)(x − 2) = 0. This means
that both x − 1 = 0 and x − 2 = 0, which gives x = 1 and x = 2 as the two solutions to the
quadratic equation x2 − 3x − 2 = 0.
1. First divide the entire equation by any common factor of the coefficients, so as to obtain
an equation of the form ax2 + bx + c = 0 where a, b and c have no common factors. For
example, 2x2 + 4x + 2 = 0 can be written as x2 + 2x + 1 = 0 by dividing by 2.
2. Write ax2 + bx + c in terms of its factors (rx + s)(ux + v).
This means (rx + s)(ux + v) = 0.
3. Once writing the equation in the form (rx + s)(ux + v) = 0, it then follows that the two
solutions are x = − rs or x = − uv .
89
10.3 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
(x + 1)(3x − 1) = 0
Step 3 : Determine the two solutions
We have
x+1=0
or
3x − 1 = 0
1
Therefore, x = −1 or x = 3.
Step 4 : Write the final answer
3x2 + 2x − 1 = 0 for x = −1 or x = 13 .
x + 2 = x2
x2 − x + 2
The factors of x2 − x + 2 are (x − 2)(x + 1).
(x − 2)(x + 1) = 0
Step 5 : Determine the two solutions
We have
x+1=0
or
x−2=0
90
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.3
Therefore, x = −1 or x = 2.
!
LHS = (−1) + 2
√
= 1
= 1
but
RHS = (−1)
Therefore LHS̸=RHS
Therefore x ̸= −1 √
Now substitute x = 2 into original equation x + 2 = x:
√
LHS = 2+2
√
= 4
= 2
and
RHS = 2
x2 + 3x − 4 = (x − 1)(x + 4) = 0 (10.1)
Therefore x = 1 or x = −4.
Step 4 : Write the final solution
Therefore the solutions are x = 1 or x = −4.
91
10.3 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
−2x2 + 4x − 2 = 0
x2 − 2x + 1 = 0
Step 2 : Factorise x2 − 2x + 1
The middle term is negative. Therefore, the factors are (x − 1)(x − 1)
If we multiply out (x − 1)(x − 1), we get x2 − 2x + 1.
Step 3 : Solve the quadratic equation
x2 − 2x + 1 = (x − 1)(x − 1) = 0
In this case, the quadratic is a perfect square, so there is only one solution for x:
x = 1.
Step 4 : Write the final solution
The root of 0 = −2x2 + 4x − 2 is x = 1.
92
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.4
2x = 1
−x
2
= 2
3x+1
4
−6 = 7x + 2
3
You should already be familiar with exponential notation. Solving exponential equations are
simple, if we remember how to apply the laws of exponentials.
2x = 2 x
-3 -2 -1 0 1 2 3
2x
3x = 9 x
-3 -2 -1 0 1 2 3
3x
2x+1 = 8 x
-3 -2 -1 0 1 2 3
2x+1
ax = ay
This means that if we can write all terms in an equation with the same base, we can solve the
exponential equations by equating the indices. For example take the equation 3x+1 = 9. This
can be written as:
3x+1 = 32 .
Since the bases are equal (to 3), we know that the exponents must also be equal. Therefore we
can write:
x + 1 = 2.
This gives:
x = 1.
93
10.4 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
2x = 21
x=1
Step 3 : Check your answer
2x
= 2(1)
= 21
x=1
x
is the solution to 2 = 2.
Question: Solve:
2x+4 = 42x
94
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.4
Answer
Step 1 : Try to write all terms with the same base.
2x+4 = 42x
2x+4 = 22(2x)
2x+4 = 24x
x + 4 = 4x
Step 3 : Solve for x
x+4 = 4x
x − 4x = −4
−3x = −4
−4
x =
−3
4
x =
3
Step 4 : Check your answer
LHS = 2x+4
4
= 2( 3 +4)
16
= 23
1
= (216 ) 3
RHS = 42x
4
= 42( 3 )
8
= 43
1
= (48 ) 3
1
= ((22 )8 ) 3
1
= (216 ) 3
= LHS
A linear inequality is similar to a linear equation and has the power on the variable is equal to 1.
The following are examples of linear inequalities.
2x + 2 ≤ 1
2−x
≥ 2
3x + 1
4
x−6 < 7x + 2
3
The methods used to solve linear inequalities are identical to those used to solve linear equations.
The only difference occurs when there is a multiplication or a division that involves a minus sign.
For example, we know that 8 > 6. If both sides of the inequality are divided by −2, −4 is not
greater than −3. Therefore, the inequality must switch around, making −4 < −3.
Important: When you divide or multiply both sides of an inequality by any number with a
minus sign, the direction of the inequality changes.
2x + 2 = 1
2x = 1 − 2
2x = −1
1
x = −
2
If we represent this answer on a number line, we get
96
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.5
x = − 12
-3 -2 -1 0 1 2 3
2x + 2 ≤ 1
2x ≤ 1 − 2
2x ≤ −1
1
x ≤ −
2
If we represent this answer on a number line, we get
x ≤ − 21
-3 -2 -1 0 1 2 3
As you can see, for the equation, there is only a single value of x for which the equation is true.
However, for the inequality, there is a range of values for which the inequality is true. This is
the main difference between an equation and an inequality.
−r > 2 − 6
−r > −4
r<4
r<4
0 1 2 3 4 5
Question: Solve for q: 4q + 3 < 2(q + 3) and represent solution on a number line.
Answer
Step 1 : Expand all brackets
4q + 3 < 2(q + 3)
4q + 3 < 2q + 6
97
10.5 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
Step 2 : Move all constants to the RHS and all unknowns to the LHS
4q + 3 < 2q + 6
4q − 2q < 6−3
2q < 3
0 1 2 3 4 5
2≤x<5
0 1 2 3 4 5
(b) −5 < 2x − 3 ≤ 7
3. Solve for x: 7(3x + 2) − 5(2x − 3) > 7.
Illustrate this answer on a number line.
Thus far, all equations that have been encountered have one unknown variable, that must be
solved for. When two unknown variables need to be solved for, two equations are required
and these equations are known as simultaneous equations. The solutions to the system of
simultaneous equations, are the values of the unknown variables which satisfy the system of
equations simultaneously, that means at the same time. In general, if there are n unknown
variables, then n equations are required to obtain a solution for each of the n variables.
An example of a system of simultaneous equations is:
2x + 2y = 1 (10.2)
2−x
=2
3y + 1
In order to find a numerical value for an unknown variable, one must have at least as many inde-
pendent equations as variables. We solve simultaneous equations graphically and algebraically/
Simultaneous equations can also be solved graphically. If the graphs corresponding to each
equation is drawn, then the solution to the system of simultaneous equations is the co-ordinate
of the point at which both graphs intersect.
x = 2y (10.3)
y = 2x − 3
1 x
1 (2,1) 2
y=
−2 −1 1 2 3
3−
−1
2x
y=
The intersection of the two graphs is (2,1). So the solution to the system of simultaneous
equations in (10.3) is y = 1 and x = 2.
99
10.6 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
x = 2y
∴ y = 2(2y) − 3
y − 4y = −3
−3y = −3
y = 1
Substitute into the first equation: x = 2(1)
= 2
4y + 3x = 100
4y − 19x = 12
Answer
Step 1 : Draw the graphs corresponding to each equation.
For the first equation:
4y + 3x = 100
4y = 100 − 3x
3
y = 25 − x
4
and for the second equation:
4y − 19x = 12
4y = 19x + 12
19
y = x+3
4
12
=
x
40 19
−
4y
4y + 3x
= 100 30
20
10
−8 −6 −4 −2 2 4 6 8
x = 4
y = 22
100
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.6
1
∴ x = −y
2
1 1
= − (− )
2 10
6
=
10
3
=
5
The solution for the system of simultaneous equations (??) is:
3
x =
5
1
y = −
10
4y + 3x = 100
4y − 19x = 12
Answer
Step 1 : If the question, does not explicitly ask for a graphical solution, then
the system of equations should be solved algebraically.
101
10.6 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
4y + 3x = 100
3x = 100 − 4y
100 − 4y
x =
3
Step 3 : Substitute the value obtained for x into the second equation.
100 − 4y
4y − 19( ) = 12
3
12y − 19(100 − 4y) = 36
12y − 1900 + 76y = 36
88y = 1936
y = 22
100 − 4(22)
x =
3
100 − 88
=
3
12
=
3
= 4
Step 5 : Substitute the values for x and y into both equations to check the
solution.
Question: A shop sells bicycles and tricycles. In total there are 7 cycles and 19
wheels. Determine how many of each there are, if a bicycle has two wheels and a
tricycle has three wheels.
Answer
Step 1 : Identify what is required
The number of bicycles and the number of tricycles are required.
Step 2 : Set up the necessary equations
If b is the number of bicycles and t is the number of tricycles, then:
b+t = 7
2b + 3t = 19
b = 7−t
Into second equation: 2(7 − t) + 3t = 19
14 − 2t + 3t = 19
t = 5
Into first equation: b = 7−5
= 2
2+5 = 7 #
2(2) + 3(5) = 4 + 15 = 19 #
10.7.1 Introduction
Tom and Jane are friends. Tom picked up Jane’s Physics test paper, but will not tell Jane what
her marks are. He knows that Jane hates maths so he decided to tease her. Tom says: “I have
2 marks more than you do and the sum of both our marks is equal to 14. How much did we
get?”
Let’s help Jane find out what her marks are. We have two unknowns, Tom’s mark (which we shall
call t) and Jane’s mark (which we shall call j). Tom has 2 more marks than Jane. Therefore,
t=j+2
t + j = 14
The two equations make up a set of linear (because the highest power is one) simultaneous
103
10.7 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
equations, which we know how to solve! Substitute for t in the second equation to get:
t+j = 14
j+2+j = 14
2j + 2 = 14
2(j + 1) = 14
j+1 = 7
j = 7−1
= 6
Then,
t = j+2
= 6+2
= 8
So, we see that Tom scored 8 on his test and Jane scored 6.
This problem is an example of a simple mathematical model. We took a problem and we able
to write a set of equations that represented the problem, mathematically. The solution of the
equations then gave the solution to the problem.
The purpose of this section is to teach you the skills that you need to be able to take a problem
and formulate it mathematically, in order to solve it. The general steps to follow are:
1. Read ALL of it !
4. Rewrite the information given in terms of x. That is, translate the words into algebraic
language. This is the reponse
5. Set up an equation (i.e. a mathematical sentence or model) to solve the required variable.
Important: Follow the three R’s and solve the problem... Request - Response - Result
Question: A fruit shake costs R2,00 more than a chocolate milkshake. If three fruit
shakes and 5 chocolate milkshakes cost R78,00, determine the individual prices.
Answer
Step 1 : Summarise the information in a table
3(x + 2) + 5x = 78
3x + 6 + 5x = 78
8x = 72
x = 9
Question: Three rulers and two pens cost R 21,00. One ruler and one pen cost R
8,00. Find the cost of one ruler and one pen
Answer
Step 1 : Translate the problem using variables
Let the cost of one ruler be x rand and the cost of one pen be y rand.
Step 2 : Rewrite the information in terms of the variables
3x + 2y = 21 (10.4)
x+y = 8 (10.5)
y =8−x
3x + 2(8 − x) = 21
3x + 16 − 2x = 21
x = 5
therefore
y = 8−5
y = 3
105
10.7 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
1. Stephen has 1 l of a mixture containing 69% of salt. How much water must
Stephen add to make the mixture 50% salt? Write your answer as a fraction.
2. The diagonal of a rectangle is 25 cm more than its width. The length of
the rectangle is 17 cm more than its width. What are the dimensions of the
rectangle?
3. The sum of 27 and 12 is 73 more than an unknown number. Find the unknown
number.
4. The two smaller angles in a right-angled triangle are in the ratio of 1:2. What
are the sizes of the two angles?
5. George owns a bakery that specialises in wedding cakes. For each wedding cake,
it costs George R150 for ingredients, R50 for overhead, and R5 for advertising.
George’s wedding cakes cost R400 each. As a percentage of George’s costs,
how much profit does he make for each cake sold?
6. If 4 times a number is increased by 7, the result is 15 less than the square of
the number. Find the numbers that satisfy this statement, by formulating an
equation and then solving it.
7. The length of a rectangle is 2 cm more than the width of the rectangle. The
perimeter of the rectangle is 20 cm. Find the length and the width of the
rectangle.
4. Manuel has 5 more CDs than Pedro has. Bob has twice as many CDs as Manuel has.
Altogether the boys have 63 CDs. Find how many CDs each person has.
5. Seven-eighths of a certain number is 5 more than one-third of the number. Find the
number.
6. A man runs to a telephone and back in 15 minutes. His speed on the way to the telephone
is 5 m/s and his speed on the way back is 4 m/s. Find the distance to the telephone.
• how much money you have, as a function of time. You never have more than one amount
of money at any time because you can always add everything to give one number. By
understanding how your money changes over time, you can plan to spend your money
sensibly. Businesses find it very useful to plot the graph of their money over time so that
they can see when they are spending too much. Such observations are not always obvious
from looking at the numbers alone.
• the temperature is a very complicated function because it has so many inputs, including;
the time of day, the season, the amount of clouds in the sky, the strength of the wind, where
you are and many more. But the important thing is that there is only one temperature
when you measure it. By understanding how the temperature is effected by these things,
you can plan for the day.
• where you are is a function of time, because you cannot be in two places at once! If you
were to plot the graphs of where two people are as a function of time, if the lines cross it
means that the two people meet each other at that time. This idea is used in logistics, an
area of mathematics that tries to plan where people and items are for businesses.
• your weight is a function of how much you eat and how much exercise you do, but everybody
has a different function so that is why people are all different sizes.
10.10 Recap
The following should be familiar.
In section 2.4 (page 8), we were introduced to variables and constants. To recap, a variable
can take any value in some set of numbers, so long is the equation is consistent. Most often, a
variable will be written as a letter.
A constant has a fixed value. The number 1 is a constant. Sometimes letters are used to
represent constants, as its easier to work with.
1. 2x2 = 1
2. 3x + 4y = 7
−5
3. y = x
x
4. y = 7 − 2
In earlier grades, you saw that variables can be related to each other. For example, Alan is two
years older than Nathan. Therefore the relationship between the ages of Alan and Nathan can
be written as A = N + 2, where A is Alan’s age and N is Nathan’s age.
In general, a relation is an equation which relates two variables. For example, y = 5x and
y 2 + x2 = 5 are relations. In both examples x and y are variables and 5 is a constant, but for a
given value of x the value of y will be very different in each relation.
Besides writing relations as equations, they can also be represented as words, tables and graphs.
Instead of writing y = 5x, we could also say “y is always five times as big as x”. We could also
give the following table:
x y = 5x
2 10
6 30
8 40
13 65
15 75
When working with real valued functions, our major tool is drawing graphs. In the first place, if
we have two real variables, x and y, then we can assign values to them simultaneously. That is,
we can say “let x be 5 and y be 3”. Just as we write “let x = 5” for “let x be 5”, we have the
shorthand notation “let (x, y) = (5, 3)” for “let x be 5 and y be 3”. We usually think of the
real numbers as an infinitely long line, and picking a number as putting a dot on that line. If
we want to pick two numbers at the same time, we can do something similar, but now we must
use two dimensions. What we do is use two lines, one for x and one for y, and rotate the one
for y, as in Figure 10.1. We call this the Cartesian plane.
108
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.10
y
3
(−3,2) (2,2)
2
x
−4 −3 −2 −1 1 2 3 4
−1
−2
−3
−4
Figure 10.1: The Cartesian plane is made up of an x−axis (horizontal) and a y−axis (vertical).
In order to draw the graph of a function, we need to calculate a few points. Then we plot the
points on the Cartesian Plane and join the points with a smooth line.
The great beauty of doing this is that it allows us to “draw” functions, in a very abstract way.
Assume that we were investigating the properties of the function f (x) = 2x. We could then
consider all the points (x, y) such that y = f (x), i.e. y = 2x. For example, (1, 2), (2.5, 5), and
(3, 6) would all be such points, whereas (3, 5) would not since 5 ̸= 2 × 3. If we put a dot at
each of those points, and then at every similar one for all possible values of x, we would obtain
the graph shown in
1 2 3 4 5
The form of this graph is very pleasing – it is a simple straight line through the middle of
109
10.10 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
the plane. The technique of “plotting”, which we have followed here, is the key element in
understanding functions.
Thus far you would have seen that we can use y = 2x to represent a function. This notation
however gets confusing when you are working with more than one function. A more general form
of writing a function is to write the function as f (x), where f is the function name and x is the
independent variable. For example, f (x) = 2x and g(t) = 2t + 1 are two functions.
Both notations will be used in this book.
f (n) = n2 − 6n + 9
f (k − 1) = (k − 1)2 − 6(k − 1) + 9
= k 2 − 2k + 1 − 6k + 6 + 9
= k 2 − 8k + 16
f (b) = b2 − 4
butf (b) = 45
110
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.10
b2 − 4 = 45
2
b − 49 = 0
b = +7or − 7
{ExerciseRecap
1. Guess the function in the form y = . . . that has the values listed in the table.
2. Guess the function in the form y = . . . that has the values listed in the table.
3. Guess the function in the form y = . . . that has the values listed in the table.
4. On a Cartesian plane, plot the following points: (1,2), (2,4), (3,6), (4,8), (5,10). Join the
points. Do you get a straight-line?
(a) f (t)
(b) f (a)
(c) f (1)
(d) f (3)
7. A car drives by you on a straight highway. The car is travelling 10 m every second.
Complete the table below by filling in how far the car has travelled away from you after 5,
10 and 20 seconds.
Time (s) 0 1 2 5 10 20
Distance (m) 0 10 20
Use the values in the table and draw a graph of distance on the y-axis and time on the
x-axis.
111
10.11 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
There are many characteristics of graphs that help describe the graph of any function. These
properties are:
4. turning points
5. asymptotes
6. lines of symmetry
Some of these words may be unfamiliar to you, but each will be clearly described. Examples of
these properties are shown in Figure 10.3.
E
3 f (x) 3 g(x)
2 2
1 A 1
B F C
−3 −2 −1 1 2 3 h −3 −2 −1 1 2 3
−1 −1
−2 −2
−3 D −3
(a) (b)
A y-intercept
B, C, F x-intercept
D, E turning points
Figure 10.3: (a) Example graphs showing the characteristics of a function. (b) Example graph
showing asymptotes of a function.
Thus far, all the graphs you have drawn have needed two values, an x-value and a y-value. The
y-value is usually determined from some relation based on a given or chosen x-value. These
values are given special names in mathematics. The given or chosen x-value is known as the
independent variable, because its value can be chosen freely. The calculated y-value is known
as the dependent variable, because its value depends on the chosen x-value.
112
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.11
The domain of a relation is the set of all the x values for which there exists at least one y value
according to that relation. The range is the set of all the y values, which can be obtained using
at least one x value.
If the relation is of height to people, then the domain is all living people, while the range would
be about 0.1 to 3 metres — no living person can have a height of 0m, and while strictly its not
impossible to be taller than 3 metres, no one alive is. An important aspect of this range is that
it does not contain all the numbers between 0.1 and 3, but only six billion of them (as many as
there are people).
As another example, suppose x and y are real valued variables, and we have the relation y = 2x .
Then for any value of x, there is a value of y, so the domain of this relation is the whole set of
real numbers. However, we know that no matter what value of x we choose, 2x can never be
less than or equal to 0. Hence the range of this function is all the real numbers strictly greater
than zero.
These are two ways of writing the domain and range of a function, set notation and interval
notation. Both notations are used in mathematics, so you should be familiar with each.
Set Notation
We read this notation as “the set of all x values where all the conditions are satisfied”. For
example, the set of all positive real numbers can be written as {x : x ∈ R, x > 0} which reads
as “the set of all x values where x is a real number and is greater than zero”.
Interval Notation
Here we write an interval in the form ’lower bracket, lower number, comma, upper number,
upper bracket’. We can use two types of brackets, square ones [, ] or round ones (, ). A square
bracket means including the number at the end of the interval whereas a round bracket means
excluding the number at the end of the interval. It is important to note that this notation can
only be used for all real numbers in an interval. It cannot be used to describe integers in an
interval or rational numbers in an interval.
So if x is a real number greater than 2 and less than or equal to 8, then x is any number in the
interval
(2,8] (10.7)
It is obvious that 2 is the lower number and 8 the upper number. The round bracket means
’excluding 2’, since x is greater than 2, and the square bracket means ’including 8’ as x is less
than or equal to 8.
The intercept is the point at which a graph intersects an axis. The x-intercepts are the points
at which the graph cuts the x-axis and the y-intercepts are the points at which the graph cuts
the y-axis.
In Figure 10.3(a), the A is the y-intercept and B, C and F are x-intercepts.
You will usually need to calculate the intercepts. The two most important things to remember
is that at the x-intercept, y = 0 and at the y-intercept, x = 0.
For example, calculate the intercepts of y = 3x + 5. For the y-intercept, x = 0. Therefore the
y-intercept is yint = 3(0) + 5 = 5. For the x-intercept, y = 0. Therefore the x-intercept is
found from 0 = 3xint + 5, giving xint = − 35 .
113
10.11 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
f (x) = 2x2 − 2
g(x) = x3 − 2x2 + x − 2
2 4
h(x) = x −2
3
There are two types of turning points: a minimal turning point and a maximal turning point.
A minimal turning point is a point on the graph where the graph stops decreasing in value and
starts increasing in value and a maximal turning point is a point on the graph where the graph
stops increasing in value and starts decreasing. These are shown in Figure 10.4.
y y
0 0
(a) (b)
Figure 10.4: (a) Maximal turning point. (b) Minimal turning point.
10.11.5 Asymptotes
An asymptote is a straight or curved line, which the graph of a function will approach, but never
touch.
In Figure 10.3(b), the y-axis and line h are both asymptotes as the graph approaches both these
lines, but never touches them.
−2 −1 1 2
−1
Figure 10.5: Demonstration of axis of symmetry. The y-axis is an axis of symmetry, because the
graph looks the same on both sides of the y-axis.
break around the asymptotes. In Figure 10.3(b), it is clear that the graph does have a break in
it around the asymptote.
−3 −2 −1 1 2 3
−1
−2
−3
−2 −1 1 2
−1
−2
Functions with a general form of y = ax + q are called straight line functions. In the equation,
y = ax + q, a and q are constants and have different effects on the graph of the function. The
general shape of the graph of functions of this form is shown in Figure 10.6 for the function
f (x) = 2x + 3.
12
3
− 32
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−6
(b) b(x) = x − 1
(c) c(x) = x
(d) d(x) = x + 1
(e) e(x) = x + 2
Use your results to deduce the effect of q.
2. On the same set of axes, plot the following graphs:
(a) f (x) = −2 · x
(b) g(x) = −1 · x
(c) h(x) = 0 · x
(d) j(x) = 1 · x
(e) k(x) = 2 · x
Use your results to deduce the effect of a.
You should have found that the value of a affects the slope of the graph. As a increases, the slope
of the graph increases. If a > 0 then the graph increases from left to right (slopes upwards).
If a < 0 then the graph increases from right to left (slopes downwards). For this reason, a is
referred to as the slope or gradient of a straight-line function.
You should have also found that the value of q affects where the graph passes through the y-axis.
For this reason, q is known as the y-intercept.
These different properties are summarised in Table 10.1.
Table 10.1: Table summarising general shapes and positions of graphs of functions of the form
y = ax + q.
a>0 a<0
q>0
q<0
Intercepts
For functions of the form, y = ax + q, the details of calculating the intercepts with the x and y
axis is given.
117
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
y = ax + q (10.8)
yint = a(0) + q (10.9)
= q (10.10)
g(x) = x−1
yint = 0−1
= −1
y = ax + q (10.11)
0 = a · xint + q (10.12)
a · xint = −q (10.13)
q
xint = − (10.14)
a
g(x) = x−1
0 = xint − 1
xint = 1
Turning Points
The graphs of straight line functions do not have any turning points.
Axes of Symmetry
The graphs of straight-line functions do not, generally, have any axes of symmetry.
In order to sketch graphs of the form, f (x) = ax + q, we need to determine three characteristics:
1. sign of a
2. y-intercept
3. x-intercept
Only two points are needed to plot a straight line graph. The easiest points to use are the
x-intercept (where the line cuts the x-axis) and the y-intercept.
For example, sketch the graph of g(x) = x − 1. Mark the intercepts.
Firstly, we determine that a > 0. This means that the graph will have an upward slope.
The y-intercept is obtained by setting x = 0 and was calculated earlier to be yint = −1. The
x-intercept is obtained by setting y = 0 and was calculated earlier to be xint = 1.
1
(1,0)
−4 −3 −2 −1 1 2 3 4
−1 (0,-1)
−2
−3
−4
Answer
Step 1 : Find the y-intercept
For the intercept on the y-axis, let x = 0
y = 2(0) + 2
= 2
0 = 2x + 2
2x = −2
x = −1
−3 −2 −1 1 2 3
−1
+2
−2
2x
y=
119
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
Exercise: Intercepts
1. List the y-intercepts for the following straight-line graphs:
(a) y=x
(b) y =x−1
(c) y = 2x − 1
(d) y + 1 = 2x
2. Give the equation of the illustrated graph below:
y
(0;3)
(4;0) x
3. Sketch the following relations on the same set of axes, clearly indicating the
intercepts with the axes as well as the co-ordinates of the point of interception
on the graph: x + 2y − 5 = 0 and 3x − y − 1 = 0
The general shape and position of the graph of the function of the form f (x) = ax2 + q is shown
in Figure 10.8.
9
8
7
6
5
4
3
2
1
−4 −3 −2 −1 −1 1 2 3 4
(c) h(x) = x2 + 0
(d) j(x) = x2 + 1
(e) k(x) = x2 + 2
Use your results to deduce the effect of q.
Complete the following table of values for the functions a to k to help with drawing
the required graphs in this activity:
x −2 −1 0 1 2
a(x)
b(x)
c(x)
d(x)
e(x)
f (x)
g(x)
h(x)
j(x)
k(x)
From your graphs, you should have found that a affects whether the graph makes a smile or a
frown. If a < 0, the graph makes a frown and if a > 0 then the graph makes a smile. This is
shown in Figure 10.9.
You should have also found that the value of q affects whether the turning point is to the left
of the y-axis (q > 0) or to the right of the y-axis (q < 0).
These different properties are summarised in Table ??.
121
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
Table 10.2: Table summarising general shapes and positions of functions of the form y = ax2 +q.
a>0 a<0
q>0
q<0
For f (x) = ax2 + q, the domain is {x : x ∈ R} because there is no value of x ∈ R for which
f (x) is undefined.
The range of f (x) = ax2 + q depends on whether the value for a is positive or negative. We
will consider these two cases separately.
This tells us that for all values of x, f (x) is always greater than q. Therefore if a > 0, the range
of f (x) = ax2 + q is {f (x) : f (x) ∈ [q,∞)}.
Similarly, it can be shown that if a < 0 that the range of f (x) = ax2 + q is {f (x) : f (x) ∈
(−∞,q]}. This is left as an exercise.
x2 ≥ 0
2
x +2 ≥ 2
g(x) ≥ 2
Intercepts
For functions of the form, y = ax2 + q, the details of calculating the intercepts with the x and
y axis is given.
y = ax2 + q (10.15)
2
yint = a(0) + q (10.16)
= q (10.17)
122
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.12
g(x) = x2 + 2
yint = 02 + 2
= 2
y = ax2 + q (10.18)
0 = ax2int
+q (10.19)
ax2int = −q (10.20)
'
q
xint = ± − (10.21)
a
However, (10.21) is only valid if − aq > 0 which means that either q < 0 or a < 0. This is
consistent with what we expect, since if q > 0 and a > 0 then − aq is negative and in this case
the graph lies above the x-axis and therefore does not intersect the x-axis. If however, q > 0
and a < 0, then − aq is positive and the graph is hat shaped and should have two x-intercepts.
Similarly, if q < 0 and a > 0 then − aq is also positive, and the graph should intersect with the
x-axis.
For example, the x-intercepts of g(x) = x2 + 2 is given by setting y = 0 to get:
g(x) = x2 + 2
0 = x2int + 2
−2 = x2int
which is not real. Therefore, the graph of g(x) = x2 + 2 does not have any x-intercepts.
Turning Points
The turning point of the function of the form f (x) = ax2 + q is given by examining the range of
the function. We know that if a > 0 then the range of f (x) = ax2 + q is {f (x) : f (x) ∈ [q,∞)}
and if a < 0 then the range of f (x) = ax2 + q is {f (x) : f (x) ∈ (−∞,q]}.
So, if a > 0, then the lowest value that f (x) can take on is q. Solving for the value of x at
which f (x) = q gives:
q = ax2tp + q
0 = ax2tp
0 = x2tp
xtp = 0
∴ x = 0 at f (x) = q. The co-ordinates of the (minimal) turning point is therefore (0; q).
Similarly, if a < 0, then the highest value that f (x) can take on is q and the co-ordinates of the
(maximal) turning point is (0; q).
Axes of Symmetry
There is one axis of symmetry for the function of the form f (x) = ax2 + q that passes through
the turning point. Since the turning point lies on the y-axis, the axis of symmetry is the y-axis.
In order to sketch graphs of the form, f (x) = ax2 + q, we need to calculate determine four
characteristics:
1. sign of a
123
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
3. turning point
4. y-intercept
5. x-intercept
For example, sketch the graph of g(x) = − 21 x2 − 3. Mark the intercepts, turning point and axis
of symmetry.
Firstly, we determine that a < 0. This means that the graph will have a maximal turning point.
The domain of the graph is {x : x ∈ R} because f (x) is defined for all x ∈ R. The range of the
graph is determined as follows:
x2 ≥ 0
1
− x2 ≤ 0
2
1
− x2 − 3 ≤ −3
2
∴ f (x) ≤ −3
124
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.12
−4 −3 −2 −1 1 2 3 4
−1
−2
−3 (0,-3)
−4
−5
−6
Exercise: Parabolas
1. Show that if a < 0 that the range of f (x) = ax2 +q is {f (x) : f (x) ∈ (−∞,q]}.
2. Draw the graph of the function y = −x2 + 4 showing all intercepts with the
axes.
3. Two parabolas are drawn: g : y = ax2 + p and h : y = bx2 + q.
y
g
23
(-4; 7) (4; 7)
x
3
h
-9
a
10.12.3 Functions of the Form y = x
+q
Functions of the form y = xa + q are known as hyperbolic functions. The general form of the
graph of this function is shown in Figure 10.11.
a
Activity :: Investigation : Functions of the Form y = x +q
1. On the same set of axes, plot the following graphs:
(a) a(x) = −2
x +1
(b) b(x) = −1
x +1
125
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
−4 −3 −2 −1 1 2 3 4
−1
−2
a
Figure 10.11: General shape and position of the graph of a function of the form f (x) = x + q.
0
(c) c(x) = x +1
+1
(d) d(x) = x +1
+2
(e) e(x) = x +1
Use your results to deduce the effect of a.
2. On the same set of axes, plot the following graphs:
(a) f (x) = x1 − 2
(b) g(x) = x1 − 1
(c) h(x) = x1 + 0
(d) j(x) = x1 + 1
(e) k(x) = x1 + 2
Use your results to deduce the effect of q.
You should have found that the value of a affects whether the graph is located in the first and
third quadrants of Cartesian plane.
You should have also found that the value of q affects whether the graph lies above the x-axis
(q > 0) or below the x-axis (q < 0).
These different properties are summarised in Table 10.3. The axes of symmetry for each graph
are shown as a dashed line.
a
This shows that the function is undefined at y = q. Therefore the range of f (x) = x + q is
{f (x) : f (x) ∈ (−∞,q) ∪ (q,∞)}.
126
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.12
a
Table 10.3: Table summarising general shapes and positions of functions of the form y = x + q.
The axes of symmetry are shown as dashed lines.
a>0 a<0
q>0
q<0
2
For example, the domain of g(x) = x + 2 is {x : x ∈ R, x ̸= 0} because g(x) is undefined at
x = 0.
2
y = +2
x
2
(y − 2) =
x
If x ̸= 0 then: x(y − 2) = 2
2
x =
y−2
We see that g(x) is undefined at y = 2. Therefore the range is {g(x) : g(x) ∈ (−∞,2) ∪ (2,∞)}.
Intercepts
For functions of the form, y = xa + q, the intercepts with the x and y axis is calculated by setting
x = 0 for the y-intercept and by setting y = 0 for the x-intercept.
2
For example, the y-intercept of g(x) = x + 2 is given by setting x = 0 to get:
2
y = +2
x
2
yint = +2
0
which is undefined.
127
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
2
For example, the x-intercept of g(x) = x + 2 is given by setting x = 0 to get:
2
y = +2
x
2
0 = +2
xint
2
−2 =
xint
−2(xint ) = 2
2
xint =
−2
xint = −1
Asymptotes
a
There are two asymptotes for functions of the form y = x +q. They are determined by examining
the domain and range.
We saw that the function was undefined at x = 0 and for y = q. Therefore the asymptotes are
x = 0 and y = q.
For example, the domain of g(x) = x2 + 2 is {x : x ∈ R, x ̸= 0} because g(x) is undefined at
x = 0. We also see that g(x) is undefined at y = 2. Therefore the range is {g(x) : g(x) ∈
(−∞,2) ∪ (2,∞)}.
From this we deduce that the asymptotes are at x = 0 and y = 2.
a
Sketching Graphs of the Form f (x) = x +q
a
In order to sketch graphs of functions of the form, f (x) = x + q, we need to calculate determine
four characteristics:
2. asymptotes
3. y-intercept
4. x-intercept
2
For example, sketch the graph of g(x) = x + 2. Mark the intercepts and asymptotes.
We have determined the domain to be {x : x ∈ R, x ̸= 0} and the range to be {g(x) : g(x) ∈
(−∞,2) ∪ (2,∞)}. Therefore the asymptotes are at x = 0 and y = 2.
There is no y-intercept and the x-intercept is xint = −1.
128
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.12
−4 −3 −2 −1 1 2 3 4
−1
−2
−3
2
Figure 10.12: Graph of g(x) = x + 2.
Exercise: Graphs
1. Using grid paper, draw the graph of xy = −6.
(a) Does the point (-2; 3) lie on the graph ? Give a reason for your answer.
(b) Why is the point (-2; -3) not on the graph ?
(c) If the x-value of a point on the drawn graph is 0,25, what is the corre-
sponding y-value ?
(d) What happens to the y-values as the x-values become very large ?
(e) With the line y = −x as line of symmetry, what is the point symmetrical
to (-2; 3) ?
2. Draw the graph of xy = 8.
(a) How would the graph y = 83 + 3 compare with that of xy = 8? Explain
your answer fully.
(b) Draw the graph of y = 38 + 3 on the same set of axes.
Functions of the form y = ab(x) + q are known as exponential functions. The general shape of
a graph of a function of this form is shown in Figure 10.13.
−4 −3 −2 −1 1 2 3 4
Figure 10.13: General shape and position of the graph of a function of the form f (x) = ab(x) +q.
You should have found that the value of a affects whether the graph curves upwards (a > 0) or
curves downwards (a < 0).
You should have also found that the value of q affects the position of the y-intercept.
These different properties are summarised in Table 10.4.
Table 10.4: Table summarising general shapes and positions of functions of the form y =
ab(x) + q.
a>0 a<0
q>0
q<0
For y = ab(x) + q, the function is defined for all real values of x. Therefore, the domain is
{x : x ∈ R}.
130
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.12
b(x) ≥ 0
a · b(x) ≥ 0
a · b(x) + q ≥ q
f (x) ≥ q
b(x) ≤ 0
(x)
a·b ≤ 0
a · b(x) + q ≤ q
f (x) ≤ q
2x ≥ 0
3 · 2x ≥ 0
3 · 2x + 2 ≥ 2
Intercepts
For functions of the form, y = ab(x) + q, the intercepts with the x and y axis is calculated by
setting x = 0 for the y-intercept and by setting y = 0 for the x-intercept.
The y-intercept is calculated as follows:
y = ab(x) + q (10.30)
yint = ab(0) + q (10.31)
= a(1) + q (10.32)
= a+q (10.33)
y = 3 · 2x + 2
yint = 3 · 20 + 2
= 3+2
= 5
y = ab(x) + q (10.34)
0 = ab(xint ) + q (10.35)
ab(xint ) = −q (10.36)
(xint ) q
b = − (10.37)
a
Which only has a real solution if either a < 0 or q < 0. Otherwise, the graph of the function of
form y = ab(x) + q does not have any x-intercepts.
131
10.12 CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10
y = 3 · 2x + 2
0 = 3 · 2xint + 2
−2 = 3 · 2xint
−2
2xint =
3
which has no real solution. Therefore, the graph of g(x) = 3 · 2x + 2 does not have any
x-intercepts.
Asymptotes
There are two asymptotes for functions of the form y = ab(x) + q. They are determined by
examining the domain and range.
We saw that the function was undefined at x = 0 and for y = q. Therefore the asymptotes are
x = 0 and y = q.
For example, the domain of g(x) = 3 · 2x + 2 is {x : x ∈ R, x ̸= 0} because g(x) is undefined
at x = 0. We also see that g(x) is undefined at y = 2. Therefore the range is {g(x) : g(x) ∈
(−∞,2) ∪ (2,∞)}.
From this we deduce that the asymptotes are at x = 0 and y = 2.
In order to sketch graphs of functions of the form, f (x) = ab(x) + q, we need to calculate
determine four characteristics:
−4 −3 −2 −1 1 2 3 4
132
CHAPTER 10. EQUATIONS AND INEQUALITIES - GRADE 10 10.13
B(2,4)
4
1
A(0,1)
0 1 2 x
y-axis at the point A(0; 1) and B(2; 4) is on f .
(a) Determine the equation of the function f .
(b) Determine the equation of h, the function of which the curve is the reflec-
tion of the curve of f in the x-axis.
(c) Determine the range of h.
134
Chapter 11
11.1 Introduction
In chapter 10.7.4, we saw that the gradient of a straight line graph is calculated as:
y2 − y1
(11.1)
x2 − x1
for two points (x1 ,y1 ) and (x2 ,y2 ) on the graph.
We can now define the average gradient between any two points, (x1 ,y1 ) and (x2 ,y2 ) as:
y2 − y1
. (11.2)
x2 − x1
This is the same as (11.1).
y2 −y1 y
x1 x2 y1 y2 x2 −x1
C(2,2)
2
A-B
A-C
B-C 1
B(1,0)
x
−1 1
−1
−2
−3
A(-1,-4)
−4
135
11.3 CHAPTER 11. AVERAGE GRADIENT - GRADE 10 EXTENSION
The average gradient of a straight-line function is the same over any two intervals on the function.
The average gradient of a parabolic function depends on the interval and is the gradient of a
straight line that passes through the points on the interval.
For example, in Figure 11.1 the various points have been joined by straight-lines. The average
gradients between the joined points are then the gradients of the straight lines that pass through
the points.
A(-3,7) G(3,7)
y
B(-2,2) F(2,2)
x
C(-1,-1) E(1,-1)
D(0,-2)
Figure 11.1: The average gradient between two points on a curve is the gradient of the straight
line that passes through the points.
Question: Find the average gradient of the curve y = 5x2 − 4 between the points
x = −3 and x = 3
Answer
Step 1 : Label points
Label the points as follows:
x1 = −3
x2 = 3
to make it easier to calculate the gradient.
Step 2 : Calculate the y coordinates
We use the equation for the curve to calculate the y-value at x1 and x2 .
y1 = 5x21 − 4
= 5(−3)2 − 4
= 5(9) − 4
= 41
y2 = 5x22 − 4
= 5(3)2 − 4
= 5(9) − 4
= 41
y2 − y1 41 − 41
=
x2 − x1 3 − (−3)
0
=
3+3
0
=
6
= 0
137
11.4 CHAPTER 11. AVERAGE GRADIENT - GRADE 10 EXTENSION
138
Chapter 12
Geometry Basics
12.1 Introduction
The purpose of this chapter is to recap some of the ideas that you learned in geometry and
trigonometry in earlier grades. You should feel comfortable with the work covered in this chapter
before attempting to move onto the Grade 10 Geometry Chapter (Chapter 13) or the Grade 10
Trigonometry Chapter (Chapter 14). This chapter revises:
4. Congruence
S
R B C
Q
P D E
Some points Some lines
Figure 12.1: Examples of some points (labelled P , Q, R and S) and some lines (labelled BC and DE).
139
12.3 CHAPTER 12. GEOMETRY BASICS
Lines are labelled according to the start point and end point. We call the line that starts at a
point A and ends at a point B, AB. Since the line from point B to point A is the same as the
line from point A to point B, we have that AB=BA.
The length of the line between points A and B is AB. So if we say AB = CD we mean that
the length of the line between A and B is equal to the length of the line between C and D.
In science, we sometimes talk about a vector and this is just a fancy way of saying the we are
referring to the line that starts at one point and moves in the direction of the other point. We
⃗ referring to the vector from the point A
label a vector in a similar manner to a line, with AB
with length AB and in the direction from point A to point B. Similarly, BA ⃗ is the line segment
with the same length but direction from point B to point A. Usually, vectors are only equal if
they have the same length and same direction. So, usually, AB ⃗ ̸= BA.
⃗
A line is measured in units of length. Some common units of length are listed in Table 12.1.
12.3 Angles
An angle is formed when two straight lines meet at a point. The point at which two lines meet
is known as a vertex. Angles are labelled with a ˆ on a letter, for example, in Figure 12.3, the
angle is at B̂. Angles can also be labelled according to the line segments that make up the angle.
For example, in Figure 12.3, the angle is made up when line segments CB and BA meet. So,
the angle can be referred to as ∠CBA or ∠ABC. The ∠ symbol is a short method of writing
angle in geometry.
Angles are measured in degrees which is denoted by ◦ .
B
A
A B E G
(a) (b)
Figure 12.3: Examples of angles. Â = Ê, even though the lines making up the angles are of
different lengths.
140
CHAPTER 12. GEOMETRY BASICS 12.3
Using a Protractor
A protractor is a simple tool that is used to measure angles. A picture of a protractor is shown
in Figure 12.4.
90◦
120◦
60◦
150◦ 30◦
180◦ 0◦
Method:
Using a protractor
1. Place the bottom line of the protractor along one line of the angle.
2. Move the protractor along the line so that the centre point on the protractor is at the
vertex of the two lines that make up the angle.
3. Follow the second line until it meets the marking on the protractor and read off the angle.
Make sure you start measuring at 0◦ .
What is the smallest angle that can be drawn? The figure below shows two lines (CA and AB)
making an angle at a common vertex A. If line CA is rotated around the common vertex A,
down towards line AB, then the smallest angle that can be drawn occurs when the two lines are
pointing in the same direction. This gives an angle of 0◦ .
141
12.3 CHAPTER 12. GEOMETRY BASICS
0◦ C C 180◦
A B A B A B
If line CA is now swung upwards, any other angle can be obtained. If line CA and line AB
point in opposite directions (the third case in the figure) then this forms an angle of 180◦ .
Important: If three points A, B and C lie on a straight line, then the angle between them
is 180◦ . Conversely, if the angle between three points is 180◦ , then the points lie on a
straight line.
An angle of 90◦ is called a right angle. A right angle is half the size of the angle made by a
straight line (180◦ ). We say CA is perpendicular to AB or CA ⊥ AB. An angle twice the size
of a straight line is 360◦ . An angle measuring 360◦ looks identical to an angle of 0◦ , except for
the labelling. We call this a revolution.
C
90◦ 360◦
B A B
A C
Important:
• Acute angle: An angle ≥ 0◦ and < 90◦ .
• Right angle: An angle measuring 90◦ .
• Obtuse angle: An angle > 90◦ and < 180◦ .
• Straight angle: An angle measuring 180◦ .
• Reflex angle: An angle > 180◦ and < 360◦ .
• Revolution: An angle measuring 360◦ .
These are simply labels for angles in particular ranges, shown in Figure 12.6.
Once angles can be measured, they can then be compared. For example, all right angles are
90◦ , therefore all right angles are equal, and an obtuse angle will always be larger than an acute
angle.
142
CHAPTER 12. GEOMETRY BASICS 12.3
reflex
C
C A
B
acute obtuse C
A B A B
Figure 12.6: Three types of angles defined according to their ranges.
In Figure 12.7, straight lines AB and CD intersect at point X, forming four angles: X̂1 , X̂2 ,
X̂3 and X̂4 .
C 2 B
X
3 1
A 4 D
Figure 12.7: Two intersecting straight lines with vertical angles X̂1 ,X̂3 and X̂2 ,X̂4 .
Important: The vertically opposite angles formed by the intersection of two straight lines
are equal. Adjacent angles on a straight line are supplementary.
Two lines intersect if they cross each other at a point. For example, at a traffic intersection,
two or more streets intersect; the middle of the intersection is the common point between the
streets.
143
12.3 CHAPTER 12. GEOMETRY BASICS
Parallel lines are lines that never intersect. For example the tracks of a railway line are parallel.
We wouldn’t want the tracks to intersect as that would be catastrophic for the train!
All these lines are parallel to each other. Notice the arrow symbol for parallel.
A transversal of two or more lines is a line that intersects these lines. For example in Figure 12.8,
AB and CD are two parallel lines and EF is a transversal. We say AB ∥ CD. The properties
of the angles formed by these intersecting lines are summarised in the table below.
F
h
g
C D
a
b
d
c
A B
e
f
E
144
CHAPTER 12. GEOMETRY BASICS 12.3
Important:
1. If two parallel lines are intersected by a transversal, the sum of the co-interior angles
on the same side of the transversal is 180◦ .
2. If two parallel lines are intersected by a transversal, the alternate interior angles are
equal.
3. If two parallel lines are intersected by a transversal, the corresponding angles are equal.
4. If two lines are intersected by a transversal such that any pair of co-interior angles on
the same side is supplementary, then the two lines are parallel.
5. If two lines are intersected by a transversal such that a pair of alternate interior angles
are equal, then the lines are parallel.
6. If two lines are intersected by a transversal such that a pair of alternate corresponding
angles are equal, then the lines are parallel.
Exercise: Angles
a 30◦
1. Use adjacent, corresponding, co-interior and
b c
alternate angles to fill in all the angles labeled
with letters in the diagram alongside:
d e
g
f
145
12.3 CHAPTER 12. GEOMETRY BASICS
E
A
1
1
2. Find all the unknown angles in the figure
B 30◦ 2
F
3
alongside: 1
2
C 3
2
1 G
3
◦
100
D 1 H
A D
X
4x
3. Find the value of x in the figure alongside: x
Y
x+20◦
Z
B C
4. Determine whether there are pairs of parallel lines in the following figures.
M O
O Q
S
1
115◦ K
2 Q 1 45◦ R
A 3 2 2
1
35◦ 3 3
L
55◦
2
B1
P 3 N
T
a) R
b) P
T 85◦ 2
Y
3 1
U
M 2 1 N
3 ◦
V 85
c) L
C
5. If AB is parallel to CD and AB is parallel to D
EF, prove that CD is parallel to EF: A B
E F
146
CHAPTER 12. GEOMETRY BASICS 12.4
12.4 Polygons
If you take some lines and join them such that the end point of the first line meets the starting
point of the last line, you will get a polygon. Each line that makes up the polygon is known as
a side. A polygon has interior angles. These are the angles that are inside the polygon. The
number of sides of a polygon equals the number of interior angles. If a polygon has equal length
sides and equal interior angles then the polygon is called a regular polygon. Some examples of
polygons are shown in Figure 12.9.
Figure 12.9: Examples of polygons. They are all regular, except for the one marked *
12.4.1 Triangles
A triangle is a three-sided polygon. There are four types of triangles: equilateral, isosceles,
right-angled and scalene. The properties of these triangles are summarised in Table 12.2.
Properties of Triangles
A
B
C
A
B C
147
12.4 CHAPTER 12. GEOMETRY BASICS
60◦ 60◦
A B
C
A B
B
This triangle has one right angle.
hy
po
A C
148
CHAPTER 12. GEOMETRY BASICS 12.4
B
A C
Important: Any exterior angle of a triangle is equal to the sum of the two opposite interior
angles. An exterior angle is formed by extending any one of the sides.
ˆ + BCA
BAC ˆ = CBD
ˆ ˆ + CBA
BAC ˆ = BCD
ˆ ˆ + BAC
ABC ˆ = ACD
ˆ
D
B B B
A A A C
C C D
D
Figure 12.11: In any triangle, any exterior angle is equal to the sum of the two opposite interior
angles.
149
12.4 CHAPTER 12. GEOMETRY BASICS
Congruent Triangles
Similar Triangles
Description Diagram
a
If all three pairs of corresponding
a
angles of two triangles are equal,
then the triangles are similar. c
b c b
x y q
If all pairs of corresponding sides p
of two triangles are in proportion,
then the triangles are similar. z r
x y z
p
= q
= r
150
CHAPTER 12. GEOMETRY BASICS 12.4
Exercise: Triangles
1. Calculate the unknown variables in each of the following figures. All lengths
are in mm.
a) N N
N b) c) x
x
30o
y y
36o 68o x 68o
P O P O P O 68o
N N
d) 19 x e)
116 R
P O x
15
76
P 20 O
f) N S
R N R
g) 15
12 14
x x
5
P 9
y
P O S 21 T
O
2. State whether or not the following pairs of triangles are congruent or not. Give
reasons for your answers. If there is not enough information to make a descision,
say why.
151
12.4 CHAPTER 12. GEOMETRY BASICS
B E B
a) b)
A
A C D
D
B E
c) B
d) E
C C
A D
B D
e) A
C
A
12.4.2 Quadrilaterals
A quadrilateral is any polygon with four sides. The basic quadrilaterals are the trapezium,
parallelogram, rectangle, rhombus, square and kite.
Trapezium
A trapezium is a quadrilateral with one pair of parallel opposite sides. It may also be called a
trapezoid. A special type of trapezium is the isosceles trapezium, where one pair of opposite
sides is parallel, the other pair of sides is equal in length and the angles at the ends of each
parallel side are equal. An isosceles trapezium has one line of symmetry and its diagonals are
equal in length.
isosceles trapezium
152
CHAPTER 12. GEOMETRY BASICS 12.4
Parallelogram
A trapezium with both sets of opposite sides parallel is called a parallelogram. A summary of
the properties of a parallelogram is:
• Both diagonals bisect each other (i.e. they cut each other in half).
D C
/ ///
/// /
A B
Rectangle
A rectangle is a parallelogram that has all four angles equal to 90◦ . A summary of the properties
of a rectangle is:
D C
/ /
/ /
A B
Rhombus
A rhombus is a parallelogram that has all four side of equal length. A summary of the properties
of a rhombus is:
D • x C
• /// x
/
///
/
x •
x •
A B
Figure 12.15: An example of a rhombus. A rhombus is a parallelogram with all sides equal.
Square
D • • C
• •
/
/
/
/
• •
• •
A B
Figure 12.16: An example of a square. A square is a rhombus with all angles equal to 90◦ .
Kite
• One pair of opposite angles are equal where the angles must be between unequal sides.
• One diagonal bisects the other diagonal and one diagonal bisects one pair of opposite
angles.
x x
/
A / B
••
There are many other polygons, some of which are given in the table below.
Sides Name
5 pentagon
6 hexagon
7 heptagon
8 octagon
10 decagon
15 pentadecagon
155
12.4 CHAPTER 12. GEOMETRY BASICS
12.4.4 Extra
You can calculate the size of the interior angle of a regular polygon by using:
n−2
 = × 180◦ (12.1)
n
Areas of Polygons
1 h
1. Area of triangle: 2× base × perpendicular height
h
1
2. Area of trapezium: 2× (sum of ∥ sides) × perpendicular height
h
3. Area of parallelogram and rhombus: base × perpendicular height
b
4. Area of rectangle: length × breadth l
r
6. Area of circle: π x radius2
Exercise: Polygons
1. For each case below, say whether the statement is true or false. For false
statements, give a counter-example to prove it:
2. Find the areas of each of the given figures - remember area is measured in
square units (cm2 , m2 , mm2 ).
156
CHAPTER 12. GEOMETRY BASICS 12.5
a) b) c)
5cm 5cm
10cm
10cm 10cm
d) 7cm 3cm e) f)
6cm
10cm
5cm
10cm 15cm
9cm 21cm
12.5 Exercises
1. Find all the pairs of parallel lines in the following figures, giving reasons in each case.
A N
B
◦ M 137◦
62 57◦
62◦
(a) D C
123◦ P
G H (b) O
120◦
60◦
K 60◦ L
(c)
(a) R
157
12.5 CHAPTER 12. GEOMETRY BASICS
K W
◦
100
A a B 45◦
L T
50◦ c
b
C D d a
M U
c V
E F b
d N
(c) X
(b) O
(a) Which of the following claims are true? Give a counter-example for those that are
incorrect.
i. All equilateral triangles are similar.
A D
F
C E
i. B
G
J L
I K
ii. H
P
N
Q R
iii. M O
U
R
S T
iv. Q
(c) For each pair of figures state whether they are similar or not. Give reasons.
158
CHAPTER 12. GEOMETRY BASICS 12.5
(a) A P
√ 45◦
2 2 2
3
45◦
B C
Q 3 R
(b) 7,5 J
H W X
5 5
L K Z Y
A
D E
d e
a
c
b
B C
159
12.5 CHAPTER 12. GEOMETRY BASICS
160
Chapter 13
Geometry - Grade 10
13.1 Introduction
Geometry (Greek: geo = earth, metria = measure) arose as the field of knowledge dealing with
spatial relationships. It was one of the two fields of pre-modern mathematics, the other being
the study of numbers. In modern times, geometric concepts have become very complex and
abstract and are barely recognizable as the descendants of early geometry.
In this section we study how to calculate the surface areas and volumes of right prisms and
cylinders. A right prism is a polygon that has been stretched out into a tube so that the height
of the tube is perpendicular to the base. A square prism has a base that is a square and a
triangular prism has a base that is a triangle.
It is relatively simple to calculate the surface areas and volumes of prisms.
161
13.2 CHAPTER 13. GEOMETRY - GRADE 10
Figure 13.1: Examples of a right square prism, a right triangular prism and a cylinder.
The term surface area refers to the total area of the exposed or outside surfaces of a prism. This
is easier to understand if you imagine the prism as a solid object.
If you examine the prisms in Figure 13.1, you will see that each face of a prism is a simple
polygon. For example, the triangular prism has two faces that are triangles and three faces that
are rectangles. Therefore, in order to calculate the surface area of a prism you simply have to
calculate the area of each face and add it up. In the case of a cylinder the top and bottom faces
are circles, while the curved surface flattens into a rectangle.
Study the following prisms, nets and formulae. Explain to your partner, how each
relates to the other.
162
CHAPTER 13. GEOMETRY - GRADE 10 13.2
Rectangular Prism L
h h L h h
b L b
h
L h
b L b
L
S.A. = 2[(L × b) + (b × h) + (L × b)]
Triangular Prism
H
H S
S
h H b
H S
S
H
h
S.A. = 2( 12 b × h) + 2(H × S) + (H × b)
b
Cylinder
r
r h
2π r
163
13.2 CHAPTER 13. GEOMETRY - GRADE 10
1. 2.
7 cm
10 cm
6 cm 8 cm
3.
10 cm
10 cm
20 cm
2,5m
4m
13.2.2 Volume
The volume of a right prism is calculated by multiplying the area of the base by the height. So,
for a square prism of side length a and height h the volume is a × a × h = a2 h.
Volume of Prisms
Calculate the area of the base and multiply by the height to get the volume of a prism.
Exercise: Volume
a) b)
b
L H
h
b
c)
10 cm
7 cm
6 cm 20 cm
5 cm
10 cm
c)
10 cm
5 cm
3. A cube is a special prism that has all edges equal. This means that each face
is a square. An example of a cube is a die. Show that for a cube with side
length a, the surface area is 6a2 and the volume is a3 .
Now, what happens to the surface area if one dimension is multiplied by a constant? For example,
how does the surface area change when the height of a rectangular prism is divided by 2?
b b
l l
b b
l
h
1
2
h
h 1
2
h
l b
l b
Question: The size of a prism is specified by the length of its sides. The prism in
the diagram has sides of lengths L, b and h.
b
L
a) Consider enlarging all sides of the prism by a constant factor x. Where x > 1.
Calculate the volume and surface area of the enlarged prism as a function of
the factor x and the volume of the original volume.
a) In the same way as above now consider the case, where 0 < x < 1. Now
calculate the reduction factor in the volume and the surface area.
Answer
Step 1 : Identify
The volume of a prism is given by:
V =L×b×h
The surface area of the prism is given by:
A = 2 × (L × b + L × h + b × h)
Step 2 : Rescale
If all the sides of the prism get rescaled, the new sides will be:
L′ = x×L
b′ = x×b
h′ = x×h
V′ = L ′ × b ′ × h′
= x×L×x×b×x×h
= x3 × L × b × h
= x3 × V
A′ = 2 × (L′ × b′ + L′ × h′ + b′ × h′ )
= 2 × (x × L × x × b + x × L × x × h + x × b × x × h)
= x2 × 2 × (L × b + L × h + b × h)
= x2 × A
Step 3 : Interpret
When the length of one of the sides is multiplied by a constant the effect is to multiply the
original volume by that constant, as for the example in Figure 13.2.
13.3 Polygons
Polygons are all around us. A stop sign is in the shape of an octagon, an eight-sided polygon.
The honeycomb of a beehive consists of hexagonal cells.
In this section, you will learn about similar polygons.
AB ...cm
DE = ...cm = ... Â=...◦ D̂...◦
BC ...cm
EF = ...cm = ... B̂=...◦ Ê=...◦
AC ...cm
DF = ...cm = ... Ĉ...◦ F̂ =...◦
167
13.3 CHAPTER 13. GEOMETRY - GRADE 10
5c
4 cm
2,5
2 cm
cm
B 3 cm C E 1,5 cm F
AB BC AC
1. What can you say about the numbers you calculated for: DE , EF , DF ?
If two polygons are similar, one is an enlargement of the other. This means that the two polygons
will have the same angles and their sides will be in the same proportion.
We use the symbol ≡ to mean is similar to.
B
G
D
F
H
A E
Answer
Step 1 : Determine what is required
We are required to show that the pair of polygons is similar. We can do this by show-
ing that the ratio of corresponding sides is equal or by showing that corresponding
angles are equal.
Step 2 : Decide how to approach the problem
168
CHAPTER 13. GEOMETRY - GRADE 10 13.3
We are not given the lengths of the sides, but we are given the angles. So, we can
show that corresponding angles are equal.
Step 3 : Show that corresponding angles are equal
All angles are given to be 90◦ and
 = Ê
B̂ = F̂
Ĉ = Ĝ
D̂ = Ĥ
Question: If two pentagons ABCDE and GHJKL are similar, determine the lengths
of the sides and angles labelled with letters:
D J
4,5 3
6 1,5
120◦ C K
98 ◦ f 92 ◦
H
E 40◦ c
b d
a e g
L 2 G
A 3 B
Answer
Step 1 : Determine what is given
We are given that ABCDE and GHJKL are similar. This means that:
AB BC CD DE EA
= = = =
GH HJ JK KL LG
and
 = Ĝ
B̂ = Ĥ
Ĉ = Jˆ
D̂ = K̂
Ê = L̂
1. e, f and g
a
= 1,5 ∴ a = 2 × 1,5 = 3
2
b
= 1,5 ∴ b = 1,5 × 1,5 = 2,25
1,5
6
= 1,5 ∴ c = 6 ÷ 1,5 = 4
c
3
= 1,5 ∴ d = 2
d
Step 5 : Calculate angles
e = 92◦ (corresponds to H)
f = 120◦ (corresponds to D)
g = 40◦ (corresponds to E)
a = 3
b = 2,25
c = 4
d = 2
e = 92◦
f = 120◦
g = 40◦
Exercise: Polygons-mixed
A B E I J
x y a 65◦
y
30
F
m a 160◦
m
b c
95◦ 15◦ L K
D b C G
H
Q
y 20
x M N a a m
m
a b
b
y
45◦ 45◦
x x T b
R
y
50◦ c
P O
y x x y
c
A B
U a a
x
V
25 mm
30◦ S
b
210◦
Z
25◦
D C
W
2. Find the angles and lengths marked with letters in the following figures:
a) b) c)
X Y
a
WY=130
a 10◦
XZ=60
70 b
a
W Z d
120◦
35 c
b
d) e)
5
f)
a a 15 b−2
4
6 a+3
9
b 100
13.4.1 Introduction
Analytical geometry, also called co-ordinate geometry and earlier referred to as Cartesian ge-
ometry, is the study of geometry using the principles of algebra, and the Cartesian co-ordinate
system. It is concerned with defining geometrical shapes in a numerical way, and extracting
numerical information from that representation. Some consider that the introduction of analytic
geometry was the beginning of modern mathematics.
171
13.4 CHAPTER 13. GEOMETRY - GRADE 10
One of the simplest things that can be done with analytical geometry is to calculate the distance
between two points. Distance is a number that describes how far apart two point are. For
example, point P has co-ordinates (2; 1) and point Q has co-ordinates (−2; −2). How far apart
are points A and B? In the figure, this means how long is the dashed line?
2
(2;1)
1 P
−2 −1 1 2
−1
Q −2 R
(-2;-2)
In the figure, it can be seen that the length of the line P R is 3 units and the length of the line
QR is four units. However, the △P QR, has a right angle at R. Therefore, the length of the
side P Q can be obtained by using the Theorem of Pythagoras:
P Q2 = P R2 + QR2
∴ P Q2 = 32 + 42
!
∴ PQ = 32 + 42 = 5
B
(x2 ; y2 )
(x1 ; y1 )
A C
The formula for calculating the distance between two points is derived as follows. The distance
between the points A and B is the length of the line AB. According to the Theorem of
Pythagoras, the length of AB is given by:
!
AB = AC 2 + BC 2
However,
BC = y2 − y1
AC = x2 − x1
Therefore,
!
AB = AC 2 + BC 2
!
= (x1 − x2 )2 + (y1 − y2 )2
172
CHAPTER 13. GEOMETRY - GRADE 10 13.4
Therefore, for any two points, (x1 ; y1 ) and (x2 ; y2 ), the formula is:
!
Distance = (x1 − x2 )2 + (y1 − y2 )2
Using the formula, distance between the points P and Q with co-ordinates (2;1) and (-2;-2) is
then found as follows. Let the co-ordinates of point P be (x1 ; y1 ) and the co-ordinates of point
Q be (x2 ; y2 ). Then the distance is:
!
Distance = (x1 − x2 )2 + (y1 − y2 )2
!
= (2 − (−2))2 + (1 − (−2))2
!
= (2 + 2)2 + (1 + 2)2
√
= 16 + 9
√
= 25
= 5
The gradient of a line describes how steep the line is. In the figure, line P T is the steepest. Line
P S is less steep than P T but is steeper than P R, and line P R is steeper than P Q.
T S
R
Q
The gradient of a line is defined as the ratio of the vertical distance to the horizontal distance.
This can be understood by looking at the line as the hypotenuse of a right-angled triangle. Then
the gradient is the ratio of the length of the vertical side of the triangle to the horizontal side of
the triangle. Consider a line between a point A with co-ordinates (x1 ; y1 ) and a point B with
co-ordinates (x2 ; y2 ).
B
(x2 ; y2 )
(x1 ; y1 )
A C
y2 −y1
Gradient = x2 −x1
For example the gradient of the line between the points P and Q, with co-ordinates (2;1) and
(-2;-2) (Figure 13.4.2) is:
173
13.4 CHAPTER 13. GEOMETRY - GRADE 10
y2 − y1
Gradient =
x2 − x1
−2 − 1
=
−2 − 2
−3
=
−4
3
=
4
Sometimes, knowing the co-ordinates of the middle point or midpoint of a line is useful. For
example, what is the midpoint of the line between point P with co-ordinates (2; 1) and point Q
with co-ordinates (−2; −2).
The co-ordinates of the midpoint of any line between any two points A and B with co-ordinates
(x1 ; y1 ) and (x2 ; y2 ), is generally calculated as follows. Let the midpoint of AB be at point S
with co-ordinates (X; Y ). The aim is to calculate X and Y in terms of (x1 ; y1 ) and (x2 ; y2 ).
(x2 ; y2 ) B
(X; Y ) S
A (x1 ; y1 )
x1 + x2
X =
2
y1 + y2
Y =
(2 )
x1 + x2 y1 + y2
∴ S ;
2 2
Then the co-ordinates of the midpoint (S) of the line between point P with co-ordinates (2; 1)
and point Q with co-ordinates (−2; −2) is:
x1 + x2
X =
2
−2 + 2
=
2
= 0
y1 + y2
Y =
2
−2 + 1
=
2
1
= −
2
1
∴ S(0; − )
2
It can be confirmed that the distance from the each end point to the midpoint is equal. The
co-ordinate of the midpoint S is (0; −0,5).
174
CHAPTER 13. GEOMETRY - GRADE 10 13.4
!
PS = (x1 − x2 )2 + (y1 − y2 )2
!
= (0 − 2)2 + (−0.5 − 1)2
!
= (−2)2 + (−1.5)2
√
= 4 + 2.25
√
= 6.25
and
!
QS = (x1 − x2 )2 + (y1 − y2 )2
!
= (0 − (−2))2 + (−0.5 − (−2))2
!
= (0 + 2))2 + (−0.5 + 2))2
!
= (2))2 + (−1.5))2
√
= 4 + 2.25
√
= 6.25
2
(2;1)
1 P
−2 −1 S 1 2
midpoint
−1
Q −2
(-2;-2)
1. In the diagram given the vertices of a quadrilateral are F(2;0), G(1;5), H(3;7)
175
13.4 CHAPTER 13. GEOMETRY - GRADE 10
7 H(3;7)
G(1;5)
5
2
I(7;2)
0
-1 0 1 2 3 4 5 6 7
F(2;0)
-1
and I(7;2).
a) What are the lengths of the opposite sides of FGHI?
b) Are the opposite sides of FGHI parallel?
c) Do the diagonals of FGHI bisect each other?
d) Can you state what type of quadrilateral FGHI is? Give reasons for your
answer.
2. A quadrialteral ABCD with vertices A(3;2), B(1;7), C(4;5) and D(1;3) is given.
a) Draw the qaudrilateral.
b) Find the lengths of the sides of the quadrilateral.
3. S(1;4), T(-1;2), U(0;-1) and V(4;-1) are the vertices of a pentagon.
a) Are two of the sides of this pentagon parallel? If yes, find them.
b) Are two of the sides of this pentagon of equal length? If yes, find them.
4. ABCD is a quadrilateral with verticies A(0;3), B(4;3), C(5;-1) and D(-1;-1).
a) Show that:
(i) AD = BC
(ii) AB ∥ DC
b) What name would you give to ABCD?
c) Show that the diagonals AC and BD do not bisect each other.
5. P, Q, R and S are the points (-2;0), (2;3), (5;3), (-3;-3) respectively.
a) Show that:
(i) SR = 2PQ
(ii) SR ∥ PQ
b) Calculate:
(i) PS
(ii) QR
c) What kind of a quadrilateral is PQRS? Give reasons for your answers.
6. EFGH is a parallelogram with verticies E(-1;2), F(-2;-1) and G(2;0). Find the
co-ordinates of H by using the fact that the diagonals of a parallelogram bisect
each other.
176
CHAPTER 13. GEOMETRY - GRADE 10 13.5
13.5 Transformations
In this section you will learn about how the co-ordinates of a point change when the point is
moved horizontally and vertically on the Cartesian plane. You will also learn about what happens
to the co-ordinates of a point when it is reflected on the x-axis, y-axis and the line y = x.
When something is moved in a straight line, we say that it is translated. What happens to the
co-ordinates of a point that is translated horizontally or vertically?
When a point is moved vertically up or down on the Cartesian plane, the x co-ordinate of the
point remains the same, but the y co-ordinate changes by the amount that the point was moved
up or down.
For example, in Figure 13.3 Point A is moved 4 units upwards to the position marked by G.
The new x co-ordinate of point A is the same (x=1), but the new y co-ordinate is shifted in
the positive y direction 4 units and becomes y=-2+4=2. The new co-ordinates of point A are
therefore G(1;2). Similarly, for point B that is moved downwards by 5 units, the x co-ordinate
is the same (x = −2,5), but the y co-ordinate is shifted in the negative y-direction by 5 units.
The new y co-ordinate is therefore y=2,5 -5=-2,5.
Important: If a point is shifted upwards, the new y co-ordinate is given by adding the shift
to the old y co-ordinate. If a point is shifted downwards, the new y co-ordinate is given by
subtracting the shift from the old y co-ordinate.
3
B (-2.5;2.5)
2 G
4 units
5 units
−2 −1 1 2
−1
−2 A (1;-2)
H
−3
Figure 13.3: Point A is moved 4 units upwards to the position marked by G. Point B is 5 units
downwards to the position marked by H.
A B C D E F G
2
−3 −2 −1 1 2 3
What do you notice about the x co-ordinates? What do you notice about the y
co-ordinates?
What would happen to the co-ordinates of point A, if it was moved to the position
of point G?
When a point is moved horizontally left or right on the Cartesian plane, the y co-ordinate of the
point remains the same, but the x co-ordinate changes by the amount that the point was moved
left or right.
For example, in Figure 13.4 Point A is moved 4 units right to the position marked by G. The
new y co-ordinate of point A is the same (y=1), but the new x co-ordinate is shifted in the
positive x direction 4 units and becomes x=-2+4=2. The new co-ordinate of point A at G is
therefore (2;1). Similarly, for point B that is moved left by 5 units, the y co-ordinate is the same
(y = −2,5), but the x co-ordinate is shifted in the negative x-direction by 5 units. The new
x co-ordinate is therefore x=2,5 -5=-2,5. The new co-ordinates of point B at H is therefore
(-2,5;1).
178
CHAPTER 13. GEOMETRY - GRADE 10 13.5
2
A (-2;1) 4 units G
1
−3 −2 −1 1 2 3
−1
−2 B (2.5;-2.5)
H 5 units
Figure 13.4: Point A is moved 4 units to the right to the position marked by G. Point B is 5
units to the left to the position marked by H.
Important: If a point is shifted to the right, the new x co-ordinate is given by adding the
shift to the old x co-ordinate. If a point is shifted to the left, the new x co-ordinate is given
by subtracting the shift from the old x co-ordinate.
When you stand in front of a mirror your reflection is located the same distance (d) behind the
mirror as you are standing in front of the mirror.
d d
We can apply the same idea to a point that is reflected on the x-axis, the y-axis and the line
y = x.
If a point is reflected on the x-axis, then the reflection must be the same distance below the
x-axis as the point is above the x-axis and vice-versa.
Important: When a point is reflected about the x-axis, only the y co-ordinate of the point
changes.
179
13.5 CHAPTER 13. GEOMETRY - GRADE 10
A (-1;2) 2
1 B’ (2;1)
−3 −2 −1 1 2 3
−1 B (2;-1)
A’ (-1;-2) −2
Figure 13.5: Points A and B are reflected on the x-axis. The original points are shown with •
and the reflected points are shown with ◦.
If a point is reflected on the y-axis, then the reflection must be the same distance to the left of
the y-axis as the point is to the right of the y-axis and vice-versa.
Important: When a point is reflected on the y-axis, only the x co-ordinate of the point
changes. The y co-ordinate remains unchanged.
B (-1;2) B’ (1;2)
2
−3 −2 −1 1 2 3
−1
A’ (-2;-1) A (2;-1)
−2
Figure 13.6: Points A and B are reflected on the y-axis. The original points are shown with •
and the reflected points are shown with ◦.
We are given the point Q with co-ordinates (15;5) and need to find the co-ordinates
of the point if it is reflected on the y-axis.
Step 2 : Determine how to approach the problem
The point Q is to the right of the y-axis, therefore its reflection will be the same
distance to the left of the y-axis as the point Q is to the right of the y-axis. Therefore,
x=-15.
For a reflection on the y-axis, the y co-ordinate remains unchanged. Therefore, y=5.
Step 3 : Write the final answer
The co-ordinates of the reflected point are (-15;5).
The final type of reflection you will learn about is the reflection of a point on the line y = x.
3
A’ (1;2)
2
1
C (-1;1) A (2;1)
−3 −2 −1 1 2 3
B’ (-2;-1 21 ) −1
−2
B (-1 12 ;-2)
−3
D (2;-3)
Point Reflection
A (2;1) (1;2)
B (-1 21 ;-2) (-2;-1 21 )
C (-1;1)
D (2;-3)
What can you deduce about the co-ordinates of points that are reflected about
the line y = x?
The x and y co-ordinates of points that are reflected on the line y = x are swapped around, or
interchanged. This means that the x co-ordinate of the original point becomes the y co-ordinate
of the reflected point and the y co-ordinate of the original point becomes the x co-ordinate of
the reflected point.
3
A’ (1;3)
2
1
A (3;1)
−3 −2 −1 1 2 3
−1
B (-2;-1)
−2
B’ (-1;-2)
−3
Figure 13.7: Points A and B are reflected on the line y = x. The original points are shown with
• and the reflected points are shown with ◦.
Important: The x and y co-ordinates of points that are reflected on the line y = x are
interchanged.
Rules of Translation
A quick way to write a translation is to use a ’rule of translation’. For example (x; y) →
(x + a; y + b) means translate point (x;y) by moving a units horizontally and b units vertically.
So if we translate (1;2) by the rule (x; y) → (x + 3; y − 1) it becomes (4;1). We have moved 3
units right and 1 unit down.
Translating a Region
To translate a region, we translate each point in the region.
Example
Region A has been translated to region B by the rule: (x; y) → (x + 4; y + 2)
(1;3) (2;3)
(1;2) (2;2)
(-3;1) (-2;1)
AA
(-3;0) (-2;0)
Exercise: Transformations
1. Find the co-ordinates of each of the points ( S - Z) if they are reflected about
the given lines:
a) y-axis (x=0)
183
13.5 CHAPTER 13. GEOMETRY - GRADE 10
b) x-axis (y=0)
c) y=-x
d) y=x
y-axis
6
4 S
Z 3
Y 2
1 T
0 U
x-axis
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
-1
-2 V
-3 W
X -4
-5
-6
2. Write down the rule used for each of the following reflections:
a) Z(7;3), Z’(3;7)
b) Y(-1;-8), Y’(1;-8)
c) X(5;9), X’(-5;9)
d) W(4;6), W’(4;6)
e) V( −3 5 5 −3
7 ; 3 ), V’( 3 ; 7 )
3. a) Reflect the given points using the rules that are given.
b) Identify the line of reflection in each case (some may not exist):
(i) H(-4;3); (x;y)→ (-x;y)
(ii) H(-4;3); (x;y) → (-y;-x)
(iii) H(-4;3); (x;y) → (y;x)
(iv) H(-4;3); (x;y) → (-x;-y)
(v) H(-4;3); (x;y) → (x;-y)
6
1
(5;1)
0
4. 0 1 2 3 4 5 6
Using squared paper, copy the diagram given. Let -10≤x≤10, -10≤y≤10.
184
CHAPTER 13. GEOMETRY - GRADE 10 13.6
185
13.6 CHAPTER 13. GEOMETRY - GRADE 10
G’ 4
3 F’
D’ E’
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
-1
-2
G -3
-4 F
-5
D E
a) -6
F’ 5
F
E’ E
4
D
D’
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
-1
G’ -2
G
b) -3
2. Using the rules given, identify the type of transformation and draw the image of the shapes.
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
a) (x;y)→(x+3;y-3) -1
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
b) (x;y)→(x-4;y) -1
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
-1
-2
-3
-4
-5
c) (x;y)→(y;x) -6
186
CHAPTER 13. GEOMETRY - GRADE 10 13.6
0
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
-1
-2
-3
-4
-5
d) (x;y)→(-x;-y) -6
187
13.6 CHAPTER 13. GEOMETRY - GRADE 10
188
Chapter 14
Trigonometry - Grade 10
14.1 Introduction
In geometry we learn about how the sides of polygons relate to the angles in the polygons,
but we have not learned how to calculate an angle if we only know the lengths of the sides.
Trigonometry (pronounced: trig-oh-nom-eh-tree) deals with the relationship between the angles
and the sides of a right-angled triangle. We will learn about trigonometric functions, which form
the basis of trigonometry.
teresting You should be familiar with the idea of measuring angles from geometry but
Interesting
Fact
Fact have you ever stopped to think why there are 360 degrees in a circle? The
reason is purely historical. There are 360 degrees in a circle because the ancient
189
14.2 CHAPTER 14. TRIGONOMETRY - GRADE 10
Babylonians had a number system with base 60. A base is the number you count
up to before you get an extra digit. The number system that we use everyday is
called the decimal system (the base is 10), but computers use the binary system
(the base is 2). 360 = 6 × 60 so for them it made sense to have 360 degrees in a
circle.
△ABC ∼ △DEF
F
B
E
A D
Then, it is possible to deduce proportionalities between corresponding sides of the two triangles,
such as the following:
AB BC= DE
EF
AB AC= DE
DF
190
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.4
AC BC= DF
EF
AB DE= BC = AC The most important fact about similar triangles ABC and DEF is that the
EF DF
angle at vertex A is equal to the angle at vertex D, the angle at B is equal to the angle at E,
and the angle at C is equal to the angle at F.
∠A = ∠D
∠B = ∠E
∠C = ∠F
A 30
30
30
60 60 60
C B C′ B ′ C ′′ B ′′
Dividing lengths of sides (Ratios)
AB AB CB
BC = AC = AC =
A′ B ′ AB′ ′
C ′B′
′C′ =
B′′ A′ C ′ = A′ C ′ =
A B ′′ A′′ B ′′ C ′′ B ′′
B ′′ C ′′ = A′′ C ′′ = A′′ C ′′ =
What observations can you make about the ratios of the sides?
These equal ratios are used to define the trigonometric functions.
Note: In algebra, we often use the letter x for our unknown variable (although
we can use any other letter too, such as a, b, k, etc). In trigonometry, we often use
the Greek symbol θ for an unknown angle (we also use α , β , γ etc).
The basis of trigonometry are the trigonometric functions. There are three basic trigonometric
functions:
1. sine
191
14.4 CHAPTER 14. TRIGONOMETRY - GRADE 10
2. cosine
3. tangent
1. sin
2. cos
3. tan
B
hy
po
opposite
te n
us
e
θ
A C
adjacent
In the right-angled triangle, we refer to the lengths of the three sides according to how they are
placed in relation to the angle θ. The side opposite to θ is labelled opposite, the side next to θ
is labelled adjacent and the side opposite the right-angle is labelled the hypotenuse.
We define:
opposite
sin θ =
hypotenuse
adjacent
cos θ =
hypotenuse
opposite
tan θ =
adjacent
These functions relate the lengths of the sides of a triangle to its interior angles.
One way of remembering the definitions is to use the following mnemonic that is perhaps easier
to remember:
Opposite
Silly Old Hens Sin = Hypotenuse
Adjacent
Cackle And Howl Cos = Hypotenuse
Opposite
Till Old Age Tan = Adjacent
Important: The definitions of opposite, adjacent and hypotenuse only make sense when
you are working with right-angled triangles! Always check to make sure your triangle has
a right-angle before you use them, otherwise you will get the wrong answer. We will find
ways of using our knowledge of right-angled triangles to deal with the trigonometry of non
right-angled triangles in Grade 11.
1. In each of the following triangles, state whether a, b and c are the hypotenuse,
opposite or adjacent sides of the triangle.
c
a a
c b
a θ
θ b θ
b c
θ c
b a c
θ
c
a
θ b
b
a
2. Complete each of the following, the first has been done for you
A
opposite CB
a) sin  = = d) sin Ĉ =
hypotenuse AC
b) cos  = e) cos Ĉ =
c) tan  = f) tan Ĉ =
C B
3. Complete each of the following:
45o
30o √
2
2 sin 60 = 1 sin 45 =
√
2 cos 30 = cos 45 =
tan 60 = 45o
tan 45 =
60o
1
For most angles θ, it is very difficult to calculate the values of sin θ, cos θ and tan θ. One usually
needs to use a calculator to do so. However, we saw in the above Activity that we could work
these values out for some special angles. Some of these angles are listed in the table below,
along with the values of the trigonometric functions at these angles.
0◦ 30
√
◦
45◦ 60◦ 90◦ 180◦
3 √1 1
cos θ 1 2 0 −1
2 √2
1 √1 3
sin θ 0 2 1 0
2 √2
tan θ 0 √1 1 3 − 0
3
These values are useful when asked to solve a problem involving trig functions without using a
calculator.
100m
x
50◦
Answer
Step 1 : Identify the trig identity that you need
In this case you have an angle (50◦ ), the opposite side and the hypotenuse.
So you should use sin
x
sin 50◦ =
100
Step 2 : Rearrange the question to solve for x
⇒ x = 76.6m
50m
θ
100m
Answer
Step 1 : Identify the trig identity that you need
In this case you have the opposite side and the hypotenuse to the angle θ.
So you should use tan
50
tan θ =
100
Step 2 : Calculate the fraction as a decimal number
⇒ tan θ = 0.5
Step 3 : Use your calculator to find the angle
Since you are finding the angle,
use tan−1 on your calculator
Don’t forget to set your calculator to ‘deg’ mode!
⇒ θ = 26.6◦
194
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.5
a) b)
a 37◦
b
62
23◦
21
c) d)
49◦
c 33
19 d
55◦
e) f)
12
e
31
22◦
17◦ f
g) h)
30◦
32
20 h
23◦
g
One simple task is to find the height of a building by using trigonometry. We could just use a
tape measure lowered from the roof but this is impractical (and dangerous) for tall buildings. It
is much more sensible to measure a distance along the ground and use trigonometry to find the
height of the building.
Figure 14.1 shows a building whose height we do not know. We have walked 100 m away from
the building and measured the angle up to the top. This angle is found to be 38,7◦ . We call
195
14.5 CHAPTER 14. TRIGONOMETRY - GRADE 10
38.7◦
100m
this angle the angle of elevation. As you can see from Figure 14.1, we now have a right-angled
triangle. As we know the length of one side and an angle, we can calculate the height of the
triangle, which is the height of the building we are trying to find.
If we examine the figure, we see that we have the opposite and the adjacent of the angle of
elevation and we can write:
opposite
tan 38,7◦ =
adjacent
height
=
100 m
⇒ height = 100 m × tan 38,7◦
= 80 m
B 62◦
D
34◦
A
C
100m
Answer
Step 1 : Identify a strategy
To find the height of the tower, all we have to do is find the length of CD and DE.
We see that △ACD and △AED are both right-angled. For each of the triangles,
we have an angle and we have the length AD. Thus we can calculate the sides of
the triangles.
Step 2 : Calculate CD
196
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.5
CD
tan(C ÂD) =
AD
=⇒ CD = AD × tan(C ÂD)
= 100 × tan 34◦
Use your calculator to find that tan 34◦ = 0,6745. Using this, we find that CD =
67,45m
Step 3 : Calculate DE
DE
tan(DÂE) =
AD
=⇒ DE = AD × tan(DÂE)
= 100 × tan 62◦
= 188,07 m
Question: A ship approaching Cape Town Harbour reaches point A on the map,
due South of Pretoria and due East of Cape Town. If the distance from Cape Town
to Pretoria is 1000km, use trigonometry to find out how far East the ship is to Cape
Town, and hence find the scale of the map.
Pretoria
Cape Town
A
197
14.5 CHAPTER 14. TRIGONOMETRY - GRADE 10
Answer
Step 1 : Identify what happens in the question
We already know the distance between Cape Town and A in blocks from the given
map (it is 5 blocks). Thus if we work out how many kilometers this same distance
is, we can calculate how many kilometers each block represents, and thus we have
the scale of the map.
Step 2 : Identify given information
Let us denote Cape Town with C and Pretoria with P . We can see that triangle AP C
is a right-angled triangle. Furthermore, we see that the distance AC and distance
AP are both 5 blocks. Thus it is an isoceles triangle, and so AĈP = AP̂ C = 45◦ .
Step 3 : Carry out the calculation
CA = CP × cos(AĈP )
= 1000 × cos(45◦ )
1000
= √
2
km
Question: Mr Nkosi has a garage at his house, and he decides that he wants to
add a corrugated iron roof to the side of the garage. The garage is 4m high, and
his sheet for the roof is 5m long. If he wants the roof to be at an angle of 5◦ , how
high must he build the wall BD, which is holding up the roof? Give the answer to
2 decimal places.
C 5m
Roof
5◦ B
A
4m
Garage
Wall
D
Answer
Step 1 : Set out strategy
We see that the triangle ABC is a right-angled triangle. As we have one side and
an angle of this triangle, we can calculate AC. The height of the wall is then the
height of the garage minus AC.
Step 2 : Execute strategy
If BC=5m, and angle AB̂C = 5◦ , then
AC = BC × sin(AB̂C)
= 5 × sin 5◦
= 5 × 0,0871
= 0.4358 m
198
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.6
0
30 60 90 120 150 180 210 240 270 300 330 360
−1
As you can see, the function sin θ has a value of 0 at θ = 0◦ . Its value then smoothly increases
until θ = 90◦ when its value is 1. We then know that it later decreases to 0 when θ = 180◦ .
Putting all this together we can start to picture the full extent of the sine graph. The sine graph
is shown in Figure 14.2. Notice the wave shape, with each wave having a length of 360◦. We
say the graph has a period of 360◦ . The height of the wave above (or below) the x-axis is called
the waves’ amplitude. Thus the maximum amplitude of the sine-wave is 1, and its minimum
amplitude is -1.
199
14.6 CHAPTER 14. TRIGONOMETRY - GRADE 10
In the equation, y = a sin(x) + q, a and q are constants and have different effects on the graph
of the function. The general shape of the graph of functions of this form is shown in Figure 14.3
for the function f (θ) = 2 sin θ + 3.
You should have found that the value of a affects the height of the peaks of the graph. As the
magnitude of a increases, the peaks get higher. As it decreases, the peaks get lower.
q is called the vertical shift. If q = 2, then the whole sine graph shifts up 2 units. If q = −1,
the whole sine graph shifts down 1 unit.
These different properties are summarised in Table 14.1.
Table 14.1: Table summarising general shapes and positions of graphs of functions of the form
y = a sin(x) + q.
a>0 a<0
q>0
q<0
For f (θ) = a sin(θ) + q, the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
The range of f (θ) = a sin θ + q depends on whether the value for a is positive or negative. We
will consider these two cases separately.
If a > 0 we have:
-1 ≤ sin θ ≤ 1
-a+q ≤ a sin θ + q ≤ a + q
-a+q ≤ f (θ) ≤ a + qThis tells us that for all values of θ, f (θ) is always between −a + q and
a + q. Therefore if a > 0, the range of f (θ) = a sin θ + q is {f (θ) : f (θ) ∈ [−a + q,a + q]}.
Similarly, it can be shown that if a < 0, the range of f (θ) = a sin θ + q is {f (θ) : f (θ) ∈
[a + q, − a + q]}. This is left as an exercise.
Important: The easiest way to find the range is simply to look for the ”bottom” and the
”top” of the graph.
201
14.6 CHAPTER 14. TRIGONOMETRY - GRADE 10
Intercepts
yint = f (0◦ )
= a sin(0◦ ) + q
= a(0) + q
= q
0
30 60 90 120 150 180 210 240 270 300 330 360
−1
If you look carefully, you will notice that the cosine of an angle θ is the same as the sine of the
angle 90◦ − θ. Take for example,
1
cos 60◦ = = sin 30◦ = sin (90◦ − 60◦ )
2
This tells us that in order to create the cosine graph, all we need to do is to shift the sine graph
90◦ to the left. The graph of cos θ is shown in figure 14.6. As the cosine graph is simply a
shifted sine graph, it will have the same period and amplitude as the sine graph.
In the equation, y = a cos(x) + q, a and q are constants and have different effects on the graph
of the function. The general shape of the graph of functions of this form is shown in Figure 14.5
for the function f (θ) = 2 cos θ + 3.
You should have found that the value of a affects the amplitude of the cosine graph in the same
way it did for the sine graph.
You should have also found that the value of q shifts the cosine graph in the same way as it did
the sine graph.
These different properties are summarised in Table 14.2.
203
14.6 CHAPTER 14. TRIGONOMETRY - GRADE 10
Table 14.2: Table summarising general shapes and positions of graphs of functions of the form
y = a cos(x) + q.
a>0 a<0
q>0
q<0
For f (θ) = a cos(θ) + q, the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
It is easy to see that the range of f (θ) will be the same as the range of a sin(θ) + q. This is
because the maximum and minimum values of a cos(θ) + q will be the same as the maximum
and minimum values of a sin(θ) + q.
Intercepts
The y-intercept of f (θ) = a cos(x) + q is calculated in the same way as for sine.
yint = f (0◦ )
= a cos(0◦ ) + q
= a(1) + q
= a+q
90◦ shift
1
Figure 14.6: The graph of cos θ (solid-line) and the sine graph (dashed-line).
0
30 60 90 120 150 180 210 240 270 300 330 360
−1
Now that we have graphs for sin θ and cos θ, there is an easy way to visualise the tangent graph.
Let us look back at our definitions of sin θ and cos θ for a right angled triangle.
opposite
sin θ hypotenuse opposite
= adjacent
= = tan θ
cos θ hypotenuse
adjacent
This is the first of an important set of equations called trigonometric identities. An identity is
an equation, which holds true for any value, which is put into it. In this case we have shown
that
sin θ
tan θ =
cos θ
for any value of θ.
So we know that for values of θ for which sin θ = 0, we must also have tan θ = 0. Also, if
cos θ = 0 our value of tan θ is undefined as we cannot divide by 0. The graph is shown in Figure
14.7. The dashed vertical lines are at the values of θ where tan θ is not defined.
−4
205
14.6 CHAPTER 14. TRIGONOMETRY - GRADE 10
10
−5
−10
You should have found that the value of a affects the steepness of each of the branches. You
should have also found that the value of q affects the vertical shift as for sin θ and cos θ. These
different properties are summarised in Table 14.3.
Table 14.3: Table summarising general shapes and positions of graphs of functions of the form
y = a tan(x) + q.
a>0 a<0
q>0
q<0
206
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.6
The domain of f (θ) = a tan(θ) + q is all the values of θ such that cos θ is not equal to 0. We
sin θ
have already seen that when cos θ = 0, tan θ = cos θ is undefined, as we have division by zero.
◦ ◦
We know that cos θ = 0 for all θ = 90 + 180 n, where n is an integer. So the domain of
f (θ) = a tan(θ) + q is all values of θ, except the values θ = 90◦ + 180◦ n.
The range of f (θ) = a tan θ + q is {f (θ) : f (θ) ∈ (−∞,∞)}.
Intercepts
The y-intercept, yint , of f (θ) = a tan(x) + q is again simply the value of f (θ) at θ = 0◦ .
yint = f (0◦ )
= a tan(0◦ ) + q
= a(0) + q
= q
Asymptotes
As θ approaches 90◦ , tan θ approaches infinity. But as θ is undefined at 90◦ , θ can only approach
90◦ , but never equal it. Thus the tan θ curve gets closer and closer to the line θ = 90◦ , without
ever touching it. Thus the line θ = 90◦ is an asymptote of tan θ. tan θ also has asymptotes at
θ = 90◦ + 180◦ n, where n is an integer.
y
2
a)
x 10
180 360 c)
−2 5
y −90 90
2 −5
b)
0 −10
x
90 180 270 360
−2
207
14.7 CHAPTER 14. TRIGONOMETRY - GRADE 10
a 25◦
d g
30◦
16 cm 80◦
f
41◦
D C B
17
15◦
35◦
D C B
7. A(5; 0) and B(11; 4). Find the angle between the line through A and B and the x-axis.
8. C(0; −13) and D(−12; 14). Find the angle between the line through C and D and the
y-axis.
9. E(5; 0), F (6; 2) and G(8; −2). Find the angle F ÊG.
10. A 5 m ladder is placed 2 m from the wall. What is the angle the ladder makes with the wall?
208
CHAPTER 14. TRIGONOMETRY - GRADE 10 14.7
11. An isosceles triangle has sides 9 cm, 9 cm and 2 cm. Find the size of the smallest angle of
the triangle.
12. A right-angled triangle has hypotenuse 13 mm Find the length of the other two sides if
one of the angles of the triangle is 50◦ .
13. One of the angles of a rhombus (rhombus - A four-sided polygon, each of whose sides is
of equal length.) with perimeter 20 cm is 30◦ .
A Find the sides of the rhombus.
B If the boat moves another 7 m towards the lighthouse, what is the new angle of ele-
vation of the boat to the nearest integer?
15. (Tricky) A triangle with angles 40◦ , 40◦ and 100◦ has a perimeter of 20 cm. Find the
length of each side of the triangle.
209
14.7 CHAPTER 14. TRIGONOMETRY - GRADE 10
210
Chapter 15
Statistics - Grade 10
15.1 Introduction
Information in the form of numbers, graphs and tables is all around us; on television, on the
radio or in the newspaper. We are exposed to crime rates, sports results, rainfall, government
spending, rate of HIV/AIDS infection, population growth and economic growth.
This chapter demonstrates how Mathematics can be used to manipulate data, to represent or
misrepresent trends and patterns and to provide solutions that are directly applicable to the world
around us.
Skills relating to the collection, organisation, display, analysis and interpretation of information
that were introduced in earlier grades are developed further.
Data
Definition: Data
Data refers to the pieces of information that have been observed and recorded, from an
experiment or a survey. There are two types of data: primary and secondary. The word
”data” is the plural of the word ”datum”, and therefore one should say, ”the data are” and
not ”the data is”.
Data can be classified as primary or secondary, and primary data can be classified as qualitative
or quantitative. Figure 15.1 summarises the classifications of data.
Primary data describes the original data that have been collected. This type of data is also
known as raw data. Often the primary data set is very large and is therefore summarised
or processed to extract meaningful information.
data
primary secondary
qualitative quantitative
Data is collected to provide answers that help with understanding a particular situation. For
example:
• The local government might want to know how many residents have electricity and might
ask the question: ”Does your home have a safe, independent supply of electricity?”
• A supermarket manager might ask the question: “What flavours of soft drink should be
stocked in my supermarket?” The question asked of customers might be “What is your
favourite soft drink?” Based on the customers’ responses, the manager can make an
informed decision as to what soft drinks to stock.
• A company manufacturing medicines might ask “How effective is our pill at relieving a
headache?” The question asked of people using the pill for a headache might be: “Does
taking the pill relieve your headache?” Based on responses, the company learns how
effective their product is.
• A motor car company might want to improve their customer service, and might ask their
customers: “How can we improve our customer service?”
• A cell phone manufacturing company might collect data about how often people buy new
cell phones and what factors affect their choice, so that the cell phone company can focus
on those features that would make their product more attractive to buyers.
• A town councillor might want to know how many accidents have occurred at a particular
intersection, to decide whether a robot should be installed. The councillor would visit the
local police station to research their records to collect the appropriate data.
However, it is important to note that different questions reveal different features of a situation,
and that this affects the ability to understand the situation. For example, if the first question in
the list was re-phrased to be: ”Does your home have electricity?” then if you answered yes, but
you were getting your electricity from a neighbour, then this would give the wrong impression
that you did not need an independent supply of electricity.
The most important aspect of each method of data collecting is to clearly formulate the question
that is to be answered. The details of the data collection should therefore be structured to take
your question into account.
For example, questionnaires, interviews or surveys would be most appropriate for the list of
questions in Section 15.2.1.
212
CHAPTER 15. STATISTICS - GRADE 10 15.3
Before the data collecting starts, an important point to decide upon, is how much data is needed
to make sure that the results give an accurate reflection to the answers that are required for the
study. Ideally, the study should be designed to maximise the amount of information collected
while minimising the effort. The concepts of populations and samples is vital to minimising
effort.
The following terms should be familiar:
Population describes the entire group under consideration in a study. For example, if you
wanted to know how many learners in your school got the flu each winter, then your
population would be all the learners in your school.
Sample describes a group chosen to represent the population under consideration in a study.
For example, for the survey on winter flu, you might select a sample of learners, maybe
one from each class.
Random sample describes a sample chosen from a population in such a way that each member
of the population has an equal chance of being chosen.
Choosing a representative sample is crucial to obtaining results that are unbiased. For example,
if we wanted to determine whether peer pressure affects the decision to start smoking, then the
results would be different if only boys were interviewed, compared to if only girls were interviewed,
compared to both boys and girls being interviewed.
Therefore questions like: ”How many interviews are needed?” and ”How do I select the subjects
for the interviews?” must be asked during the design stage of the interview process.
The most accurate results are obtained if the entire population is sampled for the survey, but
this is expensive and time-consuming. The next best method is to randomly select a sample of
subjects for the interviews. This means that whatever the method used to select subjects for the
interviews, each subject has an equal chance of being selected. There are various methods of
doing this but all start with a complete list of each member of the population. Then names can
be picked out of a hat or can be selected by using a random number generator. Most modern
scientific calculators have a random number generator or you can find one on a spreadsheet
program on a computer.
If the subjects for the interviews, are randomly selected then it does not matter too much how
many interviews are conducted. So, if you had a total population of 1 000 learners in your school
and you randomly selected 100, then that would be the sample that is used to conduct your
survey.
A fair coin was tossed 100 times and the values on the top face were recorded.
A fair die was cast 100 times and the values on the top face were recorded. The data are recorded
in Table 15.3.2.
213
15.3 CHAPTER 15. STATISTICS - GRADE 10
H T T H H T H H H H
H H H H T H H T T T
T T H T T H T H T H
H H T T H T T H T T
T H H H T T H T T H
H T T T T H T T H H
T T H T T H T T H T
H T T H T T T T H T
T H T T H H H T H T
T T T H H T T T H T
Table 15.1: Results of 100 tosses of a fair coin. H means that the coin landed heads-up and T
means that the coin landed tails-up.
3 5 3 6 2 6 6 5 5 6 6 4 2 1 5 3 2 4 5 4
1 4 3 2 6 6 4 6 2 6 5 1 5 1 2 4 4 2 4 4
4 2 6 4 5 4 3 5 5 4 6 1 1 4 6 6 4 5 3 5
2 6 3 2 4 5 3 2 2 6 3 4 3 2 6 4 5 2 1 5
5 4 1 3 1 3 5 1 3 6 5 3 4 3 4 5 1 2 1 2
1 3 2 3 6 3 1 6 3 6 6 1 4 5 2 2 6 3 5 3
1 1 6 4 5 1 6 5 3 2 6 2 3 2 5 6 3 5 5 6
2 6 6 3 5 4 1 4 5 1 4 1 3 4 3 6 2 4 3 6
6 1 1 2 4 5 2 5 3 4 3 4 5 3 3 3 1 1 4 3
5 2 1 4 2 5 2 2 1 5 4 5 1 5 3 2 2 5 1 1
Table 15.3: Masses (in g) of 10 different loaves of bread, from the same manufacturer, measured
at the same store over a period of 1 week.
Table 15.4: Global temperature changes over the past x years. Is there a warming of the planet?
The price of petrol in South Africa from August 1998 to July 2000 is shown in Table 15.5.
One of the first steps to processing a large set of raw data is to arrange the data values together
into a smaller number of groups, and then count how many of each data value there are in each
group. The groups are usually based on some sort of interval of data values, so data values that
fall into a specific interval, would be grouped together. The grouped data is often presented
graphically or in a frequency table. (Frequency means “how many times”)
215
15.4 CHAPTER 15. STATISTICS - GRADE 10
Question: Group the elements of Data Set 1 to determine how many times the coin
landed heads-up and how many times the coin landed tails-up.
Answer
Step 1 : Identify the groups
There are two unique data values: H and T. Therefore there are two groups, one for
the H-data values and one for the T-data values.
Step 2 : Count how many data values fall into each group.
Step 3 : Check that the total of the frequency column is equal to the total
number of data values.
There are 100 data values and the total of the frequency column is 44+56=100.
142 163 169 132 139 140 152 168 139 150
161 132 162 172 146 152 150 132 157 133
141 170 156 155 169 138 142 160 164 168
216
CHAPTER 15. STATISTICS - GRADE 10 15.5
2. An experiment was conducted in class and 50 learners were asked to guess the number of
sweets in a jar. The following guesses were recorded.
56 49 40 11 33 33 37 29 30 59
21 16 38 44 38 52 22 24 30 34
42 15 48 33 51 44 33 17 19 44
47 23 27 47 13 25 53 57 28 23
36 35 40 23 45 39 32 58 22 40
A Draw up a grouped frequency table using intervals 11-20, 21-30, 31-40, etc.
A bar chart is used to present data where each observation falls into a specific category and where
the categories are unrelated. The frequencies (or percentages) are listed along the y-axis and
the categories are listed along the x-axis. The heights of the bars correspond to the frequencies.
The bars are of equal width and should not touch neighbouring bars.
A compound bar chart (also called component bar chart) is a variant: here the bars are cut
into various components depending on what is being shown. If percentages are used for various
components of a compound bar, then the total bar height must be 100%. The compound bar
chart is a little more complex but if this method is used sensibly, a lot of information can be
quickly shown in an attractive fashion.
Examples of a bar and a compound bar graph, for Data Set 1 Table 15.1, are shown in Figure 15.2.
According to the frequency table for Data Set 1, the coin landed heads-up 44 times and tails-up
56 times.
It is often useful to look at the frequency with which certain values fall in pre-set groups or
classes of specified sizes. The choice of the groups should be such that they help highlight
features in the data. If these grouped values are plotted in a manner similar to a bar graph, then
the resulting graph is known as a histogram. Examples of histograms are shown in Figure 15.3
for Data Set 2, with group sizes of 1 and 2.
Table 15.6: Frequency table for Data Set 2, with a group size of 1.
The same data used to plot a histogram are used to plot a frequency polygon, except the pair of
data values are plotted as a point and the points are joined with straight lines. The frequency
polygons for the histograms in Figure 15.3 are shown in Figure 15.4.
217
15.5 CHAPTER 15. STATISTICS - GRADE 10
100 100
Heads
Relative Frequency (%)
80 80
70 70
60 60
50 50
40 40
Tails
30 30
20 20
10 10
0 0
Heads Tails
Bar Graph Compound Bar Graph
Figure 15.2: Examples of a bar graph (left) and compound bar graph (right) for Data Set 1.
The compound bar graph extends from 0% to 100%.
Table 15.7: Frequency table for Data Set 2, with a group size of 2.
60 60
50 50
Frequency
Frequency
40 40
30 30
20 20
10 10
0 0
0 1 2 3 4 5 6 0 2 4 6
Histogram - group size=1 Histogram - group size=2
Figure 15.3: Examples of histograms for Data Set 2, with a group size = 1 (left) and a group
size = 2 (right). The scales on the y-axis for each graph are the same, and the values in the
graph on the right are higher than the values of the graph on the left.
60 60
50 50
Frequency
Frequency
40 40
30 30
20 20
10 10
0 0
0 1 2 3 4 5 6 0 2 4 6
Histogram - group size=1 Histogram - group size=2
Figure 15.4: Examples of histograms for Data Set 2, with a group size = 1 (left) and a group
size = 2 (right). The scales on the y-axis for each graph are the same, and the values in the
graph on the right are higher than the values of the graph on the left.
Unlike histograms, many frequency polygons can be plotted together to compare several fre-
218
CHAPTER 15. STATISTICS - GRADE 10 15.5
quency distributions, provided that the data has been grouped in the same way.
Heads
Tails
Figure 15.5: Example of a pie chart for Data Set 1. Pie charts show what contribution each
group makes to the total data set.
Question: Draw a pie chart for Data Set 2, showing the relative proportions of each
data value to the total.
Answer
Step 1 : Determine the frequency table for Data Set 2.
Total
Data Value 1 2 3 4 5 6 –
Frequency 30 32 35 34 37 32 200
Step 2 : Calculate the angular size of the wedge for each data value
Data Value Angular Size of Wedge
Frequency 30
1 × 360◦ = 200 × 360 = 54◦
Total
Frequency 32
2 × 360◦ = 200 × 360 = 57,6◦
Total
Frequency ◦ 35 ◦
3 Total × 360 = 200 × 360 = 63
Frequency 34
4 × 360◦ = 200 × 360 = 61,2◦
Total
Frequency 37
5 × 360◦ = 200 × 360 = 66,6◦
Total
Frequency 32
6 × 360◦ = 200 × 360 = 57,6◦
Total
219
15.5 CHAPTER 15. STATISTICS - GRADE 10
Step 3 : Draw the pie, with the size of each wedge as calculated above.
2
3 1
4 6
5
Note that the total angular size of the wedges may not add up to exactly 360◦ because of
rounding.
All graphs that have been studied until this point (bar, compound bar, histogram, frequency
polygon and pie) are drawn from grouped data. The graphs that will be studied in this section
are drawn from the ungrouped or raw data.
Line and broken line graphs are plots of a dependent variable as a function of an independent
variable, e.g. the average global temperature as a function of time, or the average rainfall in a
country as a function of season.
Usually a line graph is plotted after a table has been provided showing the relationship between
the two variables in the form of pairs. Just as in (x,y) graphs, each of the pairs results in a
specific point on the graph, and being a LINE graph these points are connected to one another
by a LINE.
Many other line graphs exist; they all CONNECT the points by LINES, not necessarily straight
lines. Sometimes polynomials, for example, are used to describe approximately the basic rela-
tionship between the given pairs of variables, and between these points.
Petrol Price (R/l)
0
June 1999
June 2000
October 1998
December 1998
February 1999
April 1999
October 1999
December 1999
February 2000
April 2000
August 1998
August 1999
Question: Clawde the cat is overweight and her owners have decided to put her
on a restricted eating plan. Her mass is measured once a month and is tabulated
220
CHAPTER 15. STATISTICS - GRADE 10 15.5
below. Draw a line graph of the data to determine whether the restricted eating
plan is working.
Answer
Step 1 : Determine what is required
We are required to plot a line graph to determine whether the restricted eating plan
is helping Clawde the cat lose weight. We are given all the information that we need
to plot the graph.
Step 2 : Plot the graph
3
Mass (kg)
0
May
June
September
October
August
March
July
April
Walk 15
Cycle 24
Train 18
Bus 8
Car 35
Total 100
3. Represent the following information on a histogram. Using a coloured pen, draw a fre-
quency polygon on this histogram.
4. The maths marks of a class of 30 learners are given below, represent this information using
a suitable graph.
82 75 66 54 79 78 29 55 68 91
43 48 90 61 45 60 82 63 72 53
51 32 62 42 49 62 81 49 61 60
Mean
The mean, (also known as arithmetic mean), is simply the arithmetic average of a group of
numbers (or data set) and is shown using the bar symbol ¯. So the mean of the variable x is x̄
pronounced ”x-bar”. The mean of a set of values is calculated by adding up all the values in
the set and dividing by the number of items in that set. The mean is calculated from the raw,
ungrouped data.
Definition: Mean
The mean of a data set, x, denoted by x̄, is the average of the data values, and is calculated
as:
sum of all values
x̄ = (15.1)
number of values
10 + 20 + 30 + 40 + 50 = 150
Step 2 : Count the number of data values in the data set
There are 5 values in the data set.
Step 3 : Divide the total by the number of data values.
150 ÷ 5 = 30
Step 4 : Answer
∴ the mean of the data set x = {10,20,30,40,50} is 30.
Median
Definition: Median
The median of a set of data is the data value in the central position, when the data set has
been arranged from highest to lowest or from lowest to highest. There are an equal number
of data values on either side of the median value.
This example has highlighted a potential problem with determining the median. It is very easy
to determine the median of a data set with an odd number of data values, but what happens
when there is an even number of data values in the data set?
When there is an even number of data values, the median is the mean of the two middle points.
An easy way to determine the central position or positions for any ordered data set is to take
the total number of data values, add 1, and then divide by 2. If the number you get is a whole
number, then that is the central position. If the number you get is a fraction, take the two whole
numbers on either side of the fraction, as the positions of the data values that must be averaged
to obtain the median.
Mode
Definition: Mode
The mode is the data value that occurs most often, i.e. it is the most frequent value or
most common value in a set.
Method: Calculating the mode Count how many times each data value occurs. The mode is
the data value that occurs the most.
The mode is calculated from grouped data, or single data items.
A data set can have more than one mode. For example, both 2 and 3 are modes in the set 1, 2,
2, 3, 3. If all points in a data set occur with equal frequency, it is equally accurate to describe
the data set as having many modes or no mode.
The mean, median and mode are measures of central tendency, i.e. they provide information on
the central data values in a set. When describing data it is sometimes useful (and in some cases
necessary) to determine the spread of a distribution. Measures of dispersion provide information
on how the data values in a set are distributed around the mean value. Some measures of
dispersion are range, percentiles and quartiles.
Range
Definition: Range
The range of a data set is the difference between the lowest value and the highest value in
the set.
10 − 1 = 9
Step 3 : Answer
For the data set x = {1, 2, 3, 4, 4, 4, 5, 6, 7, 8, 8, 9,10,10}, the range is 9.
225
15.6 CHAPTER 15. STATISTICS - GRADE 10
Quartiles
Definition: Quartiles
Quartiles are the three data values that divide an ordered data set into four groups containing
equal numbers of data values. The median is the second quartile.
The quartiles of a data set are formed by the two boundaries on either side of the median, which
divide the set into four equal sections. The lowest 25% of the data being found below the first
quartile value, also called the lower quartile. The median, or second quartile divides the set into
two equal sections. The lowest 75% of the data set should be found below the third quartile,
also called the upper quartile. For example:
Data
Items
22 24 48 51 60 72 73 75 80 88 90
↓ ↓ ↓
Lower Median Upper
quartile quartile
(Q1 ) (Q2 ) (Q3 )
12 ÷ 4 = 3
Step 4 : Find the data values corresponding to the quartiles.
1 3 5 ∥ 8 9 12 ∥ 24 25 28 ∥ 30 41 50
Q1 Q2 Q3
The first quartile occurs between data position 3 and 4 and is the average of data
values 5 and 8. The second quartile occurs between positions 6 and 7 and is the
average of data values 12 and 24. The third quartile occurs between positions 9 and
10 and is the average of data values 28 and 30.
Step 5 : Answer
The first quartile = 6,5. (Q1 )
The second quartile = 18. (Q2 )
The third quartile = 29. (Q3 )
226
CHAPTER 15. STATISTICS - GRADE 10 15.6
Inter-quartile Range
Q3 −Q1
The semi-interquartile range is half the interquartile range, i.e. 2
Question: A class of 12 students writes a test and the results are as follows: 20, 39,
40, 43, 43, 46, 53, 58, 63, 70, 75, 91. Find the range, quartiles and the Interquartile
Range.
Answer
Step 1 :
20 39 40 ∥ 43 43 46 ∥ 53 58 63 ∥ 70 75 91
Q1 M Q3
Percentiles
Definition: Percentiles
Percentiles are the 99 data values that divide a data set into 100 groups.
The calculation of percentiles is identical to the calculation of quartiles, except the aim is to
divide the data values into 100 groups instead of the 4 groups required by quartiles.
Method: Calculating the percentiles
3. Divide the number of data values by 100. The result is the number of data values per
group.
4. Determine the data values corresponding to the first, second and third quartiles using the
number of data values per quartile.
Worked Example 71: Mean, Median and Mode for Grouped Data
Question:
Consider the following grouped data and calculate the mean, the modal group and
the median group.
Answer
Step 1 : Calculating the mean
To calculate the mean we need to add up all the masses and divide by 50. We do not
know actual masses, so we approximate by choosing the midpoint of each group.
We then multiply those midpoint numbers by the frequency. Then we add these
numbers together to find the approximate total of the masses. This is show in the
table below.
228
CHAPTER 15. STATISTICS - GRADE 10 15.7
Step 2 : Answer
The mean = 265050 = 53.
The modal group is the group 51 - 53 because it has the highest frequency.
The median group is the group 51 - 53, since the 25th and 26th terms are contained
within this group.
36 - 45 5
46 - 55 11
56 - 65 15
66 - 75 26
76 - 85 19
86 - 95 13
96 - 105 6
2. The following data were collected from a group of learners.
Mass in kilograms Frequency
41 - 45 3
46 - 50 5
51 - 55 8
56 - 60 12
61 - 65 14
66 - 70 9
71 - 75 7
76 - 80 2
For example, the following pairs of graphs show identical information but look very different.
Explain why.
20 20
15 15
10 10
5 5
0 0
J F M A M J J J J M A M F J
Months Months
10 10
8
6 9
4
8
2
0 7
Option 1 Option 2 Option 1 Option 2
2006 2007
2. In a study conducted on a busy highway, data was collected about drivers breaking the
speed limit and the colour of the car they were driving. The data were collected during a
20 minute time interval during the middle of the day, and are presented in a table and pie
chart below.
White
Frequency of
Colour of car
drivers speeding
White 22
Blue 10
Red 8 Red
Blue
230
CHAPTER 15. STATISTICS - GRADE 10 15.7
3. A record label produces a graphic, showing their advantage in sales over their competi-
tors. Identify at least three devices they have used to influence and mislead the readers
impression.
50 million copies
40 million copies
4. In an effort to discredit their competition, a tour bus company prints the graph shown
below. Their claim is that the competitor is losing business. Can you think of a better
explanation?
2400
2000
Number of tourist passengers
1600
1200
800
400
0
O N D J F M A M J
Months of 2006/2007
5. The caption from a newspaper article quoted below, demonstrates a misuse of statistical
concepts. Explain.
“More than 40% of learners in South Africa are below average in mathematics.”
6. To test a theory, 8 different offices were monitored for noise levels and productivity of the
employees in the office. The results are graphed below.
×
Productivity
×
×
×
×
×
Noise Level
231
15.8 CHAPTER 15. STATISTICS - GRADE 10
mode The mode is the data value that occurs most often in a data set.
15.9 Exercises
1. “Using the median size as a reference, you would be able to fit four 1 cent coins and a car
into a match box.” Explain why this statement is true.
3. The tallest 7 trees in a park have heights in metres of 41, 60, 47, 42, 44, 42, and 47. Find
the median of their heights.
4. The students in Bjorn’s class have the following ages: 5, 9, 1, 3, 4, 6, 6, 6, 7, 3. Find the
mode of their ages.
5. The masses (in kg, correct to the nearest 0,1 kg) of thirty people were measured as follows:
45,1 57,9 67,9 57,4 50,7 61,1 63,9 67,5 69,7 71,7
68,0 63,2 58,7 56,9 78,5 59,7 54,4 66,4 51,6 47,7
70,9 54,8 59,1 60,3 60,1 52,6 74,9 72,1 49,5 49,8
A Copy the frequency table below, and complete it.
Mass (in kg) Tally Number of people
45,0 ≤ m < 50,0
50,0 ≤ m < 55,0
55,0 ≤ m < 60,0
60,0 ≤ m < 65,0
65,0 ≤ m < 70,0
70,0 ≤ m < 75,0
75,0 ≤ m < 80,0
B Draw a frequency polygon for this information.
C What can you conclude from looking at the graph?
6. An engineering company has designed two different types of engines for motorbikes. The
two different motorbikes are tested for the time it takes (in seconds) for them to accelerate
from 0 km/h to 60 km/h.
Test Test Test Test Test Test Test Test Test Test Average
1 2 3 4 5 6 7 8 9 10
Bike 1.55 1.00 0.92 0.80 1.49 0.71 1.06 0.68 0.87 1.09
1
Bike 0.9 1.0 1.1 1.0 1.0 0.9 0.9 1.0 0.9 1.1
2
A What kind of average should be used for this information?
B Calculate the average you chose in the previous question for each motorbike.
232
CHAPTER 15. STATISTICS - GRADE 10 15.9
C Which motorbike would you choose based on this information? Take note of accuracy
of the numbers from each set of tests.
D How far will a motorbike travelling at 60 km/h travel in 1 second?
7. The heights of 40 learners are given below.
154 140 145 159 150 132 149 150 138 152
141 132 169 173 139 161 163 156 157 171
168 166 151 152 132 142 170 162 146 152
142 150 161 138 170 131 145 146 147 160
8. In a traffic survey, a random sample of 50 motorists were asked the distance they drove to
work daily. This information is shown in the table below.
Distance in km 1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45
Frequency 4 5 9 10 7 8 3 2 2
9. A company wanted to evaluate the training programme in its factory. They gave the same
task to trained and untrained employees and timed each one in seconds.
A Draw a back-to-back stem and leaf diagram to show the two sets of data.
B Find the medians and quartiles for both sets of data.
C Find the Interquartile Range for both sets of data.
D Comment on the results.
10. A small firm employs nine people. The annual salaries of the employers are:
11. The marks for a particular class test are listed here:
67 58 91 67 58 82 71 51 60 84
31 67 96 64 78 71 87 78 89 38
69 62 60 73 60 87 71 49
234
Chapter 16
Probability - Grade 10
16.1 Introduction
Very little in mathematics is truly self-contained. Many branches of mathematics touch and
interact with one another, and the fields of probability and statistics are no different. A basic
understanding of probability is vital in grasping basic statistics, and probability is largely abstract
without statistics to determine the ”real world” probabilities.
Probability theory is concerned with predicting statistical outcomes. A simple example of a
statistical outcome is observing a head or tail when tossing a coin. Another simple example of a
statistical outcome is obtaining the numbers 1, 2, 3, 4, 5, or 6 when rolling a die. (We say one
die, many dice.)
For a fair coin, heads should occur for 21 of the number of tosses and for a fair die, each number
should occur for 16 of the number of rolls. Therefore, the probability of observing a head on one
toss of a fair coin is 21 and that for obtaining a four on one roll of a fair die is 16 .
In earlier grades, the idea has been introduced that different situations have different probabilities
of occurring and that for many situations there are a finite number of different possible outcomes.
In general, events from daily life can be classified as either:
This chapter builds on earlier work and describes how to calculate the probability associated with
different situations, and describes how probability is used to assign a number describing the level
of chance or the odds associated with aspects of life. The meanings of statements like: ‘The
HIV test is 85% reliable.’ will also be explained.
The set of all possible outcomes in a random experiment plays an important role in probability
theory and is known as the sample space. The letter S is used to indicate the sample space.
235
16.2 CHAPTER 16. PROBABILITY - GRADE 10
Using the terminology of set theory, the elements of S are then the outcomes of the random
experiment. For example, when tossing a coin the sample space S is made up of {heads,tails}.
Question: What outcomes make up the sample space S when rolling a die.
Answer
Step 3 : Determine all the possible outcomes
The possible outcomes when rolling a die are: 1, 2, 3, 4, 5 and 6.
Step 4 : Define the sample space, S
For rolling a die, the sample space is S = {1,2,3,4,5,6}.
A set of outcomes is referred to as an event. For example, when rolling a die the outcomes that
are an even number (i.e. {2,4,6}) would be referred to as an event. It is clear that outcomes
and events are subsets of the sample space, S.
A Venn diagram can be used to show the relationship between the outcomes of a random
experiment, the sample space and events associated with the outcomes. The Venn diagram
in Figure 16.1 shows the difference between the universal set, a sample space and events and
outcomes as subsets of the sample space.
Universal set
Sample space, S
Event B
Event A
Figure 16.1: Diagram to show difference between the universal set and the sample space. The
sample space is made up of all possible outcomes of a statistical experiment and an event is a
subset of the sample space.
Venn diagrams can also be used to indicate the union and intersection between events in a
sample space (Figure 16.2).
Question: In a box there are pieces of paper with the numbers from 1 to 9 written
on them.
S = {1; 2; 3; 4; 5; 6; 7; 8; 9}
Answer
Step 1 : Consider the events:
• Drawing a prime number; P = {2, 3, 5, 7}
236
CHAPTER 16. PROBABILITY - GRADE 10 16.2
Figure 16.2: Venn diagram to show (left) union of two events, A and B, in the sample space S
and (right) intersection of two events A and B, in the sample space S. The crosshatched region
indicates the intersection.
P E
5
4
2 1
9 7 6
8
3
∴ n(S) = 9
n(P ) = 4
n(E) = 4
n(P ∪ E) = 7
n(P ∩ E) = 2
237
16.3 CHAPTER 16. PROBABILITY - GRADE 10
Event 1: get a 4
The only possible outcome is a 4, i.e E=4 i.e number of favourable outcomes: n(E)=1.
Probability of getting a 4 = P(4)=n(E)/n(S)=1/6.
Event 2: get a number greater than 3
Favourable outcomes: E = {4,5,6}
Number of favourable outcomes: n(E)=3
Probability of getting a number more than 3 = P(more than 3) = n(E)/n(S)=3/6=1/2
A the 2 of hearts
B a red card
C a picture card
D an ace
E a number less than 4?
3. Even numbers from 2 -100 are written on cards. What is the probability of
selecting a multiple of 5, if a card is drawn at random?
1. determining the total number of possible outcomes and calculating the probability of each
outcome using the definition of probability
2. performing the experiment and calculating the relative frequency of each outcome
Relative frequency is defined as the number of times an event happens in a statistical experiment
divided by the number of trials conducted.
It takes a very large number of trials before the relative frequency of obtaining a head on a toss
of a coin approaches the probability of obtaining a head on a toss of a coin. For example, the
data in Table 16.1 represent the outcomes of repeating 100 trials of a statistical experiment 100
times, i.e. tossing a coin 100 times.
H T T H H T H H H H
H H H H T H H T T T
T T H T T H T H T H
H H T T H T T H T T
T H H H T T H T T H
H T T T T H T T H H
T T H T T H T T H T
H T T H T T T T H T
T H T T H H H T H T
T T T H H T T T H T
Table 16.1: Results of 100 tosses of a fair coin. H means that the coin landed heads-up and T
means that the coin landed tails-up.
The following two worked examples show that the relative frequency of an event is not necessarily
equal to the probability of the same event. Relative frequency should therefore be seen as an
approximation to probability.
Question: Determine the relative frequencies associated with each outcome of the
statistical experiment detailed in Table 16.1.
Answer
Step 1 : Identify the different outcomes
There are two unique outcomes: H and T.
Step 2 : Count how many times each outcome occurs.
240
CHAPTER 16. PROBABILITY - GRADE 10 16.4
Outcome Frequency
H 44
T 56
frequency of outcome
Probability of H =
number of trials
44
=
100
= 0.44
frequency of outcome
Relative Frequency of T =
number of trials
56
=
100
= 0.56
The relative frequency of the coin landing heads-up is 0.44 and the relative frequency
of the coin landing tails-up is 0.56.
Question: Determine the probability associated with an evenly weighted coin landing
on either of its faces.
Answer
Step 1 : Identify the different outcomes
There are two unique outcomes: H and T.
Step 2 : Determine the total number of outcomes.
There are two possible outcomes.
Step 3 : Calculate the probability of each outcome
241
16.5 CHAPTER 16. PROBABILITY - GRADE 10
P (S) = 1 (16.1)
Question: What is the probability of selecting a black or red card from a pack of
52 cards
Answer
P(S)=n(E)/n(S)=52/52=1. because all cards are black or red!
Question: What is the probability of drawing a club or an ace with one single pick
from a pack of 52 cards
Answer
Step 1 : Identify the identity which describes the situation
( )
1 1 1 1
= + − ×
4 13 4 13
1 1 1
= + −
4 13 52
16
=
52
4
=
13
Notice how we have used P (C ∪ A) = P (C) + P (A) − P (C ∩ A).
242
CHAPTER 16. PROBABILITY - GRADE 10 16.7
1. Rory is target shooting. His probability of hitting the target is 0.7. He fires five shots.
What is the probability that:
2. An archer is shooting arrows at a bullseye. The probability that an arrow hits the bullseye
is 0.4. If she fires three arrows, what is the probability that:
3. A dice with the numbers 1,3,5,7,9,11 on it is rolled. Also a fair coin is tossed.
4. Four children take a test. The probability of each one passing is as follows. Sarah: 0.8,
Kosma: 0.5, Heather: 0.6, Wendy: 0.9. What is the probability that:
5. With a single pick from a pack of 52 cards what is the probability that the card will be an
ace or a black card?
This means that if we examine the elements of the sets that make up A and B there will be
no elements in common. Therefore, A ∩ B = ∅ (where ∅ refers to the empty set). Since,
P (A ∩ B) = 0, equation 16.3 becomes:
P (A ∪ B) = P (A) + P (B)
for mutually exclusive events.
243
16.8 CHAPTER 16. PROBABILITY - GRADE 10
1. A box contains coloured blocks. The number of each colour is given in the following table.
A block is selected randomly. What is the probability that the block will be:
A purple
B purple or white
C pink and orange
D not orange?
2. A small private school has a class with children of various ages. The table gies the number
of pupils of each age in the class.
3 years female 3 years male 4 years female 4 years male 5 years female 5 years male
6 2 5 7 4 6
If a pupil is selceted at random what is the probability that the pupil will be:
A a female
B a 4 year old male
C aged 3 or 4
D aged 3 and 4
E not 5
F either 3 or female?
3. Fiona has 85 labeled discs, which are numbered from 1 to 85. If a disc is selected at
random what is the probability that the disc number:
A ends with 5
B can be multiplied by 3
C can be multiplied by 6
D is number 65
E is not a multiple of 5
F is a multiple of 4 or 3
G is a multiple of 2 and 6
H is number 1?
P (A′ ) = 1 − P (A)
where A’ refers to ‘not A’ In other words, the probability of ‘not A’ is equal to one minus the
probability of A.
244
CHAPTER 16. PROBABILITY - GRADE 10 16.8
Question: If you throw two dice, one red and one blue, what is the probability that
at least one of them will be a six?
Answer
Step 1 : Work out probability of event 1
To solve that kind of question, work out the probability that there will be no six.
Step 2 : Work out probability of event 2
The probability that the red dice will not be a six is 5/6, and that the blue one will
not be a six is also 5/6.
Step 3 : Probability of neither
So the probability that neither will be a six is 5/6 × 5/6 = 25/36.
Step 4 : Probability of one
So the probability that at least one will be a six is 1 − 25/36 = 11/36.
Question: A bag contains three red balls, five white balls, two green balls and four
blue balls:
1. Calculate the probability that a red ball will be drawn from the bag.
2. Calculate the probability that a ball which is not red will be drawn
Answer
Step 1 : Find event 1
Let R be the event that a red ball is drawn:
• P(R)-n(R)/n(S)=3/14
• R and R’ are complementary events
Step 2 : Find the probabilitys
∴ P(R’) = 1 - P(R) = 1 -3/14 = 11/14
Step 3 : Alternate way to solve it
• Alternately P(R’) = P(B) + P(W) + P(G)
• P(R’) = 4/14 + 5/14 + 2/14 = 11/14
Probabilities are equivalently expressed as odds, which is the ratio of the proba-
bility of one event to the probability of all other events. The odds of heads-up, for
the tossed/spun coin, are (1/2)/(1 - 1/2), which is equal to 1/1. This is expressed
as ”1 to 1 odds” and often written ”1:1”.
Odds a:b for some event are equivalent to probability a/(a+b). For example, 1:1
odds are equivalent to probability 1/2, and 3:2 odds are equivalent to probability
3/5.
9. The children in a nursery school were classified by hair and eye colour. 44 had red hair
and not brown eyes, 14 had brown eyes and red hair, 5 had brown eyes but not red hair
and 40 did not have brown eyes or red hair.
A How many children were in the school
B What is the probility that a child chosen at random has:
i. Brown eyes
ii. Red hair
C A child with brown eyes is chosen randomly. What is the probability that this child
will have red hair
10. A jar has purple, blue and black sweets in it. The probability that a sweet, chosen at
random, will be purple is 1/7 and the probability that it will be black is 3/5.
A If I choose a sweet at random what is the probability that it will be:
i. purple or blue
ii. Black
iii. purple
B If there are 70 sweets in the jar how many purple ones are there?
C 1/4 if the purple sweets in b) have streaks on them and rest do not. How many
purple sweets have streaks?
11. For each of the following, draw a Venn diagram to represent the situation and find an
example to illustrate the situation.
A A sample space in which there are two events that are not mutually exclusive
B A sample space in which there are two events that are complementary.
12. Use a Venn diagram to prove that the probability of either event A or B occuring is given
by: (A and B are not exclusive)
P(A or B) = P(A) + P(B) - P(A and B)
13. All the clubs are taken out of a pack of cards. The remaining cards are then shuffled and
one card chosen. After being chosen, the card is replaced before the next card is chosen.
A What is the sample space?
B Find a set to represent the event, P, of drawing a picture card.
C Find a set for the event, N, of drawing a numbered card.
D Represent the above events in a Venn diagram
E What description of the sets P and N is suitable? (Hint: Find any elements of P in
N and N in P.)
14. Thuli has a bag containing five orange, three purple and seven pink blocks. The bag
is shaken and a block is withdrawn. The colour of the block is noted and the block is
replaced.
A What is the sample space for this experiment?
B What is the set describing the event of drawing a pink block, P?
C Write down a set, O or B, to represent the event of drawing either a orange or a
purple block.
D Draw a Venn diagram to show the above information.
247
16.9 CHAPTER 16. PROBABILITY - GRADE 10
248
Part III
Grade 11
249
Chapter 17
Exponents - Grade 11
17.1 Introduction
In Grade 10 we studied exponential numbers and learnt that there were six laws that made
working with exponential numbers easier. There is one law that we did not study in Grade 10.
This will be described here.
In Grade 10, we worked only with indices that were integers. What happens when the index is
not an integer, but is a rational number? This leads us to the final law of exponents,
m √
n
an = am (17.1)
m √
17.2.1 Exponential Law 7: a n = n
am
A number may not always have a real nth root. For example, if n = 2 and a = −1, then there
is no real number such that x2 = −1 because x2 can never be a negative number.
It is also possible for more than one nth root of a number to exist. For example, (−2)2 = 4 and
22 = 4, so both -2 and 2 are 2nd (square) roots of 4. Usually if there is more than one root, we
choose the positive real solution and move on.
251
17.2 CHAPTER 17. EXPONENTS - GRADE 11
Answer
Step 1 : Rewrite negative exponents as numbers with postive indices
( ) 21
5
= 1 1
4 − 9
( ) 12
5 9−4
= ÷
1 36
( )1
5 36 2
= ×
1 5
1
= (62 ) 2
= 6
Question: Simplify:
3
(16x4 ) 4
Answer
Step 1 : Covert the number co-efficient to index-form with a prime base
3
= (24 x4 ) 4
3 3
= 24× 4 .x4× 4
= 23 .x3
= 8x3
252
CHAPTER 17. EXPONENTS - GRADE 11 17.3
2 1 1
(a) (x0 ) + 5x0 − (0,25)−0,5 + 8 3 (b) s 2 ÷ s 3
7
12m 9 2
(c) 11 (d) (64m6 ) 3
8m− 9
Question: A type of bacteria has a very high exponential growth rate at 80% every
hour. If there are 10 bacteria, determine how many there will be in 5 hours, in 1 day
and in 1 week?
Answer
Step 1 : P opulation = Initial population×(1+growth percentage)time period in hours
Therefore, in this case:
P opulation = 10(1,8)n , where n = number of hours
Step 2 : In 5 hours
P opulation = 10(1,8)5 = 188
Step 3 : In 1 day = 24 hours
P opulation = 10(1,8)24 = 13 382 588
Step 4 : in 1 week = 168 hours
P opulation = 10(1,8)168 = 7,687 × 1043
Note this answer is given in scientific notation as it is a very big number.
Question: A species of extremely rare, deep water fish has an extremely long lifespan
and rarely have children. If there are a total 821 of this type of fish and their growth
rate is 2% each month, how many will there be in half of a year? What will be the
population be in 10 years and in 100 years ?
Answer
Step 1 : P opulation = Initial population×(1+growth percentage)time period in months
253
17.4 CHAPTER 17. EXPONENTS - GRADE 11
6. Simplify: √
x3 x
7. Simplify: √
3
x4 b5
254
Chapter 18
Surds - Grade 11
√ √ √
18.1.1 Surd Law 1: n
a n b = n ab
√
na
n a
!
18.1.2 Surd Law 2: b
= √
n
b
n a
!
If we look at b in exponential notation and applying the exponential laws then,
' " a # n1
a
n
= (18.5)
b b
1
an
= 1
b√n
n
a
= √
n
b
√ m
18.1.3 Surd Law 3: n
am = a n
√
If we look at n
am in exponential notation and applying the exponential laws then,
√ 1
n
am = (am ) n (18.6)
m
= an
For example,
√
6 3
23 = 26
1
= 22
√
= 2
to rewrite the unlike surds so that bn is the same for all the surds.
√
15
√
15
= 35 × 53
√
15
= 35 .53
√
15
= 243 × 125
√
15
= 30375
256
CHAPTER 18. SURDS - GRADE 11 18.1
In most cases, when working with surds, answers are given in simplest surd form. For example,
√ √
50 = 25 × 2
√ √
= 25 × 2
√
= 5 2
√ √
5 2 is the simplest surd form of 50.
√ √
18 = 2×9
√
= 2×3×3
√ √
= 2× 3×3
√ √
= 2 × 32
√
= 3 2
√ √ √ √
147 + 108 = 49 × 3 + 36 × 3
! !
= 72 × 3 + 62 × 3
2
Step 2 : Take the values that have under the surd to the outside of the
square root sign
√ √
= 7 3+6 3
Step 3 : The exact same surds can be treated as ”like terms” and may be
added
√
= 13 3
257
18.1 CHAPTER 18. SURDS - GRADE 11
It is useful to work with fractions, which have rational denominators instead of surd denominators.
It is possible to rewrite any fraction, which has a surd in the denominator as a fraction which
has a rational denominator. We will now see how this can be achieved.
√ √
Any expression of the form √ a + √b (where a and √ b are
√ rational) can be changed into a rational
number
√ √ by multiplying by a − b (similarly a − b can be rationalised by multiplying by
a + b). This is because √ √ √
√
( a + b)( a − b) = a − b (18.8)
which is rational (since a and b are rational).
√ √
If we have a fraction which has a √
denominator
√ which looks like a + b, then we can simply
multiply both top and bottom by a − b achieving a rational denominator.
√ √
c a− b c
√ √ = √ √ ×√ √ (18.9)
a+ b a− b a+ b
√ √
c a−c b
=
a−b
or similarly
√ √
c a+ b c
√ √ = √ √ ×√ √ (18.10)
a− b a+ b a− b
√ √
c a+c b
=
a−b
5x−16
Question: Rationalise the following: √
y−10
258
CHAPTER 18. SURDS - GRADE 11 18.2
Answer
Step 1 : Rationalise this denominator by using a clever form of ”1”
√
5x − 16 y + 10
√ ×√
y − 10 y + 10
√ √
5x y − 16 y + 50x − 160
y − 100
y−25
Question: Simplify the following: √ y+5
Answer
Step 1 : Multiply this equations by a clever form of ”1” that would rationalise
this denominator
√
y − 25 y−5
√ ×√
y+5 y−5
Step 2 : Multiply out the numerators and denominators
√ √ √
y y − 25 y − 5y + 125 y(y − 25) − 5(y − 25)
=
y − 25 (y − 25)
√
(y − 25)( y − 25)
=
(y − 25)
√
= y − 25
14. Simplify: √ √
98x6 + 128x6
( √ )1 ( √ )1
7 2 7 2
15. Evaluate without using a calculator: 2 − . 2+
2 2
16. The use a calculator . is not +
permissible
/ in this question. Simplify completely by showing
1 √ √
−2 3
all your steps: 3 12 + (3 3)
17. Fill√
in the blank
√ surd-form
√ numberwhich will make the following equation a true statement:
−3 6 × −2 24 = − 18 × ...........
260
Chapter 19
We have seen that numbers are either rational or irrational and we have see how to round-off
numbers. However, in a calculation that has many steps, it is best to leave the rounding off
right until the end.
For example, if you were asked to write
√ √
3 3 + 12
as a decimal number correct to two decimal places, there are two ways of doing this as described
in Table 19.1.
√ √
Table 19.1: Two methods of writing 3 3 + 12 as a decimal number.
! Method 1 " Method 2
√ √ √ √ √ √
3 3 + 12 = 3√3 + √ 4·3 3 3 + 12 = 3 × 1,73 + 3,46
= 3√3 + 2 3 = 5,19 + 3,46
= 5 3 = 8,65
= 5 × 1,732050808 . . .
= 8,660254038 . . .
= 8,66
In the example we see that Method 1 gives 8,66 as an answer while Method 2 gives 8,65 as
an answer. The answer of Method 1 is more accurate because the expression was simplified as
much as possible before the answer was rounded-off.
In general, it is best to simplify any expression as much as possible, before using your calculator
to work out the answer in decimal notation.
It is best to simplify all expressions as much as possible before rounding-off answers. This
maintains the accuracy of your answer.
√
3
√
3
√3
√
3
54 + 16 = 27 · 2 + 8 · 2
√3
√3
√
3
√3
= 27 · 2 + 8 · 2
√3
√
3
= 3 2+2 2
√3
= 5 2
= 5 × 1,25992105 . . .
√
3
5 2 = 5 × 1,25992105 . . .
= 6,299605249 . . .
= 6,300
Step 3 : Write the final answer to the required number of decimal places.
√ 1! √ 1√
x+1+ (2x + 2) − (x + 1) = x+1+ 2x + 2 − x − 1
3 3
√ 1√
= x+1+ x+1
3
4√
= x+1
3
4√ 4!
x+1 = 3,6 + 1
3 3
4!
= 4,6
3
= 2,144761059 . . . × 4 ÷ 3
= 2,859681412 . . .
Step 3 : Write the final answer to the required number of decimal places.
262
CHAPTER 19. ERROR MARGINS - GRADE 11
263
CHAPTER 19. ERROR MARGINS - GRADE 11
264
Chapter 20
20.1 Introduction
In Grade 10, you learned about arithmetic sequences, where the difference between consecutive
terms was constant. In this chapter we learn about quadratic sequences.
For example,
1; 2; 4; 7; 11; . . . (20.1)
is a quadratic sequence. Let us see why ...
If we take the difference between consecutive terms, then:
a2 − a1 =2−1 =1
a3 − a2 =4−2 =2
a4 − a3 =7−4 =3
a5 − a4 = 11 − 7 = 4
We then work out the second differences, which is simply obtained by taking the difference
between the consecutive differences {1; 2; 3; 4; . . .} obtained above:
2−1 = 1
3−2 = 1
4−3 = 1
...
We then see that the second differences are equal to 1. Thus, (20.1) is a quadratic sequence.
Note that the differences between consecutive terms (that is, the first differences) of a quadratic
sequence form a sequence where there is a constant difference between consecutive terms. In
the above example, the sequence of {1; 2; 3; 4; . . .}, which is formed by taking the differences
between consecutive terms of (20.1), has a linear formula of the kind ax + b.
265
20.2 CHAPTER 20. QUADRATIC SEQUENCES - GRADE 11
Can you calculate the common second difference for each of the above examples?
Question: Write down the next two terms and find a formula for the nth term of
the sequence 5, 12, 23, 38,..., ...,
Answer
Step 1 : Find the first differences between the terms.
i.e. 7, 11, 15
Step 2 : Find the 2nd differences between the terms.
the second difference is 4.
So continuing the sequence, the differences between each term will be:
15 + 4 = 19
19 + 4 = 23
Step 3 : Finding the next two terms.
So the next two terms in the sequence willl be:
38 + 19 = 57
57 + 23 = 80
So the sequence will be: 5, 12, 23, 38, 57, 80
Step 4 : We now need to find the formula for this sequence.
We know that the first difference is 4. The start of the formula will therefore be
2n2 .
Step 5 : We now need to work out the next part of the sequence.
If n = 1, you have to get the value of term 1, which is 5 in this particular sequence.
The difference between 2n2 = 2 and original number (5) is 3, which leads to n + 2.
Check is it works for the second term, i.e. when n = 2.
Then 2n2 = 8. The difference between term 2( 12) and 8 is 4, which is can be
written as n + 2.
So for the sequence 5, 12, 23, 38,... the formula for the nt h term is 2n2 + n + 2.
General Case
TERMS a+b+c 4a + 2b + c 9a + 3b + c
1st difference 3a + b 5a + b 7a + b
2nd difference 2a 2a
In each case, the 2nd difference is 2a. This fact can be used to find a, then b then c.
266
CHAPTER 20. QUADRATIC SEQUENCES - GRADE 11 20.2
Question: The following sequence is quadratic: 8, 22, 42, 68, ... Find the rule.
Answer
Step 1 : Assume that the rule is an2 + bn + c
TERMS 8 22 42 68
1st difference 14 20 26
2nd difference 6 6 6
an = A · n 2 + B · n + C (20.2)
an = A · n2 + B · n + C (20.3)
2
a1 = A(1) + B(1) + C = A + B + C (20.4)
a2 = A(2)2 + B(2) + C = 4A + 2B + C (20.5)
a3 = A(3)2 + B(3) + C = 9A + 3B + C (20.6)
Let d ≡ a2 − a1
∴d = 3A + B
⇒ B = d − 3A (20.7)
The common second difference is obtained from
D = (a3 − a2 ) − (a2 − a1 )
= (5A + B) − (3A + B)
= 2A
D
⇒A= (20.8)
2
Therefore, from (20.7),
3
B = d− ·D (20.9)
2
267
20.2 CHAPTER 20. QUADRATIC SEQUENCES - GRADE 11
From (20.4),
D 3
C = a1 − (A + B) = a1 − −d+ ·D
2 2
∴ C = a1 + D − d (20.10)
Finally, the general equation for the nth -term of a quadratic sequence is given by
D 2 3
an = · n + (d − D) · n + (a1 − d + D) (20.11)
2 2
TERMS 1 7 19 37 61
1st difference 6 12 18 24
2nd difference 6 6 6 6
The pattern will yield a quadratic equation since second difference is constant
Therefore an2 + bn + c = y
For the first term: n = 1, then y = 1
For the second term: n = 2, then y = 7
For the third term: n = 3, then y = 19
etc....
Step 3 : Setting up sets of equations
a+b+c = 1 (20.12)
4a + 2b + c = 7 (20.13)
9a + 3b + c = 19 (20.14)
If we plot each of the terms vs. the corresponding index, we obtain a graph of a
parabola.
a10
a9
Term, an
a8
a7
a6
a5
a4
a3
a2
a1 y-intercept, a1
1 2 3 4 5 6 7 8 9 10
Index, n
an = n2 + 2n + 1
270
Chapter 21
Finance - Grade 11
21.1 Introduction
In Grade 10, the ideas of simple and compound interest was introduced. In this chapter we will
be extending those ideas, so it is a good idea to go back to Chapter 8 and revise what you learnt
in Grade 10. If you master the techniques in this chapter, you will understand about depreciation
and will learn how to determine which bank is offering the better interest rate.
21.2 Depreciation
It is said that when you drive a new car out of the dealership, it loses 20% of its value, because
it is now “second-hand”. And from there on the value keeps falling, or depreciating. Second
hand cars are cheaper than new cars, and the older the car, usually the cheaper it is. If you buy
a second hand (or should we say pre-owned!) car from a dealership, they will base the price on
something called book value.
The book value of the car is the value of the car taking into account the loss in value due to wear,
age and use. We call this loss in value depreciation, and in this section we will look at two ways
of how this is calculated. Just like interest rates, the two methods of calculating depreciation
are simple and compound methods.
The terminology used for simple depreciation is straight-line depreciation and for compound
depreciation is reducing-balance depreciation. In the straight-line method the value of the
asset is reduced by the same constant amount each year. In the compound depreciation method
the value of the asset is reduced by the same percentage each year. This means that the value
of an asset does not decrease by a constant amount each year, but the decrease is most in the
first year, then by a smaller amount in the second year and by even a smaller amount in the third
year, and so on.
Extension: Depreciation
You may be wondering why we need to calculate depreciation. Determining the
value of assets (as in the example of the second hand cars) is one reason, but there
is also a more financial reason for calculating depreciation - tax! Companies can take
depreciation into account as an expense, and thereby reduce their taxable income.
A lower taxable income means that the company will pay less income tax to the
Revenue Service.
the car decreases by an equal amount each year. For example, let us say the limited useful life
of a car is 5 years, and the cost of the car today is R60 000. What we are saying is that after
5 years you will have to buy a new car, which means that the old one will be valueless at that
point in time. Therefore, the amount of depreciation is calculated:
R60 000
= R12 000 per year.
5 years
where i is the annual percentage interest rate and P is the principal amount.
If we replace the word interest with the word depreciation and the word principal with the words
initial value we can use the same formula:
For example, the book value of the car after two years can be simply calculated as follows:
as expected.
Note that the difference between the simple interest calculations and the simple depreciation
calculations is that while the interest adds value to the principal amount, the depreciation amount
reduces value!
Question: A car is worth R240 000 now. If it depreciates at a rate of 15% p.a. on
a staight-line depreciation, what is it worth in 5 years’ time ?
Answer
Step 1 : Determine what has been provided and what is required
P = R240 000
i = 0,15
n = 5
A is required
272
CHAPTER 21. FINANCE - GRADE 11 21.3
Question: A small business buys a photocopier for R 12 000. For the tax return the
owner depreciates this asset over 3 years using a straight-line depreciation method.
What amount will he fill in on his tax form after 1 year, after 2 years and then after
3 years ?
Answer
Step 1 : Understanding the question
The owner of the business wants the photocopier to depreciates to R0 after 3 years.
Thus, the value of the photocopier will go down by 12 000 ÷ 3 = R4 000 per year.
Step 2 : Value of the photocopier after 1 year
12 000 − 4 000 = R8 000
Step 3 : Value of the machine after 2 years
8 000 − 4 000 = R4 000
Step 4 : Write the final answer
4 000 − 4 000 = 0
After 3 years the photocopier is worth nothing
273
21.4 CHAPTER 21. FINANCE - GRADE 11
At the beginning of the second year, the car is now worth R48 000, so after two years, the car
is worth:
End of first year R60 000(1 − 1 × 20%)=R60 000(1 − 1 × 20%)1 = R48 000,00
End of second year R48 000(1 − 1 × 20%)=R60 000(1 − 1 × 20%)2 = R38 400,00
End of third year R38 400(1 − 1 × 20%)=R60 000(1 − 1 × 20%)3 = R30 720,00
End of fourth year R30 720(1 − 1 × 20%)=R60 000(1 − 1 × 20%)4 = R24 576,00
End of fifth year R24 576(1 − 1 × 20%)=R60 000(1 − 1 × 20%)5 = R19 608,80
We can now write a general formula for the book value of an asset if the depreciation is com-
pounded.
Initial Value - Total depreciation after n years = P (1 − i)n (21.1)
274
CHAPTER 21. FINANCE - GRADE 11 21.4
For example, the book value of the car after two years can be simply calculated as follows:
as expected.
Note that the difference between the compound interest calculations and the compound depreci-
ation calculations is that while the interest adds value to the principal amount, the depreciation
amount reduces value!
P = R3 200
i = 0,12
n = 5
A is required
A = 3 200(1 − 0,12)5
A = 3 200(0,88)5
= 3 200 × 0,527731916
= 1688,742134
Question: Farmer Brown buys a tractor for R250 000 and depreciates it by 20%
per year using the compound depreciation method. What is the depreciated value
of the tractor after 5 years ?
Answer
Step 1 : Determine what has been provided and what is required
275
21.5 CHAPTER 21. FINANCE - GRADE 11
P = R250 000
i = 0,2
n = 5
A is required
A = 250 000(0,8)5
= 250 000 × 0,32768
= 81 920
When we studied simple and compound interest we looked at having a sum of money now, and
calculating what it will be worth in the future. Whether the money was borrowed or invested,
the calculations examined what the total money would be at some future date. We call these
future values.
276
CHAPTER 21. FINANCE - GRADE 11 21.5
It is also possible, however, to look at a sum of money in the future, and work out what it is
worth now. This is called a present value.
For example, if R1 000 is deposited into a bank account now, the future value is what that
amount will accrue to by some specified future date. However, if R1 000 is needed at some
future time, then the present value can be found by working backwards - in other words, how
much must be invested to ensure the money grows to R1 000 at that future date?
The equation we have been using so far in compound interest, which relates the open balance
(P ), the closing balance (A), the interest rate (i as a rate per annum) and the term (n in years)
is:
A = P · (1 + i)n (21.2)
Using simple algebra, we can solve for P instead of A, and come up with:
P = A · (1 + i)−n (21.3)
This can also be written as follows, but the first approach is usually preferred.
Now think about what is happening here. In Equation 21.2, we start off with a sum of money
and we let it grow for n years. In Equation 21.3 we have a sum of money which we know in n
years time, and we “unwind” the interest - in other words we take off interest for n years, until
we see what it is worth right now.
We can test this as follows. If I have R1 000 now and I invest it at 10% for 5 years, I will have:
A = P · (1 + i)n
= R1 000(1 + 10%)5
= R1 610,51
at the end. BUT, if I know I have to have R1 610,51 in 5 years time, I need to invest:
P = A · (1 + i)−n
= R1 610,51(1 + 10%)−5
= R1 000
We end up with R1 000 which - if you think about it for a moment - is what we started off with.
Do you see that?
Of course we could apply the same techniques to calculate a present value amount under simple
interest rate assumptions - we just need to solve for the opening balance using the equations for
simple interest.
A = P (1 + i × n) (21.5)
Let us say you need to accumulate an amount of R1 210 in 3 years time, and a bank
account pays Simple Interest of 7%. How much would you need to invest in this
bank account today?
A
P =
1+n·i
R1 210
=
1 + 3 × 7%
= R1 000
Does this look familiar? Look back to the simple interest worked example in Grade
10. There we started with an amount of R1 000 and looked at what it would grow
277
21.6 CHAPTER 21. FINANCE - GRADE 11
to in 3 years’ time using simple interest rates. Now we have worked backwards to see
what amount we need as an opening balance in order to achieve the closing balance
of R1 210.
In practice, however, present values are usually always calculated assuming compound interest.
So unless you are explicitly asked to calculate a present value (or opening balance) using simple
interest rates, make sure you use the compound interest rate formula!
21.6 Finding i
By this stage in your studies of the mathematics of finance, you have always known what interest
rate to use in the calculations, and how long the investment or loan will last. You have then
either taken a known starting point and calculated a future value, or taken a known future value
and calculated a present value.
But here are other questions you might ask:
1. I want to borrow R2 500 from my neighbour, who said I could pay back R3 000 in 8
months time. What interest is she charging me?
2. I will need R450 for some university textbooks in 1,5 years time. I currently have R400.
What interest rate do I need to earn to meet this goal?
Each time that you see something different from what you have seen before, start off with the
basic equation that you should recognise very well:
A = P · (1 + i)n
If this were an algebra problem, and you were told to “solve for i”, you should be able to show
that:
A/P = (1 + i)n
(1 + i) = (A/P )1/n
i = (A/P )1/n − 1
You do not need to memorise this equation, it is easy to derive any time you need it!
So let us look at the two examples mentioned above.
1. Check that you agree that P =R2 500, A=R3 000, n=8/12=0,666667. This means that:
i = (R450/R400)1/1,5 − 1
= 8,17%
This means that as long as you can find a bank which pays more than 8,17% interest, you
should have the money you need!
8
Note that in both examples, we expressed n as a number of years ( 12 years, not 8 because that
is the number of months) which means i is the annual interest rate. Always keep this in mind -
keep years with years to avoid making silly mistakes.
Exercise: Finding i
1. A machine costs R45 000 and has a scrap value of R9 000 after 10 years.
Determine the annual rate of depreciation if it is calculated on the reducing
balance method.
2. After 5 years an investment doubled in value. At what annual rate was interest
compounded ?
A = P · (1 + i)n
We have solved for A (in section 8.5), P (in section 21.5) and i (in section 21.6). This time
we are going to solve for n. In other words, if we know what the starting sum of money is and
what it grows to, and if we know what interest rate applies - then we can work out how long the
money needs to be invested for all those other numbers to tie up.
This section will calculate n by trial and error and by using a calculator. The proper algebraic
solution will be learnt in Grade 12.
Solving for n, we can write:
A = P (1 + i)n
A
= (1 + i)n
P
Now we have to examine the numbers involved to try to determine what a possible value of n
is. Refer to Table 5.1 (on page 38) for some ideas as to how to go about finding n.
Question: If we invest R3 500 into a savings account which pays 7,5% compound
interest for an unknown period of time, at the end of which our account is worth R4
044,69. How long did we invest the money?
Answer
Step 1 : Determine what is given and what is required
279
21.8 CHAPTER 21. FINANCE - GRADE 11
• P =R3 500
• i=7,5%
• A=R4 044,69
We are required to find n.
Step 2 : Determine how to approach the problem
We know that:
A = P (1 + i)n
A
= (1 + i)n
P
Step 3 : Solve the problem
R4 044,69
= (1 + 7,5%)n
R3 500
1,156 = (1,075)n
Possible n 1,075n
1,0 1,075
1,5 1,115
2,0 1,156
2,5 1,198
We see that n is close to 2.
Step 4 : Write final answer
The R3 500 was invested for about 2 years.
One way to compare different rates and methods of interest payments would be to compare
the Closing Balances under the different options, for a given Opening Balance. Another, more
widely used, way is to calculate and compare the “effective annual interest rate” on each option.
This way, regardless of the differences in how frequently the interest is paid, we can compare
apples-with-apples.
For example, a savings account with an opening balance of R1 000 offers a compound interest
rate of 1% per month which is paid at the end of every month. We can calculate the accumulated
balance at the end of the year using the formulae from the previous section. But be careful our
interest rate has been given as a monthly rate, so we need to use the same units (months) for
our time period of measurement.
Remember,
So we can calculate the amount that would be accumulated by the end of 1-year as follows:
the trick to
Closing Balance after 12 months = P × (1 + i)n using the
formulae is
= R1 000 × (1 + 1%)12 to define the
= R1 126,83 time period,
and use the
Note that because we are using a monthly time period, we have used n = 12 months to calculate interest rate
the balance at the end of one year. relevant to
The effective annual interest rate is an annual interest rate which represents the equivalent per the time
annum interest rate assuming compounding. period.
It is the annual interest rate in our Compound Interest equation that equates to the same
accumulated balance after one year. So we need to solve for the effective annual interest rate
so that the accumulated balance is equal to our calculated amount of R1 126,83.
We use i12 to denote the monthly interest rate. We have introduced this notation here to
distinguish between the annual interest rate, i. Specifically, we need to solve for i in the following
equation:
P × (1 + i)1 = P × (1 + i12)12
(1 + i) = (1 + i12)12 divide both sides by P
i = (1 + i12)12 − 1 subtract 1 from both sides
For the example, this means that the effective annual rate for a monthly rate i12 = 1% is:
i = (1 + i12)12 − 1
= (1 + 1%)12 − 1
= 0,12683
= 12,683%
So we know how to convert a monthly interest rate into an effective annual interest. Similarly,
we can convert a quarterly interest, or a semi-annual interest rate or an interest rate of any
frequency for that matter into an effective annual interest rate.
281
21.8 CHAPTER 21. FINANCE - GRADE 11
For a quarterly interest rate of say 3% per quarter, the interest will be paid four times per year
(every three month). We can calculate the effective annual interest rate by solving for i:
P (1 + i) = P (1 + i4)4
P (1 + i) = P (1 + iT )T (21.7)
Market convention however, is not to state the interest rate as say 1% per month, but rather to
express this amount as an annual amount which in this example would be paid monthly. This
annual amount is called the nominal amount.
The market convention is to quote a nominal interest rate of “12% per annum paid monthly”
instead of saying (an effective) 1% per month. We know from a previous example, that a
nominal interest rate of 12% per annum paid monthly, equates to an effective annual interest
rate of 12,68%, and the difference is due to the effects of interest-on-interest.
So if you are given an interest rate expressed as an annual rate but paid more frequently than
annual, we first need to calculate the actual interest paid per period in order to calculate the
effective annual interest rate.
For example, the monthly interest rate on 12% interest per annum paid monthly, is:
Nominal interest Rate per annum
monthly interest rate =
number of periods per year
12%
=
12 months
= 1% per month
and
P (1 + i) = P (1 + iT )T
where T is 4 because there are 4 payments each year.
Step 3 : Calculate the monthly interest rate
(1 + i) = (1 + i4)4
(1 + i) = (1 + 2%)4
i = (1 + 2%)4 − 1
= 8,24%
Question: On their saving accounts, Echo Bank offers an interest rate of 18%
nominal, paid monthly. If you save R100 in such an account now, how much would
the amount have accumulated to in 3 years’ time?
Answer
Step 1 : Determine what is given and what is required
Interest rate is 18% nominal paid monthly. There are 12 months in a year. We are
working with a yearly time period, so n = 3. The amount we have saved is R100,
so P = 100. We need the accumulated value, A.
Step 2 : Recall relevant formulae
We know that
Nominal interest Rate per annum
monthly interest rate =
number of periods per year
for converting from nominal interest rate to effective interest rate, we have
1 + i = (1 + iT )T
A = P × (1 + i)n
1+i = (1 + i12)1 2
i = (1 + i12)1 2 − 1
= (1 + 1,5%)1 2 − 1
= (1,015)1 2 − 1
= 19,56%
A = P × (1 + i)n
= 100 × (1 + 19,56%)3
= 100 × 1,7091
= 170,91
1. Calculate the effective rate equivalent to a nominal interest rate of 8,75% p.a.
compounded monthly.
2. Cebela is quoted a nominal interest rate of 9,15% per annum compounded
every four months on her investment of R 85 000. Calculate the effective rate
per annum.
As an easy reference, here are the key formulae that we derived and used during this chapter.
While memorising them is nice (there are not many), it is the application that is useful. Financial
experts are not paid a salary in order to recite formulae, they are paid a salary to use the right
methods to solve financial problems.
21.9.1 Definitions
21.9.2 Equations
Simple Increase : A = P (1 + i × n)
Compound Increase : A = P (1 + i)n
Simple Decrease : A = P (1 − i × n)
Compound Decrease : A = P (1 − i)n
Ef f ective Annual Interest Rate(i) : (1 + i) = (1 + iT )T
285
21.10 CHAPTER 21. FINANCE - GRADE 11
286
Chapter 22
22.1 Introduction
In grade 10, the basics of solving linear equations, quadratic equations, exponential equations
and linear inequalities were studied. This chapter extends on that work. We look at different
methods of solving quadratic equations.
The solving of quadratic equations by factorisation was discussed in Grade 10. Here is an example
to remind you of what is involved.
(2x + s)(x + v)
2x2 + (s + 2v)x + sv
s v s + 2v
2 -6 -10
-2 6 10
3 -4 -5
-3 4 5
4 -3 -2
-4 3 2
6 -2 2
-6 2 -2
(2x + 3)(x − 4) = 0
Step 5 : Solve the equation
If two brackets are multiplied together and give 0, then one of the brackets must be
0, therefore
2x + 3 = 0
or
x−4=0
Therefore, x = − 23 or x = 4
Step 6 : Write the final answer
The solutions to 2x2 − 5x − 12 = 0 are x = − 23 or x = 4.
a2 − 3a − 10 = 0
Step 2 : Factorise the trinomial
(a + 2)(a − 5) = 0
Step 3 : Solve the equation
a+2=0
or
a−5=0
Solve the two linear equations and check the solutions in the original equation.
Step 4 : Write the final answer
Therefore, a = −2 or a = 5
288
CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11 22.2
3b 4
Question: Solve for b: b+2 + 1 = b+1
Answer
Step 1 : Put both sides over the LCM
3b2 + 3b + b2 + 3b + 2 = 4b + 8
4b2 + 2b − 6 = 0
2b2 + b − 3 = 0
(2b + 3)(b − 1) = 0
2b + 3 = 0 or b−1=0
−3
b= or b=1
2
Step 5 : Check solutions in original equation
Both solutions are valid
Therefore, b = −3
2 or b = 1
15. y 2 + 9y + 14 = 0
16. y 2 − 5ky + 4k 2 = 0
17. y(2y + 1) = 15
5y 3 −6
18. y−2 + y +2= y 2 −2y
y−2 2y+1
19. y+1 = y−7
a2 x2 − b2
This simple factorisation leads to another technique to solve quadratic equations known as
completing the square.
We demonstrate with a simple example, by trying to solve for x in:
x2 − 2x − 1 = 0. (22.1)
We cannot easily find factors of this term, but the first two terms look similar to the first two
terms of the perfect square:
(x − 1)2 = x2 − 2x + 1.
However, we can cheat and create a perfect square by adding 2 to both sides of the equation in
(22.1) as:
x2 − 2x − 1 = 0
2
x − 2x − 1 + 2 = 0+2
x2 − 2x + 1 = 2
(x − 1)2 = 2
(x − 1)2 − 2 = 0
or √
(x − 1) + 2 = 0.
√ √
This means x = 1 + 2 or x = 1 − 2. This example demonstrates the use of completing the
square to solve a quadratic equation.
290
CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11 22.3
2. Take the constant over to the right hand side of the equation. e.g. x2 + 2x = 3
3. If necessary, make the coefficient of the x2 term = 1, by dividing through by the existing
coefficient.
4. Take half the coefficient of the x term, square it and add it to both sides of the equation.
e.g. in x2 + 2x = 3, half of the x term is 1. 11 = 1. Therefore we add 1 to both sides to
get: x2 + 2x + 1 = 3 + 1.
6. You should then be able to factorise the equation in terms of difference of squares and
then solve for x: (x + 1 − 2)(x + 1 + 2) = 0
Square
Question: Solve:
x2 − 10x − 11 = 0
by completing the square
Answer
Step 1 : Write the equation in the form ax2 + bx + c = 0
x2 − 10x − 11 = 0
Step 2 : Take the constant over to the right hand side of the equation
x2 − 10x = 11
Step 3 : Check that the coefficient of the x2 term is 1.
The coefficient of the x2 term is 1.
Step 4 : Take half the coefficient of the x term, square it and add it to both
sides
The coefficient of the x term is -10. (−10)
2 = −5. (−5)2 = 25. Therefore:
x2 − 10x + 25 = 11 + 25
(x − 5)2 − 36 = 0
Step 6 : Factorise equation as difference of squares
(x − 5)2 − 36 = 0
[(x − 5) + 6][(x − 5) − 6] = 0
Step 7 : Solve for the unknown value
[x + 1][x − 11] = 0
∴ x = −1 or x = 11
291
22.3 CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11
Square
Question: Solve:
2x2 − 8x − 16 = 0
by completing the square
Answer
Step 1 : Write the equation in the form ax2 + bx + c = 0
2x2 − 8x − 16 = 0
Step 2 : Take the constant over to the right hand side of the equation
2x2 − 8x = 16
Step 3 : Check that the coefficient of the x2 term is 1.
The coefficient of the x2 term is 2. Therefore, divide both sides by 2:
x2 − 4x = 8
Step 4 : Take half the coefficient of the x term, square it and add it to both
sides
The coefficient of the x term is -4. (−4) 2
2 = −2. (−2) = 4. Therefore:
x2 − 4x + 4 = 8 + 4
(x − 2)2 − 12 = 0
Step 6 : Factorise equation as difference of squares
√ √
[(x − 2) + 12][(x − 2) − 12] = 0
Step 7 : Solve for the unknown value
√ √
[x − 2 + 12][x − 2 − 12] = 0
√ √
∴ x = 2 − 12 or x = 2 + 12
Step 8 : The last three steps can also be done in a different the way
Leave left hand side written as a perfect square
(x − 2)2 = 12
1. x2 + 10x − 2 = 0
2. x2 + 4x + 3 = 0
3. x2 + 8x − 5 = 0
4. 2x2 + 12x + 4 = 0
5. x2 + 5x + 9 = 0
6. x2 + 16x + 10 = 0
7. 3x2 + 6x − 2 = 0
8. z 2 + 8z − 6 = 0
9. 2z 2 − 11z = 0
10. 5 + 4z − z 2 = 0
f (x) = ax2 + bx + c.
(m + n)2 = m2 + 2mn + n2
and
(m − n)2 = m2 − 2mn + n2
The key is the middle term, which is 2× the first term × the second term. In (22.2), we know
that the first term is x so 2× the second term is ab . This means that the second term is 2a
b
. So,
b 2 b b
(x + ) = x2 + 2 x + ( )2 .
2a 2a 2a
In general if you add a quantity and subtract the same quantity, nothing has changed. This
, b -2
means if we add and subtract 2a from the right hand side of (22.2) we will get:
b c
f (x) = a(x2 + x + ) (22.3)
0 a a 1
( )2 ( )2
2 b b b c
= a x + x+ − + (22.4)
a 2a 2a a
0. ( )/2 ( )2 1
b b c
= a x+ − + (22.5)
2a 2a a
0. ( )/2 1
b b2
= a x+ +c− (22.6)
2a 4a
b 2 b2
a(x + ) = −c (22.7)
2a 4a
293
22.4 CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11
Now dividing by a and taking the square root of both sides gives the expression
'
b b2 c
x+ =± 2
− (22.8)
2a 4a a
Finally, solving for x implies that
'
b b2 c
x = − ± 2
−
2a 4a a
'
b b2 − 4ac
= − ±
2a 4a2
which can be further simplified to:
√
−b ± b2 − 4ac
x= (22.9)
2a
These are the solutions to the quadratic equation. Notice that there are two solutions in general,
but these may not always exists (depending on the sign of the expression b2 − 4ac under the
square root). These solutions are also called the roots of the quadratic equation.
Answer
Step 1 : Determine whether the equation can be factorised
The expression cannot be factorised. Therefore, the general quadratic formula must
be used.
Step 2 : Identify the coefficients in the equation for use in the formula
From the equation:
a=1
b = −5
c=8
Step 3 : Apply the quadratic formula
√
−b ± b2 − 4ac
x = (22.14)
2a !
−(−5) ± (−5)2 − 4(1)(8)
= (22.15)
2(1)
√
5 ± −7
= (22.16)
2
(22.17)
Important:
• In all the examples done so far, the solutions were left in surd form. Answers can also
be given in decimal form, using the calculator. Read the instructions when answering
questions in a test or exam whether to leave answers in surd form, or in decimal form
to an appropriate number of decimal places.
• Completing the square as a method to solve a quadratic equation is only done when
specifically asked.
295
22.5 CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11
(x − 13)(x + 5) = 0
Notice that the signs in the brackets are opposite of the given roots.
Step 2 : Remove brackets
x2 − 8x − 65 = 0
Of course, there would be other possibilities as well when each term on each side of
the equal to sign is multiplied by a constant.
296
CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11 22.5
(2x + 3)(x − 4) = 0
Step 2 : Remove brackets
The equation is:
2x2 − 5x − 12 = 0
∆>0 ∆=0
unequal roots equal roots
Equal Roots (∆ = 0)
If ∆ = 0, then the roots are equal and, from the formula, these are given by
b
x=− (22.20)
2a
∆ = k 2 + 6bk + b2 + 8
B If b = 0, discuss the nature of the roots of the equation.
C If b = 2, find the value(s) of k for which the roots are equal.
2. [IEB, Nov. 2002, HG] Show that k 2 x2 + 2 = kx − x2 has non-real
roots for all real values for k.
3. [IEB, Nov. 2003, HG] The equation x2 + 12x = 3kx2 + 2 has real
roots.
A Find the largest integral value of k.
B Find one rational value of k, for which the above equation has
rational roots.
4. [IEB, Nov. 2003, HG] In the quadratic equation px2 + qx + r = 0,
p, q and r are positive real numbers and form a geometric sequence.
Discuss the nature of the roots.
5. [IEB, Nov. 2004, HG] Consider the equation:
x2 − 4 5
k= where x ̸= 2
2x − 5
A Find a value of k for which the roots are equal.
B Find an integer k for which the roots of the equation will be
rational and unequal.
6. [IEB, Nov. 2005, HG]
A Prove that the roots of the equation x2 − (a + b)x + ab − p2 = 0
are real for all real values of a, b and p.
B When will the roots of the equation be equal?
7. [IEB, Nov. 2005, HG] If b and c can take on only the values 1, 2 or
3, determine all pairs (b; c) such that x2 + bx + c = 0 has real roots.
298
CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11 22.6
2x2 + x − 3 = 0
B Solve the equation again, using factorisation, to see if the formula works for this
equation.
C Trying to derive this formula to prove that it always works, Bjorn got stuck along the
way. His attempt his shown below:
ax2 + bx + c = 0
b c
a+ + 2 = 0 Divided by x2 where x ̸= 0
x x
c b
+ +a = 0 Rearranged
x2 x
1 b a
+ + = 0 Divided by c where c ̸= 0
x2 cx c
1 b a a
+ = − Subtracted from both sides
x2 cx c c
1 b
∴ 2+ + ... Got stuck
x cx
299
22.6 CHAPTER 22. SOLVING QUADRATIC EQUATIONS - GRADE 11
300
Chapter 23
23.1 Introduction
Now that you know how to solve quadratic equations, you are ready to learn how to solve
quadratic inequalities.
ax2 + bx + c > 0
ax2 + bx + c ≥ 0
ax2 + bx + c < 0
ax2 + bx + c ≤ 0
Solving a quadratic inequality corresponds to working out in what region the graph of a quadratic
function lies above or below the x-axis.
Question: Solve the inequality 4x2 −4x+1 ≤ 0 and interpret the solution graphically.
Answer
Step 1 : Factorise the quadratic
Let f (x) = 4x2 − 4x + 1. Factorising this quadratic function gives f (x) = (2x − 1)2 .
Step 2 : Re-write the original equation with factors
(2x − 1)2 ≤ 0
Step 3 : Solve the equation
which shows that f (x) = 0 only when x = 12 .
Step 4 : Write the final answer
This means that the graph of f (x) = 4x2 − 4x + 1 touches the x-axis at x = 21 , but
there are no regions where the graph is below the x-axis.
Step 5 : Graphical interpretation of solution
x = 12
-2 -1 0 1 2
301
23.2 CHAPTER 23. SOLVING QUADRATIC INEQUALITIES - GRADE 11
x2 − 5x + 6 ≥ 0
(x − 3)(x − 2) ≥ 0
A B C D E
1 2 3 4
1 2 3 4
equation
−x2 − 3x + 5 = 0
2
x + 3x − 5 = 0
!
−3 ± (3)2 − 4(1)(−5)
∴x =
2(1)
√
−3 ± 29
=
2√
−3 − 29
x1 =
2√
−3 + 29
x2 =
2
Step 2 : Determine which ranges correspond to the inequality
We need to figure out which values of x satisfy the inequality. From the answers we
have five regions to consider.
A B C D E
x1 x2
1
x1 x2
−4 −3 −2 −1 1
−1
x1 x2
When working with an inequality where the variable is in the denominator, a different approach
is needed.
303
23.3 CHAPTER 23. SOLVING QUADRATIC INEQUALITIES - GRADE 11
Worked Example 115: Non-linear inequality with the variable in the de-
nominator
2 1
Question: Solve ≤
x+3 x−3
Answer
1
Step 1 : Subtract x−3 from both sides
2 1
− ≤0
x+3 x−3
Step 2 : Simplify the fraction by finding LCD
2(x − 3) − (x + 3)
≤0
(x + 3)(x − 3)
x−9
≤0
(x + 3)(x − 3)
- undef + undef - 0 +
-3 3 9
x < −3 or 3<x≤9
3. Solve: y 2 < −y − 2
5. Solve: s2 − 4s > −6
6. Solve: 0 ≥ 7x2 − x + 8
7. Solve: 0 ≥ −4x2 − x
8. Solve: 0 ≥ 6x2
9. Solve: 2x2 2 + x + 6 ≤ 0
x
10. Solve for x if: < 2 and x ̸= 3.
x−3
4
11. Solve for x if: ≤ 1.
x−3
304
CHAPTER 23. SOLVING QUADRATIC INEQUALITIES - GRADE 11 23.3
4
12. Solve for x if: < 1.
(x − 3)2
2x − 2
13. Solve for x: >3
x−3
−3
14. Solve for x: <0
(x − 3)(x + 1)
15. Solve: (2x − 3)2 < 4
15 − x
16. Solve: 2x ≤
x
x2 + 3
17. Solve for x: ≤0
3x − 2
3
18. Solve: x − 2 ≥
x
x2 + 3x − 4
19. Solve for x: ≤0
5 + x4
x−2
20. Determine all real solutions: ≥1
3−x
305
23.3 CHAPTER 23. SOLVING QUADRATIC INEQUALITIES - GRADE 11
306
Chapter 24
In grade 10, you learnt how to solve sets of simultaneous equations where both equations were
linear (i.e. had the highest power equal to 1). In this chapter, you will learn how to solve sets of
simultaneous equations where one is linear and one is a quadratic. As in Grade 10, the solution
will be found both algebraically and graphically.
The only difference between a system of linear simultaneous equations and a system of simulta-
neous equations with one linear and one quadratic equation, is that the second system will have
at most two solutions.
An example of a system of simultaneous equations with one linear equation and one quadratic
equation is:
y − 2x = −4 (24.1)
2
x +y =4
The method of graphically finding the solution to one linear and one quadratic equation is
identical to systems of linear simultaneous equations.
Method: Graphical solution to a system of simultaneous equations with one linear and
one quadratic equation
3. The solution of the set of simultaneous equations is given by the intersection points of the
two graphs.
y = 2x − 4
y = 4 − x2
Plotting the graph of each equation, gives a straight line for the first equation and a parabola
for the second equation.
The parabola and the straight line intersect at two points: (2,0) and (-4,-12). Therefore, the
solutions to the system of equations in (24.1) is x = 2, y = 0 and x = −4, y = 12
307
24.1 CHAPTER 24. SOLVING SIMULTANEOUS EQUATIONS - GRADE 11
4
6 −
x
2
4
=
y
(1,0)
2
−6 −4 −2 −2 2 4 6
− x2
−4
−6
4
y=
−8
−10
(-4,-12) −12
−14
y − x2 + 9 = 0
y + 3x − 9 = 0
Answer
Step 1 : Make y the subject of the equation
For the first equation:
y − x2 + 9 = 0
y = x2 − 9
y + 3x − 9 = 0
y = −3x + 9
40
30
y=
(-6,27) −3
x+
9 20
−9
x2
10
y=
−8 −6 −4 −2 2 (3,0) 4 6 8
308
CHAPTER 24. SOLVING SIMULTANEOUS EQUATIONS - GRADE 11 24.2
y − 2x = −4
x2 + y = 4
is:
The corresponding solutions for y are obtained by substitution of the x-values into the first
equation
As expected, these solutions are identical to those obtained by the graphical solution.
y − x2 + 9 = 0
y + 3x − 9 = 0
Answer
Step 1 : Make y the subject of the linear equation
309
24.2 CHAPTER 24. SOLVING SIMULTANEOUS EQUATIONS - GRADE 11
y + 3x − 9 = 0
y = −3x + 9
(−3x + 9) − x2 + 9 = 0
x2 + 3x − 18 = 0
Factorise to get: (x + 6)(x − 3) = 0
∴ the 2 solutions for x are: x = −6 and x=3
Step 3 : Substitute the values for x into the first equation to calculate the
corresponding y-values.
y = −3(−6) + 9 = 27 for x = −6
and: y = −3(3) + 9 = 0 for x = 3
Solve the following systems of equations algebraically. Leave your answer in surd
form, where appropriate.
310
CHAPTER 24. SOLVING SIMULTANEOUS EQUATIONS - GRADE 11 24.2
1. a + b = 5 a − b2 + 3b − 5 = 0
2. a − b + 1 = 0 a − b2 + 5b − 6 = 0
(2b+2)
3. a − 4 =0 a − 2b2 + 3b + 5 = 0
4. a + 2b − 4 = 0 a − 2b2 − 5b + 3 = 0
5. a − 2 + 3b = 0 a − 9 + b2 = 0
6. a − b − 5 = 0 a − b2 = 0
7. a − b − 4 = 0 a + 2b2 − 12 = 0
8. a + b − 9 = 0 a + b2 − 18 = 0
9. a − 3b + 5 = 0 a + b2 − 4b = 0
10. a + b − 5 = 0 a − b2 + 1 = 0
11. a − 2b − 3 = 0 a − 3b2 + 4 = 0
12. a − 2b = 0 a − b2 − 2b + 3 = 0
13. a − 3b = 0 a − b2 + 4 = 0
14. a − 2b − 10 = 0 a − b2 − 5b = 0
15. a − 3b − 1 = 0 a − 2b2 − b + 3 = 0
16. a − 3b + 1 a − b2 = 0
17. a + 6b − 5 = 0 a − b2 − 8 = 0
18. a − 2b + 1 = 0 a − 2b2 − 12b + 4
19. 2a + b − 2 = 0 8a + b2 − 8 = 0
20. a + 4b − 19 = 0 8a + 5b2 − 101 = 0
21. a + 4b − 18 = 0 2a + 5b2 − 57
311
24.2 CHAPTER 24. SOLVING SIMULTANEOUS EQUATIONS - GRADE 11
312
Chapter 25
Up until now, you have only learnt how to solve equations and inequalities, but there has not
been much application of what you have learnt. This chapter builds introduces you to the idea
of a mathematical model which uses mathematical concepts to solve real-world problems.
A mathematical model is an equation (or a set of equations for the more difficult problems)
that describes are particular situation. For example, if Anna receives R3 for each time she helps
her mother wash the dishes and R5 for each time she helps her father cut the grass, how much
money will Anna earn if she helps her mother 5 times to wash the dishes and helps her father 2
times to wash the car. The first step to modelling is to write the equation, that describes the
situation. To calculate how much Anna will earn we see that she will earn :
If however, we say, what is the equation if Anna helps her mother x times and her father y times.
Then we have:
Total earned = x × R3 + y × R5
4. In computer games
313
25.1 CHAPTER 25. MATHEMATICAL MODELS - GRADE 11
5. In the sciences (e.g. physics, chemistry, biology) to understand how the natural world
works
6. In simulators that are used to train people in certain jobs, like pilots, doctors and soldiers
7. In medicine to track the progress of a disease
1. Jack and Jill both have colds. Jack sneezes twice for each sneeze of Jill’s. If
Jill sneezes x times, write an equation describing how many times they both
sneezed?
2. It rains half as much in July as it does in December. If it rains y mm in July,
write an expression relating the rainfall in July and December.
3. Zane can paint a room in 4 hours. Billy can paint a room in 2 hours. How
long will it take both of them to paint a room together?
4. 25 years ago, Arthur was 5 more than 31 as old as Lee was. Today, Lee is 26
less than twice Arthur’s age. How old is Lee?
5. Kevin has played a few games of ten-pin bowling. In the third game, Kevin
scored 80 more than in the second game. In the first game Kevin scored 110
less than the third game. His total score for the first two games was 208. If he
wants an average score of 146, what must he score on the fourth game?
6. Erica has decided to treat her friends to coffee at the Corner Coffee House.
Erica paid R54,00 for four cups of cappuccino and three cups of filter coffee.
If a cup of cappuccino costs R3,00 more than a cup of filter coffee, calculate
how much each type of coffee costs?
7. The product of two integers is 95. Find the integers if their total is 24.
s = 5t2 + v0 t
• s =? m
Step 3 : Substitute values into expression
s = 5t2 + v0 t
= 5(2)2 + (10)(2)
= 5(4) + 20
= 20 + 20
= 40
s = 5t2 + v0 t
s = 5t2 + v0 t
2000 = 5t2 + (0)(2)
2000 = 5t2
2000
t2 =
5
= 400
∴ t = 20 s
315
25.1 CHAPTER 25. MATHEMATICAL MODELS - GRADE 11
400
200
100
0
0 10 20 30 40
Time (s)
1. How far does the car travel in 20 s?
2. How long does it take the car to travel 300 m?
Question: Currently the subsription to a gym for a single member is R1 000 annu-
ally while family membership is R1 500. The gym is considering raising all member-
shipfees by the same amount. If this is done then the single membership will cost 75
of the family membership. Determine the proposed increase.
Answer
Step 1 : Summarise the information in a table
Let the proposed increase be x.
7 000 + 7x = 7 500 + 5x
2x = 500
x = 250
s = 5t2 + v0 t
In this equation, v0 is the initial velocity, in m·s−1 . Distance is measured in meters and
time is measured in seconds. Use the equation to find how long it takes a tennis ball to
reach the ground if it is thrown downward from a hot-air balloon that is 500 m high. The
tennis ball is thrown at an initial velocity of 5 m·s−1 .
2. The table below lists the times that Sheila takes to walk the given distances.
Time (minutes) 5 10 15 20 25 30
Distance (km) 1 2 3 4 5 6
times.
A If the building has 16 floors and there are 9 people who get into the lift, how many
times is the lift expected to stop?
B How many people would you expect in a lift, if it stopped 12 times and there are 17
floors?
5. A wooden block is made as shown in the diagram. The ends are right-angled triangles
having sides 3x, 4x and 5x. The length of the block is y. The total surface area of the
block is 3 600 cm2 .
3x 4x
Show that
300 − x2
y=
x
318
CHAPTER 25. MATHEMATICAL MODELS - GRADE 11 25.2
6. A stone is thrown vertically upwards and its height (in metres) above the ground at time
t (in seconds) is given by:
h(t) = 35 − 5t2 + 30t
Assume that the petrol costs R4,00 per litre and the driver earns R18,00 per hour (travelling
time). Now deduce that the total cost, C, in Rands, for a 2 000 km trip is given by:
256000
C(x) = + 40x
x
8. During an experiment the temperature T (in degrees Celsius), varies with time t (in hours),
according to the formula:
1
T (t) = 30 + 4t − t2 t ∈ [1; 10]
2
A Determine an expression for the rate of change of temperature with time.
B During which time interval was the temperature dropping?
9. In order to reduce the temperature in a room from 28◦ C, a cooling system is allowed to
operate for 10 minutes. The room temperature, T after t minutes is given in ◦ C by the
formula:
T = 28 − 0,008t3 − 0,16t where t ∈ [0; 10]
A At what rate (rounded off to TWO decimal places) is the temperature falling when
t = 4 minutes?
B Find the lowest room temperature reached during the 10 minutes for which the cooling
system operates, by drawing a graph.
10. A washing powder box has the shape of a rectangular prism as shown in the diagram below.
The box has a volume of 480 cm3 , a breadth of 4 cm and a length of x cm.
Washing powder
Show that the total surface area of the box (in cm2 ) is given by:
A = 8x + 960x−1 + 240
Extension: Simulations
A simulation is an attempt to model a real-life situation on a computer so that it
319
25.2 CHAPTER 25. MATHEMATICAL MODELS - GRADE 11
can be studied to see how the system works. By changing variables, predictions
may be made about the behaviour of the system. Simulation is used in many con-
texts, including the modeling of natural systems or human systems in order to gain
insight into their functioning. Other contexts include simulation of technology for
performance optimization, safety engineering, testing, training and education. Sim-
ulation can be used to show the eventual real effects of alternative conditions and
courses of action. Simulation in education Simulations in education are somewhat
like training simulations. They focus on specific tasks. In the past, video has been
used for teachers and education students to observe, problem solve and role play;
however, a more recent use of simulations in education include animated narrative
vignettes (ANV). ANVs are cartoon-like video narratives of hypothetical and reality-
based stories involving classroom teaching and learning. ANVs have been used to
assess knowledge, problem solving skills and dispositions of children, and pre-service
and in-service teachers.
320
Chapter 26
26.1 Introduction
In Grade 10, you studied graphs of many different forms. In this chapter, you will learn a little
more about the graphs of functions.
−5 −4 −3 −2 −1 1 2 3 4 5
−1
−2
−3
Figure 26.1: Graph of f (x) = 12 (x + 2)2 − 1
E e(x) = (x + 2)2
Use your results to deduce the effect of p.
2. On the same set of axes, plot the following graphs:
A f (x) = (x − 2)2 + 1
B g(x) = (x − 1)2 + 1
C h(x) = x2 + 1
D j(x) = (x + 1)2 + 1
E k(x) = (x + 2)2 + 1
Use your results to deduce the effect of q.
3. Following the general method of the above activities, choose your own values of
p and q to plot 5 different graphs (on the same set of axes) of y = a(x+ p)2 + q
to deduce the effect of a.
From your graphs, you should have found that a affects whether the graph makes a smile or a
frown. If a < 0, the graph makes a frown and if a > 0 then the graph makes a smile. This is
shown in Figure 10.9.
You should have also found that the value of p affects whether the turning point of the graph is
above the x-axis (p < 0) or below the x-axis (p > 0).
You should have also found that the value of q affects whether the turning point is to the left
of the y-axis (q > 0) or to the right of the y-axis (q < 0).
These different properties are summarised in Table 26.1. The axes of symmetry for each graph
is shown as a dashed line.
Table 26.1: Table summarising general shapes and positions of functions of the form y =
a(x + p)2 + q. The axes of symmetry are shown as dashed lines.
p<0 p>0
a>0 a<0 a>0 a<0
q≥0
q≤0
This tells us that for all values of x, f (x) is always greater than q. Therefore if a > 0, the range
of f (x) = a(x + p)2 + q is {f (x) : f (x) ∈ [q,∞)}.
Similarly, it can be shown that if a < 0 that the range of f (x) = a(x + p)2 + q is {f (x) : f (x) ∈
(−∞,q]}. This is left as an exercise.
For example, the domain of g(x) = (x − 1)2 + 2 is {x : x ∈ R} because there is no value of
x ∈ R for which g(x) is undefined. The range of g(x) can be calculated as follows:
(x − p)2 ≥ 0
2
(x + p) + 2 ≥ 2
g(x) ≥ 2
26.2.2 Intercepts
For functions of the form, y = a(x + p)2 + q, the details of calculating the intercepts with the
x and y axis is given.
The y-intercept is calculated as follows:
If p = 0, then yint = q.
For example, the y-intercept of g(x) = (x − 1)2 + 2 is given by setting x = 0 to get:
g(x) = (x − 1)2 + 2
yint = (0 − 1)2 + 2
= (−1)2 + 2
= 1+2
= 3
However, (26.8) is only valid if − aq > 0 which means that either q < 0 or a < 0. This is
consistent with what we expect, since if q > 0 and a > 0 then − aq is negative and in this case
the graph lies above the x-axis and therefore does not intersect the x-axis. If however, q > 0
and a < 0, then − aq is positive and the graph is hat shaped and should have two x-intercepts.
Similarly, if q < 0 and a > 0 then − aq is also positive, and the graph should intersect with the
x-axis.
For example, the x-intercepts of g(x) = (x − 1)2 + 2 is given by setting y = 0 to get:
g(x) = (x − 1)2 + 2
0 = (xint − 1)2 + 2
−2 = (xint − 1)2
which is not real. Therefore, the graph of g(x) = (x − 1)2 + 2 does not have any x-intercepts.
Exercise: Intercepts
1. Find the x- and y-intercepts of the function f (x) = (x − 4)2 − 1.
2. Find the intercepts with both axes of the graph of f (x) = x2 − 6x + 8.
3. Given: f (x) = −x2 + 4x − 3. Calculate the x- and y-intercepts of the graph
of f .
q = a(x + p)2 + q
0 = a(x + p)2
0 = (x + p)2
0 = x+p
x = −p
324
CHAPTER 26. QUADRATIC FUNCTIONS AND GRAPHS - GRADE 11 26.2
1. sign of a
2. domain and range
3. turning point
4. y-intercept
5. x-intercept
For example, sketch the graph of g(x) = − 12 (x + 1)2 − 3. Mark the intercepts, turning point
and axis of symmetry.
Firstly, we determine that a < 0. This means that the graph will have a maximal turning point.
The domain of the graph is {x : x ∈ R} because f (x) is defined for all x ∈ R. The range of the
graph is determined as follows:
(x + 1)2 ≥ 0
1
− (x + 1)2 ≤ 0
2
1
− (x + 1)2 − 3 ≤ −3
2
∴ f (x) ≤ −3
−4 −3 −2 −1 1 2 3 4
−1
−2
(-1,-3)
−3
(0,-3.5)
−4
−5
−6
−7
326
CHAPTER 26. QUADRATIC FUNCTIONS AND GRAPHS - GRADE 11 26.3
Given a parabola with equation y = x2 − 2x − 3. The graph of the parabola is shifted one unit
to the right. Or else the y-axis shifts one unit to the left. Therefore the new equation will become:
y = (x − 1)2 − 2(x − 1) − 3
= x2 − 2x + 1 − 2x + 2 − 3
= x2 − 4x
If the given parabola is shifted 3 units down, the new equation will become:
(Notice the x-axis then moves 3 units upwards)
y+3 = x2 − 2x − 3
y = x2 − 2x − 6
(3,9)
4. Given: f : x = x2 − 2x3. Give the equation of the new graph originating if:
A The graph of f is moved three units to the left.
B The x - axis is moved down three.
5. A parabola with turning point (-1; -4) is shifted vertically by 4 units upwards. What are
the coordinates of the turning point of the shifted parabola ?
327
26.3 CHAPTER 26. QUADRATIC FUNCTIONS AND GRAPHS - GRADE 11
328
Chapter 27
27.1 Introduction
In Grade 10, you studied graphs of many different forms. In this chapter, you will learn a little
more about the graphs of functions.
a
27.2 Functions of the Form y = x+p +q
This form of the hyperbolic function is slightly more complex than the form studied in Grade 10.
−5 −4 −3 −2 −1 1 2 3 4 5
−1
−2
−3
−4
−5
a
Figure 27.1: General shape and position of the graph of a function of the form f (x) = x+p + q.
The asymptotes are shown as dashed lines.
a
Activity :: Investigation : Functions of the Form y = x+p +q
1. On the same set of axes, plot the following graphs:
329
27.2 CHAPTER 27. HYPERBOLIC FUNCTIONS AND GRAPHS - GRADE 11
−2
A a(x) = x+1 +1
−1
B b(x) = x+1 +1
0
C c(x) = x+1 +1
+1
D d(x) = x+1 +1
+2
E e(x) = x+1 +1
Use your results to deduce the effect of a.
2. On the same set of axes, plot the following graphs:
1
A f (x) = x−2 + 1
1
B g(x) = x−1 + 1
1
C h(x) = x+0 + 1
1
D j(x) = x+1 + 1
1
E k(x) = x+2 + 1
You should have found that the value of a affects whether the graph is located in the first and
third quadrants of Cartesian plane.
You should have also found that the value of p affects whether the x-intercept is negative (p > 0)
or positive (p < 0).
You should have also found that the value of q affects whether the graph lies above the x-axis
(q > 0) or below the x-axis (q < 0).
These different properties are summarised in Table 27.1. The axes of symmetry for each graph
is shown as a dashed line.
a
Table 27.1: Table summarising general shapes and positions of functions of the form y = x+p +q.
The axes of symmetry are shown as dashed lines.
p<0 p>0
a>0 a<0 a>0 a<0
q>0
q<0
a
We see that y = x+p + q can be re-written as:
a
y +q
=
x+p
a
y−q =
x+p
If x ̸= −p then: (y − q)(x + p) = a
a
x+p =
y−q
a
This shows that the function is undefined at y = q. Therefore the range of f (x) = x+p + q is
{f (x) : f (x) ∈ (−∞,q) ∪ (q,∞)}.
2
For example, the domain of g(x) = x+1 + 2 is {x : x ∈ R, x ̸= −1} because g(x) is undefined
at x = −1.
2
y = +2
x+1
2
(y − 2) =
x+1
(y − 2)(x + 1) = 2
2
(x + 1) =
y−2
We see that g(x) is undefined at y = 2. Therefore the range is {g(x) : g(x) ∈ (−∞,2) ∪ (2,∞)}.
1
Determine the range of y = x + 1.
8
Given:f (x) = x−8 + 4. Write down the domain of f .
8
Determine the domain of y = − x+1 +3
27.2.2 Intercepts
a
For functions of the form, y = x+p + q, the intercepts with the x and y axis is calculated by
setting x = 0 for the y-intercept and by setting y = 0 for the x-intercept.
2
For example, the y-intercept of g(x) = x+1 + 2 is given by setting x = 0 to get:
2
y = +2
x+1
2
yint = +2
0+1
2
= +2
1
= 2+2
= 4
2
For example, the x-intercept of g(x) = x+1 + 2 is given by setting x = 0 to get:
2
y = +2
x+1
2
0 = +2
xint + 1
2
−2 =
xint + 1
−2(xint + 1) = 2
2
xint + 1 =
−2
xint = −1 − 1
xint = −2
Exercise: Intercepts
1
Given:h(x) = x+4 − 2. Determine the coordinates of the intercepts of h with
the x- and y-axes.
5
Determine the x-intercept of the graph of y = x + 2. Give a reason why there is
no y-intercept for this function.
27.2.3 Asymptotes
a
There are two asymptotes for functions of the form y = x+p + q. They are determined by
examining the domain and range.
332
CHAPTER 27. HYPERBOLIC FUNCTIONS AND GRAPHS - GRADE 11 27.3
We saw that the function was undefined at x = −p and for y = q. Therefore the asymptotes
are x = −p and y = q.
2
For example, the domain of g(x) = x+1 + 2 is {x : x ∈ R, x ̸= −1} because g(x) is undefined
at x = −1. We also see that g(x) is undefined at y = 2. Therefore the range is {g(x) : g(x) ∈
(−∞,2) ∪ (2,∞)}.
From this we deduce that the asymptotes are at x = −1 and y = 2.
Exercise: Asymptotes
1
Given:h(x) = x+4 − 2.Determine the equations of the asymptotes of h.
1
Write down the equation of the vertical asymptote of the graph y = x−1 .
a
27.2.4 Sketching Graphs of the Form f (x) = x+p
+q
a
In order to sketch graphs of functions of the form, f (x) = x+p + q, we need to calculate
determine four characteristics:
Exercise: Graphs
1. Draw the graph of y = x1 + 2. Indicate the new horizontal asymptote.
1
2. Given:h(x) = x+4 − 2. Sketch the graph of h showing clearly the asymptotes
and ALL intercepts with the axes.
8
3. Draw the graph of y = x1 and y = − x+1 + 3 on the same system of axes.
5
4. Draw the graph of y = x−2,5 + 2. Explain your method.
8
5. Draw the graph of the function defined by y = x−8 +4. Indicate the asymptotes
and intercepts with the axes.
333
27.3 CHAPTER 27. HYPERBOLIC FUNCTIONS AND GRAPHS - GRADE 11
−4 −3 −2 −1 1 2 3 4
−1
−2
−3
2
Figure 27.2: Graph of g(x) = x+1 + 2.
334
Chapter 28
28.1 Introduction
In Grade 10, you studied graphs of many different forms. In this chapter, you will learn a little
more about the graphs of exponential functions.
−4 −3 −2 −1 1 2 3 4
Figure 28.1: General shape and position of the graph of a function of the form f (x) = ab(x+p) +q.
A f (x) = 1 · b(x+1) − 2
B g(x) = 1 · b(x+1) − 1
C h(x) = 1 · b(x+1) 0
D j(x) = 1 · b(x+1) + 1
E k(x) = 1 · b(x+1) + 2
Use your results to deduce the effect of q.
3. Following the general method of the above activities, choose your own values
of a and q to plot 5 different graphs of y = ab(x+p) + q to deduce the effect of
p.
You should have found that the value of a affects whether the graph curves upwards (a > 0) or
curves downwards (a < 0).
You should have also found that the value of p affects the position of the x-intercept.
You should have also found that the value of q affects the position of the y-intercept.
These different properties are summarised in Table 28.1. The axes of symmetry for each graph
is shown as a dashed line.
Table 28.1: Table summarising general shapes and positions of functions of the form y =
ab(x+p) + q.
p<0 p>0
a>0 a<0 a>0 a<0
q>0
q<0
For y = ab(x+p) + q, the function is defined for all real values of x. Therefore, the domain is
{x : x ∈ R}.
The range of y = ab(x+p) + q is dependent on the sign of a.
If a > 0 then:
b(x+p) ≥ 0
a · b(x+p) ≥ 0
a · b(x+p) + q ≥ q
f (x) ≥ q
If a < 0 then:
b(x+p) ≤ 0
(x+p)
a·b ≤ 0
(x+p)
a·b +q ≤ q
f (x) ≤ q
2x+1 ≥ 0
3 · 2x+1 ≥ 0
3 · 2x+1 + 2 ≥ 2
28.2.2 Intercepts
For functions of the form, y = ab(x+p) + q, the intercepts with the x and y axis is calulated by
setting x = 0 for the y-intercept and by setting y = 0 for the x-intercept.
The y-intercept is calculated as follows:
y = ab(x+p) + q (28.1)
(0+p)
yint = ab +q (28.2)
= abp + q (28.3)
y = 3 · 2x+1 + 2
yint = 3 · 20+1 + 2
= 3 · 21 + 2
= 3·2+2
= 8
y = ab(x+p) + q (28.4)
(xint +p)
0 = ab +q (28.5)
(xint +p)
ab = −q (28.6)
q
b(xint +p) = − (28.7)
a
337
28.2 CHAPTER 28. EXPONENTIAL FUNCTIONS AND GRAPHS - GRADE 11
Which only has a real solution if either a < 0 or Q < 0. Otherwise, the graph of the function of
form y = ab(x+p) + q does not have any x-intercepts.
For example, the x-intercept of g(x) = 3 · 2x+1 + 2 is given by setting x = 0 to get:
y = 3 · 2x+1 + 2
0 = 3 · 2xint +1 + 2
−2 = 3 · 2xint +1
−2
2xint +1 =
2
which has no real solution. Therefore, the graph of g(x) = 3 · 2x+1 + 2 does not have any
x-intercepts.
Exercise: Intercepts
1. Give the y-intercept of the graph of y = bx + 2.
2. Give the x- and y-intercepts of the graph of y = 12 (1,5)x+3 − 0,75.
28.2.3 Asymptotes
There are two asymptotes for functions of the form y = ab(x+p) + q. They are determined by
examining the domain and range.
We saw that the function was undefined at x = −p and for y = q. Therefore the asymptotes
are x = −p and y = q.
For example, the domain of g(x) = 3 · 2x+1 + 2 is {x : x ∈ R, x ̸= −1} because g(x) is
undefined at x = −1. We also see that g(x) is undefined at y = 2. Therefore the range is
{g(x) : g(x) ∈ (−∞,2) ∪ (2,∞)}.
From this we deduce that the asymptotes are at x = −1 and y = 2.
Exercise: Asymptotes
1. Give the equation of the asymptote of the graph of y = 3x − 2.
2. What is the equation of the horizontal asymptote of the
graph of y = 3(0,8)x−1 − 3 ?
In order to sketch graphs of functions of the form, f (x) = ab(x+p) + q, we need to calculate
determine four characteristics:
2. y-intercept
338
CHAPTER 28. EXPONENTIAL FUNCTIONS AND GRAPHS - GRADE 11 28.3
3. x-intercept
For example, sketch the graph of g(x) = 3 · 2x+1 + 2. Mark the intercepts.
We have determined the domain to be {x : x ∈ R} and the range to be {g(x) : g(x) ∈ [5,∞)}.
The y-intercept is yint = 8 and there are no x-intercepts.
11
10
−4 −3 −2 −1 1 2 3 4
x A B C
-2 7,25 6,25 2,5
-1 3,5 2,5 1
0 2 1 0,4
1 1,4 0,4 0,16
2 1,16 0,16 0,064
340
Chapter 29
29.1 Introduction
In Grade 10, we investigated the idea of average gradient and saw that the gradient of some
functions varied over different intervals. In Grade 11, we further look at the idea of average
gradient, and are introduced to the idea of a gradient of a curve at a point.
We saw that the average gradient between two points on a curve is the gradient of the straight
line passing through the two points.
A(-3,7)
y
x
C(-1,-1)
Figure 29.1: The average gradient between two points on a curve is the gradient of the straight
line that passes through the points.
What happens to the gradient if we fix the position of one point and move the second point
closer to the fixed point?
341
29.2 CHAPTER 29. GRADIENT AT A POINT - GRADE 11
xA yA average gradient y x
-2
-1.5 B
-1
-0.5
0
0.5
1 A
1.5
2
What happens to the average gradient as A moves towards B? What happens to the
average gradient as A away from B? What is the average gradient when A overlaps
with B?
In Figure 29.2, the gradient of the straight line that passes through points A and C changes as
A moves closer to C. At the point when A and C overlap, the straight line only passes through
one point on the curve. Such a line is known as a tangent to the curve.
(a) (b)
A y y
x x
C C
(c) (d)
y y
x x
C A C
A
Figure 29.2: The gradient of the straight line between A and C changes as the point A moves
along the curve towards C. There comes a point when A and C overlap (as shown in (c)). At
this point the line is a tangent to the curve.
We therefore introduce the idea of a gradient at a single point on a curve. The gradient at a
point on a curve is simply the gradient of the tangent to the curve at the given point.
Question: Find the average gradient between two points P(a; g(a)) and Q(a +
h; g(a+h)) on a curve g(x) = x2 . Then find the average gradient between P(2; g(2))
342
CHAPTER 29. GRADIENT AT A POINT - GRADE 11 29.2
and Q(4; g(4)). Finally, explain what happens to the average gradient if P moves
closer to Q.
Answer
Step 1 : Label x points
x1 = a
x2 = a + h
Step 2 : Determine y coordinates
Using the function g(x) = x2 , we can determine:
y1 = g(a) = a2
y2 = g(a + h)
= (a + h)2
= a2 + 2ah + h2
The average gradient between P(a; g(a)) and Q(a+ h; g(a+ h)) on the curve g(x) =
x2 is 2a + h.
Step 4 : Calculate the average gradient between P(2; g(2)) and Q(4; g(4))
We can use the result in (29.1), but we have to determine what is a and h. We do
this by looking at the definitions of P and Q. The x coordinate of P is a and the x
coordinate of Q is a + h therefore if we assume that a = 2 then if a + h = 4, which
gives h = 2.
Then the average gradient is:
2a + h = 2(2) + (2) = 6
We now see that we can write the equation to calculate average gradient in a slightly different
manner. If we have a curve defined by f (x) then for two points P and Q with P(a; f (a)) and
Q(a + h; f (a + h)), then the average gradient between P and Q on f (x) is:
y2 − y1 f (a + h) − f (a)
=
x2 − x1 (a + h) − (a)
f (a + h) − f (a)
=
h
This result is important for calculating the gradient at a point on a curve and will be explored
in greater detail in Grade 12.
343
29.3 CHAPTER 29. GRADIENT AT A POINT - GRADE 11
344
Chapter 30
30.1 Introduction
In everyday life people are interested in knowing the most efficient way of carrying out a task or
achieving a goal. For example, a farmer might want to know how many crops to plant during
a season in order to maximise yield (produce) or a stock broker might want to know how much
to invest in stocks in order to maximise profit. These are examples of optimisation problems,
where by optimising we mean finding the maxima or minima of a function.
We have seen optimisation problems of one variable in Chapter 40, where there were no re-
strictions to the answer. You were then required to find the highest (maximum) or lowest
(minimum) possible value of some function. In this chapter we look at optimisation problems
with two variables and where the possible solutions are restricted.
30.2 Terminology
There are some basic terms which you need to become familiar with for the linear programming
chapters.
The aim of an optimisation problem is to find the values of the decision variables. These values
are unknown at the beginning of the problem. Decision variables usually represent things that
can be changed, for example the rate at which water is consumed or the number of birds living
in a certain park.
The objective function is a mathematical combination of the decision variables and represents the
function that we want to optimise (i.e. maximise or minimise) is called the objective function.
We will only be looking at objective functions which are functions of two variables. For example,
in the case of the farmer, the objective function is the yield and it is dependent on the amount of
crops planted. If the farmer has two crops then the objective function f (x,y) is the yield, where
x represents the amount of the first crop planted and y represents the amount of the second
crop planted. For the stock broker, assuming that there are two stocks to invest in, the objective
function f (x,y) is the amount of profit earned by investing x rand in the first stock and y rand
in the second.
345
30.2 CHAPTER 30. LINEAR PROGRAMMING - GRADE 11
30.2.3 Constraints
Constraints, or restrictions, are often placed on the variables being optimised. For the example
of the farmer, he cannot plant a negative number of crops, therefore the constraints would be:
x≥0
y ≥ 0.
Other constraints might be that the farmer cannot plant more of the second crop than the first
crop and that no more than 20 units of the first crop can be planted. These constraints can be
written as:
x≥y
x ≤ 20
x+y ≤0
−2x = 7
√
y≤ 2
Constraints mean that we cannot just take any x and y when looking for the x and y that
optimise our objective function. If we think of the variables x and y as a point (x,y) in the xy-
plane then we call the set of all points in the xy-plane that satisfy our constraints the feasible
region. Any point in the feasible region is called a feasible point.
For example, the constraints
x≥0
y ≥ 0.
mean that only values of x and y that are positive are allowed. Similarly, the constraint
x≥y
means that only values of x that are greater than or equal to the y values are allowed.
x ≤ 20
means that only x values which are less than or equal to 20 are allowed.
Important: Points that satisfy the constraints are called feasible solutions.
Once we have determined the feasible region the solution of our problem will be the feasible
point where the objective function is a maximum / minimum. Sometimes there will be more
346
CHAPTER 30. LINEAR PROGRAMMING - GRADE 11 30.3
than one feasible point where the objective function is a maximum/minimum — in this case we
have more than one solution.
Mrs Nkosi grows mielies and potatoes on a farm of 100 m2 . She has accepted orders
that will need her to grow at least 40 m2 of mielies and at least 30 m2 of potatoes.
Market research shows that the demand this year will be at least twice as much for
mielies as for potatoes and so she wants to use at least twice as much area for mielies
as for potatoes. She expects to make a profit of R650 per m2 for her mielies and
R1 500 per m2 on her sorgum. How should she divide her land so that she can earn
the most profit?
Let m represent the area of mielies grown and let p be the area of potatoes grown.
We shall see how we can solve this problem.
You will need to be comfortable with converting a word description to a mathematical description
for linear programming. Some of the words that are used is summarised in Table 30.1.
Question: Mrs Nkosi grows mielies and potatoes on a farm of 100 m2 . She has
accepted orders that will need her to grow at least 40 m2 of mielies and at least
347
30.5 CHAPTER 30. LINEAR PROGRAMMING - GRADE 11
30 m2 of potatoes. Market research shows that the demand this year will be at least
twice as much for mielies as for potatoes and so she wants to use at least twice as
much area for mielies as for potatoes.
Answer
Step 1 : Identify the decision variables
There are two decision variables: the area used to plant mielies (m) and the area
used to plant potatoes (p).
Step 2 : Identify the phrases that constrain the decision variables
• m ≥ 40
• p ≥ 30
• m + p ≤ 100
• m ≥ 2p
If the objective function is not given to you as an equation, you will need to be able to convert
a word description to an equation to get the objective function.
You will need to look for words like:
• most profit
• least cost
• largest area
348
CHAPTER 30. LINEAR PROGRAMMING - GRADE 11 30.5
Question: The cost of hiring a small trailer is R500 per day and the cost of hiring
a big trailer is R800 per day. Write down the objective function that can be used to
find the cheapest cost for hiring trailers for 1 day.
Answer
Step 1 : Identify the decision variables
There are two decision variables: the number of big trailers (nb ) and the number of
small trailers (ns ).
Step 2 : Write the purpose of the objective function
The purpose of the objective function is to minimise cost.
Step 3 : Write the objective function
The cost of hiring ns small trailers for 1 day is:
500 × ns
800 × nb
Therefore the objective function, which is the total cost of hiring ns small trailers
and nb big trailers for 1 day is:
500 × ns + 800 × nb
Question: Mrs Nkosi expects to make a profit of R650 per m2 for her mielies and
R1 500 per m2 on her potatoes. How should she divide her land so that she can
earn the most profit?
Answer
Step 1 : Identify the decision variables
There are two decision variables: the area used to plant mielies (m) and the area
used to plant potatoes (p).
Step 2 : Write the purpose of the objective function
The purpose of the objective function is to maximise profit.
Step 3 : Write the objective function
The profit of planting m m2 of mielies is:
650 × m
1500 × p
Therefore the objective function, which is the total profit of planting mielies and
potatoes is:
650 × m + 1500 × p
349
30.5 CHAPTER 30. LINEAR PROGRAMMING - GRADE 11
The numerical method involves using the points along the boundary of the feasible region, and
determining which point has the optimises the objective function.
650 × m + 1500 × p
to calculate Mrs. Nkosi’s profit for the following feasible solutions:
m p Profit
60 30
65 30
70 30
66 32 33 31
The question is How do you find the feasible region? We will use the graphical method of solving
a system of linear equations to determine the feasible. We draw all constraints as graphs and
mark the area that satisfies all constraints. This is shown in Figure 30.1 for Mrs. Nkosi’s farm.
Now we can use the methods we learnt previously to find the points at the vertices of the feasible
region. In Figure 30.1, vertex A is at the intersection of p = 30 and m = 2p. Therefore, the
coordinates of A are (30,60). Similarly vertex B is at the intersection of p = 30 and m = 100−p.
Therefore the coordinates of B are (30,70). Vertex C is at the intersection of m = 100 − p and
m = 2p, which gives (33 31 ,66 32 ) for the coordinates of C.
If we now substitute these points into the objective function, we get the following:
m p Profit
60 30 81 000
70 30 87 000
66 32 33 31 89 997
Therefore Mrs. Nkosi makes the most profit if she plants 66 32 m2 of mielies and 66 32 m2 of
potatoes. Her profit is R89 997.
350
CHAPTER 30. LINEAR PROGRAMMING - GRADE 11 30.5
m
100
90
80
70 B
C
60 A
50
40
30
20
10
p
10 20 30 40 50 60 70 80 90 100
Question: As part of their opening specials, a furniture store has promised to give
away at least 40 prizes with a total value of at least R2 000. The prizes are kettles
and toasters.
1. If the company decides that there will be at least 10 of each prize, write down
two more inequalities from these constraints.
2. If the cost of manufacturing a kettle is R60 and a toaster is R50, write down an
objective function C which can be used to determine the cost to the company
of both kettles and toasters.
3. Sketch the graph of the feasibility region that can be used to determine all the
possible combinations of kettles and toasters that honour the promises of the
company.
4. How many of each prize will represent the cheapest option for the company?
5. How much will this combination of kettles and toasters cost?
Answer
Step 1 : Identify the decision variables
Let the number of kettles be xk and the number of toasters be yt and write down
two constraints apart from xk ≥ 0 and yt ≥ 0 that must be adhered to.
Step 2 : Write constraint equations
Since there will be at least 10 of each prize we can write:
xk ≥ 10
and
yt ≥ 10
Also the store has promised to give away at least 40 prizes in total. Therefore:
xk + yt ≥ 40
The cost of manufacturing a kettle is R60 and a toaster is R50. Therefore the cost
the total cost C is:
C = 60xk + 50yt
Step 4 : Sketch the graph of the feasible region
yt
100
90
80
70
60
50
40
30 B
20
A
10
xk
10 20 30 40 50 60 70 80 90 100
C = 60xk + 50yt
= 60(30) + 50(10)
= 1800 + 500
= 2300
C = 60xk + 50yt
= 60(10) + 50(30)
= 600 + 1500
= 2100
is not more than 30 minutes. An Algebra problem will take 2 minutes and a Geometry
problem will take 3 minutes each to solve.
If you answer xA Algebra questions and yG Geometry questions,
A Formulate the constraints which satisfy the above constraints.
B The Algebra questions carry 5 marks each and the Geometry questions carry 10 marks
each. If T is the total marks, write down an expression for T .
2. A local clinic wants to produce a guide to healthy living. The clinic intends to produce
the guide in two formats: a short video and a printed book. The clinic needs to decide
how many of each format to produce for sale. Estimates show that no more than 10 000
copies of both items together will be sold. At least 4 000 copies of the video and at least
2 000 copies of the book could be sold, although sales of the book are not expected to
exceed 4 000 copies. Let xv be the number of videos sold, and yb the number of printed
books sold.
A Write down the constraint inequalities that can be deduced from the given informa-
tion.
B Represent these inequalities graphically and indicate the feasible region clearly.
C The clinic is seeking to maximise the income, I, earned from the sales of the two
products. Each video will sell for R50 and each book for R30. Write down the
objective function for the income.
D Determine graphically, by using a search line, the number of videos and books that
ought to be sold to maximise the income.
E What maximum income will be generated by the two guides?
3. A patient in a hospital needs at least 18 grams of protein, 0,006 grams of vitamin C and
0,005 grams of iron per meal, which consists of two types of food, A and B. Type A
contains 9 grams of protein, 0,002 grams of vitamin C and no iron per serving. Type
B contains 3 grams of protein, 0,002 grams of vitamin C and 0,005 grams of iron per
serving. The energy value of A is 800 kilojoules and the of B 400 kilojoules per mass unit.
A patient is not allowed to have more than 4 servings of A and 5 servings of B. There are
xA servings of A and yB servings of B on the patients plate.
A Write down in terms of xA and yB
i. The mathematical constraints which must be satisfied.
ii. The kilojoule intake per meal.
B Represent the constraints graphically on graph paper. Use the scale 1 unit = 20mm
on both axes. Shade the feasible region.
C Deduce from the graphs, the values of xA and yB which will give the minimum
kilojoule intake per meal for the patient.
4. A certain motorcycle manufacturer produces two basic models, the ’Super X’ and the
’Super Y’. These motorcycles are sold to dealers at a profit of R20 000 per ’Super X’ and
R10 000 per ’Super Y’. A ’Super X’ requires 150 hours for assembly, 50 hours for painting
and finishing and 10 hours for checking and testing. The ’Super Y’ requires 60 hours for
assembly, 40 hours for painting and finishing and 20 hours for checking and testing. The
total number of hours available per month is: 30 000 in the assembly department, 13 000
in the painting and finishing department and 5 000 in the checking and testing department.
The above information can be summarised by the following table:
Department Hours for ‘Super X’ Hours for Super ‘Y’ Maximum hours
available per month
Assembley 150 60 30 000
Painting and Finishing 50 40 13 000
Checking and Testing 10 20 5 000
Let x be the number of ’Super X’ and y be the number of ’Super Y’ models manufactured
per month.
353
30.6 CHAPTER 30. LINEAR PROGRAMMING - GRADE 11
5. A group of students plan to sell x hamburgers and y chicken burgers at a rugby match.
They have meat for at most 300 hamburgers and at most 400 chicken burgers. Each
burger of both types is sold in a packet. There are 500 packets available. The demand is
likely to be such that the number of chicken burgers sold is at least half the number of
hamburgers sold.
6. Fashion-cards is a small company that makes two types of cards, type X and type Y. With
the available labour and material, the company can make not more than 150 cards of type
X and not more than 120 cards of type Y per week. Altogether they cannot make more
than 200 cards per week.
There is an order for at least 40 type X cards and 10 type Y cards per week. Fashion-cards
makes a profit of R5 for each type X card sold and R10 for each type Y card.
Let the number of type X cards be x and the number of type Y cards be y, manufactured
per week.
A One of the constraint inequalities which represents the restrictions above is x ≤ 150.
Write the other constraint inequalities.
B Represent the constraints graphically and shade the feasible region.
C Write the equation that represents the profit P (the objective function), in terms of
x and y.
D Calculate the maximum weekly profit.
7. To meet the requirements of a specialised diet a meal is prepared by mixing two types of
cereal, Vuka and Molo. The mixture must contain x packets of Vuka cereal and y packets of
Molo cereal. The meal requires at least 15 g of protein and at least 72 g of carbohydrates.
Each packet of Vuka cereal contains 4 g of protein and 16 g of carbohydrates. Each packet
of Molo cereal contains 3 g of protein and 24 g of carbohydrates. There are at most 5
packets of cereal available. The feasible region is shaded on the attached graph paper.
6
6
5
5
3
3
2
2
1
1
0
0
00 11 22 33 44 55 66
Number of packets of Vuka
8. A bicycle manufacturer makes two different models of bicycles, namely mountain bikes and
speed bikes. The bicycle manufacturer works under the following constraints:
No more than 5 mountain bicycles can be assembled daily.
No more than 3 speed bicycles can be assembled daily.
It takes one man to assemble a mountain bicycle, two men to assemble a speed bicycle
and there are 8 men working at the bicycle manufacturer.
Let x represent the number of mountain bicycles and let y represent the number of speed
bicycles.
A Determine algebraically the constraints that apply to this problem.
B Represent the constraints graphically on the graph paper.
C By means of shading, clearly indicate the feasible region on the graph.
D The profit on a mountain bicycle is R200 and the profit on a speed bicycle is R600.
Write down an expression to represent the profit on the bicycles.
E Determine the number of each model bicycle that would maximise the profit to the
manufacturer.
355
30.6 CHAPTER 30. LINEAR PROGRAMMING - GRADE 11
356
Chapter 31
Geometry - Grade 11
31.1 Introduction
A pyramid is a geometric solid that has a polygon base and the base is joined to an apex.
Examples of pyramids are shown in Figure 31.1.
357
31.2 CHAPTER 31. GEOMETRY - GRADE 11
Question: If a cone
√ has a height of h and a base of radius r, show that the surface
area is πr2 + πr r2 + h2 .
Answer
Step 1 : Draw a picture
h a h
r
r
2πr = circumference
This curved surface can be cut into many thin triangles with height close to a (a
is called a slant height). The area of these triangles will add up to 12 ×base×height
which is 12 × 2πr × a = πra
Step 3 : Calculate a
a can be calculated by using the Theorem of Pythagoras. Therefore:
!
a = r 2 + h2
Ab = πr2
Step 5 : Calculate the area of the curved walls
Aw = πra
!
= πr r2 + h2
A = Ab + Aw
!
= πr2 + πr r 2 + h2
Method:
Volume of a Pyramid
The volume of a pyramid is found by:
1
V = A·h
3
where A is the area of the base and h is the height.
358
CHAPTER 31. GEOMETRY - GRADE 11 31.2
Question: What is the volume of a square pyramid, 3cm high with a side length
of 2cm?
Answer
Step 1 : Determine the correct formula
The volume of a pyramid is
1
V = A · h,
3
which for a square base means
1
V = a · a · h.
3
3cm
2cm 2cm
1
= ·2·2·3
3
1
= · 12
3
= 4 cm3
We accept the following formulae for volume and surface area of a sphere (ball).
1. Calculate the volumes and surface areas of the following solids: *Hint for (e):
find the perpendicular height using Pythagoras.
a) b) c) d) e)
6
4 5 13
14
24
7 24
a hemisphere a cone
a sphere a pyramid with
a hemisphere on a square base
top of a cone
2. Water covers approximately 71% of the Earth’s surface. Taking the radius of
the Earth to be 6378 km, what is the total area of land (area not covered by
water)?
3.
A right triangular pyramid is placed on top of a
right triangular prism. The prism has an equi-
lateral triangle of side length 20 cm as a base,
and has a height of 42 cm. The pyramid has a
height of 12 cm.
A
If
P
1. Â = P̂ ; B̂ = Q̂; Ĉ = R̂; D̂ = Ŝ;
Ê = T̂
E B
T Q and
AB BC CD DE EA
2. PQ = QR = RS = ST = TP
Question:
360
CHAPTER 31. GEOMETRY - GRADE 11 31.4
R
x
3-
Q
x
Polygons PQTU and PRSU are similar.
Find the value of x. P
S
T 1
U 3
Answer
Step 1 : Identify corresponding sides
Since the polygons are similar,
PQ TU
=
PR SU
x 3
∴ =
x + (3 − x) 1
x
∴ = 3
3
∴x = 9
31.4.1 Proportion
Two line segments are divided in the same proportion if the ratios between their parts are equal.
AB x kx DE
= = =
BC y ky EF
∴ the line segments are in the same proportion
C
B y
x D
A E
kx
F
ky
1. AC · F E = CB · DF
CB FE
2. AC = DF
AB DE BC FE
3. BC = FE and AB = DE
AB DE AC DF
4. AC = DF and AB = DE
• Triangles with equal heights have areas which are in the same proportion to each other as
the bases of the triangles.
361
31.4 CHAPTER 31. GEOMETRY - GRADE 11
h1 = h2
1
area △ABC BC × h1 BC
∴ = 21 =
area △DEF 2 EF × h 2 EF
A D
h1
h2
B C E F
• A special case of this happens when the bases of the triangles are equal:
Triangles with equal bases between the same parallel lines have the same area.
1
area △ABC = · h · BC = area △DBC
2
A D
B C
• Triangles on the same side of the same base, with equal areas, lie between parallel lines.
A D
B C
Theorem 1. Proportion Theorem:A line drawn parallel to one side of a triangle divides the other
two sides proportionally.
E D
A A
A
h1
h2
D E
B C
B C B C
D E
362
CHAPTER 31. GEOMETRY - GRADE 11 31.4
Proof:
Draw h1 from E perpendicular to AD, and h2 from D perpendicular to AE.
Draw BE and CD.
1
area △ADE 2 AD · h1 AD
= 1 =
area △BDE 2 DB · h1
DB
1
area △ADE 2 AE · h2 AE
= 1 =
area △CED 2 EC · h2
EC
but area △BDE = area △CED (equal base and height)
area △ADE area △ADE
∴ =
area △BDE area △CED
AD AE
∴ =
DB EC
∴ DE divides AB and AC proportionally.
Similarly,
AD AE
=
AB AC
AB AC
=
BD CE
Theorem 2. Midpoint Theorem: A line joining the midpoints of two sides of a triangle is parallel
to the third side and equal to half the length of the third side.
Proof:
This is a special case of the Proportionality Theorem (Theorem 1).
A
If AB = BD and AC = AE,
then DE ∥ BC and BC = 2DE. B C
D E
Theorem 3. Similarity Theorem 1:Equiangular triangles have their sides in proportion and are
therefore similar.
A
D
G H
E F
B C
R.T.P.:
AB AC
=
DE DF
AG = DE; AH = DF (const.)
 = D̂ (given)
∴ △AGH ≡ △DEF (SAS)
∴ AĜH = Ê = B̂
∴ GH ∥ BC (corres. ∠’s equal)
AG AH
∴ = (proportion theorem)
AB AC
DE DF
∴ = (AG = DE; AH = DF)
AB AC
∴ △ABC ||| △DEF
Theorem 4. Similarity Theorem 2:Triangles with sides in proportion are equiangular and there-
fore similar.
A
h1
h2
D E
B C
Proof:
1
area △ADE 2 AD · h1 AD
= 1 =
area △BDE 2 DB · h1
DB
1
area △ADE 2 AE · h2 AE
= 1 =
area △CED 2 EC · h2
EC
AD AE
but = (given)
DB EC
area △ADE area △ADE
∴ =
area △BDE area △CED
∴ area △BDE = area △CED
∴ DE ∥ BC (same side of equal base DE, same area)
∴ AD̂E = AB̂C (corres ∠’s)
and AÊD = AĈB
1 2
1 2
B C
R.T.P.:BC 2 = AB 2 + AC 2
Proof:
Let Ĉ = x
∴ Â2 = 90◦ − x (∠ ’s of a △ )
∴ Â1 = x
B̂ = 90◦ − x (∠ ’s of a △ )
D̂1 = D̂2 = Â = 90◦
∴ AB 2 + AC 2 = CB(BD + CD)
= CB(CB)
= CB 2
i.e. BC 2 = AB 2 + AC 2
JK
Question: In △ GHI, GH ∥ LJ; GJ ∥ LK and KI = 35 . Determine HJ
KI .
365
31.4 CHAPTER 31. GEOMETRY - GRADE 11
K
J
Answer
Step 1 : Identify similar triangles
ˆ
LIJ = ˆ
GIH
J L̂I = H ĜI (Corres. ∠s)
∴ △LIJ ||| △GIH (Equiangular △s)
ˆ
LIK = ˆ
GIJ
K L̂I = J ĜI (Corres. ∠s)
∴ △LIK ||| △GIJ (Equiangular △s)
HJ GL
= (△LIJ ||| △GIH)
JI LI
GL JK
and = (△LIK ||| △GIJ)
LI KI
5
=
3
HJ 5
∴ =
JI 3
HJ HJ JI
= ×
KI JI KI
5 8
= ×
3 3
40
=
9
2 2
1 1
R S
366
CHAPTER 31. GEOMETRY - GRADE 11 31.4
Answer
Step 1 : Identify similar triangles
PT ST
= (△ PTQ ||| △ STR)
TQ TR
∴ PT · TR = ST · T Q
1. Calculate SV
S
10 V
20
U
35
T
CB
2. YB = 23 . Find DS
SB .
D A
Z
X
C B
Y
3. Given the following figure with the following lengths, find AE, EC and BE.
BC = 15 cm, AB = 4 cm, CD = 18 cm, and ED = 9 cm.
C
D
B
J
K
H
36
42
D
G
21
F
6. BF = 25 m, AB = 13 m, AD = 9 m, DF = 18m.
DE
Calculate the lengths of BC, CF, CD, CE and EF, and find the ratio AC .
D
B
C
E
F
7. If LM ∥ JK, calculate y.
J
2
L
y K
y-2
M
7
I
There are many different methods of specifying the requirements for determining the equation of
a straight line. One option is to find the equation of a straight line, when two points are given.
Assume that the two points are (x1 ; y1 ) and (x2 ; y2 ), and we know that the general form of the
equation for a straight line is:
368
CHAPTER 31. GEOMETRY - GRADE 11 31.5
y = mx + c (31.1)
So, to determine the equation of the line passing through our two points, we need to determine
values for m (the gradient of the line) and c (the y-intercept of the line). The resulting equation
is
y − y1 = m(x − x1 ) (31.2)
y1 = mx1 + c (31.3)
y2 = mx2 + c (31.4)
Now, to make things a bit easier to remember, substitute (31.7) into (31.1):
y = mx + c (31.9)
= mx + (y1 − mx1 ) (31.10)
which can be re-arranged to: y − y1 = m(x − x1 ) (31.11)
Important: If you are asked to calculate the equation of a line passing through two points,
use:
y2 − y1
m=
x2 − x1
to calculate m and then use:
y − y1 = m(x − x1 )
to determine the equation.
For example, the equation of the straight line passing through (−1; 1) and (2; 2) is given by first
calculating m
y2 − y1
m =
x2 − x1
2−1
=
2 − (−1)
1
=
3
and then substituting this value into
y − y1 = m(x − x1 )
to obtain
1
y − y1 = (x − x1 ).
3
369
31.5 CHAPTER 31. GEOMETRY - GRADE 11
So, y = 13 x + 4
3 passes through (−1; 1) and (2; 2).
3
(2;2)
2
(-1;1) y = 31 x + 4
3
1
−3 −2 −1 1 2 3
Figure 31.2: The equation of the line passing through (−1; 1) and (2; 2) is y = 13 x + 43 .
Question: Find the equation of the straight line passing through (−3; 2) and (5; 8).
Answer
Step 1 : Label the points
(x1 ; y1 ) = (−3; 2)
(x2 ; y2 ) = (5; 8)
y2 − y1
m =
x2 − x1
8−2
=
5 − (−3)
6
=
5+3
6
=
8
3
=
4
y − y1 = m(x − x1 )
3
y − (2) = (x − (−3))
4
3
y = (x + 3) + 2
4
3 3
= x+ ·3+2
4 4
3 9 8
= x+ +
4 4 4
3 17
= x+
4 4
Step 4 : Write the final answer
The equation of the straight line that passes through (−3; 2) and (5; 8) is y =
3 17
4x + 4 .
Another method of determining the equation of a straight-line is to be given one point, (x1 ; y1 ),
and to be told that the line is parallel or perpendicular to another line. If the equation of the
unknown line is y = mx + c and the equation of the second line is y = m0 x + c0 , then we know
the following:
Once we have determined a value for m, we can then use the given point together with:
y − y1 = m(x − x1 )
m=2
y − y1 = m(x − x1 )
y−1 = 2(x − (−1)
y−1 = 2(x + 1)
y−1 = 2x + 2
y = 2x + 2 + 1
y = 2x + 3
In Figure 31.4(a), we see that the line makes an angle θ with the x-axis. This angle is known as
the inclination of the line and it is sometimes interesting to know what the value of θ is.
371
31.5 CHAPTER 31. GEOMETRY - GRADE 11
(-1;1) 1 y = 2x − 1
−3 −2 −1 1 2 3
y = 2x + 3 −1
−2
Figure 31.3: The equation of the line passing through (−1; 1) and parallel to y = 2x − 1 is
y = 2x + 3. It can be seen that the lines are parallel to each other. You can test this by using
your ruler and measuring the distance between the lines at different points.
f (x) = 4x − 4
3 3
2 ∆y 2 g(x) = 2x − 2
1 1
∆x
θ θg θf
1 2 3 1 2 3 4
(a) (b)
Figure 31.4: (a) A line makes an angle θ with the x-axis. (b) The angle is dependent on the
gradient. If the gradient of f is mf and the gradient of g is mg then mf > mg and θf > θg .
372
CHAPTER 31. GEOMETRY - GRADE 11 31.6
Firstly, we note that if the gradient changes, then the value of θ changes (Figure 31.4(b)), so
we suspect that the inclination of a line is related to the gradient. We know that the gradient is
a ratio of a change in the y-direction to a change in the x-direction.
∆y
m=
∆x
But, in Figure 31.4(a) we see that
∆y
tan θ =
∆x
∴m = tan θ
∴ tan θ = 1
∴θ = 45◦
31.6 Transformations
When something is moved around a fixed point, we say that it is rotated. What happens to the
coordinates of a point that is rotated by 90◦ or 180◦ around the origin?
From these activities you should have come to the following conclusions:
374
CHAPTER 31. GEOMETRY - GRADE 11 31.6
y
P(x; y)
y
P(x; y)
y
P(x; y)
• 180◦ rotation:
The image of a point P(x; y) rotated through
180◦ around the origin is P’(−x; −y).
x
We write the rotation as (x; y) → (−x; −y).
P”’(-x; -y)
Exercise: Rotation
2. Copy ∆XYZ onto squared paper. The co-ordinates are given on the picture.
X(4;4)
Z(-4;-1)
Y(-1;-4)
When something is made larger, we say that it is enlarged. What happens to the coordinates of
a polygon that is enlarged by a factor k?
6 I’
4 H’
3 I
2 H K’ J’
1
K J
0
0 1 2 3 4 5 6 7 8 9
In the figure quadrilateral HIJK has been enlarged by a factor of 2 through the origin
to become H’I’J’K’. Complete the following table.
We conclude as follows:
Let the vertices of a triangle have co-ordinates S(x1 ; y1 ), T(x2 ; y2 ), U(x3 ; y3 ). △S’T’U’ is an
enlargement through the origin of △STU by a factor of c (c > 0).
• △S’T’U’ can alternatively be seen as an reduction through the origin of △STU by a factor
of 1c . (Note that a reduction by 1c is the same as an enlargement by c).
• The vertices of △S’T’U’ are S’(cx1 ; cy1 ), T’(cx2 ,cy2 ), U’(cx3 ,cy3 ).
• The distances from the origin are OS’ = cOS, OT’ = cOT and OU’ = cOU.
8
T’
7
4 S’
T
3
2 U’
S
1 U
0
0 1 2 3 4 5 6 7 8 9 10 11
377
31.6 CHAPTER 31. GEOMETRY - GRADE 11
Exercise: Transformations
1. 1) Copy polygon STUV onto squared paper and then answer the following
questions.
2 S
1 T
0
-3 -2 -1 0 1 2 3 4 5
-1
V
-2
U
-3
A 4
A’ 2 B
1 B’
0
-5 -4 -3 -2 -1 0 1 2 3 4 5
-1
-2
C’
-3
-4
C
-5
378
CHAPTER 31. GEOMETRY - GRADE 11 31.6
4 M
2
P N
1
Q
0
-2 -1 0 1 2 3 4 5
-1
-2
3.
A What are the co-ordinates of the vertices of polygon MNPQ?
B Enlarge the polygon through the origin by using a constant factor of c = 3,
obtaining polygon M’N’P’Q’. Draw this on the same set of axes.
C What are the co-ordinates of the new vertices?
D Now draw M”N”P”Q” which is an anticlockwise rotation of MNPQ by 90◦
around the origin.
E Find the inclination of OM”.
379
31.6 CHAPTER 31. GEOMETRY - GRADE 11
380
Chapter 32
Trigonometry - Grade 11
1. Cultures
A Ancient Egyptians
B Mesopotamians
C Ancient Indians of the Indus Valley
2. People
A Lagadha (circa 1350-1200 BC)
B Hipparchus (circa 150 BC)
C Ptolemy (circa 100)
D Aryabhata (circa 499)
E Omar Khayyam (1048-1131)
F Bhaskara (circa 1150)
G Nasir al-Din (13th century)
H al-Kashi and Ulugh Beg (14th century)
I Bartholemaeus Pitiscus (1595)
In the equation, y = sin(kθ), k is a constant and has different effects on the graph of the
function. The general shape of the graph of functions of this form is shown in Figure 32.1 for
the function f (θ) = sin(2θ).
Figure 32.1: Graph of f (θ) = sin(2θ) with the graph of g(θ) = sin(θ) superimposed in gray.
2. b(θ) = sin 1θ
3. c(θ) = sin 1.5θ
4. d(θ) = sin 2θ
5. e(θ) = sin 2.5θ
Use your results to deduce the effect of k.
You should have found that the value of k affects the periodicity of the graph. Notice that in
◦
the case of the sine graph, the period (length of one wave) is given by 360
k .
Table 32.1: Table summarising general shapes and positions of graphs of functions of the form
y = sin(kx). The curve y = sin(x) is shown in gray.
k>0 k<0
For f (θ) = sin(kθ), the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
The range of f (θ) = sin(kθ) is {f (θ) : f (θ) ∈ [−1,1]}.
Intercepts
For functions of the form, y = sin(kθ), the details of calculating the intercepts with the y axis
are given.
There are many x-intercepts.
The y-intercept is calculated by setting θ = 0:
y = sin(kθ)
yint = sin(0)
= 0
382
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.2
In the equation, y = cos(kθ), k is a constant and has different effects on the graph of the
function. The general shape of the graph of functions of this form is shown in Figure 32.2 for
the function f (θ) = cos(2θ).
Figure 32.2: Graph of f (θ) = cos(2θ) with the graph of g(θ) = cos(θ) superimposed in gray.
You should have found that the value of k affects the periodicity of the graph. The period of
◦
the cosine graph is given by 360
k .
Table 32.2: Table summarising general shapes and positions of graphs of functions of the form
y = cos(kx). The curve y = cos(x) is shown in gray.
k>0 k<0
For f (θ) = cos(kθ), the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
The range of f (θ) = cos(kθ) is {f (θ) : f (θ) ∈ [−1,1]}.
383
32.2 CHAPTER 32. TRIGONOMETRY - GRADE 11
Intercepts
For functions of the form, y = cos(kθ), the details of calculating the intercepts with the y axis
are given.
The y-intercept is calculated as follows:
y = cos(kθ)
yint = cos(0)
= 1
In the equation, y = tan(kθ), k is a constant and has different effects on the graph of the
function. The general shape of the graph of functions of this form is shown in Figure 32.3 for
the function f (θ) = tan(2θ).
Figure 32.3: The graph of tan(2θ) superimposed on the graph of g(θ) = tan(θ) (in gray). The
asymptotes are shown as dashed lines.
You should have found that, once again, the value of k affects the periodicity of the graph. As k
increases, the graph is more tightly packed. As k decreases, the graph is more spread out. The
◦
period of the tan graph is given by 180
k .
Table 32.3: Table summarising general shapes and positions of graphs of functions of the form
y = tan(kθ).
k>0 k<0
Intercepts
For functions of the form, y = tan(kθ), the details of calculating the intercepts with the x and
y axis are given. There are many x-intercepts; each one is halfway between the asymptotes.
The y-intercept is calculated as follows:
y = tan(kθ)
yint = tan(0)
= 0
Asymptotes
The graph of tan kθ has asymptotes because as kθ approaches 90◦ , tan kθ approaches infinity.
In other words, there is no defined value of the function at the asymptote values.
In the equation, y = sin(θ + p), p is a constant and has different effects on the graph of the
function. The general shape of the graph of functions of this form is shown in Figure 32.4 for
the function f (θ) = sin(θ + 30◦ ).
Figure 32.4: Graph of f (θ) = sin(θ + 30◦ ) with the graph of g(θ) = sin(θ) in gray.
You should have found that the value of p affects the y-intercept and phase shift of the graph.
The p value shifts the graph horizontally. If p is positive, the graph shifts left and if p is negative
tha graph shifts right.
These different properties are summarised in Table 32.4.
Table 32.4: Table summarising general shapes and positions of graphs of functions of the form
y = sin(θ + p).
p>0 p<0
For f (θ) = sin(θ + p), the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
The range of f (θ) = sin(θ + p) is {f (θ) : f (θ) ∈ [−1,1]}.
Intercepts
For functions of the form, y = sin(θ + p), the details of calculating the intercept with the y axis
are given.
The y-intercept is calculated as follows: set θ = 0◦
y = sin(θ + p)
yint = sin(0 + p)
= sin(p)
Figure 32.5: Graph of f (θ) = cos(θ + 30◦ ) with the graph of g(θ) = cos(θ) shown in gray.
You should have found that the value of p affects the y-intercept and phase shift of the graph.
As in the case of the sine graph, positive values of p shift the cosine graph left while negative p
values shift the graph right.
These different properties are summarised in Table 32.5.
Table 32.5: Table summarising general shapes and positions of graphs of functions of the form
y = cos(θ + p). The curve y = cos θ is shown in gray.
p>0 p<0
For f (θ) = cos(θ + p), the domain is {θ : θ ∈ R} because there is no value of θ ∈ R for which
f (θ) is undefined.
The range of f (θ) = cos(θ + p) is {f (θ) : f (θ) ∈ [−1,1]}.
Intercepts
For functions of the form, y = cos(θ + p), the details of calculating the intercept with the y axis
are given.
The y-intercept is calculated as follows: set θ = 0◦
y = cos(θ + p)
yint = cos(0 + p)
= cos(p)
In the equation, y = tan(θ + p), p is a constant and has different effects on the graph of the
function. The general shape of the graph of functions of this form is shown in Figure 32.6 for
the function f (θ) = tan(θ + 30◦ ).
Figure 32.6: The graph of tan(θ + 30◦ ) with the graph of g(θ) = tan(θ) shown in gray.
You should have found that the value of p once again affects the y-intercept and phase shift of
the graph. There is a horizontal shift to the left if p is positive and to the right if p is negative.
These different properties are summarised in Table 32.6.
Table 32.6: Table summarising general shapes and positions of graphs of functions of the form
y = tan(θ + p).
k>0 k<0
For f (θ) = tan(θ + p), the domain for one branch is {θ : θ ∈ (−90◦ − p,90◦ − p} because the
function is undefined for θ = −90◦ − p and θ = 90◦ − p.
The range of f (θ) = tan(θ + p) is {f (θ) : f (θ) ∈ (−∞,∞)}.
Intercepts
For functions of the form, y = tan(θ + p), the details of calculating the intercepts with the y
axis are given.
The y-intercept is calculated as follows: set θ = 0◦
y = tan(θ + p)
yint = tan(p)
Asymptotes
The graph of tan(θ + p) has asymptotes because as θ + p approaches 90◦ , tan(θ + p) approaches
infinity. Thus, there is no defined value of the function at the asymptote values.
388
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.3
32.3.1 Deriving Values of Trigonometric Functions for 30◦ , 45◦ and 60◦
Keeping in mind that trigonometric functions apply only to right-angled triangles, we can derive
values of trigonometric functions for 30◦ , 45◦ and 60◦ . We shall start with 45◦ as this is the
easiest.
Take any right-angled triangle with one angle 45◦ . Then, because one angle is 90◦ , the third
angle is also 45◦ . So we have an isosceles right-angled triangle as shown in Figure 32.7.
45◦
A B
If the two equal sides are of length a, then the hypotenuse, h, can be calculated as:
h2 = a2 + a2
= 2a2
√
∴ h = 2a
So, we have:
opposite(45◦ )
sin(45◦ ) =
hypotenuse
a
= √
2a
1
= √
2
389
32.3 CHAPTER 32. TRIGONOMETRY - GRADE 11
adjacent(45◦ )
cos(45◦ ) =
hypotenuse
a
= √
2a
1
= √
2
opposite(45◦ )
tan(45◦ ) =
adjacent(45◦ )
a
=
a
= 1
We can try something similar for 30◦ and 60◦ . We start with an equilateral triangle and we
bisect one angle as shown in Figure 32.8. This gives us the right-angled triangle that we need,
with one angle of 30◦ and one angle of 60◦ .
B
30◦
60◦
A D C
Figure 32.8: An equilateral triangle with one angle bisected.
If the equal sides are of length a, then the base is 21 a and the length of the vertical side, v, can
be calculated as:
1
v2 = a2 − ( a)2
2
1
= a2 − a2
4
3 2
= a
4√
3
∴ v = a
2
So, we have:
390
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.3
opposite(30◦ )
sin(30◦ ) = opposite(60◦ )
hypotenuse sin(60◦ ) =
a hypotenuse
√
2 3
=
a 2 a
=
=
1 √a
2 3
=
2
adjacent(30◦ )
cos(30◦ ) = adjacent(60◦ )
hypotenuse cos(60◦ ) =
√
3 hypotenuse
2 a a
= 2
√a =
a
3
= 1
2 =
2
opposite(30◦ )
tan(30◦ ) = opposite(60◦ )
adjacent(30◦ ) tan(60◦ ) =
a
adjacent(60◦ )
√
= √2 3
3 2 a
2 a
= a
2
1 √
= √ = 3
3
You do not have to memorise these identities if you know how to work them out.
60◦ √ 45◦
2 2
1 1
◦ ◦
30 45
√
3 1
θ
A B
We see that:
AC
sin θ =
BC
and
AB
cos θ = .
BC
We also know from the Theorem of Pythagoras that:
AB 2 + AC 2 = BC 2 .
So we can write:
( )2 ( )2
2 2 AC AB
sin θ + cos θ = +
BC BC
2 2
AC AB
= +
BC 2 BC 2
AC 2 + AB 2
=
BC 2
BC 2
= (from Pythagoras)
BC 2
= 1
392
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.3
= tan2 θ · cos2 θ
sin2 θ
= · cos2 θ
cos2 θ
= sin2 θ
1
= − tan2 θ
cos2 θ
1 sin2 θ
= −
cos2 θ cos2 θ
1 − sin2 θ
=
cos2 θ
cos2 θ
= =1
cos2 θ
1−sin x cos x
Question: Prove: cos x = 1+sin x
Answer
1 − sin x
LHS =
cos x
1 − sin x 1 + sin x
= ×
cos x 1 + sin x
2
1 − sin x
=
cos x(1 + sin x)
cos2 x
=
cos x(1 + sin x)
cos x
= = RHS
1 + sin x
C 1 − tan2 θ. sin2 θ
D 1 − sin θ. cos θ. tan θ
E 1 − sin2 θ
" 2
#
F 1−cos 2
cos θ
θ
− cos2 θ
Any trigonometric function whose argument is 90◦ ± θ, 180◦ ± θ, 270◦ ± θ and 360◦ ± θ (hence
−θ) can be written simply in terms of θ. For example, you may have noticed that the cosine
graph is identical to the sine graph except for a phase shift of 90◦ . From this we may expect
that sin(90◦ + θ) = cos θ.
It is possible to have an angle which is larger than 360◦ . The angle completes one revolution to
give 360◦ and then continues to give the required angle. We get the following results:
sin(360◦ + θ) = sin θ
◦
cos(360 + θ) = cos θ
tan(360◦ + θ) = tan θ
sin(360◦ · k + θ) = sin θ
◦
cos(360 · k + θ) = cos θ
tan(360◦ · k + θ) = tan θ
395
32.3 CHAPTER 32. TRIGONOMETRY - GRADE 11
where we used the fact that sin(360◦ − θ) = − sin θ. Check, using your calculator,
that these values are in fact equal:
Answer
B cos 327◦
C tan 248◦
D cos 213◦
3. Determine the following without the use of a calculator:
A tan 150◦. sin 30◦ + cos 330◦
B tan 300◦. cos 120◦
C (1 − cos 30◦ )(1 − sin 210◦ )
D cos 780◦ + sin 315◦. tan 420◦
4. Determine the following by reducing to an acute angle and using special angles.
Do not use a calculator:
A cos 300◦
B sin 135◦
C cos 150◦
D tan 330◦
E sin 120◦
F tan2 225◦
G cos 315◦
H sin2 420◦
I tan 405◦
J cos 1020◦
K tan2 135◦
L 1 − sin2 210◦
When the argument of a trigonometric function is (−θ) we can add 360◦ without changing the
result. Thus for sine and cosine
Complementary angles are positive acute angles that add up to 90◦ . e.g. 20◦ and 70◦ are
complementary angles.
Sine and cosine are known as co-functions. The other co-functions are secant and cosecant, and
tangent and cotangent.
The function value of an angle is equal to the co-function of its complement (the co-co rule).
Thus for sine and cosine we have
sin(90◦ − θ) = cos θ
cos(90◦ − θ) = sin θ
Question: Write each of the following in terms of 40◦ using sin(90◦ − θ) = cos θ
and cos(90◦ − θ) = sin θ.
1. cos 50◦
2. sin 320◦
3. cos 230◦
Answer
1. cos 50◦ = cos(90◦ − 40◦ ) = sin 40◦
2. sin 320◦ = sin(360◦ − 40◦ ) = − sin 40◦
3. cos 230◦ = cos(180◦ + 50◦ ) = − cos 50◦ = − cos(90◦ − 40◦ ) = − sin 40◦
Summary
Important:
1. These reduction formulae hold for any angle θ. For convenience, we usually work with
θ as if it is acute, i.e. 0◦ < θ < 90◦ .
2. When determining function values of 180◦ ± θ, 360◦ ± θ and −θ the functions never
change.
3. When determining function values of 90◦ ± θ and θ − 90◦ the functions changes to
its co-function (co-co rule).
As explained in Chapters ?? and ??, the solution of Equation 32.1 is obtained by examining the
intersecting points of the graphs of:
y = sin θ
y = 0,5
399
32.4 CHAPTER 32. TRIGONOMETRY - GRADE 11
Both graphs, for −720◦ < θ < 720◦, are shown in Figure 32.9 and the intersection points of the
graphs are shown by the dots.
y = sin θ
1 y = 0,5
−720 −630 −540 −450 −360 −270 −180 −90 90 180 270 360 450 540 630 720
−1
Figure 32.9: Plot of y = sin θ and y = 0,5 showing the points of intersection, hence the solutions
to the equation sin θ = 0,5.
In the domain for θ of −720◦ < θ < 720◦, there are 8 possible solutions for the equation
sin θ = 0,5. These are θ = [−690◦, −570◦, −330◦, −210◦, 30◦ , 150◦, 390◦ , 510◦]
Question: Find θ, if tan θ + 0,5 = 1,5, with 0◦ < θ < 90◦ . Determine the solution
graphically.
Answer
Step 1 : Write the equation so that all the terms with the unknown quantity
(i.e. θ) are on one side of the equation.
y = tan θ
y = 1
Step 3 : Draw graphs of both functions, over the required domain and identify
the intersection point.
y = tan θ
1 y=1
0
45 90
−1
400
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.4
The inverse trigonometric functions arcsin, arccos and arctan can also be used to solve trigono-
metric equations. These are shown as second functions on most calculators: sin−1 , cos−1 and
tan−1 .
Using inverse trigonometric functions, the equation
sin θ = 0,5
is solved as
sin θ = 0,5
∴ θ = arcsin 0,5
= 30◦
Question: Find θ, if tan θ + 0,5 = 1,5, with 0◦ < θ < 90◦ . Determine the solution
using inverse trigonometric functions.
Answer
Step 1 : Write the equation so that all the terms with the unknown quantity
(i.e. θ) are on one side of the equation. Then solve for the angle using the
inverse function.
Trigonometric equations often look very simple. Consider solving the equation sin θ = 0,7. We
can take the inverse sine of both sides to find that θ = sin−1 (0,7). If we put this into a calculator
we find that sin−1 (0,7) = 44,42◦ . This is true, however, it does not tell the whole story.
y
1
x
−360 −180 180 360
−1
Figure 32.10: The sine graph. The dotted line represents y = 0,7. There are four points of
intersection on this interval, thus four solutions to sin θ = 0,7.
As you can see from figure 32.10, there are four possible angles with a sine of 0.7 between −360◦
and 360◦. If we were to extend the range of the sine graph to infinity we would in fact see that
there are an infinite number of solutions to this equation! This difficulty (which is caused by the
periodicity of the sine function) makes solving trigonometric equations much harder than they
may seem to be.
401
32.4 CHAPTER 32. TRIGONOMETRY - GRADE 11
Any problem on trigonometric equations will require two pieces of information to solve. The
first is the equation itself and the second is the range in which your answers must lie. The hard
part is making sure you find all of the possible answers within the range. Your calculator will
always give you the smallest answer (i.e. the one that lies between −90◦ and 90◦ for tangent
and sine and one between 0◦ and 180◦ for cosine). Bearing this in mind we can already solve
trigonometric equations within these ranges.
Question: Find the values of x for which sin x2 = 0,5 if it is given that x < 90◦ .
, -
Answer
Because we are told that x is an acute angle, we can simply apply an inverse trigono-
metric function to both sides.
sin x2
, -
= 0.5 (32.2)
x
⇒ 2 = arcsin 0.5 (32.3)
⇒ x
2 = 30◦ (32.4)
∴x = 60◦ (32.5)
We can, of course, solve trigonometric equations in any range by drawing the graph.
Question: For what values of x does sin x = 0,5, when −360◦ ≤ x ≤ 360◦ ?
Answer
Step 1 : Draw the graph
We take a look at the graph of sin x = 0,5 on the interval [−360◦, 360◦ ]. We want
to know when the y value of the graph is 0,5, so we draw in a line at y = 0,5.
y
1
x
−360 −180 180 360
−1
Step 2 :
Notice that this line touches the graph four times. This means that there are four
solutions to the equation.
Step 3 :
Read off the x values of those intercepts from the graph as x = −330◦, −210◦, 30◦
and 150◦.
402
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.4
2nd 1st
+VE +VE
0 180◦ 0◦ /360◦
90 ◦ 180 ◦ 270 ◦ 360 ◦ 3rd 4th
-VE -VE
270◦
−1
+VE +VE -VE -VE
Figure 32.11: The graph and unit circle showing the sign of the sine function.
y
1
x
−360 −270 −180 −90 90 180 270 360
−1
This method can be time consuming and inexact. We shall now look at how to solve these
problems algebraically.
The first step to finding the trigonometry of any angle is to determine the sign of the ratio for
a given angle. We shall do this for the sine function first and do the same for the cosine and
tangent.
In figure 32.11 we have split the sine graph into four quadrants, each 90◦ wide. We call them
quadrants because they correspond to the four quadrants of the unit circle. We notice from
figure 32.11 that the sine graph is positive in the 1st and 2nd quadrants and negative in the 3rd
and 4th . Figure 32.12 shows similar graphs for cosine and tangent.
All of this can be summed up in two ways. Table 32.7 shows which trigonometric functions are
positive and which are negative in each quadrant.
Table 32.7: The signs of the three basic trigonometric functions in each quadrant.
A more convenient way of writing this is to note that all functions are positive in the 1st quadrant,
only sine is positive in the 2nd , only tangent in the 3rd and only cosine in the 4th . We express
403
32.4 CHAPTER 32. TRIGONOMETRY - GRADE 11
Figure 32.12: Graphs showing the sign of the cosine and tangent functions.
this using the CAST diagram (figure 32.13). This diagram is known as a CAST diagram as the
letters, taken anticlockwise from the bottom right, read C-A-S-T. The letter in each quadrant
tells us which trigonometric functions are positive in that quadrant. The ‘A’ in the 1st quadrant
stands for all (meaning sine, cosine and tangent are all positive in this quadrant). ‘S’, ‘C’ and
‘T’ ,of course, stand for sine, cosine and tangent. The diagram is shown in two forms. The
version on the left shows the CAST diagram including the unit circle. This version is useful for
equations which lie in large or negative ranges. The simpler version on the right is useful for
ranges between 0◦ and 360◦ . Another useful diagram shown in figure 32.13 gives the formulae
to use in each quadrant when solving a trigonometric equation.
90◦
S A S A 180◦ − θ θ
◦ ◦ ◦
180 0 /360
T C T C 180◦ + θ 360◦ − θ
270◦
Figure 32.13: The two forms of the CAST diagram and the formulae in each quadrant.
Now that we know in which quadrants our solutions lie, we need to know which angles in these
quadrants satisfy our equation.
Calculators give us the smallest possible answer (sometimes negative) which satisfies the equa-
tion. For example, if we wish to solve sin θ = 0,3 we can apply the inverse sine function to both
sides of the equation to find–
θ = arcsin 0,3
= 17,46◦
However, we know that this is just one of infinitely many possible answers. We get the rest of
the answers by finding relationships between this small angle, θ, and answers in other quadrants.
To do this we use our small angle θ as a reference angle. We then look at the sign of the
trigonometric function in order to decide in which quadrants we need to work (using the CAST
diagram) and add multiples of the period to each, remembering that sine, cosine and tangent
are periodic (repeating) functions. To add multiples of the period we use 360◦ · n (where n is
an integer) for sine and cosine and 180◦ · n, n ∈ Z, for the tangent.
404
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.4
sin θ = 0,3
⇒θ = arcsin 0,3
⇒θ = 17,46◦
I: θ = 17,46◦ + 360◦ · n, n ∈ Z
II : θ = 180◦ − 17,46◦ + 360◦ · n, n ∈ Z
= 162,54◦ + 360◦ · n, n ∈ Z
Up until now we have only solved trigonometric equations where the argument (the bit after the
function, e.g. the θ in cos θ or the (2x − 7) in tan(2x − 7)), has been θ. If there is anything
more complicated than this we need to be a little more careful.
Let us try to solve tan(2x − 10◦ ) = 2,5 in the range −360◦ ≤ x ≤ 360◦ . We want solutions for
positive tangent so using our CAST diagram we know to look in the 1st and 3rd quadrants. Our
calculator tells us that arctan(2,5) = 68,2◦. This is our reference angle. So to find the general
solution we proceed as follows:
This is the general solution. Notice that we added the 10◦ and divided by 2 only at the end.
Notice that we added 180◦ · n because the tangent has a period of 180◦ . This is also divided
by 2 in the last step to keep the equation balanced. We chose quadrants I and III because tan
405
32.4 CHAPTER 32. TRIGONOMETRY - GRADE 11
was positive and we used the formulae θ in quadrant I and (180◦ + θ) in quadrant III. To find
solutions where −360◦ < x < 360◦ we substitue integers for n:
• n = 0; x = 39,1◦ ; 129,1◦
• n = 1; x = 129,1◦; 219,1◦
• n = 2; x = 219,1◦; 309,1◦
Solution: x = −320,9◦; −230◦; −140,9◦; −50,9◦; 39,1◦ ; 129,1◦; 219,1◦ and 309,1◦
Just like with regular equations without trigonometric functions, solving trigonometric equations
can become a lot more complicated. You should solve these just like normal equations to isolate
a single trigonometric ratio. Then you follow the strategy outlined in the previous section.
Question: Write down the general solution isf 3 cos(θ − 15◦ ) − 1 = −2,583
Answer
sin2 x − 2 = −1.5
This type of equation can be easily solved by rearranging to get a more familiar linear equation
sin2 x = 0.5
√
⇒ sin x = ± 0.5
406
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.4
This gives two linear trigonometric equations. The solutions to either of these equations will
satisfy the original quadratic.
The next level of complexity comes when we need to solve a trinomial which contains trigono-
metric functions. It is much easier in this case to use temporary variables. Consider solving
Here we notice that tan(2x + 1) occurs twice in the equation, hence we let y = tan(2x + 1) and
rewrite:
y 2 + 3y + 2 = 0
That should look rather more familiar. We can immediately write down the factorised form and
the solutions:
(y + 1)(y + 2) = 0
⇒ y = −1 OR y = −2
And then we are left with two linear trigonometric equations. Be careful: sometimes one of the
two solutions will be outside the range of the trigonometric function. In that case you need to
discard that solution. For example consider the same equation with cosines instead of tangents
The second solution cannot be valid as cosine must lie between −1 and 1. We must, therefore,
reject the second equation. Only solutions to the first equation will be valid.
Here are two examples on the level of the hardest trigonometric equations you are likely to
encounter. They require using everything that you have learnt in this chapter. If you can solve
these, you should be able to solve anything!
Answer
Step 2 : Factorise
Factorising yields
sin x(2 sin x − cos x) = 0
which gives two equations
sin x = 0
2 sin x = cos x
2 sin x cos x
=
cos x cos x
2 tan x = 1
1
tan x = 2
Step 3 : Solve the two trigonometric equations
General solution:
2. A Find the general solution of each of the following equations. Give answers
to one decimal place.
B Find all solutions in the interval θ ∈ [0◦ ; 360◦].
i. cos θ = 0√
ii. sin θ = 23
√
iii. 2 cos θ − 3 = 0
iv. tan θ = −1
v. 5 cos θ = −2
vi. 3 sin θ = −1,5
vii. 2 cos θ + 1,3 = 0
viii. 0,5 tan θ + 2,5 = 1,7
3. A Write down the general solution for x if tan x = −1,12.
B Hence determine values of x ∈ [−180◦ ; 180◦].
4. A Write down the general solution for θ if sin θ = −0,61.
B Hence determine values of θ ∈ [0◦ ; 720◦].
5. A Solve for A if sin(A + 20◦ ) = 0,53
B Write down the values of A∈ [0◦ ; 360◦ ]
6. A Solve for x if cos(x + 30◦ ) = 0,32
B Write down the values of x ∈ [−180◦; 360◦ ]
7. A Solve for θ if sin2 (θ) + 0,5 sin θ = 0
B Write down the values of θ ∈ [0◦ ; 360◦ ]
There are a few identities relating to the trigonometric functions that make working with triangles
easier. These are:
where a is the side opposite Â, b is the side opposite B̂ and c is the side opposite Ĉ.
Consider △ABC.
409
32.5 CHAPTER 32. TRIGONOMETRY - GRADE 11
b a
h
A c B
and
h
sin B̂ =
a
∴ h = a · sin B̂
Similarly, by drawing the perpendicular between point B and line AC we can show that:
1 1
c · b · sin  = a · b · sin Ĉ
2 2
Question: There is a coastline with two lighthouses, one on either side of a beach.
The two lighthouses are 0,67 km apart and one is exactly due east of the other. The
lighthouses tell how close a boat is by taking bearings to the boat (remember – a
bearing is an angle measured clockwise from north). These bearings are shown. Use
the sine rule to calculate how far the boat is from each lighthouse.
410
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.5
A 127◦ 255◦
B
Answer
We can see that the two lighthouses and the boat form a triangle. Since we know the
distance between the lighthouses and we have two angles we can use trigonometry
to find the remaining two sides of the triangle, the distance of the boat from the
two lighthouses.
0,67 km
A B
◦
37◦ 15
128◦
We need to know the lengths of the two sides AC and BC. We can use the sine rule
to find our missing lengths.
BC AB
=
sin  sin Ĉ
AB · sin Â
BC =
sin Ĉ
(0,67km) sin(37◦ )
=
sin(128◦ )
= 0,51 km
AC AB
=
sin B̂ sin Ĉ
AB · sin B̂
AC =
sin Ĉ
(0,67km) sin(15◦ )
=
sin(128◦ )
= 0,22 km
is equivalent to:
a b c
= = .
sin  sin B̂ sin Ĉ
Note: either of these two forms can be used.
2. Find all the unknown sides and angles of the following triangles:
A △PQR in which Q̂ = 64◦ ; R̂ = 24◦ and r = 3.
B △KLM in which K̂ = 43◦ ; M̂ = 50◦ and m = 1
C △ABC in which  = 32,7◦; Ĉ = 70,5◦ and a = 52,3
D △XYZ in which X̂ = 56◦ ; Ẑ = 40◦ and x = 50
3. In △ABC, Â = 116◦; Ĉ = 32◦ and AC = 23 m. Find the length of the side
AB.
4. In △RST, R̂ = 19◦ ; Ŝ = 30◦ and RT = 120 km. Find the length of the side
ST.
5. In △KMS, K̂ = 20◦ ; M̂ = 100◦ and s = 23 cm. Find the length of the side m.
a2 = b2 + c2 − 2bc cos Â
b2 = c2 + a2 − 2ca cos B̂
c2 = a2 + b2 − 2ab cos Ĉ
where a is the side opposite Â, b is the side opposite B̂ and c is the side opposite Ĉ.
The cosine rule relates the length of a side of a triangle to the angle opposite it and the lengths
of the other two sides.
Consider △ABC which we will use to show that:
b a
h
A D B
d c-d
c
In △DCB:
a2 = (c − d)2 + h2 (32.6)
from the theorem of Pythagoras.
In △ACD:
b2 = d2 + h2 (32.7)
from the theorem of Pythagoras.
412
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.5
b2 − d2 = a2 − (c − d)2
a2 = b2 + (c2 − 2cd + d2 ) − d2
= b2 + c2 − 2cd + d2 − d2
= b2 + c2 − 2cd (32.8)
8
5
B 7 C
Answer
Applying the cosine rule:
a2 = b2 + c2 − 2bd cos Â
b 2 + c2 − a 2
∴ cos  =
2bc
82 + 52 − 72
=
2·8·5
= 0,5
∴ Â = arccos 0,5 = 60◦
E
D
In order show that this is true for all triangles, consider △ABC.
b a
h
A c B
The area of any triangle is half the product of the base and the perpendicular height. For
△ABC, this is:
1
A = c · h.
2
However, h can be written in terms of  as:
h = b sin Â
50◦
B C
Answer
△ABC is isosceles, therefore AB=AC= 7 and Ĉ = B̂ = 50◦ . Hence  = 180◦ −
50◦ − 50◦ = 80◦ . Now we can use the area rule to find the area:
1
A = cb sin Â
2
1
= · 7 · 7 · sin 80◦
2
= 24,13
A P̂ = 40◦ ; q = 9 and r = 25
B Q̂ = 30◦ ; r = 10 and p = 7
C R̂ = 110◦ ; p = 8 and q = 9
4. If the area of △ABC is 5000 m2 with a = 150 m and b = 70 m, what are the
two possible sizes of Ĉ?
415
32.6 CHAPTER 32. TRIGONOMETRY - GRADE 11
32.6 Exercises
P
1. Q is a ship at a point 10 km due South of another ship P. R is a
lighthouse on the coast such that P̂ = Q̂ = 50◦ . 50 ◦
Determine:
R 10 km
A the distance QR
B the shortest distance from the lighthouse to the line joining 50◦
the two ships (PQ). Q
30◦
Y X
3. On a flight from Johannesburg to Cape Town, the pilot discovers that he has been flying
3◦ off course. At this point the plane is 500 km from Johannesburg. The direct distance
between Cape Town and Johannesburg airports is 1 552 km. Determine, to the nearest
km:
A The distance the plane has to travel to get to Cape Town and hence the extra distance
that the plane has had to travel due to the pilot’s error.
B The correction, to one hundredth of a degree, to the plane’s heading (or direction).
x
A B
4. ABCD is a trapezium (i.e. AB∥CD). AB= x; a
BÂD = a; BĈD = b and BD̂C = c.
Find an expression for the length of CD in terms
of x, a, b and c. c b
D C
416
CHAPTER 32. TRIGONOMETRY - GRADE 11 32.6
X
3,5
W
120◦
3
Z 4 Y
θ β α
E D C
417
32.6 CHAPTER 32. TRIGONOMETRY - GRADE 11
418
Chapter 33
Statistics - Grade 11
33.1 Introduction
This chapter gives you an opportunity to build on what you have learned in previous Grades
about data handling and probility. The work done will be mostly of a practical nature. Through
problem solving and activities, you will end up mastering further methods of collecting, organising,
displaying and analysing data. You will also learn how to interpret data, and not always to accept
the data at face value, because data are sometimes unscrupulously misused and abused in order
to try to prove or support a viewpoint. Measures of central tendency (mean, median and mode)
and dispersion (range, percentiles, quartiles, inter-quartile, semi-inter-quartile range, variance
and standard deviation) will be investigated. Of course, the activities involving probability will
be familiar to most of you - for example, you have played dice games or card games even before
you came to school. Your basic understanding of probability and chance gained so far will be
deepened to enable you to come to a better understanding of how chance and uncertainty can
be measured and understood.
33.2.1 Variance
The variance of a data set is the average squared distance between the mean of the data set and
each data value. An example of what this means is shown in Figure 33.1. The graph represents
the results of 100 tosses of a fair coin, which resulted in 45 heads and 55 tails. The mean of the
results is 50. The squared distance between the heads value and the mean is (45 − 50)2 = 25
and the squared distance between the tails value and the mean is (55 − 50)2 = 25. The average
of these two squared distances gives the variance, which is 12 (25 + 25) = 25.
Population Variance
Let the population consist of n elements {x1 ,x2 , . . . ,xn }. with mean x̄ (read as ”x bar”). The
variance of the population, denoted by σ 2 , is the average of the square of the distance of each
data value from the mean value.
419
33.2 CHAPTER 33. STATISTICS - GRADE 11
60
55
Tails-Mean
50
Heads-Mean
45
40
35
Frequency (%)
30
25
20
15
10
5
0
Heads Tails
Face of Coin
Figure 33.1: The graph shows the results of 100 tosses of a fair coin, with 45 heads and 55
tails. The mean value of the tosses is shown as a vertical dotted line. The difference between
the mean value and each data value is shown.
( (x − x̄))2
2
2
σ = . (33.1)
n
Since the population variance is squared, it is not directly comparable with the mean and the
data themselves.
Sample Variance
Let the sample consist of the n elements {x1 ,x2 , . . . ,xn }, taken from the population, with mean
x̄. The variance of the sample, denoted by s2 , is the average of the squared deviations from the
sample mean:
(x − x̄)2
2
s2 = . (33.2)
n−1
Since the sample variance is squared, it is also not directly comparable with the mean and the
data themselves.
A common question at this point is ”Why is the numerator squared?” One answer is: to get
rid of the negative signs. Numbers are going to fall above and below the mean and, since the
variance is looking for distance, it would be counterproductive if those distances factored each
other out.
As seen a distinction is made between the variance, σ 2 , of a whole population and the variance,
s2 of a sample extracted from the population.
When dealing with the complete population the (population) variance is a constant, a parameter
which helps to describe the population. When dealing with a sample from the population the
(sample) variance varies from sample to sample. Its value is only of interest as an estimate for
the population variance.
Properties of Variance
If the variance is defined, we can conclude that it is never negative because the squares are
positive or zero. The unit of variance is the square of the unit of observation. For example, the
420
CHAPTER 33. STATISTICS - GRADE 11 33.2
variance of a set of heights measured in centimeters will be given in square centimeters. This
fact is inconvenient and has motivated many statisticians to instead use the square root of the
variance, known as the standard deviation, as a summary of dispersion.
Since the variance is a squared quantity, it cannot be directly compared to the data values or
the mean value of a data set. It is therefore more useful to have a quantity which is the square
root of the variance. This quantity is known as the standard deviation.
In statistics, the standard deviation is the most common measure of statistical dispersion. Stan-
dard deviation measures how spread out the values in a data set are. More precisely, it is a
measure of the average distance between the values of the data in the set. If the data values are
all similar, then the standard deviation will be low (closer to zero). If the data values are highly
variable, then the standard variation is high (further from zero).
The standard deviation is always a positive number and is always measured in the same units as
the original data. For example, if the data are distance measurements in metres, the standard
deviation will also be measured in metres.
Let the population consist of n elements {x1 ,x2 , . . . ,xn }. with mean x̄. The standard deviation
of the population, denoted by σ, is the square root of the average of the square of the distance
of each data value from the mean value.
'2
(x − x̄)2
σ= (33.3)
n
Let the sample consist of n elements {x1 ,x2 , . . . ,xn }, taken from the population, with mean x̄.
The standard deviation of the sample, denoted by s, is the square root of the average of the
squared deviations from the sample mean:
'2
(x − x̄)2
s= (33.4)
n−1
It is often useful to set your data out in a table so that you can apply the formulae easily. For
example to calculate the standard deviation of 57; 53; 58; 65; 48; 50; 66; 51, you could set it
out in the following way:
sum of items
mean =
number
2 of items
x
=
n
448
=
6
= 56
Note: To get the deviations, subtract each number from the mean.
421
33.2 CHAPTER 33. STATISTICS - GRADE 11
Note: The sum of the deviations of scores about their mean is zero. This always happens; that
is (X − X̄) = 0, for any set of data. Why is this? Find out.
Calculate the variance (add the squared results together and divide this total by the number of
items).
(X − X̄)2
2
Variance =
n
320
=
8
= 40
√
Standard deviation = variance
'2
(X − X̄)2
=
' n
320
=
8
√
= 40
= 6.32
As with variance, there is a distinction between the standard deviation,σ, of a whole population
and the standard deviation, s, of sample extracted from the population.
When dealing with the complete population the (population) standard deviation is a constant,
a parameter which helps to describe the population. When dealing with a sample from the
population the (sample) standard deviation varies from sample to sample.
2. For each data value xi calculate the difference xi − x̄ between xi and the mean value x̄.
4. Find the average of the squared differences. This quantity is the variance, σ 2 .
5. Take the square root of the variance to obtain the standard deviation, σ.
Question: What is the variance and standard deviation of the population of possi-
bilities associated with rolling a fair die?
Answer
Step 1 : Determine how many outcomes make up the population
When rolling a fair die, the population consists of 6 possible outcomes. The data
set is therefore x = {1,2,3,4,5,6}. and n=6.
Step 2 : Calculate the population mean
The population mean is calculated by:
1
x̄ = (1 + 2 + 3 + 4 + 5 + 6)
6
= 3,5
(x − x̄)2
2
σ2 =
n
1
= (6,25 + 2,25 + 0,25 + 0,25 + 2,25 + 6,25)
6
= 2,917
X̄ (X − X̄) (X − X̄)2
1 -2.5 6.25
2 -1.5 2.25
3 -0.5 0.25
4 0.5 0.25
5 1.5 2.25
6 2.5 6.25
(X − X̄)2 = 17.5
2 2 2
X = 21 x=0
!
σ = 2,917
= 1,708.
Notice how this standard deviation is somewhere in between the possible deviations.
A large standard deviation indicates that the data values are far from the mean and a small
standard deviation indicates that they are clustered closely around the mean.
For example, each of the three samples (0, 0, 14, 14), (0, 6, 8, 14), and (6, 6, 8, 8) has a mean
of 7. Their standard deviations are 7, 5 and 1, respectively. The third set has a much smaller
standard deviation than the other two because its values are all close to 7. The value of the
standard deviation can be considered ’large’ or ’small’ only in relation to the sample that is being
measured. In this case, a standard deviation of 7 may be considered large. Given a different
sample, a standard deviation of 7 might be considered small.
Standard deviation may be thought of as a measure of uncertainty. In physical science for
example, the reported standard deviation of a group of repeated measurements should give the
precision of those measurements. When deciding whether measurements agree with a theoretical
prediction, the standard deviation of those measurements is of crucial importance: if the mean
of the measurements is too far away from the prediction (with the distance measured in standard
423
33.3 CHAPTER 33. STATISTICS - GRADE 11
deviations), then we consider the measurements as contradicting the prediction. This makes
sense since they fall outside the range of values that could reasonably be expected to occur if
the prediction were correct and the standard deviation appropriately quantified. See prediction
interval.
The mean and the standard deviation of a set of data are usually reported together. In a certain
sense, the standard deviation is a ”natural” measure of statistical dispersion if the center of the
data is measured about the mean. This is because the standard deviation from the mean is
smaller than from any other point.
One method of summarising a data set is to present a five number summary. The five numbers
are: minimum, first quartile, median, third quartile and maximum.
424
CHAPTER 33. STATISTICS - GRADE 11 33.3
A box and whisker diagram is a method of depicting the five number summary, graphically.
The main features of the box and whisker diagram are shown in Figure 33.2. The box can lie
horizontally (as shown) or vertically. For a horizonatal diagram, the left edge of the box is placed
at the first quartile and the right edge of the box is placed at the third quartile. The height of
the box is arbitrary, as there is no y-axis. Inside the box there is some representation of central
tendency, with the median shown with a vertical line dividing the box into two. Additionally, a
star or asterix is placed at the mean value, centered in the box in the vertical direction. The
whiskers which extend to the sides reach the minimum and maximum values.
Question: Draw a box and whisker diagram for the data set
x = {1,25; 1,5; 2,5; 2,5; 3,1; 3,2; 4,1; 4,25; 4,75; 4,8; 4,95; 5,1}.
Answer
Step 1 : Determine the five number summary
Minimum = 1,25
Maximum = 4,95
Position of first quartile = between 3 and 4
Position of second quartile = between 6 and 7
Position of third quartile = between 9 and 10
The five number summary is therefore: 1,25; 2,5; 3,65; 4,775; 4,95.
Step 2 : Draw a box and whisker diagram and mark the positions of the
minimum, maximum and quartiles.
first third
quartile quartile
median
minimum maximum
1 2 3 4 5
Data Values
425
33.3 CHAPTER 33. STATISTICS - GRADE 11
Cumulative histograms, also known as ogives, are a plot of cumulative frequency and are used
to determine how many data values lie above or below a particular value in a data set. The
cumulative frequency is calculated from a frequency table, by adding each frequency to the total
of the frequencies of all data values before it in the data set. The last value for the cumulative
frequency will always be equal to the total number of data values, since all frequencies will
already have been added to the previous total. The cumulative frequency is plotted at the upper
limit of the interval.
For example, the cumulative frequencies for Data Set 2 are shown in Table 33.2 and is drawn in
Figure 33.3.
Notice the frequencies plotted at the upper limit of the intervals, so the points (30;1) (62;2)
(97;3), etc have been plotted. This is different from the frequency polygon where we plot
frequencies at the midpoints of the intervals.
Exercise: Intervals
426
CHAPTER 33. STATISTICS - GRADE 11 33.3
160
120
f
80
40
0
0 1 2 3 4 5
Intervals
427
33.4 CHAPTER 33. STATISTICS - GRADE 11
• Symmetrical data sets are balanced on either side of the median. It does not have to be
exactly equal to be symmetric
• Skewed data is spread out on one side more than on the other. It can be skewed right or
skewed left.
skewed right
skewed left
The relationship of the mean, median, and mode to each other can provide some information
about the relative shape of the data distribution. If the mean, median, and mode are approxi-
mately equal to each other, the distribution can be assumed to be approximately symmetrical.
With both the mean and median known the following can be concluded:
When we plot this data as points, we get the scatter plot shown in Figure 33.4.
If we are to come up with a function that best describes the data, we would have to say that a
straight line best describes this data.
429
33.5 CHAPTER 33. STATISTICS - GRADE 11
htb
Voltage
1
1 2 3 4
Current
Definition: outlier
A point on a scatter plot which is widely separated from the other points or a result differing
greatly from others in the same sample is called an outlier.
430
CHAPTER 33. STATISTICS - GRADE 11 33.5
431
33.6 CHAPTER 33. STATISTICS - GRADE 11
Statistics can be manipulated in many ways that can be misleading. Graphs need to be carefully
analysed and questions must always be asked about ’the story behind the figures.’ Common
manipulations are:
4. Selection of groups
1. Examine the following graphs and comment on the effects of changing scale.
16
14
12
10
earnings
8
0
2002 2003 2004
432
CHAPTER 33. STATISTICS - GRADE 11 33.6
80
70
60
50
earnings
40
30
20
10
0
2002 2003 2004
year
2. Examine the following three plots and comment on omission, selection and bias.
Hint: What is wrong with the data and what is missing from the bar and pie
charts?
Activity Hours
Sleep 8
Sports 2
School 7
Visit friend 1
Watch TV 2
Studying 3
433
33.6 CHAPTER 33. STATISTICS - GRADE 11
10
0 visit friend
school
watch TV
studying
sports
sleep
sleep
school
stu
d yin
g
wat
visit friend
ch
sports
TV
12
0
15-20
10-15
30-40
20-30
40-50
5-10
¿50
¡5
2. The following two diagrams (showing two schools contribution to charity) have been exag-
gerated. Explain how they are misleading and redraw them so that they are not misleading.
R200.00
R100
R200.00
R100
R100
436
Chapter 34
34.1 Introduction
In probability theory an event is either independent or dependent. This chapter describes the
differences and how each type of event is worked with.
34.2 Definitions
Two events are independent if knowing something about the value of one event does not give
any information about the value of the second event. For example, the event of getting a ”1”
when a die is rolled and the event of getting a ”1” the second time it is thrown are independent.
Question: What is the probability of rolling a 1 and then rolling a 6 on a fair die?
Answer
Step 1 : Identify the two events and determine whether the events are
independent or not
Event A is rolling a 1 and event B is rolling a 6. Since the outcome of the first
event does not affect the outcome of the second event, the events are independent.
Step 2 : Determine the probability of the specific outcomes occurring, for
each event
The probability of rolling a 1 is 16 and the probability of rolling a 6 is 16 .
Therefore, P (A) = 16 and P (B) = 16 .
Step 3 : Use equation 34.1 to determine the probability of the two events
occurring together.
437
34.2 CHAPTER 34. INDEPENDENT AND DEPENDENT EVENTS - GRADE 11
P (A ∩ B) = P (A) × P (B)
1 1
= ×
6 6
1
=
36
1
The probability of rolling a 1 and then rolling a 6 on a fair die is 36 .
Consequently, two events are dependent if the outcome of the first event affects the outcome of
the second event.
Question: A cloth bag has 4 coins, 1 R1 coin, 2 R2 coins and 1 R5 coin. What is
the probability of first selecting a R1 coin followed by selecting a R2 coin?
Answer
Step 1 : Identify the two events and determine whether the events are
independent or not
Event A is selecting a R1 coin and event B is next selecting a R2. Since the outcome
of the first event affects the outcome of the second event (because there are less
coins to choose from after the first coin has been selected), the events are dependent.
Step 2 : Determine the probability of the specific outcomes occurring, for
each event
The probability of first selecting a R1 coin is 14 and the probability of next selecting
a R2 coin is 23 (because after the R1 coin has been selected, there are only three
coins to choose from).
Therefore, P (A) = 41 and P (B) = 23 .
Step 3 : Use equation 34.1 to determine the probability of the two events
occurring together.
The same equation as for independent events are used, but the probabilities are
calculated differently.
P (A ∩ B) = P (A) × P (B)
1 2
= ×
4 3
2
=
12
1
=
6
A two-way contingency table (studied in an earlier grade) can be used to determine whether
events are independent or dependent.
438
CHAPTER 34. INDEPENDENT AND DEPENDENT EVENTS - GRADE 11 34.2
For example we can draw and analyse a two-way contingency table to solve the following problem.
Question: A medical trial into the effectiveness of a new medication was carried
out. 120 males and 90 females responded. Out of these 50 males and 40 females
responded positively to the medication.
1. Was the medication’s succes independent of gender? Explain.
2. Give a table for the independent of gender results.
Answer
Step 1 : Draw a contingency table
We can also use Venn diagrams to check whether events are dependent or independent.
439
34.2 CHAPTER 34. INDEPENDENT AND DEPENDENT EVENTS - GRADE 11
Question: A school decided that it’s uniform needed upgrading. The colours
on offer were beige or blue or beige and blue. 40% of the school wanted beige,
55% wanted blue and 15% said a combination would be fine. Are the two events
independent?
Answer
Step 1 : Draw a Venn diagram
S
Beige Blue
0.2
P (Beige ∩ Blue)
P (Beige/Blue) =
P (Blue)
0.15
=
0.55
= 0.27
440
CHAPTER 34. INDEPENDENT AND DEPENDENT EVENTS - GRADE 11 34.3
2. A company has a probability of 0.4 of meeting their quota on time and a probability of
0.25 of meeting their quota late. Also there is a 0.10 chance of not meeting their quota
on time. Use a Venn diagram and a contingency table to show the information and decide
if the events are independent.
441
34.3 CHAPTER 34. INDEPENDENT AND DEPENDENT EVENTS - GRADE 11
3. A study was undertaken to see how many people in Port Elizabeth owned either a Volk-
swagen or a Toyota. 3% owned both, 25% owned a Toyota and 60% owned a Volkswagen.
Draw a contingency table to show all events and decide if car ownership is independent.
4. Jane invested in the stock market. The probability that she will not lose all her money is
1.32. What is the probability that she will lose all her money? Explain.
5. If D and F are mutually exclusive events, with P(D’)=0.3 and P(D or F)=0.94, find P(F).
6. A car sales person has pink, lime-green and purple models of car A and purple, orange and
multicolour models of car B. One dark night a thief steals a car.
A What is the experiment and sample space?
B Draw a Venn diagram to show this.
C What is the probability of stealing either model A or model B?
D What is the probability of stealing both model A and model B?
7. Event X’s probability is 0.43, Event Y’s probability is 0.24. The probability of both occuring
together is 0.10. What is the probability that X or Y will occur (this inculdes X and Y
occuring simultaneously)?
8. P(H)=0.62, P(J)=0.39 and P(H and J)=0.31. Calculate:
A P(H’)
B P(H or J)
C P(H’ or J’)
D P(H’ or J)
E P(H’ and J’)
9. The last ten letters of the alphabet were placed in a hat and people were asked to pick
one of them. Event D is picking a vowel, Event E is picking a consonant and Evetn F is
picking the last four letters. Calculate the following probabilities:
A P(F’)
B P(F or D)
C P(neither E nor F)
D P(D and E)
E P(E and F)
F P(E and D’)
10. At Dawnview High there are 400 Grade 12’s. 270 do Computer Science, 300 do English and
50 do Typing. All those doing Computer Science do English, 20 take Computer Science and
Typing and 35 take English and Typing. Using a Venn diagram calculate the probability
that a pupil drawn at random will take:
A English, but not Typing or Computer Science
B English but not Typing
C English and Typing but not Computer Science
D English or Typing
442
Part IV
Grade 12
443
Chapter 35
Logarithms - Grade 12
In mathematics many ideas are related. We saw that addition and subtraction are related and
that multiplication and division are related. Similarly, exponentials and logarithms are related.
Logarithms, commonly referred to as logs, are the inverse of exponentials. The logarithm of a
number x in the base a is defined as the number n such that an = x.
So, if an = x, then:
loga (x) = n (35.1)
The mathematical symbol for logarithm is loga (x) and it is read “log to the base a of x”. For
example, log10 (100) is “log to the base 10 of 100”.
445
35.2 CHAPTER 35. LOGARITHMS - GRADE 12
Definition: Logarithms
If an = x, then: loga (x) = n, where a > 0; a ̸= 1 and x > 0.
Reasoning :
73 = 343
theref ore, log7 343 = 3
2. log2 8
1
3. log4 64
4. log10 1 000
While the notation log10 (x) and loge (x) may be used, log10 (x) is often written log(x) in Science
and loge (x) is normally written as ln(x) in both Science and Mathematics. So, if you see the
log symbol without a base, it means log10 .
It is often necessary or convenient to convert a log from one base to another. An engineer might
need an approximate solution to a log in a base for which he does not have a table or calculator
function, or it may be algebraically convenient to have two logs in the same base.
Logarithms can be changed from one base to another, by using the change of base formula:
logb x
loga x = (35.3)
logb a
where b is any base you find convenient. Normally a and b are known, therefore logb a is normally
a known, if irrational, number.
For example, change log2 12 in base 10 is:
log10 12
log2 12 =
log10 2
446
CHAPTER 35. LOGARITHMS - GRADE 12 35.3
Since a0 = 1
Then, loga (1) = loga (a0 )
= 0 by definition of logarithm in Equation 35.1
For example,
log2 1 = 0
and
log2 51 = 0
447
35.5 CHAPTER 35. LOGARITHMS - GRADE 12
Since a1 = a
Then, loga (a) = loga (a1 )
= 1 by definition of logarithm in Equation 35.1
For example,
log2 2 = 1
and
log25 25 = 1
When the base is 10, we do not need to state it. From the work done up to now, it is also useful
to summarise the following facts:
1. log 1 = 0
2. log 10 = 1
3. log 100 = 2
4. log 1000 = 3
For example, show that log(10 · 100) = log 10 + log 100. Start with calculating the left hand
side:
Both sides are equal. Therefore, log(10 · 100) = log 10 + log 100.
" #
x
35.7 Logarithm Law 4: loga y = loga (x) − loga (y)
The derivation of this law is identical to the derivation of Logarithm Law 3 and is left as an
exercise.
10
For example, show that log( 100 ) = log 10 − log 100. Start with calculating the left hand side:
10 1
log( ) = log( )
100 10
= log(10−1 )
= −1
" #
x
Activity :: Logarithm Law 4: loga y = loga (x) − loga (y) : Write as
seperate logs:
1. log2 ( 85 )
2. log8 ( 100
3 )
3. log16 ( xy )
449
35.8 CHAPTER 35. LOGARITHMS - GRADE 12
4. logz ( 2y )
5. logx ( y2 )
Activity :: Logarithm Law 5: loga (xb ) = b loga (x) : Simplify the following:
1. log2 (84 )
2. log8 (1010 )
3. log16 (xy )
4. logz (y x )
5. logx (y 2x )
√ loga (x)
35.9 Logarithm Law 6: loga ( b x) = b
The derivation of this law is identical to the derivation of Logarithm Law 5 and is left as an
exercise.
√ log 5
For example, we can show that log2 ( 3 5) = 32 .
√
3 1
log2 ( 5) = log( 5 3 )
1
= log2 5 (∵ loga (xb ) = b loga (x))
3
log2 5
=
3
√ log2 5
Therefore, log2 ( 3 5) = 3 .
450
CHAPTER 35. LOGARITHMS - GRADE 12 35.9
√ loga (x)
Activity :: Logarithm Law 6: loga ( b x) = b : Simplify the following:
√
1. log2 ( 4 8)
√
2. log8 ( 10 10)
√
3. log16 ( y x)
√
4. logz ( x y)
√
5. logx ( 2x y)
Answer
Step 1 : Try to write any quantities as exponents
125 can be written as 53 .
Step 2 : Simplify
Answer
Step 1 : Try to write any quantities as exponents
8 can be written as 23 . 32 can be written as 25 .
Step 2 : Re-write the question using the exponential forms of the numbers
2 2
8 3 + log2 32 = (23 ) 3 + log2 25
Step 3 : Determine which laws can be used.
We can use:
loga (xb ) = b loga (x)
Step 4 : Apply log laws to simplify
2 2
(23 ) 3 + log2 25 = (2)3 3 + 5 log2 2
Step 5 : Determine which laws can be used.
451
35.10 CHAPTER 35. LOGARITHMS - GRADE 12
452
CHAPTER 35. LOGARITHMS - GRADE 12 35.10
In general, the exponential equation should be simplified as much as possible. Then the aim is
to make the unknown quantity (i.e. x) the subject of the equation.
For example, the equation
2(x+2) = 1
is solved by moving all terms with the unknown to one side of the equation and taking all
constants to the other side of the equation
2x · 22 = 1
x 1
2 =
22
2−2+2 = 20 = 1 #
9(1−2x) = 34
2(1−2x)
3 = 34
32 3−4x = 34
3−4x = 34 · 3−2
3−4x = 32 take the logarithm of both sides
log(3−4x ) = log(32 )
−4x log(3) = 2 log(3) divide both sides by log(3)
−4x = 2
1
∴x = −
2
Substituting into the original equation, yields
−1
9(1−2( 2 )) = 9(1+1) = 32(2) = 34 #
5(3x+3) = 5
log(5(3x+3) ) = log(5)
Step 4 : Apply the log laws to make x the subject of the equation.
453
35.11 CHAPTER 35. LOGARITHMS - GRADE 12
35.10.1 Exercises
Solve for x:
1. log3 x = 2
2. 10log27 = x
3. 32x−1 = 272x−1
Logarithms are part of a number of formulae used in the Physical Sciences. There are formulae
that deal with earthquakes, with sound, and pH-levels to mention a few. To work out time
periods is growth or decay, logs are used to solve the particular equation.
Question: A city grows 5% every 2 years. How long will it take for the city to triple
its size?
Answer
Step 1 : Use the formula
A = P (1 + i)n Assume P = x, then A = 3x. For this example n represents a period
of 2 years, therefore the n is halved for this purpose.
Step 2 : Substitute information given into formula
n
3 = (1,05) 2
n
log 3 = × log 1.05 (usinglaw5)
2
n = 2 log 3 ÷ log 1,05
n = 45,034
454
CHAPTER 35. LOGARITHMS - GRADE 12 35.12
35.11.1 Exercises
1. The population of a certain bacteria is expected to grow exponentially at a rate of 15 %
every hour. If the initial population is 5 000, how long will it take for the population to
reach 100 000 ?
2. Plus Bank is offering a savings account with an interest rate if 10 % per annum compounded
monthly. You can afford to save R 300 per month. How long will it take you to save up
R 20 000 ? (Answer to the nearest rand)
Question: I have R12 000 to invest. I need the money to grow to at least R30 000.
If it is invested at a compound interest rate of 13% per annum, for how long (in full
years) does my investment need to grow ?
Answer
Step 1 : The formula to use
A = P (1 + i)n
Step 2 : Substitute and solve for n
2. Show that
,√
b
- loga (x)
loga x =
b
3. Without using a calculator show that:
75 5 32
log − 2 log + log = log 2
16 9 243
A Write y in terms of n
B Express log8 4y in terms of n
C Express 50n+1 in terms of x and y
2
A 8 3 + log2 32
√
B log3 9 − log5 5
( ) 1
5 2
C + log3 92,12
4−1 − 9−1
6. Simplify to a single number, without use of a calculator:
log 32 − log 8
A log5 125 +
log 8
B log 3 − log 0,3
7. Given: log3 6 = a and log6 5 = b
A Express log3 2 in terms of a.
B Hence, or otherwise, find log3 10 in terms of a and b.
8. Given: pq k = qp−1
Prove: k = 1 − 2 logq p
( )
1
9. Evaluate without using a calculator: (log7 49)5 + log5 − 13 log9 1
125
10. If log 5 = 0,7, determine, without using a calculator:
A log2 5
B 10−1,4
11. Given: M = log2 (x + 3) + log2 (x − 3)
A Determine the values of x for which M is defined.
B Solve for x if M = 4.
( )log x
12. Solve: x3 = 10x2 (Answer(s) may be left in surd form, if necessary.)
13. Find the value of (log27 3)3 without the use of a calculator.
√
14. Simplify By using a calculator: log4 8 + 2 log3 27
15. Write log 4500 in terms of a and b if 2 = 10a and 9 = 10b .
52006 − 52004 + 24
16. Calculate:
52004 + 1
17. √
Solve the following equation for x without the use of a calculator and using the fact that
10 ≈ 3,16 :
6
2 log(x + 1) = −1
log(x + 1)
18. Solve the following equation for x: 66x = 66 (Give answer correct to 2 decimal places.)
456
Chapter 36
36.1 Introduction
In this chapter we extend the arithmetic and quadratic sequences studied in earlier grades, to
geometric sequences. We also look at series, which is the summing of the terms in a sequence.
For example,
1,2,3,4,5,6, . . .
is an arithmetic sequence because you add 1 to the current term to get the next term:
first term: 1
second term: 2=1+1
third term: 3=2+1
..
.
nth term: n = (n − 1) + 1
457
36.2 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
More formally, the number we start out with is called a1 (the first term), and the difference
between each successive term is denoted d, called the common difference.
a1 = a1
a2 = a1 + d
a3 = a2 + d = (a1 + d) + d = a1 + 2d
a4 = a3 + d = (a1 + 2d) + d = a1 + 3d
...
an = a1 + d · (n − 1)
an = a1 + d · (n − 1) (36.1)
Given a1 and the common difference, d, the entire set of numbers belonging to an arithmetic
sequence can be generated.
an = an−1 + d (36.2)
where
• an represents the new term, the nth -term, that is calculated;
• an−1 represents the previous term, the (n − 1)th -term;
• d represents some constant.
A simple test for an arithmetic sequence is to check that the difference between consecutive
terms is constant:
a2 − a1 = a3 − a2 = an − an−1 = d (36.3)
This is quite an important equation, and is the definitive test for an arithmetic sequence. If this
condition does not hold, the sequence is not an arithmetic sequence.
a9 an = a1 + d(n − 1)
a8
a7
a6
Term, an a5 gradient d
a4
a3
a2
a1 y-intercept, a1
1 2 3 4 5 6 7 8 9
Index, n
This means that the ratio between consecutive numbers in the geometric sequence is a constant.
We will explain what we mean by ratio after looking at the following example.
Assume that you have the flu virus, and you forgot to cover your mouth when two friends came
to visit while you were sick in bed. They leave, and the next day they also have the flu. Let’s
assume that they in turn spread the virus to two of their friends by the same droplet spread the
following day. Assuming this pattern continues and each sick person infects 2 other friends, we
can represent these events in the following manner:
Again we can tabulate the events and formulate an equation for the general case:
459
36.3 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
Figure 36.1: Each person infects two more people with the flu virus.
The above table represents the number of newly-infected people after n days since you first
infected your 2 friends.
You sneeze and the virus is carried over to 2 people who start the chain (a1 = 2). The next day,
each one then infects 2 of their friends. Now 4 people are newly-infected. Each of them infects
2 people the third day, and 8 people are infected, and so on. These events can be written as a
geometric sequence:
2; 4; 8; 16; 32; . . .
Note the common factor (2) between the events. Recall from the linear arithmetic sequence
how the common difference between terms were established. In the geometric sequence we can
determine the common ratio, r, by
a2 a3
= =r (36.4)
a1 a2
From the above example we know a1 = 2 and r = 2, and we have seen from the table that the
nth -term is given by an = 2 × 2n−1 . Thus, in general,
an = a1 · rn−1 (36.6)
an = a1 · rn−1
a10 = 2 × 210−1
= 2 × 29
= 2 × 512
= 1024
an = a1 · rn−1
16 384 = 2 × 2n−1
16 384 ÷ 2 = 2n−1
8 192 = 2n−1
213 = 2n−1
13 = n − 1
n = 14
36.3.3 Exercises
1. What is the important characteristic of an arithmetic sequence?
461
36.4 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
2. Write down how you would go about finding the formula for the nth term of an arithmetic
sequence?
3. A single square is made from 4 matchsticks. Two squares in a row needs 7 matchsticks
and 3 squares in a row needs 10 matchsticks. Determine:
an = an−1 + d
The above equation is an example of a recursive equation since we can calculate the nth -term
only by considering the previous term in the sequence. Compare this with equation (36.1),
an = a1 + d · (n − 1) (36.7)
where one can directly calculate the nth -term of an arithmetic sequence without knowing previous
terms.
For quadratic sequences, we noticed the difference between consecutive terms is given by (??):
an − an−1 = D · (n − 2) + d
an = an−1 + D · (n − 2) + d (36.8)
which is then a recursive equation for a quadratic sequence with common second difference, D.
Using (36.5), the recursive equation for a geometric sequence is:
an = r · an−1 (36.9)
Recursive equations are extremely powerful: you can work out every term in the series just by
knowing previous terms. As you can see from the examples above, working out an using the
previous term an−1 can be a much simpler computation than working out an from scratch using
a general formula. This means that using a recursive formula when using a computer to work
out a sequence would mean the computer would finish its calculations significantly quicker.
462
CHAPTER 36. SEQUENCES AND SERIES - GRADE 12 36.5
The above sequence is called the Fibonacci sequence. Each new term is calculated
by adding the previous two terms. Hence, we can write down the recursive equation:
36.5 Series
In this section we simply work on the concept of adding up the numbers belonging to arithmetic
and geometric sequences. We call the sum of any sequence of numbers a series.
If we add up the terms of a sequence, we obtain what is called a series. If we only sum a finite
amount of terms, we get a finite series. We use the symbol Sn to mean the sum of the first n
terms of a sequence {a1 ; a2 ; a3 ; . . . ; an }:
S n = a1 + a2 + a3 + . . . + an (36.12)
and we wish to find the sum of the first 4 terms, then we write
S4 = 1 + 4 + 9 + 25 = 39
The above is an example of a finite series since we are only summing 4 terms.
If we sum infinitely many terms of a sequence, we get an infinite series:
S ∞ = a1 + a2 + a3 + . . . (36.13)
In the case of an infinite series, the number of terms is unknown and simply increases to ∞.
In this section we introduce a notation that will make our lives a little easier.
463
36.5 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
2
A sum may be written out using the summation symbol . This symbol is sigma, which is the
capital letter “S” in the Greek alphabet. It indicates that you must sum the expression to the
right of it:
3n
ai = am + am+1 + . . . + an−1 + an (36.14)
i=m
where
• m is the lower bound (or start index), shown below the summation symbol;
• n is the upper bound (or end index), shown above the summation symbol;
we have to add together all the terms in the sequence ai = i from i = 1 up until i = 5:
5
3
i = 1 + 2 + 3 + 4 + 5 = 15
i=1
Examples
1.
6
3
2i = 21 + 22 + 23 + 24 + 25 + 26
i=1
= 2 + 4 + 8 + 16 + 32 + 64
= 126
2.
10
3
(3xi ) = 3x3 + 3x4 + . . . + 3x9 + 3x10
i=3
464
CHAPTER 36. SEQUENCES AND SERIES - GRADE 12 36.6
2. For any constant c, which is any variable not dependent on the index i,
n
3
c · ai = c · a1 + c · a2 + c · a3 + . . . + c · an
i=1
= c (a1 + a2 + a3 + . . . + an )
3n
= c ai (36.17)
i=1
Exercises
4
2
1. What is 2?
k=1
3
2
2. Determine i.
i=−1
5
2
3. Expand i.
k=0
Remember that an arithmetic sequence is a set of numbers, such that the difference between
any term and the previous term is a constant number, d, called the constant difference:
an = a1 + d (n − 1) (36.18)
where
When we sum a finite number of terms in an arithmetic sequence, we get a finite arithmetic
series.
The simplest arithmetic sequence is when a1 = 1 and d = 0 in the general form (36.18); in other
words all the terms in the sequence are 1:
ai = a1 + d (i − 1)
= 1 + 0 · (i − 1)
= 1
{ai } = {1; 1; 1; 1; 1; . . .}
If we wish to sum this sequence from i = 1 to any positive integer n, we would write
n
3 n
3
ai = 1 = 1 + 1 + 1 + ...+ 1 (n times)
i=1 i=1
465
36.6 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
Since all the terms are equal to 1, it means that if we sum to n we will be adding n-number of
1’s together, which is simply equal to n:
n
3
1=n (36.19)
i=1
Another simple arithmetic sequence is when a1 = 1 and d = 1, which is the sequence of positive
integers:
ai = a1 + d (i − 1)
= 1 + 1 · (i − 1)
= i
{ai } = {1; 2; 3; 4; 5; . . .}
If we wish to sum this sequence from i = 1 to any positive integer n, we would write
n
3
i = 1 + 2 + 3 + ...+ n (36.20)
i=1
This is an equation with a very important solution as it gives the answer to the sum of positive
integers.
teresting Mathematician, Karl Friedrich Gauss, discovered this proof when he was only
Interesting
Fact
Fact 8 years old. His teacher had decided to give his class a problem which would
distract them for the entire day by asking them to add all the numbers from 1
to 100. Young Karl realised how to do this almost instantaneously and shocked
the teacher with the correct answer, 5050.
Sn = 1 + 2 + . . . + (n − 1) + n (36.21)
We then write the same sum but with the terms in descending order:
Sn = n + (n − 1) + . . . + 2 + 1 (36.22)
We then add corresponding pairs of terms from equations (36.21) and (36.22), and we find that
the sum for each pair is the same, (n + 1):
2 Sn = (n + 1) + (n + 1) + . . . + (n + 1) + (n + 1) (36.23)
We then have n-number of (n + 1)-terms, and by simplifying we arrive at the final result:
2 Sn = n (n + 1)
n
Sn = (n + 1)
2
n
3 n
Sn = i= (n + 1) (36.24)
i=1
2
general formula for an arithmetic sequence and sum it from i = 1 to any positive integer n:
n
3 n
3
ai = [a1 + d (i − 1)]
i=1 i=1
3n
= (a1 + di − d)
i=1
3n
= [(a1 − d) + di]
i=1
3n n
3
= (a1 − d) + (di)
i=1 i=1
3n n
3
= (a1 − d) + d i
i=1 i=1
dn
= (a1 − d) n + (n + 1)
2
n
= (2a1 − 2d + dn + d)
2
n
= (2a1 + dn − d)
2
n
= [ 2a1 + d (n − 1) ]
2
So, the general formula for determining an arithmetic series is given by
n
3 n
Sn = [ a1 + d (i − 1) ] = [ 2a1 + d (n − 1) ] (36.25)
i=1
2
For example, if we wish to know the series S20 for the arithmetic sequence ai = 3 + 7 (i − 1),
we could either calculate each term individually and sum them:
20
3
S20 = [3 + 7 (i − 1)]
i=1
= 3 + 10 + 17 + 24 + 31 + 38 + 45 + 52 +
59 + 66 + 73 + 80 + 87 + 94 + 101 +
108 + 115 + 122 + 129 + 136
= 1390
or, more sensibly, we could use equation (36.25) noting that a1 = 3, d = 7 and n = 20 so that
20
3
S20 = [3 + 7 (i − 1)]
i=1
20
= 2 [2 · 3 + 7 (20 − 1)]
= 1390
36.6.2 Exercises
n
1. The sum to n terms of an arithmetic series is Sn = (7n + 15).
2
A How many terms of the series must be added to give a sum of 425?
B Determine the 6th term of the series.
2. The sum of an arithmetic series is 100 times its first term, while the last term is 9 times
the first term. Calculate the number of terms in the series if the first term is not equal to
zero.
467
36.7 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
3. The common difference of an arithmetic series is 3. Calculate the values of n for which
the nth term of the series is 93, and the sum of the first n terms is 975.
4. The sum of n terms of an arithmetic series is 5n2 − 11n for all values of n. Determine the
common difference.
5. The sum of an arithmetic series is 100 times the value of its first term, while the last term
is 9 times the first term. Calculate the number of terms in the series if the first term is
not equal to zero.
6. The third term of an arithmetic sequence is -7 and the 7t h term is 9. Determine the sum
of the first 51 terms of the sequence.
8. The common difference of an arithmetic series is 3. Calculate the values of n for which
the nth term of the series is 93 and the sum of the first n terms is 975.
When we sum a finite number of terms in a quadratic sequence, we get a finite quadratic series.
The general form of a quadratic series is quite complicated, so we will only look at the simple
case when D = 2 and d = (a2 − a1 ) = 3 in the general form (???). This is the sequence of
squares of the integers:
ai = i2
{ai } = {12 ; 22 ; 32 ; 42 ; 52 ; 62 ; . . .}
= {1; 4; 9; 16; 25; 36; . . .}
n
3 n
Sn = i2 = (2n + 1)(n + 1) (36.26)
i=1
6
The proof for equation (36.26) can be found under the Advanced block that follows:
3
We start off with the expansion of (k + 1) .
(k + 1)3 = k 3 + 3k 2 + 3k + 1
(k + 1)3 − k 3 = 3k 2 + 3k + 1
468
CHAPTER 36. SEQUENCES AND SERIES - GRADE 12 36.8
1 3 3 3
= (n + 3n2 + 3n − n2 − n − n)
3 2 2
1 3 3 2 1
= (n + n + n)
3 2 2
n
= (2n2 + 3n + 1)
6
Therefore,
n
3 n
i2 = (2n + 1)(n + 1)
i=1
6
By simply adding together the first n terms, we are actually writing out the series
You may notice that all the terms on the right side of (36.28) and (36.29) are the same, except
the first and last terms. If we subtract (36.28) from (36.29), we are left with just
rSn − Sn = a1 rn − a1
Sn (r − 1) = a1 (rn − 1)
n
3 a1 (rn − 1)
Sn = a1 · ri−1 = (36.30)
i=1
r−1
36.8.1 Exercises
1. Prove that
a (1 − rn )
a + ar + ar2 + ... + arn−1 =
(1 − r)
3 3
2. Find the sum of the first 11 terms of the geometric series 6 + 3 + 2 + 4 + ...
3. Show that the sum of the first n terms of the geometric series
54 + 18 + 6 + ... + 5 ( 31 )n−1
is given by 81 − 34−n .
4. The eighth term of a geometric sequence is 640. The third term is 20. Find the sum of
the first 7 terms.
n
8 ( 21 )t = 15 43 .
2
5. Solve for n:
t=1
6. The ratio between the sum of the first three terms of a geometric series and the sum of
the 4th -, 5th − and 6th -terms of the same series is 8 : 27. Determine the common ratio
and the first 2 terms if the third term is 8.
9. Determine:
4
3
3 · 2n−1
n=1
470
CHAPTER 36. SEQUENCES AND SERIES - GRADE 12 36.9
Thus far we have been working only with finite sums, meaning that whenever we determined the
sum of a series, we only considered the sum of the first n terms. In this section, we consider
what happens when we add infinitely many terms together. You might think that this is a silly
question - surely the answer will be ∞ when one sums infinitely many numbers, no matter how
small they are? The surprising answer is that in some cases one will reach ∞ (like when you
try to add all the positive integers together), but in some cases one will get a finite answer.
If you don’t believe this, try doing the following sum, a geometric series, on your calculator or
computer:
1 1 1 1 1
2 + 4 + 8 + 16 + 32 + . . .
You might think that if you keep adding more and more terms you will eventually get larger and
larger numbers, but in fact you won’t even get past 1 - try it and see for yourself!
We denote the sum of an infinite number of terms of a sequence by
∞
3
S∞ = ai
i=1
When we sum the terms of a series, and the answer we get after each summation gets closer
and closer to some number, we say that the series converges. If a series does not converge, then
we say that it diverges.
There is a simple test for knowing instantly which geometric series converges and which diverges.
When r, the common ratio, is strictly between -1 and 1, i.e. −1 < r < 1, the infinite series
will converge, otherwise it will diverge. There is also a formula for working out what the series
converges to.
Let’s start off with formula (36.30) for the finite geometric series:
n
3 a1 (rn − 1)
Sn = a1 · ri−1 =
i=1
r−1
n = 1 : rn = r1 = ( 12 )1 = 1
2
n = 2 : rn = r2 = ( 12 )2 = 1
2 · 1
2 = 1
4 < 1
2
n = 3 : rn = r3 = ( 12 )3 = 1
2 · 1
2 · 1
2 = 1
8 < 1
4
∞
3 a1
S∞ = a1 .ri−1 = for −1 (36.31)
i=1
1−r
where a1 is the first term of the series and r is the common ratio.
36.9.2 Exercises
1. What does ( 52 )n approach as n tends towards ∞?
1 1
2. Find the sum to infinity of the geometric series 3 + 1 + 3 + 9 + ...
3. Determine for which values of x, the geometric series
2+ 2
3 (x + 1) + 2
9 (x + 1)2 + . . .
will converge.
4. The sum to infinity of a geometric series with positive terms is 4 61 and the sum of the first
two terms is 2 32 . Find a, the first term, and r, the common ratio between consecutive
terms.
8. A new soccer competition requires each of 8 teams to play every other team once.
A Calculate the total number of matches to be played in the competition.
472
CHAPTER 36. SEQUENCES AND SERIES - GRADE 12 36.10
B If each of n teams played each other once, determine a formula for the total number
of matches in terms of n.
9. The midpoints of the sides of square with length equal to 4 units are joined to form a
new square. The process is repeated indefinitely. Calculate the sum of the areas of all the
squares so formed.
10. Thembi worked part-time to buy a Mathematics book which cost R29,50. On 1 February
she saved R1,60, and saves everyday 30 cents more than she saved the previous day. (So,
on the second day, she saved R1,90, and so on.) After how many days did she have enough
money to buy the book?
11. Consider the geometric series:
5 + 2 12 + 1 14 + . . .
A If A is the sum to infinity and B is the sum of the first n terms, write down the value
of:
i. A
ii. B in terms of n.
1
B For which values of n is (A − B) < 24 ?
12. A certain plant reaches a height of 118 mm after one year under ideal conditions in a
greenhouse. During the next year, the height increases by 12 mm. In each successive year,
the height increases by 85 of the previous year’s growth. Show that the plant will never
reach a height of more than 150 mm.
n
2
13. Calculate the value of n if (20 − 4a) = −20.
a=1
14. Michael saved R400 during the first month of his working life. In each subsequent month,
he saved 10% more than what he had saved in the previous month.
A How much did he save in the 7th working month?
B How much did he save all together in his first 12 working months?
C In which month of his working life did he save more than R1,500 for the first time?
15. A man was injured in an accident at work. He receives a disability grant of R4,800 in the
first year. This grant increases with a fixed amount each year.
A What is the annual increase if, over 20 years, he would have received a total of
R143,500?
B His initial annual expenditure is R2,600 and increases at a rate of R400 per year.
After how many years does his expenses exceed his income?
16. The Cape Town High School wants to build a school hall and is busy with fundraising. Mr.
Manuel, an ex-learner of the school and a successful politician, offers to donate money to
the school. Having enjoyed mathematics at school, he decides to donate an amount of
money on the following basis. He sets a mathematical quiz with 20 questions. For the
correct answer to the first question (any learner may answer), the school will receive 1
cent, for a correct answer to the second question, the school will receive 2 cents, and so
on. The donations 1, 2, 4, ... form a geometric sequence. Calculate (Give your answer to
the nearest Rand)
A The amount of money that the school will receive for the correct answer to the 20th
question.
B The total amount of money that the school will receive if all 20 questions are answered
correctly.
17. The first term of a geometric sequence is 9, and the ratio of the sum of the first eight terms
to the sum of the first four terms is 97 : 81. Find the first three terms of the sequence, if
it is given that all the terms are positive.
18. (k − 4); (k + 1); m; 5k is a set of numbers, the first three of which form an arithmetic
sequence, and the last three a geometric sequence. Find k and m if both are positive.
473
36.10 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
A Determine p.
C Determine the 10th term of this sequence correct to one decimal place.
20. The second and fourth terms of a convergent geometric series are 36 and 16, respectively.
Find the sum to infinity of this series, if all its terms are positive.
25 k(k + 1)
21. Evaluate:
k=2 2
22. Sn = 4n2 + 1 represents the sum of the first n terms of a particular series. Find the second
term.
∞ 12
27pk =
2 2
23. Find p if: (24 − 3t)
k=1 t=1
102001 + 102003
102002 + 102002
∞
(x + 2)p , if it exists, when
2
26. Determine
p=1
5
A x=−
2
B x = −5
∞
5 · 4−i
2
27. Calculate:
i=1
28. The sum of the first p terms of a sequence is p (p + 1). Find the 10th term.
D E
C D E
B C D E
A B C D E
B C D E
C D E
D E
A If the pattern continues, find the number of letters in the column containing M’s.
B If the total number of letters in the pattern is 361, which letter will the last column
consist of.
∞
(x + 2)p , if it exists, when
2
33. Determine
p=1
5
A x=−
2
B x = −5
∞
5 · 4−i
2
34. Calculate:
i=1
475
36.10 CHAPTER 36. SEQUENCES AND SERIES - GRADE 12
35. The sum of the first p terms of a sequence is p (p + 1). Find the 10th term.
36. The powers of 2 are removed from the set of positive integers
476
Chapter 37
Finance - Grade 12
37.1 Introduction
In earlier grades simple interest and compound interest were studied, together with the concept
of depreciation. Nominal and effective interest rates were also described. Since this chapter
expands on earlier work, it would be best if you revised the work done in Chapters 8 and 21.
If you master the techniques in this chapter, when you start working and earning you will be
able to apply the techniques in this chapter to critically assess how to invest your money. And
when you are looking at applying for a bond from a bank to buy a home, you will confidently be
able to get out the calculator and work out with amazement how much you could actually save
by making additional repayments. Indeed, this chapter will provide you with the fundamental
concepts you will need to confidently manage your finances and with some successful investing,
sit back on your yacht and enjoy the millionaire lifestyle.
If you don’t know what A, P , i and n represent, then you should definitely revise the work from
Chapters 8 and 21.
Solving for n:
A = P (1 + i)n
(1 + i)n = (A/P )
log((1 + i)n ) = log(A/P )
n log(1 + i) = log(A/P )
n = log(A/P )/ log(1 + i)
Remember, you do not have to memorise this formula. It is very easy to derive any time you
need it. It is simply a matter of writing down what you have, deciding what you need, and
solving for that variable.
477
37.3 CHAPTER 37. FINANCE - GRADE 12
Question: If we invested R3 500 into a savings account which pays 7,5% compound
interest for an unknown period of time, at the end of which our account is worth
R4 044,69. How long did we invest the money? How does this compare with the
trial and error answer from Chapters 21.
Answer
Step 1 : Determine what is given and what is required
• P =R3 500
• i=7,5%
• A=R4 044,69
A = P (1 + i)n
(1 + i)n = (A/P )
log((1 + i)n ) = log(A/P )
n log(1 + i) = log(A/P )
n = log(A/P )/ log(1 + i)
n = log(A/P )/ log(1 + i)
log( R4R3044,69
500 )
=
log(1 + 7,5%)
= 2.0
By this stage, you know how to do calculations such as ”If I want R1 000 in 3 years’ time, how
much do I need to invest now at 10% ?”
But what if we extend this as follows: If I want R1 000 next year and R1 000 the year after that
and R1 000 after three years ... how much do I need to put into a bank account earning 10%
p.a. right now to be able to afford that?”
The obvious way of working that out is to work out how much you need now to afford the
payments individually and sum them. We’ll work out how much is needed now to afford the
payment of R1 000 in a year (= R1 000 × (1,10)−1 = R909,0909), the amount needed now for
the following year’s R1 000 (= R1 000 × (1,10)−2 = R826,4463) and the amount needed now
for the R1 000 after 3 years (= R1 000 × (1,10)−3 = R751,3148). Add these together gives you
the amount needed to afford all three payments and you get R2486,85.
So, if you put R2486,85 into a 10% bank account now, you will be able to draw out R1 000 in a
year, R1 000 a year after that, and R1 000 a year after that - and your bank account will come
down to R0. You would have had exactly the right amount of money to do that (obviously!).
You can check this as follows:
478
CHAPTER 37. FINANCE - GRADE 12 37.3
• annuities - a fixed sum payable each year or each month either to provide a pre-determined
sum at the end of a number of years or months (referred to as a future value annuity) or
a fixed amount paid each year or each month to repay (amortise) a loan (referred to as a
present value annuity).
• bond repayments - a fixed sum payable at regular intervals to pay off a loan. This is an
example of a present value annuity.
• sinking funds - an accounting term for cash set aside for a particular purpose and invested
so that the correct amount of money will be available when it is needed. This is an example
of a future value annuity
Before we progress, you need to go back and read Chapter 36 (from page 457) to revise sequences
and series.
In summary, if you have a series of n terms in total which looks like this:
a(rn − 1)
useful when r > 1
r−1
a(1 − rn )
useful when 0 ≤ r < 1
1−r
So having reviewed the mathematics of Sequences and Series, you might be wondering how this
is meant to have any practical purpose! Given that we are in the finance section, you would be
right to guess that there must be some financial use to all this Here is an example which happens
in many people’s lives - so you know you are learning something practical
Let us say you would like to buy a property for R300 000, so you go to the bank to apply for
a mortgage bond. The bank wants it to be repaid by annually payments for the next 20 years,
starting at end of this year. They will charge you 15% per annum. At the end of the 20 years
the bank would have received back the total amount you borrowed together with all the interest
they have earned from lending you the money. You would obviously want to work out what the
annual repayment is going to be!
Let X be the annual repayment, i is the interest rate, and M is the amount of the mortgage
bond you will be taking out.
Time lines are particularly useful tools for visualizing the series of payments for calculations, and
we can represent these payments on a time line as:
479
37.3 CHAPTER 37. FINANCE - GRADE 12
X X X X X
Cash Flows
Time
0 1 2 18 19 20
Figure 37.1: Time Line for an annuity (in arrears) of X for n periods.
The present value of all the payments (which includes interest) must equate to the (present)
value of the mortgage loan amount.
Mathematically, you can write this as:
The painful way of solving this problem would be to do the calculation for each of the terms
above - which is 20 different calculations. Not only would you probably get bored along the way,
but you are also likely to make a mistake.
Naturally, there is a simpler way of doing this! You can rewrite the above equation as follows:
M = X(v 1 + v 2 + v 3 + ... + v 20 )
where v = (1 + i)−1 = 1/(1 + i)
Of course, you do not have to use the method of substitution to solve this. We just find this a
useful method because you can get rid of the negative exponents - which can be quite confusing!
As an exercise - to show you are a real financial whizz - try to solve this without substitution. It
is actually quite easy.
Now, the item in square brackets is the sum of a geometric sequence, as discussion in section 36.
This can be re-written as follows, using what we know from Chapter 36 of this text book:
Note that we took out a common factor of v before using the formula for the geometric sequence.
So we can write:
(1 − (1 + i)−n )
M = X[ ]
i
i ]
So, this formula is useful if you know the amount of the mortgage bond you need and want to
work out the repayment, or if you know how big a repayment you can afford and want to see
what property you can buy.
For example, if I want to buy a house for R300 000 over 20 years, and the bank is going to
480
CHAPTER 37. FINANCE - GRADE 12 37.3
i ]
R300 000
=
[ (1−(1,15)
−20 )
0,15 ]
= R47 928,44
This means, each year for the next 20 years, I need to pay the bank R47 928,44 per year before
I have paid off the mortgage bond.
On the other hand, if I know I will only have R30 000 a year to repay my bond, then how big a
house can I buy? That is easy ....
(1 − (1 + i)−n )
M = X[ ]
i
(1 − (1,15)−20 )
= R30 000[ ]
0,15
= R187 779,90
So, for R30 000 a year for 20 years, I can afford to buy a house of R187 800 (rounded to the
nearest hundred).
The bad news is that R187 800 does not come close to the R300 000 you wanted to buy! The
good news is that you do not have to memorise this formula. In fact , when you answer questions
like this in an exam, you will be expected to start from the beginning - writing out the opening
equation in full, showing that it is the sum of a geometric sequence, deriving the answer, and
then coming up with the correct numerical answer.
Question: Sam is looking to buy his first flat, and has R15 000 in cash savings
which he will use as a deposit. He has viewed a flat which is on the market for
R250 000, and he would like to work out how much the monthly repayments would
be. He will be taking out a 30 year mortgage with monthly repayments. The annual
interest rate is 11%.
Answer
Step 1 : Determine what is given and what is needed
The following is given:
• Deposit amount = R15 000
• Price of flat = R250 000
• interest rate, i = 11%
We are required to find the monthly repayment for a 30-year mortgage.
Step 2 : Determine how to approach the problem
We know that:
M
X = (1−(1+i)−n )
[ i ]
. In order to use this equation, we need to calculate M , the amount of the mortgage
bond, which is the purchase price of property less the deposit which Sam pays up-
front.
Now because we are considering monthly repayments, but we have been given an
annual interest rate, we need to convert this to a monthly interest rate, i12. (If you
are not clear on this, go back and revise section 21.8.)
(1 + i12)12 = (1 + i)
12
(1 + i12) = 1,11
i12 = 0,873459%
We know that the mortgage bond is for 30 years, which equates to 360 months.
Step 3 : Solve the problem
Now it is easy, we can just plug the numbers in the formula, but do not forget that
you can always deduce the formula from first principles as well!
M
X =
[ (1−(1+i)
−n )
i ]
R235 000
=
[ (1−(1.00876459)
−360 )
0,008734594 ]
= R2 146,39
Question: You are considering purchasing a flat for R200 000 and the bank’s mort-
gage rate is currently 9% per annum payable monthly. You have savings of R10 000
which you intend to use for a deposit. How much would your monthly mortgage
payment be if you were considering a mortgage over 20 years.
Answer
Step 1 : Determine what is given and what is required
The following is given:
• Deposit amount = R10 000
• Price of flat = R200 000
• interest rate, i = 9%
We are required to find the monthly repayment for a 20-year mortgage.
Step 2 : Determine how to approach the problem
We are consider monthly mortgage repayments, so it makes sense to use months as
our time period.
The interest rate was quoted as 9% per annum payable monthly, which means that
the monthly effective rate = 9%/12 = 0,75% per month. Once we have converted
20 years into 240 months, we are ready to do the calculations!
First we need to calculate M , the amount of the mortgage bond, which is the
purchase price of property less the deposit which Sam pays up-front.
The present value of our mortgage payments, X, must equate to the mortgage
amount that we borrow today, so
X × (1 + 0,75%)−1 +
X × (1 + 0,75%)−2 +
X × (1 + 0,75%)−3 +
X × (1 + 0,75%)−4 + ...
X × (1 + 0,75%)−239 + X × (1 + 0,75%)−240
But it is clearly much easier to use our formula that work out 240 factors and add
them all up!
Step 3 : Solve the problem
1 − (1 + 0,75%)−240
X× = R190 000
0,75%
X × 111,14495 = R190 000
X = R1 709,48
Now that you’ve done the calculations for the worked example and know what the monthly
repayments are, you can work out some surprising figures. For example, R1 709,48 per month
for 240 month makes for a total of R410 275,20 (=R1 709,48 × 240). That is more than
double the amount that you borrowed! This seems like a lot. However, now that you’ve studied
the effects of time (and interest) on money, you should know that this amount is somewhat
meaningless. The value of money is dependant on its timing.
Nonetheless, you might not be particularly happy to sit back for 20 years making your R1 709,48
mortgage payment every month knowing that half the money you are paying are going toward
interest. But there is a way to avoid those heavy interest charges. It can be done for less than
R300 extra every month...
So our payment is now R2 000. The interest rate is still 9% per annum payable monthly (0,75%
per month), and our principal amount borrowed is R190 000. Making this higher repayment
amount every month, how long will it take to pay off the mortgage?
The present value of the stream of payments must be equal to R190 000 (the present value of
the borrowed amount). So we need to solve for n in:
So the mortgage will be completely repaid in less than 14 years, and you would have made a
total payment of 166,8× R2 000 = R333 600.
Can you see what is happened? Making regular payments of R2 000 instead of the required
R1,709,48, you will have saved R76 675,20 (= R410 275,20 - R333 600) in interest, and yet you
have only paid an additional amount of R290,52 for 166,8 months, or R48 458,74. You surely
483
37.3 CHAPTER 37. FINANCE - GRADE 12
know by now that the difference between the additional R48 458,74 that you have paid and
the R76 675,20 interest that you have saved is attributable to, yes, you have got it, compound
interest!
In the same way that when we have a single payment, we can calculate a present value or a
future value - we can also do that when we have a series of payments.
In the above section, we had a few payments, and we wanted to know what they are worth now
- so we calculated present values. But the other possible situation is that we want to look at
the future value of a series of payments.
Maybe you want to save up for a car, which will cost R45 000 - and you would like to buy it in
2 years time. You have a savings account which pays interest of 12% per annum. You need to
work out how much to put into your bank account now, and then again each month for 2 years,
until you are ready to buy the car.
Can you see the difference between this example and the ones at the start of the chapter where
we were only making a single payment into the bank account - whereas now we are making a
series of payments into the same account? This is a sinking fund.
So, using our usual notation, let us write out the answer. Make sure you agree how we come up
with this. Because we are making monthly payments, everything needs to be in months. So let
A be the closing balance you need to buy a car, P is how much you need to pay into the bank
account each month, and i12 is the monthly interest rate. (Careful - because 12% is the annual
interest rate, so we will need to work out later what the month interest rate is!)
Here are some important points to remember when deriving this formula:
1. We are calculating future values, so in this example we use (1 + i12)n and not (1 + i12)−n .
Check back to the start of the chapter is this is not obvious to you by now.
2. If you draw a timeline you will see that the time between the first payment and when you
buy the car is 24 months, which is why we use 24 in the first exponent.
3. Again, looking at the timeline, you can see that the 24th payment is being made one
month before you buy the car - which is why the last exponent is a 1.
4. Always check that you have got the right number of payments in the equation. Check
right now that you agree that there are 24 terms in the formula above.
So, now that we have the right starting point, let us simplify this equation:
Note that this time X has a positive exponent not a negative exponent, because we are doing
future values. This is not a rule you have to memorise - you can see from the equation what the
obvious choice of X should be.
Let us reorder the terms:
A = P [X 1 + X 2 + . . . + X 24 ] = P · X[1 + X + X 2 + . . . + X 2 3]
This is just another sum of a geometric sequence, which as you know can be simplified as:
So if we want to use our numbers, we know that A = R45 000, n=24 (because we are looking
at monthly payments, so there are 24 months involved) and i = 12% per annum.
BUT (and it is a big but) we need a monthly interest rate. Do not forget that the trick is to
keep the time periods and the interest rates in the same units - so if we have monthly payments,
make sure you use a monthly interest rate! Using the formula from Section 21.8, we know that
(1 + i) = (1 + i12)12 . So we can show that i12 = 0,0094888 = 0,94888%.
Therefore,
This means you need to invest R1 662,67 each month into that bank account to be able to pay
for your car in 2 years time.
There is another way of looking at this too - in terms of present values. We know that we need
an amount of R45 000 in 24 months time, and at a monthly interest rate of 0,94888%, the
present value of this amount is R35 873,72449. Now the question is what monthly amount at
0,94888% interest over 24 month has a present value of R35 873,72449? We have seen this
before - it is just like the mortgage questions! So let us go ahead and see if we get to the same
answer
2. How much money must be invested now to obtain regular annuity payments of R 5 500
per month for five years ? The money is invested at 11,1% p.a., compounded monthly.
(Answer to the nearest hundred rand)
So far, we have been working out loan repayment amounts by taking all the payments and
discounting them back to the present time. We are not considering the repayments individually.
485
37.4 CHAPTER 37. FINANCE - GRADE 12
Think about the time you make a repayment to the bank. There are numerous questions that
could be raised: how much do you still owe them? Since you are paying off the loan, surely
you must owe them less money, but how much less? We know that we’ll be paying interest on
the money we still owe the bank. When exactly do we pay interest? How much interest are we
paying?
The answer to these questions lie in something called the load schedule.
We will continue to use the example from section ??FIXTHIS. There is a loan amount of
R190 000. We are paying it off over 20 years at an interest of 9% per annum payable monthly.
We worked out that the repayments should be R1 709,48.
Consider the first payment of R1 709,48 one month into the loan. First, we can work out how
much interest we owe the bank at this moment. We borrowed R190 000 a month ago, so we
should owe:
I = M × i12
= R190 000 × 0,75%
= R1 425
We are paying them R1 425 in interest. We calls this the interest component of the repayment.
We are only paying off R1 709,48 - R1 425 = R284.48 of what we owe! This is called the
capital component. That means we still owe R190 000 - R284,48 = R189 715,52. This is called
the capital outstanding. Let’s see what happens at end of the second month. The amount of
interest we need to pay is the interest on the capital outstanding.
I = M × i12
= R189 715,52 × 0,75%
= R1 422,87
Since we don’t owe the bank as much as we did last time, we also owe a little less interest. The
capital component of the repayment is now R1 709,48 - R1 422,87 = R286,61. The capital
outstanding will be R189 715,52 - R286,61 = R189 428,91. This way, we can break each of our
repayments down into an interest part and the part that goes towards paying off the loan.
This is a simple and repetitive process. Table 37.1 is a table showing the breakdown of the first
12 payments. This is called a loan schedule.
Now, let’s see the same thing again, but with R2 000 being repaid each year. We expect the
numbers to change. However, how much will they change by? As before, we owe R1 425 in
interest in interest. After one month. However, we are paying R2 000 this time. That leaves
R575 that goes towards paying off the capital outstanding, reducing it to R189 425. By the end
of the second month, the interest owed is R1 420,69 (That’s R189 425×i12). Our R2 000 pays
for that interest, and reduces the capital amount owed by R2 000 - R1 420,69 = R579,31. This
reduces the amount outstanding to R188 845,69.
Doing the same calculations as before yields a new loan schedule shown in Table 37.2.
The important numbers to notice is the “Capital Component” column. Note that when we are
paying off R2 000 a month as compared to R1 709,48 a month, this column more than doubles?
In the beginning of paying off a loan, very little of our money is used to pay off the captital
outstanding. Therefore, even a small incread in repayment amounts can significantly increase
the speed at which we are paying off the capital.
Whatsmore, look at the amount we are still owing after one year (i.e. at time 12). When we were
paying R1 709,48 a month, we still owe R186 441,84. However, if we increase the repayments
to R2 000 a month, the amount outstanding decreases by over R3 000 to R182 808,14. This
means we would have paid off over R7 000 in our first year instead of less than R4 000. This
486
CHAPTER 37. FINANCE - GRADE 12 37.4
487
37.4 CHAPTER 37. FINANCE - GRADE 12
increased speed at which we are paying off the capital portion of the loan is what allows us to
pay off the whole load in around 14 years instead of the original 20. Note however, the effect
of paying R2 000 instead of R1 709,48 is more significant in be beginning of the loan than near
the end of the loan.
It is noted that in this instance, by paying slightly more than what the bank would ask you to
pay, you can pay off a loan a lot quicker. The natural question to ask here is: why are banks
asking us to pay the lower amount for much longer then? Are they trying to cheat us out of our
money?
There is no simple answer to this. Banks provide a service to us in return for a fee, so they are
out to make a profit. However, they need to be careful not to cheat their customers for fear
that they’ll simply use another bank. The central issue here is one of scale. For us, the changes
involved appear big. We are paying off our loan 6 years earlier by paying just a bit more a month.
To a bank, however, it doesn’t matter much either way. In all likelihoxod, it doesn’t affect their
profit margins one bit!
Remember that a bank calculates repayment amount using the same methods as we’ve been
learning. Therefore, they are correct amounts for given interest rates and terms. As a result,
which amount is repaid does generally make a bank more or less money. It’s a simple matter
of less money now or more money later. Banks generally use a 20 year repayment period by
default.
Learning about financial mathematics enables you to duplicate these calculations for yourself.
This way, you can decide what’s best for you. You can decide how much you want to repay each
month and you’ll know of its effects. A bank wouldn’t care much either way, so you should pick
something that suits you.
Question: Stefan and Marna want to buy a house that costs R 1 200 000. Their
parents offer to put down a 20% payment towards the cost of the house. They need
to get a moratage for the balance. What are their monthly repayments if the term
of the home loan is 30 years and the interest is 7,5%, compounded monthly ?
Answer
Step 1 : Determine how much money they need to borrow
R1 200 00 − R240 000 = R960 000
Step 2 : Determine how to approach the problem
Use the formula:
x[1 − (1 + i)−n ]
P =
i
Where
P = 960 000
n = 30 × 12 = 360months
i = 0,075 ÷ 12 = 0,00625
Step 3 : Solve the problem
x[1 − (1 + 0,00625)−360]
R960 000 =
0,00625
= x(143,017 627 3)
x = R6 712,46
488
CHAPTER 37. FINANCE - GRADE 12 37.5
Let’s say that after a certain number of years, just after we made a repayment, we still owe
amount Y . What do we know about Y ? We know that using the loan schedule, we can
calculate what it equals to, but that is a lot of repetitive work. We also know that Y is the
amount that we are still going to pay off. In other words, all the repayments we are still going
to make in the future will exactly pay off Y . This is true because in the end, after all the
repayments, we won’t be owing anything.
Therefore, the present value of all outstanding future payments equal the present amount out-
standing. This is the prospective method for calculating capital outstanding.
Let’s return to a previous example. Recall the case where we were trying to repay a loan
of R200 000 over 20 years. At an interested rate of 9% compounded monthly, the monthly
repayment is R1 709,48. In table 37.1, we can see that after 12 month, the amount outstanding
is R186 441,84. Let’s try to work this out using the the prospective method.
After time 12, there is still 19 × 12 = 228 repayments left of R1 709,48 each. The present value
is:
n = 228
i = 0,75%
1 − 1,0075−228
Y = R1 709,48 ×
0,0075
= R186 441,92
Oops! This seems to be almost right, but not quite. We should have got R186 441,84. We
are 8 cents out. However, this is in fact not a mistake. Remember that when we worked out
the monthly repayments, we rounded to the nearest cents and arrived at R1 709,48. This was
because one cannot make a payment for a fraction of a cent. Therefore, the rounding off error
was carried through. That’s why the two figures don’t match exactly. In financial mathematics,
this is largely unavoidable.
experts are not paid a salary in order to recite formulae, they are paid a salary to use the right
methods to solve financial problems.
37.5.1 Definitions
P Principal (the amount of money at the starting point of the calculation)
i interest rate, normally the effective rate per annum
n period for which the investment is made
iT the interest rate paid T times per annum, i.e. iT = Nominal Interest
T
Rate
37.5.2 Equations
⎫
Present Value - simple ⎪
⎪
Future Value - simple
⎬
= P (1 + i · n)
Solve for i ⎪
⎪
Solve for n
⎭
⎫
Present Value - compound ⎪
⎪
Future Value - compound
⎬
= P (1 + i)n
Solve for i ⎪
⎪
Solve for n
⎭
Important: Always keep the interest and the time period in the same units of time (e.g.
both in years, or both in months etc.).
2. A special bank account pays simple interest of 8% per annum. Calculate the opening
balance required to generate a closing balance of R5 000 after 2 years.
3. A different bank account pays compound interest of 8% per annum. Calculate the opening
balance required to generate a closing balance of R5 000 after 2 years.
5. After 7 months after an initial deposit, the value of a bank account which pays compound
interest of 7,5% per annum is R3 650,81. What was the value of the initial deposit?
6. Suppose you invest R500 this year compounded at interest rate i for a year in Bank T. In
the following year you invest the accumulation that you received for another year at the
same interest rate and on the third year, you invested the accumulation you received at
the same interest rate too. If P represents the present value (R500), find a pattern for
this investment. [Hint: find a formula]
7. Thabani and Lungelo are both using UKZN Bank for their saving. Suppose Lungelo makes
a deposit of X today at interest rate of i for six years. Thabani makes a deposit of 3X
at an interest rate of 0.05. Thabani made his deposit 3 years after Lungelo made his first
deposit. If after 6 years, their investments are equal, calculate the value of i and find X.
if the sum of their investment is R20 000, use X you got to find out how much Thabani
got in 6 years.
490
CHAPTER 37. FINANCE - GRADE 12 37.6
8. Sipho invests R500 at an interest rate of log(1,12) for 5 years. Themba, Sipho’s sister
invested R200 at interest rate i for 10 years on the same date that her brother made his
first deposit. If after 5 years, Themba’s accumulation equals Sipho’s, find the interest rate
i and find out whether Themba will be able to buy her favorite cell phone after 10 years
which costs R2 000.
9. Moira deposits R20 000 in her saving account for 2 years at an interest rate of 0.05. After
2 years, she invested her accumulation for another 2 years, at the same interest rate. After
4 years, she invested her accumulation for which she got for another 2 years at an interest
rate of 5 %. After 6 years she choose to buy a car which costs R26 000. Her husband,
Robert invested the same amount at interest rate of 5 % for 6 years.
A Without using any numbers, find a pattern for Moira’s investment?
B How Moira’s investment differ from Robert’s?
10. Calculate the real cost of a loan of R10 000 for 5 years at 5% capitalised monthly and half
yearly.
11. Determine how long, in years, it will take for the value of a motor vehicle to decrease to
25% of its original value if the rate of depreciation, based on the reducing-balance method,
is 21% per annum.
12. André and Thoko, decided to invest their winnings (amounting to R10 000) from their
science project. They decided to divide their winnings according to the following: Because
Andr was the head of the project and he spent more time on it, André got 65,2 % of the
winnings and Thoko got 34,8%. So, Thoko decided to invest only 0,5 % of the share of her
sum and Andrédecided to invest 1,5 % of the share of his sum. When they calculated how
much each contributed in the investment, Thoko had 25 % and André had 75 % share.
They planned to invest their money for 20 years , but, as a result of Thoko finding a job in
Australia 7 years after their initial investment. They both decided to take whatever value
was there and split it according to their initial investment(in terms of percentages). Find
how much each will get after 7 years, if the interest rate is equal to the percentage that
Thoko invested (NOT the money but the percentage).
491
37.6 CHAPTER 37. FINANCE - GRADE 12
492
Chapter 38
38.1 Introduction
In grades 10 and 11, you learnt how to solve different types of equations. Most of the solutions,
relied on being able to factorise some expression and the factorisation of quadratics was studied
in detail. This chapter focusses on the factorisation of cubic polynomials, that is expressions
with the highest power equal to 3.
f (y) = 2y 4 + 3y 2 − 5y + 7
∴ f (1) = 2(1)4 + 3(1)2 − 5(1) + 7
= 2+3−5+7
= 7
493
38.3 CHAPTER 38. FACTORISING CUBIC POLYNOMIALS - GRADE 12
Step 3 : Conclusion
Since f (1) ̸= 0, y − 1 is not a factor of f (y) = 2y 4 + 3y 2 − 5y + 7.
Step 3 : Conclusion
Since g(−4) = 0, y + 4 is a factor of g(y) = 5y 4 + 16y 3 − 15y 2 + 8y + 16.
We will deal with simplest case first. When a = 1, then A = C = E = 1, and you only have to
determine B, D and F . For example, find the factors of:
x3 − 2x2 − 5x + 6.
a = 1
b = −2
c = −5
d = 6
494
CHAPTER 38. FACTORISING CUBIC POLYNOMIALS - GRADE 12 38.3
The factors will have the general form shown in (38.1), with A = C = E = 1. We can then
use values for a, b, c and d to determine values for B, D and F . We can re-write (38.1) with
A = C = E = 1 as:
(x + B)(x + D)(x + F ).
If we multiply this out we get:
b = −2 = D + F + B (38.2)
c = −5 = DF + BD + BF (38.3)
d = 6 = BDF. (38.4)
This is a set of three equations in three unknowns. However, we know that B, D and F are
factors of 6 because BDF = 6. Therefore we can use a trial and error method to find B, D
and F .
This can become a very tedious method, therefore the Factor Theorem can be used to find the
factors of cubic polynomials.
In general, to factorise a cubic polynomial, you find one factor by trial and error. Use the factor
theorem to confirm that the guess is a root. Then divide the cubic polynomial by the factor
to obtain a quadratic. Once you have the quadratic, you can apply the standard methods to
factorise the quadratic.
For example the factors of x3 − 2x2 − 5x + 6 can be found as follows: There are three factors
which we can write as
(x − a)(x − b)(x − c).
495
38.4 CHAPTER 38. FACTORISING CUBIC POLYNOMIALS - GRADE 12
x3 − 2x2 − 5x + 6.
Answer
Step 1 : Find one factor using the Factor Theorem
Try
f (1) = (1)3 − 2(1)2 − 5(1) + 6 = 1 − 2 − 5 + 6 = 0
Therefore (x − 1) is a factor.
Step 2 : Division by expection
x3 − 2x2 − 5x + 6 = (x − 1)( )
The first term in the second bracket must be x2 to give x3 if one works backwards.
The last term in the second bracket must be −6 because −1 × −6 = +6.
So we have x3 − 2x2 − 5x + 6 = (x − 1)(x2 ?x − 6).
Now, we must find the coefficient of the middelterm (x).
(−1)(x2 ) gives −x2 . So, the coefficient of the x-term must be −1.
So f (x) = (x − 1)(x2 − x − 6).
3. f (x) = 2x3 + x2 − 5x + 2
A Find f (1).
B Factorise f (x) completely
4. Use the Factor Theorem to determine all the factors of the following expression:
x3 + x2 − 17x + 15
Once you know how to factorise cubic polynomials, it is also easy to solve cubic equations of the
kind
ax3 + bx2 + cx + d = 0
496
CHAPTER 38. FACTORISING CUBIC POLYNOMIALS - GRADE 12 38.5
Question: Solve
6x3 − 5x2 − 17x + 6 = 0.
Answer
Step 1 : Find one factor using the Factor Theorem
Try
f (1) = 6(1)3 − 5(1)2 − 17(1) + 6 = 6 − 5 − 17 + 6 = −10
Therefore (x − 1) is NOT a factor.
Try
f (2) = 6(2)3 − 5(2)2 − 17(2) + 6 = 48 − 20 − 34 + 6 = 0
Therefore (x − 2) IS a factor.
Step 2 : Division by expection
6x3 − 5x2 − 17x + 6 = (x − 2)( )
The first term in the second bracket must be 6x2 to give 6x3 if one works backwards.
The last term in the second bracket must be −3 because −2 × −3 = +6.
So we have 6x3 − 5x2 − 17x + 6 = (x − 2)(6x2 ?x − 3).
Now, we must find the coefficient of the middelterm (x).
(−2)(6x2 ) gives −12x2 . So, the coefficient of the x-term must be 7.
So, 6x3 − 5x2 − 17x + 6 = (x − 2)(6x2 + 7x − 3).
Sometimes it is not possible to factorise the trinomial (”second bracket”). This is when the
quadratic formula √
−b ± b2 − 4ac
x=
2a
can be used to solve the cubic equation fully.
For example:
Therefore (x + 2) IS a factor.
Step 2 : Division by expection
x3 − 2x2 − 6x + 4 = (x + 2)( )
The first term in the second bracket must be x2 to give x3 .
The last term in the second bracket must be 2 because 2 × 2 = +4.
So we have x3 − 2x2 − 6x + 4 = (x + 2)(x2 ?x + 2).
Now, we must find the coefficient of the middelterm (x).
(2)(x2 ) gives 2x2 . So, the coefficient of the x-term must be −4. (2x2 −4x2 = −2x2 )
So x3 − 2x2 − 6x + 4 = (x + 2)(x2 − 4x + 2).
x2 − 4x + 2 cannot be factorised any futher and we are now left with
(x + 2)(x2 − 4x + 2) = 0
Step 3 : Solve the equation
(x + 2)(x2 − 4x + 2) = 0
(x + 2) = 0 or (x2 − 4x + 2) = 0
3. Solve for m: m3 − m2 − 4m − 4 = 0
Important: :
23x+3 + 7 · 22x + 2 = 17 · 2x
5. A challenge:
Determine the values of p for which the function
499
38.6 CHAPTER 38. FACTORISING CUBIC POLYNOMIALS - GRADE 12
500
Chapter 39
39.1 Introduction
In grades 10 and 11 you have learnt about linear functions and quadratic functions as well as the
hyperbolic functions and exponential functions and many more. In grade 12 you are expected
to demonstrate the ability to work with various types of functions and relations including the
inverses of some functions and generate graphs of the inverse relations of functions, in particular
the inverses of:
y = ax + q
y = ax2
y = ax; a > 0
.
39.2.1 Exercises
1. State whether each of the following equations are functions or not:
A x+y =4
501
39.3 CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12
−2 −1 1 2
−1
−2
B y = x4
C y = 2x
D x2 + y 2 = 4
2. The table gives the average per capita income, d, in a region of the country as a function
of the percent unemployed, u. Write down the equation to show that income is a function
of the persent unemployed.
u 1 2 3 4
d 22500 22000 21500 21000
f (x) = 3x − 5
f (3) = 3(3) − 5
= 4
(x − 2)
For example, if the function x → 3x + 2 is given, then its inverse function is x → . This
3
is usually written as:
f : x → 3x + 2 (39.2)
(x − 2)
f −1 : x→ (39.3)
3
502
CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12 39.4
y = f (x)
y = f −1 (x)
y = ax + q (39.4)
ax = y−q (39.5)
y−q
x = (39.6)
a
1 q
= y− (39.7)
a a
2
f −1 (x) = 12 x + 3
2
1
−3 −2 −1 1 2 3
−1
f (x) = 2x − 3
−2
−3
Figure 39.2: The function f (x) = 2x − 3 and its inverse f −1 (x) = 12 x + 32 . The line y = x is
shown as a dashed line.
503
39.4 CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12
We have seen that the domain of a function of the form y = ax + q is {x : x ∈ R} and the range
is {y : y ∈ R}. Since the inverse function of a straight line is also a straight line, the inverse
function will have the same domain and range as the original function.
Intercepts
39.4.2 Exercises
3. Sketch the graph of the function f (x) = 3x − 1 and its inverse on the same set of axes.
y = ax2 (39.8)
2 y
x = (39.9)
a
'
y
x = (39.10)
a
x = −y 2 + 9
y2 = 9−x
√
y = ± 9−x
√ √
If x ≥ 0, then 9 − x is a function. If the restriction on the domain of f is x ≤ 0 then − 9 − x
would be a function.
39.4.4 Exercises
1. The graph of f −1 is shown. Find the equation of f , given that the graph of f is a parabola.
(Do not simplify your answer)
504
CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12 39.4
f (x) = x2
√
2 f −1 (x) = x
−3 −2 −1 1 2 3
−1
√
−2 f −1 (x) = − x
−3
√
Figure 39.3: The function f (x) = x2 and its inverse f −1 (x) = ± x. The line y = x is shown
as a dashed line.
f −1
(3; 1)
(1; 0)
2. f (x) = 2x2 .
!
3. Sketch the graph of x = − 10 − y 2 . Label a point on the graph other than the intercepts
with the axes.
4. A Sketch the graph of y = x2 labelling a point other than the origin on your graph.
B Find the equation of the inverse of the above graph in the form y = . . ..
√
C Now sketch the y = x.
√
D The tangent to the graph of y = x at the point A(9;3) intersects the x-axis at
B. Find the equation of this tangent and hence or otherwise prove that the y-axis
bisects the straight line AB.
√
5. Given: g(x) = −1 + x, find the inverse of g(x) in the form g −1 (x).
505
39.4 CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12
y = ax (39.11)
x
log(y) = log(a ) (39.12)
= x log(a) (39.13)
log(y)
∴ x = (39.14)
log(a)
The inverse of y = 10x is x = 10y , which we write as y = logx. Therefore, if f (x) = 10x , then
f −1 = logx.
f (x) = 10x
1
f −1 (x) = log(x)
−3 −2 −1 1 2 3
−1
−2
−3
Figure 39.4: The function f (x) = 10x and its inverse f −1 (x) = log(x). The line y = x is shown
as a dashed line.
The exponential function and the logarithmic function are inverses of each other; the graph of
the one is the graph of the other, reflected in the line y = x. The domain of the function is equal
to the range of the inverse. The range of the function is equal to the domain of the inverse.
39.4.6 Exercises
1. Given that f (x) = [ 51 ]x , sketch the graphs of f and f −1 on the same system of axes
indicating a point on each graph (other than the intercepts) and showing clearly which is
f and which is f −1 .
2. Given that f (x) = 4−x ,
A Sketch the graphs of f and f −1 on the same system of axes indicating a point on
each graph (other than the intercepts) and showing clearly which is f and which is
f −1 .
B Write f −1 in the form y = . . ..
√
3. Given g(x) = −1 + x, find the inverse of g(x) in the form g −1 (x) = . . .
4. A Sketch the graph of y = x2 , labeling a point other than the origin on your graph.
B Find the equation of the inverse of the above graph in the form y = . . .
√
C Now, sketch y = x.
√
D The tangent to the graph of y = x at the point A(9; 3) intersects the x-axis at
B. Find the equation of this tangent, and hence, or otherwise, prove that the y-axis
bisects the straight line AB.
506
CHAPTER 39. FUNCTIONS AND GRAPHS - GRADE 12 39.5
x x
A y = log3 x
B y = − log3 x
C y = log3 (−x)
D y = 3−x
E y = 3x
f (x)
x
2
−2
√
5. Given g(x) = −1 + x, find the inverse of g(x) in the form g −1 (x) = . . .
6. Given the equation h(x) = 3x
A Write down the inverse in the form h−1 (x) = ...
B Sketch the graphs of h(x) and h−1 (x) on teh same set of axes, labelling the intercepts
with the axes.
C For which values of x is h−1 (x) undefined ?
7. A Sketch the graph of y = x2 , labelling a point other than the origin on your graph.
B Find the equation of the inverse of the above graph in the form y = . . .
√
C Now, sketch y = x.
√
D The tangent to the graph of y = x at the point A(9; 3) intersects the x-axis at
B. Find the equation of this tangent, and hence, or otherwise, prove that the y-axis
bisects the straight line AB.
508
Chapter 40
teresting Both Isaac Newton (4 January 1643 – 31 March 1727) and Gottfried Liebnitz
Interesting
Fact
Fact (1 July 1646 – 14 November 1716 (Hanover, Germany)) are credited with the
‘invention’ of calculus. Newton was the first to apply calculus to general physics,
while Liebnitz developed most of the notation that is still in use today.
When Newton and Leibniz first published their results, there was some contro-
versy over whether Leibniz’s work was independent of Newton’s. While Newton
derived his results years before Leibniz, it was only some time after Leibniz pub-
lished in 1684 that Newton published. Later, Newton would claim that Leibniz
509
40.2 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
got the idea from Newton’s notes on the subject; however examination of the
papers of Leibniz and Newton show they arrived at their results independently,
with Leibniz starting first with integration and Newton with differentiation. This
controversy between Leibniz and Newton divided English-speaking mathemati-
cians from those in Europe for many years, which slowed the development of
mathematical analysis. Today, both Newton and Leibniz are given credit for
independently developing calculus. It is Leibniz, however, who is credited with
giving the new discipline the name it is known by today: ”calculus”. Newton’s
name for it was ”the science of fluxions”.
40.2 Limits
teresting Zeno (circa 490 BC - circa 430 BC) was a pre-Socratic Greek philosopher of
Interesting
Fact
Fact southern Italy who is famous for his paradoxes.
Achilles and a tortoise agree to a race, but the tortoise is unhappy because Achilles
is very fast. So, the tortoise asks Achilles for a head-start. Achilles agrees to give
the tortoise a 1 000 m head start. Does Achilles overtake the tortoise?
xA = vA t (40.1)
xt = 1000 m + vt t (40.2)
where
If we assume that Achilles runs at 2 m·s−1 and the tortoise runs at 0,25 m·s−1 then Achilles
will overtake the tortoise when both of them have covered the same distance. This means that
510
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.2
xA = xt (40.3)
vA t = 1000 + vt t (40.4)
−1
(2 m · s )t = 1000 m + (0,25 m · s−1 )t (40.5)
(2 m · s−1 − 0,25 m · s−1 )t = 1000 m (40.6)
1000 m
t = (40.7)
1 43 m · s−1
1000 m
= 7 −1
(40.8)
4 m·s
(4)(1000)
= s (40.9)
7
4000
= s (40.10)
7
3
= 571 s (40.11)
7
However, Zeno (the Greek philosopher who thought up this problem) looked at it as follows:
Achilles takes
1000
t= = 500 s
2
to travel the 1 000 m head start that the tortoise had. However, in this 500 s, the tortoise has
travelled a further
x = (500)(0,25) = 125 m.
Achilles then takes another
125
t= = 62,5 s
2
to travel the 125 m. In this 62,5 s, the tortoise travels a further
x = (62,5)(0,25) = 15,625 m.
Zeno saw that Achilles would always get closer but wouldn’t actually overtake the tortoise.
So what does Zeno, Achilles and the tortoise have to do with calculus?
Well, in Grades 10 and 11 you studied sequences. For the sequence
1 2 3 4
0, , , , , . . .
2 3 4 5
which is defined by the expression
1
an = 1 −
n
the terms get closer to 1 as n gets larger. Similarly, for the sequence
1 1 1 1
1, , , , , . . .
2 3 4 5
which is defined by the expression
1
an =
n
the terms get closer to 0 as n gets larger. We have also seen that the infinite geometric series
has a finite total. The infinite geometric series is
∞
3 a1
S∞ = a1 .ri−1 = for −1
i=1
1−r
where a1 is the first term of the series and r is the common ratio.
511
40.2 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
We see that there are some functions where the value of the function gets close to or approaches
a certain value.
Similarly, for the function:
x2 + 4x − 12
y=
x+6
The numerator of the function can be factorised as:
(x + 6)(x − 2)
y= .
x+6
Then we can cancel the x − 6 from numerator and denominator and we are left with:
y = x − 2.
However, we are only able to cancel the x + 6 term if x ̸= −6. If x = −6, then the denominator
becomes 0 and the function is not defined. This means that the domain of the function does
not include x = −6. But we can examine what happens to the values for y as x gets close to -6.
These values are listed in Table 40.1 which shows that as x gets closer to -6, y gets close to 8.
(x + 6)(x − 2)
Table 40.1: Values for the function y = as x gets close to -6.
x+6
(x+6)(x−2)
x y= x+6
-9 -11
-8 -10
-7 -9
-6.5 -8.5
-6.4 -8.4
-6.3 -8.3
-6.2 -8.2
-6.1 -8.1
-6.09 -8.09
-6.08 -8.08
-6.01 -8.01
-5.9 -7.9
-5.8 -7.8
-5.7 -7.7
-5.6 -7.6
-5.5 -7.5
-5 -7
-4 -6
-3 -5
The graph of this function is shown in Figure 40.1. The graph is a straight line with slope 1 and
intercept -2, but with a missing section at x = −6.
Extension: Continuity
We say that a function is continuous if there are no values of the independent variable
for which the function is undefined.
40.2.3 Limits
(x + 6)(x − 2)
We can now introduce a new notation. For the function y = , we can write:
x+6
(x + 6)(x − 2)
lim = −8.
x→−6 x+6
512
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.2
4
3
2
1
−9 −8 −7 −6 −5 −4 −3 −2 −1
−1 1 2 3 4
−2
−3
−4
−5
−6
−7
−8
−9
(x+6)(x−2)
Figure 40.1: Graph of y = x+6 .
(x+6)(x−2)
This is read: the limit of x+6 as x tends to -6 is 8.
y =x+2
gets close to 3.
513
40.2 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
Answer
This is written as:
lim x + 2 = 3
x→1
in limit notation.
We can also have the situation where a function has a different value depending on whether x
approaches from the left or the right. An example of this is shown in Figure 40.2.
−7 −6 −5 −4 −3 −2 −1 1 2 3 4 5 6 7
−1
−2
−3
−4
Question: Determine
lim 10
x→1
Answer
Step 1 : Simplify the expression
There is nothing to simplify.
Step 2 : Cancel all common terms
There are no terms to cancel.
Step 3 : Let x → 1 and write final answer
lim 10 = 10
x→1
Question: Determine
lim x
x→2
Answer
Step 1 : Simplify the expression
There is nothing to simplify.
Step 2 : Cancel all common terms
There are no terms to cancel.
Step 3 : Let x → 2 and write final answer
lim x = 2
x→2
Question: Determine
x2 − 100
lim
x→10 x − 10
Answer
Step 1 : Simplify the expression
The numerator can be factorised.
x2 − 100 (x + 10)(x − 10)
=
x − 10 x − 10
Step 2 : Cancel all common terms
x − 10 can be cancelled from the numerator and denominator.
(x + 10)(x − 10)
= x + 10
x − 10
Step 3 : Let x → 1 and write final answer
x2 − 100
lim = 20
x→10 x − 10
515
40.2 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
In Grade 10 you learnt about average gradients on a curve. The average gradient between any
two points on a curve is given by the gradient of the straight line that passes through both
points. In Grade 11 you were introduced to the idea of a gradient at a single point on a curve.
We saw that this was the gradient of the tangent to the curve at the given point, but we did
not learn how to determine the gradient of the tangent.
Now let us consider the problem of trying to find the gradient of a tangent t to a curve with
equation y = f (x) at a given point P .
tangent P
f (x)
We know how to calculate the average gradient between two points on a curve, but we need two
points. The problem now is that we only have one point, namely P . To get around the problem
we first consider a secant to the curve that passes through point P and another point on the
curve Q. We can now find the average gradient of the curve between points P and Q.
secant
P
f (a)
f (a − h)
Q f (x)
a−h a
y1 = f (a − h)
y2 = f (a).
We can now calculate the average gradient as:
y2 − y1 f (a) − f (a − h)
= (40.12)
x2 − x1 a − (a − h)
f (a) − f (a − h)
= (40.13)
h
Now imagine that Q moves along the curve toward P . The secant line approaches the tangent
line as its limiting position. This means that the average gradient of the secant approaches the
gradient of the tangent to the curve at P . In (40.13) we see that as point Q approaches point
P , h gets closer to 0. When h = 0, points P and Q are equal. We can now use our knowledge
of limits to write this as:
f (a) − f (a − h)
gradient at P = lim . (40.14)
h→0 h
and we say that the gradient at point P is the limit of the average gradient as Q approaches P
along the curve.
516
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.2
f (x + h) − f (x)
lim (40.15)
h→0 h
Show that this is equivalent to (40.14).
Question: For the function f (x) = 2x2 − 5x, determine the gradient of the tangent
to the curve at the point x = 2.
Answer
Step 1 : Calculating the gradient at a point
We know that the gradient at a point x is given by:
f (x + h) − f (x)
lim
h→0 h
In our case x = 2. It is simpler to substitute x = 2 at the end of the calculation.
Step 2 : Write f (x + h) and simplify
4x − 5 = 4(2) − 5 = 3
Step 5 : Write the final answer
The gradient of the tangent to the curve f (x) = 2x2 − 5x at x = 2 is 3.
517
40.2 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
Question: For the function f (x) = 5x2 − 4x + 1, determine the gradient of the
tangent to curve at the point x = a.
Answer
Step 1 : Calculating the gradient at a point
We know that the gradient at a point x is given by:
f (x + h) − f (x)
lim
h→0 h
In our case x = a. It is simpler to substitute x = a at the end of the calculation.
Step 2 : Write f (x + h) and simplify
10x − 4 = 10a − 5
Step 5 : Write the final answer
The gradient of the tangent to the curve f (x) = 5x2 − 4x + 1 at x = 1 is 10a − 5.
Exercise: Limits
Determine the following
1.
x2 − 9
lim
x→3 x + 3
2.
x+3
lim
x→3 x2 + 3x
3.
3x2 − 4x
lim
x→2 3 − x
518
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.3
4.
x2 − x − 12
lim
x→4 x−4
5.
1
lim 3x +
x→2 3x
Definition: Derivative
The derivative of a function f (x) is written as f ′ (x) and is defined by:
f (x + h) − f (x)
f ′ (x) = lim (40.16)
h→0 h
There are a few different notations used to refer to derivatives. If we use the traditional notation
y = f (x) to indicate that the dependent variable is y and the independent variable is x, then
some common alternative notations for the derivative are as follows:
dy df d
f ′ (x) = y ′ = = = f (x) = Df (x) = Dx f (x)
dx dx dx
d
The symbols D and dx are called differential operators because they indicate the operation of
differentiation, which is the process of calculating a derivative. It is very important that you
learn to identify these different ways of denoting the derivative, and that you are consistent in
your usage of them when answering questions.
dy
Important: Though we choose to use a fractional form of representation, dx is a limit and
dy dy
is not a fraction, i.e. dx does not mean dy ÷ dx. dx means y differentiated with respect to
dp d
x. Thus, dx means p differentiated with respect to x. The ‘ dx ’ is the “operator”, operating
on some function of x.
g(x + h) − g(x)
g ′ (x) = lim
h→0 h
Step 2 : Write g(x + h) and simplify
519
40.3 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
g(x + h) = x + h − 1
Step 3 : Calculate limit
g(x + h) − g(x)
g ′ (x) = lim
h→0 h
x + h − 1 − (x − 1)
= lim
h→0 h
x+h−1−x+1
= lim
h→0 h
h
= lim
h→0 h
= lim 1
h→0
= 1
g(x + h) − g(x)
g ′ (x) = lim
h→0 h
Step 2 : Write g(x + h) and simplify
g(x + h) = x + h − 1
Step 3 : Calculate limit
g(x + h) − g(x)
g ′ (x) = lim
h→0 h
x + h − 1 − (x − 1)
= lim
h→0 h
x+h−1−x+1
= lim
h→0 h
h
= lim
h→0 h
= lim 1
h→0
= 1
520
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.4
Exercise: Derivatives
1. Given g(x) = −x2
g(x + h) − g(x)
A determine
h
B hence, determine
g(x + h) − g(x)
lim
h→0 h
C explain the meaning of your answer in (b).
2. Find the derivative of f (x) = −2x2 + 3x using first principles.
1
3. Determine the derivative of f (x) = using first principles.
x−2
4. Determine f ′ (3) from first principles if f (x) = −5x2 .
5. If h(x) = 4x2 − 4x, determine h′ (x) using first principles.
f (x) f ′ (x)
b 0
x 1
x2 2x
x3 3x2
1/x = x−1 −x−2
If we examine these results we see that there is a pattern, which can be summarised by:
d
(xn ) = nxn−1 (40.17)
dx
There are two other rules which make differentiation simpler. For any two functions f (x) and
g(x):
d
[f (x) ± g(x)] = f ′ (x) ± g ′ (x) (40.18)
dx
521
40.4 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
d
[k.f (x)] = kf ′ (x) (40.19)
dx
f ′ (x) = 1
and
g ′ (x) = 0
Step 3 : Write the final answer
The derivative of x − 1 is 1 which is the same result as was obtained earlier, from
first principles.
d n
dx (x ) = nxn−1
d df
dx (kf ) = k dx
d df dg
dx (f + g) = dx + dx
√ 1
5. Determine the derivative of y = x3 + .
3x3
In section 40.2.4 we saw that finding the gradient of a tangent to a curve is the same as finding
the slope of the same curve at the point of the tangent. We also saw that the gradient of a
function at a point is just its derivative.
Since we have the gradient of the tangent and the point on the curve through which the tangent
passes, we can find the equation of the tangent.
Question: Find the equation of the tangent to the curve y = x2 at the point (1,1)
and draw both functions.
Answer
Step 1 : Determine what is required
We are required to determine the equation of the tangent to the curve defined by
y = x2 at the point (1,1). The tangent is a straight line and we can find the equation
by using derivatives to find the gradient of the straight line. Then we will have the
gradient and one point on the line, so we can find the equation using:
y − y1 = m(x − x1 )
y ′ = 2x
2(1) = 2
y − y1 = m(x − x1 )
y−1 = (2)(x − 1)
y = 2x − 2 + 1
y = 2x − 1
523
40.5 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
1 (1,1)
−4 −3 −2 −1 1 2 3 4
−1
−2
y = 2x − 1 −3
−4
f ′ (a) = 0
Take the graph of y = x2 as an example. We know that the graph of this function has a turning
point at (0,0), but we can use the derivative of the function:
y ′ = 2x
and set it equal to 0 to find the x-value for which the graph has a turning point.
2x = 0
x = 0
We then substitute this into the equation of the graph (i.e. y = x2 ) to determine the y-coordinate
of the turning point:
f (0) = (0)2 = 0
This corresponds to the point that we have previously calculated.
524
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.5
.
Answer
Step 1 : Determine the derivative of f (x)
Using the rules of differentiation we get:
6x2 − 18x + 12 = 0
2
x − 3x + 2 = 0
(x − 2)(x − 1) = 0
1. If a > 0, then the graph is increasing from left to right, and has a maximum and then a
minimum. As x increases, so does f (x). If a < 0, then the graph decreasing is from left
to right, and has first a minimum and then a maximum. f (x) decreases as x increases.
3. Determine the x-intercepts by factorising ax3 + bx2 + cx + d = 0 and solving for x. First
try to eliminate constant common factors, and to group like terms together so that the
expression is expressed as economically as possible. Use the factor theorem if necessary.
525
40.5 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
df
4. Find the turning points of the function by working out the derivative dx and setting it to
zero, and solving for x.
5. Determine the y-coordinates of the turning points by substituting the x values obtained in
the previous step, into the expression for f (x).
g(0) = (0)2 − 0 + 2 = 2
g(x) = x2 − x + 2
0 = x2 − x + 2
which does not have real roots. Therefore, the graph of g(x) does not have any
x-intercepts.
Step 3 : Find the turning points of the function
dg
Work out the derivative dx and set it to zero to for the x coordinate of the turning
point.
dg
= 2x − 1
dx
dg
= 0
dx
2x − 1 = 0
2x = 1
1
x =
2
1 1 1
g( ) = ( )2 − ( ) + 2
2 2 2
1 1
= − +2
4 2
7
=
4
The turning point is at ( 12 , 47 )
Step 5 : Draw a neat sketch
526
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.5
2
(0.5,1.75)
1
x
−3 −2 −1 1 2 3 4
g ′ (x) = 0
−3x2 + 12x − 9 = 0
x2 − 4x + 3 = 0
(x − 3)(x − 1) = 0
Therefore, (x − 1) is a factor.
If we divide g(x) by (x − 1) we are left with:
−x2 + 5x − 4
5
(3,4)
4
1
(1,0) (4,0)
x
−1 1 2 3 4
−1
528
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.5
1. Given f (x) = x3 + x2 − 5x + 3:
2. Sketch the graph of f (x) = x3 − 4x2 − 11x+ 30 showing all the relative turning
points and intercepts with the axes.
3. A Sketch the graph of f (x) = x3 − 9x2 + 24x − 20, showing all intercepts
with the axes and turning points.
B Find the equation of the tangent to f (x) at x = 4.
dy
If the derivative ( dx ) is zero at a point, the gradient of the tangent at that point is zero. It
means that a turning point occurs as seen in the previous example.
5
(3;4)
4
1
(1;0) (4;0)
x
−1 1 2 3 4
−1
From the drawing the point (1;0) represents a local minimum and the point (3;4) the local
maximum.
A graph has a horizontal point of inflexion where the derivative is zero but the sign of the sign
of the gradient does not change. That means the graph always increases or always decreases.
529
40.6 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
(3;1)
x
From this drawing, the point (3;1) is a horizontal point of inflexion, because the sign of the
derivative stays positive.
60
fuel consumption (l)
50
40
30
20
10
0
0 10 20 30 40 50 60 70 80 90 100 110 120 130 140
speed (km·hr−1 )
We have seen that the coordinates of the turning point can be calculated by differentiating the
function and finding the x-coordinate (speed in the case of the example) for which the derivative
is 0.
Differentiating (40.20), we get:
3
v−6 f ′ (v) =
40
If we set f ′ (v) = 0 we can calculate the speed that corresponds to the turning point.
530
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.6
3
f ′ (v) = v−6
40
3
0 = v−6
40
6 × 40
v =
3
= 80
Question: The sum of two positive numbers is 10. One of the numbers is multiplied
by the square of the other. If each number is greater than 0, find the numbers that
make this product a maximum.
Answer
Step 1 : Examine the problem and formulate the equations that are required
Let the two numbers be a and b. Then we have:
a + b = 10 (40.21)
We are required to minimise the product of a and b. Call the product P . Then:
P =a·b (40.22)
We can solve for b from (40.21) to get:
b = 10 − a (40.23)
Substitute this into (40.22) to write P in terms of a only.
P ′ (a) = 10 − 2a
0 = 10 − 2a
2a = 10
10
a =
2
a = 5
b = 10 − a
= 10 − 5
= 5
531
40.6 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
length, l
garden
width, w
Answer
Step 1 : Examine the problem and formulate the equations that are required
The important pieces of information given are related to the area and modified
perimeter of the garden. We know that the area of the garden is:
A= w·l (40.25)
We are also told that the fence covers only 3 sides and the three sides should add
up to 160 m. This can be written as:
160 = w + l + l (40.26)
w = 160 − 2l (40.27)
Step 2 : Differentiate
Since we are interested in maximising the area, we differentiate (40.28) to get:
A′ (l) = 160 − 4l
A′ (l) = 160 − 4l
0 = 160 − 4l
∴ 4l = 160
160
l =
4
l = 40 m
w = 160 − 2l
= 160 − 2(40)
= 160 − 80
= 80 m
532
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.6
3x 4x
300 − x2
A Show that y = .
x
B Find the value of x for which the block will have a maximum volume.
(Volume = area of base × height.)
3. The diagram shows the plan for a verandah which is to be built on the corner
of a cottage. A railing ABCDE is to be constructed around the four edges of
the verandah.
y
C D
x
verandah
F
E
B A
cottage
533
40.6 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
Acceleration is the change in velocity for a corersponding increase in time. Therefore, acceleration
is the derivative of velocity
a(t) = v ′ (t)
This implies that acceleration is the second derivative of the distance(s).
Question: The height (in metres) of a golf ball that is hit into the air after t seconds,
is given by h(t) = 20t = 5t2 . Determine
1. the average velocity of the ball during the first two seconds
2. the velocity of the ball after 1,5 seconds
3. when the velocity is zero
4. the velocity at which the ball hits the ground
5. the acceleration of the ball
Answer
Step 1 : Average velocity
h(2) − h(0)
Ave velocity =
2−0
[20(2) − 5(2)2 ] − [20(0) − 5(0)2 ]
=
2
40 − 20
=
2
= 10 ms−1
dh
v(t) =
dt
= 20 − 10t
v(1,5) = 20 − 10(1,5)
= 5 ms−1
v(t) = 0
20 − 10t = 0
10t = 20
t = 2
20t − 5t2 = 0
5t(4 − t) = 0
t=0 or t=4
The ball hits the ground after 4 seconds. The velocity after 4 seconds will be:
v(4) = h′ (4)
= 20 − 10(4)
= 20 ms−1
a = v ′ (t)
= −10 ms−1
f (x) = x2 − 6x
f (x) = 2x − x2
A
1
y = (2x)2 −
3x
B √
2 x−5
y= √
x
4. Given: f (x) = x3 − 3x2 + 4
D Determine the co-ordinates of the points on the graph of f where the gradient is 9.
5. Given: f (x) = 2x3 − 5x2 − 4x + 3. The x-intercepts of f are: (-1;0) ( 21 ;0) and (3;0).
6. A Sketch the graph of f (x) = x3 − 9x2 + 24x − 20, showing all intercepts with the
axes and turning points.
B Find the equation of the tangent to f (x) at x = 4.
7. Calculate:
1 − x3
lim
x→1 1 − x
8. Given:
f (x) = 2x2 − x
A Find: f −1 (x)
B Solve: f −1 (x) = 3f ′ (x)
14. If the displacement s (in metres) of a particle at time t (in seconds) is governed by the
equation s = 21 t3 − 2t, find its acceleration after 2 seconds. (Acceleration is the rate of
change of velocity, and velocity is the rate of change of displacement.)
15. A After doing some research, a transport company has determined that the rate at
which petrol is consumed by one of its large carriers, travelling at an average speed
of x km per hour, is given by:
55 x
P (x) = + litres per kilometre
2x 200
i. Assume that the petrol costs R4,00 per litre and the driver earns R18,00 per
hour (travelling time). Now deduce that the total cost, C, in Rands, for a 2 000
km trip is given by:
256000
C(x) = + 40x
x
ii. Hence determine the average speed to be maintained to effect a minimum cost
for a 2 000 km trip.
536
CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12 40.7
B During an experiment the temperature T (in degrees Celsius), varies with time t (in
hours), according to the formula:
1
T (t) = 30 + 4t − t2 t ∈ [1; 10]
2
i. Determine an expression for the rate of change of temperature with time.
ii. During which time interval was the temperature dropping?
16. The depth, d, of water in a kettle t minutes after it starts to boil, is given by d =
86 − 81 t − 41 t3 , where d is measured in millimetres.
A How many millimetres of water are there in the kettle just before it starts to boil?
B As the water boils, the level in the kettle drops. Find the rate at which the water
level is decreasing when t = 2 minutes.
C How many minutes after the kettle starts boiling will the water level be dropping at
a rate of 12 81 mm/minute?
537
40.7 CHAPTER 40. DIFFERENTIAL CALCULUS - GRADE 12
538
Chapter 41
41.1 Introduction
In Grade 11 you were introduced to linear programming and solved problems by looking at points
on the edges of the feasible region. In Grade 12 you will look at how to solve linear programming
problems in a more general manner.
41.2 Terminology
Constraints mean that we cannot just take any x and y when looking for the x and y that
optimise our objective function. If we think of the variables x and y as a point (x,y) in the xy-
plane then we call the set of all points in the xy-plane that satisfy our constraints the feasible
region. Any point in the feasible region is called a feasible point.
For example, the constraints
x≥0
y≥0
mean that every (x,y) we can consider must lie in the first quadrant of the xy plane. The
constraint
x≥y
means that every (x,y) must lie on or below the line y = x and the constraint
x ≤ 20
539
41.3 CHAPTER 41. LINEAR PROGRAMMING - GRADE 12
20
15
x = 20
x
=
10
y
5
x
5 10 15 20
Important:
ax + by = c If b ̸= 0, feasible points must lie on the line
y = − ab x + bc
If b = 0, feasible points must lie on the line
x = c/a
ax + by ≤ c If b ̸= 0, feasible points must lie on or below the
line y = − ab x + cb .
If b = 0, feasible points must lie on or to the left
of the line x = c/a.
When a constraint is linear, it means that it requires that any feasible point (x,y) lies on one
side of or on a line. Interpreting constraints as graphs in the xy plane is very important since it
allows us to construct the feasible region such as in Figure 41.1.
f (x,y) = ax + by
−a f (x,y)
∴ y= x+ (41.1)
b b
What this means is that if we find all the points where f (x,y) = c for any real number c (i.e.
f (x,y) is constant with a value of c), then we have the equation of a line. This line we call a
level line of the objective function.
540
CHAPTER 41. LINEAR PROGRAMMING - GRADE 12 41.3
Consider again the feasible region described in Figure 41.1. Lets say that we have the objective
function f (x,y) = x − 2y with this feasible region. If we consider Equation ?? corresponding to
f (x,y) = −20
y
f (x,y) = −20
20
f (x,y) = −10
15
f (x,y) = 0
10
f (x,y) = 10
5
f (x,y) = 20
x
5 10 15 20
If a ruler is placed on the level line corresponding to f (x,y) = −20 in Figure 41.2 and moved
down the page parallel to this line then it is clear that the ruler will be moving over level lines
which correspond to larger values of f (x,y). So if we wanted to maximise f (x,y) then we simply
move the ruler down the page until we reach the “lowest” point in the feasible region. This point
will then be the feasible point that maximises f (x,y). Similarly, if we wanted to minimise f (x,y)
then the “highest” feasible point will give the minimum value of f (x,y).
Since our feasible region is a polygon, these points will always lie on vertices in the feasible
region. The fact that the value of our objective function along the line of the ruler increases
as we move it down and decreases as we move it up depends on this particular example. Some
other examples might have that the function increases as we move the ruler up and decreases
as we move it down.
It is a general property, though, of linear objective functions that they will consistently increase
or decrease as we move the ruler up or down. Knowing which direction to move the ruler in
order to maximise/minimise f (x,y) = ax + by is as simple as looking at the sign of b (i.e. “is
b negative, positive or zero?”). If b is positive, then f (x,y) increases as we move the ruler up
and f (x,y) decreases as we move the ruler down. The opposite happens for the case when b is
negative: f (x,y) decreases as we move the ruler up and f (x,y) increases as we move the ruler
down. If b = 0 then we need to look at the sign of a.
541
41.3 CHAPTER 41. LINEAR PROGRAMMING - GRADE 12
If a is positive then f (x,y) increases as we move the ruler to the right and decreases if we move
the ruler to the left. Once again, the opposite happens for a negative. If we look again at the
objective function mentioned earlier,
f (x,y) = x − 2y
with a = 1 and b = −2, then we should find that f (x,y) increases as we move the ruler down
the page since b = −2 < 0. This is exactly what we found happening in Figure 41.2.
The main points about linear programming we have encountered so far are
• Moving a ruler parallel to the level lines of the objective function up/down to the top/bottom
of the feasible region shows us which of the vertices is the solution.
• The direction in which to move the ruler is determined by the sign of b and also possibly
by the sign of a.
These points are sufficient to determine a method for solving any linear program.
1. Find the gradient of the level lines of f (x,y) (this is always going to be − ab as we saw in
Equation ??)
2. Place your ruler on the xy plane, making a line with gradient − ab (i.e. b units on the
x-axis and −a units on the y-axis)
3. The solution of the linear program is given by appropriately moving the ruler. Firstly we
need to check whether b is negative, positive or zero.
A If b > 0, move the ruler up the page, keeping the ruler parallel to the level lines all
the time, until it touches the “highest” point in the feasible region. This point is
then the solution.
B If b < 0, move the ruler in the opposite direction to get the solution at the “lowest”
point in the feasible region.
C If b = 0, check the sign of a
i. If a < 0 move the ruler to the “leftmost” feasible point. This point is then the
solution.
ii. If a > 0 move the ruler to the “rightmost” feasible point. This point is then the
solution.
Question: As part of their opening specials, a furniture store has promised to give
away at least 40 prizes with a total value of at least R2 000. The prizes are kettles
and toasters.
1. If the company decides that there will be at least 10 of each prize, write down
two more inequalities from these constraints.
2. If the cost of manufacturing a kettle is R60 and a toaster is R50, write down an
objective function C which can be used to determine the cost to the company
of both kettles and toasters.
542
CHAPTER 41. LINEAR PROGRAMMING - GRADE 12 41.3
3. Sketch the graph of the feasibility region that can be used to determine all the
possible combinations of kettles and toasters that honour the promises of the
company.
4. How many of each prize will represent the cheapest option for the company?
5. How much will this combination of kettles and toasters cost?
Answer
Step 1 : Identify the decision variables
Let the number of kettles be xk and the number of toasters be yt and write down
two constraints apart from xk ≥ 0 and yt ≥ 0 that must be adhered to.
Step 2 : Write constraint equations
Since there will be at least 10 of each prize we can write:
xk ≥ 10
and
yt ≥ 10
Also the store has promised to give away at least 40 prizes in total. Therefore:
xk + yt ≥ 40
yt
100
90
80
70
60
50
40
30 B
20
A
10
xk
10 20 30 40 50 60 70 80 90 100
yt
100
90
80
70
60
50
40
30 B
20
A
10
xk
10 20 30 40 50 60 70 80 90 100
C = 60xk + 50yt
= 60(30) + 50(10)
= 1800 + 500
= 2300
C = 60xk + 50yt
= 60(10) + 50(30)
= 600 + 1500
= 2100
• Half an hour of engine work and half an hour of bodywork is required to produce
one Quadrant.
• One third of an hour of engine work andone fifth of an hour of bodywork is
required to produce one Pentagon.
• The ratio of Pentagon lawn cutters to Quadrant lawn cutters produced per
week must be at least 3:2.
• A minimum of 200 Quadrant lawn cutters must be produced per week.
Let the number of Quadrant lawn cutters manufactured in a week be x.
Let the number of Pentagon lawn cutters manufactured in a week be y.
Two of the constraints are:
x ≥ 200
3x + 2y ≥ 2 160
1. Write down the remaining constraints in terms of x and y to represent the
abovementioned information.
2. Use graph paper to represent the constraints graphically.
3. Clearly indicate the feasible region by shading it.
4. If the profit on one Quadrant lawn cutter is R1 200 and the profit on one
Pentagon lawn cutter is R400, write down an equation that will represent the
profit on the lawn cutters.
5. Using a search line and your graph, determine the number of Quadrant and
Pentagon lawn cutters that will yield a maximum profit.
6. Determine the maximum profit per week.
Answer
Step 1 : Remaining constraints:
1 1
x + ≤ 480
2 5
y 3
≥
x 2
Step 2 : Graphical representation
y
2400
1080
P = 1 200x + 400y
Step 4 : Maximum profit
P = 1 200(600) + 400(900)
545
41.4 CHAPTER 41. LINEAR PROGRAMMING - GRADE 12
P = R1 080 000
A One of the constraint inequalities which represents the restrictions above is x ≤ 150.
Write the other constraint inequalities.
B Represent the constraints graphically and shade the feasible region.
C Write the equation that represents the profit P (the objective function), in terms of
x and y.
D On your graph, draw a straight line which will help you to determine how many of
each type must be made weekly to produce the maximum P
E Calculate the maximum weekly profit.
2. A brickworks produces “face bricks” and “clinkers”. Both types of bricks are produced and
sold in batches of a thousand. Face bricks are sold at R150 per thousand, and clinkers at
R100 per thousand, where an income of at least R9,000 per month is required to cover
costs. The brickworks is able to produce at most 40,000 face bricks and 90,000 clinkers
per month, and has transport facilities to deliver at most 100,000 bricks per month. The
number of clinkers produced must be at least the same number of face bricks produced.
Let the number of face bricks in thousands be x, and the number of clinkers in thousands
be y.
A List all the constraints.
B Graph the feasible region.
C If the sale of face bricks yields a profit of R25 per thousand and clinkers R45 per
thousand, use your graph to determine the maximum profit.
D If the profit margins on face bricks and clinkers are interchanged, use your graph to
determine the maximum profit.
3. A small cell phone company makes two types of cell phones: Easyhear and Longtalk.
Production figures are checked weekly. At most, 42 Easyhear and 60 Longtalk phones
can be manufactured each week. At least 30 cell phones must be produced each week to
cover costs. In order not to flood the market, the number of Easyhear phones cannot be
more than twice the number of Longtalk phones. It takes 23 hour to assemble an Easyhear
phone and 12 hour to put together a Longtalk phone. The trade unions only allow for a
50-hour week.
Let x be the number of Easyhear phones and y be the number of Longtalk phones man-
ufactured each week.
0 ≤ x ≤ 42 and 0 ≤ y ≤ 60
4. Hair for Africa is a firm that specialises in making two kinds of up-market shampoo,
Glowhair and Longcurls. They must produce at least two cases of Glowhair and one case
of Longcurls per day to stay in the market. Due to a limited supply of chemicals, they
cannot produce more than 8 cases of Glowhair and 6 cases of Longcurls per day. It takes
half-an-hour to produce one case of Glowhair and one hour to produce a case of Longcurls,
and due to restrictions by the unions, the plant may operate for at most 7 hours per day.
The workforce at Hair for Africa, which is still in training, can only produce a maximum
of 10 cases of shampoo per day.
Let x be the number of cases of Glowhair and y the number of cases of Longcurls produced
per day.
A Write down the inequalities that represent all the constraints.
B Sketch the feasible region.
C If the profit on a case of Glowhair is R400 and the profit on a case of Longcurls is
R300, determine the maximum profit that Hair for Africa can make per day.
5. A transport contracter has 6 5-ton trucks and 8 3-ton trucks. He must deliver at least 120
tons of sand per day to a construction site, but he may not deliver more than 180 tons per
day. The 5-ton trucks can each make three trips per day at a cost of R30 per trip, and
the 3-ton trucks can each make four trips per day at a cost of R120 per trip. How must
the contracter utilise his trucks so that he has minimum expense ?
547
41.4 CHAPTER 41. LINEAR PROGRAMMING - GRADE 12
548
Chapter 42
Geometry - Grade 12
42.1 Introduction
42.2.1 Terminology
The following is a recap of terms that are regularly used when referring to circles.
radius The radius, r, is the distance from the centre of the circle to any point on the circum-
ference.
diameter The diameter, !, is a special chord that passes through the centre of the circle. The
diameter is the straight line from a point on the circumference to another point on the
circumference, that passes through the centre of the circle.
segment A segment is the part of the circle that is cut off by a chord. A chord divides a circle
into two segments.
tangent A tangent is a line that makes contact with a circle at one point on the circumference.
(AB is a tangent to the circle at point P .
549
42.2 CHAPTER 42. GEOMETRY - GRADE 12
segment
chord
O diameter
ius
rad
a rc
A B
P tangent
42.2.2 Axioms
An axiom is an established or accepted principle. For this section, the following are accepted as
axioms.
1. The Theorem of Pythagoras, which states that the square on the hypotenuse of a right-
angled triangle is equal to the sum of the squares on the other two sides. In △ABC, this
means that AB 2 + BC 2 = AC 2
A
B C
2. A tangent is perpendicular to the radius, drawn at the point of contact with the circle.
A theorem is a general proposition that is not self-evident but is proved by reasoning (these
proofs need not be learned for examination purposes).
Theorem 6. The line drawn from the centre of a circle, perpendicular to a chord, bisects the
chord.
Proof:
A B
P
550
CHAPTER 42. GEOMETRY - GRADE 12 42.2
Consider a circle, with centre O. Draw a chord AB and draw a perpendicular line from the
centre of the circle to intersect the chord at point P .
The aim is to prove that AP = BP
OA2 = OP 2 + AP 2
OB 2 = OP 2 + BP 2
OP 2 + AP 2 = OP 2 + BP 2
∴ AP 2 = BP 2
and AP = BP
Proof:
A B
P
Consider a circle, with centre O. Draw a chord AB and draw a line from the centre of the circle
to bisect the chord at point P .
The aim is to prove that OP ⊥ AB
In △OAP and △OBP ,
1. AP = P B (given)
2. OA = OB (radii)
3. OP is common to both triangles.
ˆ
OAP = ˆ
OBP
ˆ + OBP
OAP ˆ = 180◦ (AP B is a str. line)
ˆ
∴ OAP = ˆ = 90◦
OBP
∴ OP ⊥ AB
551
42.2 CHAPTER 42. GEOMETRY - GRADE 12
Theorem 8. The perpendicular bisector of a chord passes through the centre of the circle.
Proof:
A B
P
Consider a circle. Draw a chord AB. Draw a line P Q perpendicular to AB such that P Q bisects
AB at point P . Draw lines AQ and BQ.
The aim is to prove that Q is the centre of the circle, by showing that AQ = BQ.
1. AP = P B (given)
From this, QA = QB. Since the centre of a circle is the only point inside a circle that has points
on the circumference at an equal distance from it, Q must be the centre of the circle.
Exercise: Circles I
a) b)
O O
x x
5 R 4
P R
Q Q
P
PR=8 PR=6
c) d) R
Q
2 6
10 6 S
P
O
x
O
x
R
P Q
PR=8
e) f) Q
x
S Q
5 T 24
8 U T
P R P R
5
10
x
O O
S
25
Theorem 9. The angle subtended by an arc at the centre of a circle is double the size of the
angle subtended by the same arc at the circumference of the circle.
Proof:
R
A B
Consider a circle, with centre O and with A and B on the circumference. Draw a chord AB.
Draw radii OA and OB. Select any point P on the circumference of the circle. Draw lines P A
and P B. Draw P O and extend to R.
The aim is to prove that AOB ˆ = 2 · APˆ B.
ˆ = P AO
AOR ˆ + APˆ O (exterior angle = sum of interior opp. angles)
ˆ = APˆ O (△AOP is an isosceles △)
But, P AO
553
42.2 CHAPTER 42. GEOMETRY - GRADE 12
ˆ = 2APˆ O
∴ AOR
ˆ = 2BP
Similarly, BOR ˆ O.
So,
ˆ
AOB = ˆ + BOR
AOR ˆ
= 2APˆ O + 2BPˆO
= 2(APˆ O + BPˆ O)
= 2(APˆ B)
Exercise: Circles II
1. Find the angles (a to f ) indicated in each diagram:
1. J 2. 3.
a J
45◦ K
O O
H K K 20◦
O b c
J H
H
4. K 5. 6.
K
30◦ K
J 100◦
d O O
O
120◦
e f
J H
H H
J
Theorem 10. The angles subtended by a chord at the circumference of a circle on the same
side of the chord are equal.
Proof:
Q
P
Consider a circle, with centre O. Draw a chord AB. Select any points P and Q on the
circumference of the circle, such that both P and Q are on the same side of the chord. Draw
lines P A, P B, QA and QB.
554
CHAPTER 42. GEOMETRY - GRADE 12 42.2
ˆ = APˆ B.
The aim is to prove that AQB
ˆ
AOB ˆ ∠ at centre = twice ∠ at circumference
= 2AQB
ˆ
and AOB ˆ
= 2AP B ∠ at centre = twice ∠ at circumference
ˆ
∴ 2AQB = 2APˆ B
ˆ
∴ AQB = APˆ B
Theorem 11. (Converse of Theorem 10) If a line segment subtends equal angles at two other
points on the same side of the line, then these four points lie on a circle.
Proof:
P
Q
R
Consider a line segment AB, that subtends equal angles at points P and Q on the same side of
AB.
The aim is to prove that points A, B, P and Q lie on the circumference of a circle.
By contradiction. Assume that point P does not lie on a circle drawn through points A, B and
Q. Let the circle cut AP (or AP extended) at point R.
ˆ
AQB ˆ ∠s on same side of chord
= ARB
ˆ
but AQB = APˆ B (given)
ˆ
∴ ARB = APˆ B
ˆ
but this cannot be true since ARB = APˆ B + RBPˆ (ext. ∠ of △)
∴ the assumption that the circle does not pass through P , must be false, and A, B, P and Q
lie on the circumference of a circle.
1. A 2. E
a
F
B
21◦
15◦
D I
b
G
C H
3. 4. N
J
O
K c
17◦
M
Q
24◦
d
L
P
5. S 6. W
T
R
45◦ 35◦
35◦ X
O
12◦ f
e
Y Z
U
V
Cyclic Quadrilaterals
Cyclic quadrilaterals are quadrilaterals with all four vertices lying on the circumference of a circle.
The vertices of a cyclic quadrilateral are said to be concyclic.
Proof:
556
CHAPTER 42. GEOMETRY - GRADE 12 42.2
Q
P
1 O
2
Consider a circle, with centre O. Draw a cyclic quadrilateral ABP Q. Draw AO and P O.
The aim is to prove that ABP ˆ + AQPˆ = 180◦ and QAB ˆ + QPˆ B = 180◦.
Ô1 ˆ ∠s at centre
= 2ABP
Ô2 ˆ ∠s at centre
= 2AQP
But, Ô1 + Ô2 = 360◦
ˆ + 2AQP
∴ 2ABP ˆ = 360◦
ˆ + AQP
∴ ABP ˆ = 180◦
ˆ + QPˆ B
Similarly, QAB = 180◦
Theorem 13. (Converse of Theorem 12) If the opposite angles of a quadrilateral are supple-
mentary, then the quadrilateral is cyclic.
Proof:
Q
R
P
B
ˆ + AQP
Consider a quadrilateral ABP Q, such that ABP ˆ = 180◦ and QAB
ˆ + QPˆ B = 180◦ .
The aim is to prove that points A, B, P and Q lie on the circumference of a circle.
By contradiction. Assume that point P does not lie on a circle drawn through points A, B and
Q. Let the circle cut AP (or AP extended) at point R. Draw BR.
ˆ + QRB
QAB ˆ = 180◦ opp. ∠s of cyclic quad.
ˆ + QPˆ B
but QAB = 180◦ (given)
ˆ
∴ QRB = QPˆ B
ˆ
but this cannot be true since QRB = QPˆ B + RBP
ˆ (ext. ∠ of △)
∴ the assumption that the circle does not pass through P , must be false, and A, B, P and Q
lie on the circumference of a circle and ABP Q is a cyclic quadrilateral.
557
42.2 CHAPTER 42. GEOMETRY - GRADE 12
Exercise: Circles IV
1. Find the values of the unknown letters.
1. 2.
X Y
106◦ 87◦
O
P Q
34 ◦ b
a
W
a
b c
S R
Z
L
3. K 4. U
a
86◦
X
H a
114◦
I 57◦
V
J W
Theorem 14. Two tangents drawn to a circle from the same point outside the circle are equal
in length.
Proof:
Consider a circle, with centre O. Choose a point P outside the circle. Draw two tangents to the
circle from point P , that meet the circle at A and B. Draw lines OA, OB and OP .
The aim is to prove that AP = BP .
In △OAP and △OBP ,
558
CHAPTER 42. GEOMETRY - GRADE 12 42.2
1. OA = OB (radii)
2. ∠OAP = ∠OP B = 90◦ (OA ⊥ AP and OB ⊥ BP )
3. OP is common to both triangles.
Exercise: Circles V
1. Find the value of the unknown lengths.
1. A 2.
AE=5cm G
AC=8cm 5c
CE=9cm m
a
F J
B
d
E
c
I
D H 8cm
b
C
3. 4.
K
2c R
m 3cm
O
P S
m
6c
e
f
M N
L Q
LN=7.5cm
Theorem 15. The angle between a tangent and a chord, drawn at the point of contact of the
chord, is equal to the angle which the chord subtends in the alternate segment.
Proof:
T
Q
S B R
559
42.2 CHAPTER 42. GEOMETRY - GRADE 12
Consider a circle, with centre O. Draw a chord AB and a tangent SR to the circle at point B.
Chord AB subtends angles at points P and Q on the minor and major arcs, respectively.
ˆ = ABS
First prove that AQB ˆ as this result is needed to prove that APˆ B = ABR.
ˆ
ˆ + ABT
ABS ˆ = 90◦ (T B ⊥ SR)
ˆ
BAT = 90◦ (∠s at centre)
ˆ + ATˆ B
∴ ABT = 90◦ (sum of angles in △BAT )
ˆ
∴ ABS ˆ
= ABT
ˆ
However, AQB = ATˆ B( angles subtended by same chord AB)
ˆ
∴ AQB ˆ
= ABS (42.1)
ˆ + QBR
SBQ ˆ = 180◦ (SBT is a str. line)
APˆ B + AQB
ˆ = 180◦ (ABP Q is a cyclic quad.)
ˆ + QBR
∴ SBQ ˆ = APˆ B + AQB
ˆ
ˆ
From (42.1), AQB ˆ
= ABS
∴ APˆ B ˆ
= ABR
560
CHAPTER 42. GEOMETRY - GRADE 12 42.2
Exercise: Circles VI
1. Find the values of the unknown letters.
P
1 Q 2
33◦ R
O d
b S c
R
a
S
P
e
Q
O
3 O
Q P 4 R
17◦ 4h-70◦
8◦
S 3h
g R
S f
P
2h-20◦
S h+50◦
Q
O
5 R 6
k O
l
j R
S
P
19 ◦
121◦
i R
Q Q
O
7 8
O
Q R
m
n R
Q 52◦
p T
r
o T
O
34◦
q
S
O S
Theorem 16. (Converse of 15) If the angle formed between a line, that is drawn through the
end point of a chord, and the chord, is equal to the angle subtended by the chord in the alternate
segment, then the line is a tangent to the circle.
Proof:
S X B R
561
42.2 CHAPTER 42. GEOMETRY - GRADE 12
Consider a circle, with centre O and chord AB. Let line SR pass through point B. Chord AB
subtends an angle at point Q such that ABSˆ = AQB.
ˆ
By contradiction. Assume that SBR is not a tangent to the circle and draw XBY such that
XBY is a tangent to the circle.
ˆ
ABX = ˆ
AQB (tan-chord theorem)
However, ˆ
ABS = ˆ
AQB (given)
ˆ
∴ ABX = ˆ
ABS (42.2)
But since, ABXˆ = ˆ + XBS
ABS ˆ
ˆ
(42.2) can only be true if, XBS = 0
ˆ is zero, then both XBY and SBR coincide and SBR is a tangent to the circle.
If XBS
A P
O
O R P
R
B
A
562
CHAPTER 42. GEOMETRY - GRADE 12 42.2
Prove that:
1. CF OE is a cyclic quadrilateral
O E
A D
2. F B = BC
Question:
3. △COE///△CBF
F
4. CD2 = ED.AD
C
OE CD
5. BC = CO
Answer
ˆ
F OE = 90◦ (BO ⊥ OD)
ˆ
F CE = 90◦ (∠ subtended by diameter AE)
∴ CF OE is a cyclic quadrilateral (opposite ∠’s supplementary)
2. Step 1 : Since these two sides are part of a triangle, we are proving that
triangle to be isosceles. The easiest way is to show the angles opposite
to those sides to be equal.
ˆ = x.
Let OEC
3. Step 1 : To show these two triangles similar, we will need 3 equal angles.
We already have 3 of the 6 needed angles from the previous question.
We need only find the missing 3 angles.
ˆ
CBF = 180◦ − 2x (sum of ∠’s in △BF C)
OC = OE (radii of circle O)
∴ ˆ = x (isosceles △COE)
ECO
∴ ˆ = 180◦ − 2x (sum of ∠’s in △COE)
COE
ˆ = CBF
• COE ˆ
ˆ ˆ
• ECO = F CB
ˆ = CFˆ B
• OEC
563
42.2 CHAPTER 42. GEOMETRY - GRADE 12
Step 3 : The third equal angle is an angle both triangles have in common.
ˆ = EDC
Lastly, ADC ˆ since they are the same ∠.
Step 4 : Now we know that the triangles are similar and can use the
proportionality relation accordingly.
OE = CD (△OEC is isosceles)
Prove that:
1. F ADE is cyclic
F C
2. △AF E///△CBD
Question: A F C.AG DC.F E
3. GH = BD
G H
E
B
Answer
1. Step 1 : In this case, the best way to show F ADE is a cyclic quadrilateral
is to look for equal angles, subtended by the same chord.
Let ∠BCD = x
∠BCD = ∠F AE (above)
565
42.3 CHAPTER 42. GEOMETRY - GRADE 12
Step 3 : Proving the last set of angles equal is simply a matter of adding
up the angles in the triangles. Then we have proved similarity.
DC FA
=
BD FE
DC.F E
∴ = FA
BD
AG FA
= (F G ∥ CH splits up lines AH and AC proportionally)
GH FC
F C.AG
∴ FA =
GH
F C.AG DC.F E
∴ =
GH BD
We know that every point on the circumference of a circle is the same distance away from the
centre of the circle. Consider a point (x1 ,y1 ) on the circumference of a circle of radius r with
centre at (x0 ,y0 ).
P (x1 ,y1 )
(x0 ,y0 )
O Q
Figure 42.3: Circle h with centre (x0 ,y0 ) has a tangent, g passing through point P at (x1 ,y1 ).
Line f passes through the centre and point P .
566
CHAPTER 42. GEOMETRY - GRADE 12 42.3
In Figure 42.3, △OP Q is a right-angled triangle. Therefore, from the Theorem of Pythagoras,
we know that:
OP 2 = P Q2 + OQ2
But,
PQ = y1 − y0
OQ = x1 − x0
OP = r
2
∴ r = (y1 − y0 )2 + (x1 − x0 )2
But, this same relation holds for any point P on the circumference. In fact, the relation holds
for all points P on the circumference. Therefore, we can write:
(x − x0 )2 + (y − y0 )2 = r2 (42.3)
For example, the equation of a circle with centre (0,0) and radius 4 is:
(y − y0 )2 + (x − x0 )2 = r2
(y − 0)2 + (x − 0)2 = 42
y 2 + x2 = 16
Question: Find the equation of a circle (centre O) with a diameter between two
points, P at (−5,5) and Q at (5, − 5).
Answer
Step 1 : Draw a picture
Draw a picture of the situation to help you figure out what needs to be done.
P
5
O
−5 5
−5
Q
The centre point of line P Q and therefore the centre of the circle is at (0,0).
Step 3 : Find the radius of the circle
If P and Q are two points on a diameter, then the radius is half the distance between
them.
The distance between the two points is:
1 1!
r= PQ = (x2 − x1 )2 + (y2 − y1 )2
2 2
1!
= (5 − (−5))2 + (−5 − 5)2
2
1!
= (10)2 + (−10)2
2
1√
= 100 + 100
2
'
200
=
4
√
= 50
x2 + y 2 = 50
We are given that a tangent to a circle is drawn through a point P with co-ordinates (x1 ,y1 ).
In this section, we find out how to determine the equation of that tangent.
h P (x1 ,y1 )
f
(x0 ,y0 )
Figure 42.4: Circle h with centre (x0 ,y0 ) has a tangent, g passing through point P at (x1 ,y1 ).
Line f passes through the centre and point P .
1. We know that the equation of the circle with centre (x0 ,y0 ) is (x − x0 )2 + (y − y0 )2 = r2 .
2. We know that a tangent is perpendicular to the radius, drawn at the point of contact with
the circle.
As we have seen in earlier grades, there are two steps to determining the equation of a straight
line:
The same method is used to determine the equation of the tangent. First we need to find the
gradient of the tangent. We do this by finding the gradient of the line that passes through the
centre of the circle and point P (line f in Figure 42.4), because this line is a radius line and the
tangent is perpendicular to it.
y1 − y0
mf = (42.4)
x1 − x0
mf × mg = −1
So,
1
mg = −
mf
569
42.3 CHAPTER 42. GEOMETRY - GRADE 12
Now, we know that the tangent passes through (x1 ,y1 ) so the equation is given by:
y − y1 = m(x − x1 )
1
y − y1 = − (x − x1 )
mf
1
y − y1 = − y1 −y0 (x − x1 )
x1 −x0
x1 − x0
y − y1 = − (x − x1 )
y1 − y0
For example, find the equation of the tangent to the circle at point (1,1). The centre of the
circle is at (0,0). The equation of the circle is x2 + y 2 = 2.
Use
x1 − x0
y − y1 = − (x − x1 )
y1 − y0
with (x0 ,y0 ) = (0,0) and (x1 ,y1 ) = (1,1).
x1 − x0
y − y1 = − (x − x1 )
y1 − y0
1−0
y−1 = − (x − 1)
1−0
1
y−1 = − (x − 1)
1
y = −(x − 1) + 1
y = −x + 1 + 1
y = −x + 2
F x2 − 3x + 9 = y 2 + 5y + 25 = 17
5. Find the x− and y− intercepts of the following graphs and draw a scetch to
illustrate your answer:
A (x + 7)2 + (y − 2)2 = 8
B x2 + (y − 6)2 = 100
C (x + 4)2 + y 2 = 16
D (x − 5)2 + (y + 1)2 = 25
6. Find the center and radius of the following circles:
A x2 + 6x + y 2 − 12y = −20
B x2 + 4x + y 2 − 8y = 0
C x2 + y 2 + 8y = 7
D x2 − 6x + y 2 = 16
E x2 − 5x + y 2 + 3y = − 34
F x2 − 6nx + y 2 + 10ny = 9n2
7. Find the equations to the tangent to the circle:
A x2 + y 2 = 17 at the point (1; 4)
B x2 + y 2 = 25 at the point (3; 4)
C (x + 1)2 + (y − 2)2 = 25 at the point (3; 5)
D (x − 2)2 + (y − 1)2 = 13 at the point (5; 3)
42.4 Transformations
We need to know something about polar co-ordinates and compound angles before we start.
Polar co-ordinates
Compound angles
x − co-ordinate of P ′ = r cos (α + θ)
θ
= r [cos α cos θ − sin α sin θ] α
y − co-ordinate of P ′ = r sin (α + θ)
= r [sin α cos θ + sin θ cos α]
= r sin α cos θ + r cos α sin θ
= y cos θ + x sin θ
which gives the formula P ′ = [(x cos θ − y sin θ; y cos θ + x sin θ)].
√
So to find the co-ordinates of P (1; 3) after a rotation of 45◦ , we arrive at:
572
CHAPTER 42. GEOMETRY - GRADE 12 42.4
Exercise: Rotations
Any line OP is drawn (not necessarily in the first P
quadrant), making an angle of θ degrees with
the x-axis. Using the co-ordinates of P and the
angle α, calculate the co-ordinates of P ′ , if the
line OP is rotated about the origin through α
degrees.
θ
P α
O
1. (2, 6) 60◦
2. (4, 2) 30◦
3. (5, -1) 45◦
4. (-3, 2) 120◦
5. (-4, -1) 225◦
6. (2, 5) -150◦
Rigid transformations like translations, reflections, rotations and glide reflections preserve shape
and size, and that enlargement preserves shape but not size.
Rigid transformations like translations, reflections, rotations and glide reflections preserve shape
and size, and that enlargement preserves shape but not size.
10
−15 −10 −5 5 10 15
Complete the table below , by draw-
C′
ing the images of △ABC under the
−5
given transformations. The first one
has been done for you. A′ B′
−10
y=x y = −x
−15
573
42.5 CHAPTER 42. GEOMETRY - GRADE 12
Description
Transformation (translation, reflection, Co-ordinates Lengths Angles
rotation, enlargement)
A′ (2; −6) A′ B ′ = 3 B̂ ′ = 90◦
(x; y) → (x; −y) reflection about the x-axis B ′ (5; −6) B′C ′ = 4 tan  = 4/3
C ′ (5; −2) A′ C ′ = 5 ∴ Â = 53◦ , Ĉ = 37◦
(x; y) → (x + 1; y − 2)
(x; y) → (−x; y)
(x; y) → (−y; x)
(x; y) → (y; x)
(x; y) → (y; x + 1)
A transformation that leaves lengths and angles unchanged is called a rigid trans-
formation. Which of the above transformations are rigid?
42.5 Exercises
1. ∆ABC undergoes several transformations forming ∆A′ B ′ C ′ . Describe the relationship
between the angles and sides of ∆KLM and ∆A′ B ′ C ′ (e.g., they are twice as large, the
same, etc.)
Transformation Sides Angles Area
Reflect
Reduce by a scale factor of 3
Rotate by 90◦
Translate 4 units right
Enlarge by a scale factor of 2
C (x, y) → (4x; y)
D (x, y) → (3x; y + 2)
E (x, y) → (−x; −y)
F (x, y) → (x; −y + 3)
G (x, y) → (4x; 4y)
H (x, y) → (−3x; 4y)
575
42.5 CHAPTER 42. GEOMETRY - GRADE 12
576
Chapter 43
Trigonometry - Grade 12
Suppose we have the unit circle shown below. The two points L(a,b) and K(x,y) are on the
circle.
y
K(x; y)
L(a; b)
(α − β) 1
b
α β
O a x
M (x; y)
We can get the coordinates of L and K in terms of the angles α and β. For the triangle LOK,
we have that
b
sin β = =⇒ b = sin β
1
a
cos β = =⇒ a = cos β
1
577
43.1 CHAPTER 43. TRIGONOMETRY - GRADE 12
Thus the coordinates of L are (cos β; sin β). In the same way as above, we can see that the
The identity for cos(α − β) is now determined as follows:
coordinates of K are (cos α; sin α). !
Using the distance formula (i.e. d = (x2 − x1 )2 + (y2 − y1 )2 or d2 = (x2 − x1 )2 + (y2 − y1 )2 ),
we can find KL2 .
We can use
sin(α + β) = sin α cos β + sin β cos α
to show that
sin(α − β) = sin α cos β − sin β cos α
We know that
sin(−θ) = − sin(θ)
and
cos(−θ) = cos θ
Therefore,
We can use
sin(α − β) = sin α cos β − sin β cos α
to show that
cos(α + β) = cos α cos β − sin α sin β
We know that
sin(θ) = cos(90 − θ).
578
CHAPTER 43. TRIGONOMETRY - GRADE 12 43.1
Therefore,
We found this identity in our derivation of the sin(α + β) identity. We can also use the fact that
to derive that
cos(α − β) = cos α cos β + sin α sin β
As
cos(θ) = sin(90 − θ),
we have that
We know that
sin(α + β) = sin α cos β + sin β cos α
When α = β, we have that
We know that
cos(α + β) = cos α cos β − sin α sin β
When α = β, we have that
by using
sin2 α + cos2 α = 1.
579
43.1 CHAPTER 43. TRIGONOMETRY - GRADE 12
sin2 α + cos2 α = 1
to show that:
2 cos2 α − 1
9
cos 2α =
1 − 2 sin2 α
The most important thing to remember when asked to prove identities is:
Never assume that the left hand side is equal to the right hand side. You need to show that
both sides are equal.
A suggestion for proving identities: It is usually much easier simplifying the more complex side
of an identity to get the simpler side than the other way round.
sin(α + β)
tan(α + β) =
cos(α + β)
sin α · cos β + sin β · cos α
=
cos α · cos β − sin α · sin β
sin α·cos β sin β·cos α
cos α·cos β + cos α·cos β
= cos α·cos β sin α·sin β
cos α·cos β − cos α·cos β
tan α + tan β
=
1 − tan α · tan β
We know that tan θ is undefined when θ = 90◦ + 180◦n, where n is an integer. The
LHS is undefined when 1 + cos θ + cos 2θ = 0. Thus we need to solve this equation.
1 + cos θ + cos 2θ = 0
=⇒ cos θ(1 + 2 cos θ) = 0
581
43.2 CHAPTER 43. TRIGONOMETRY - GRADE 12
The above has solutions when cos θ = 0, which occurs when θ = 90◦ + 180◦n,
where n is an integer. These are the same values when tan θ is undefined. It
also has solutions when 1 + 2 cos θ = 0. This is true when cos θ = − 21 , and thus
θ = . . . − 240◦ , −120◦, 120◦, 240◦ , . . .. To summarise, the identity is not valid when
θ = . . . − 270◦, −240◦, −120◦ , −90◦,90◦ , 120◦ , 240◦ , 270◦, . . .
Answer
Step 1 : Identify a strategy
Before we are able to solve the equation, we first need to simplify the left-hand side.
We do this using the double-angle formulas.
Step 2 : Execute the strategy
1 − sin y − (1 − 2 sin2 y)
= −1
2 sin y cos y − cos y
2 sin2 y − sin y
=⇒ = −1
cos y(2 sin y − 1)
sin y(2 sin y − 1)
=⇒ = −1
cos y(2 sin y − 1)
=⇒ tan y = −1
◦ ◦
=⇒ y = 135 + 180 n; n ∈ Z
θ
O
D x
x
C B
Answer
Step 1 : Identify a strategy
We want CB, and we have CD and BD. If we could get the angle B D̂C, then we
could use the cosine rule to determine DC. This is possible, as △ABD is a right-
angled triangle. We know this from circle geometry, that any triangle circumscribed
by a circle with one side going through the origin, is right-angled. As we have two
angles of △ABD, we know AD̂B and hence B D̂C. Using the cosine rule, we can
getBC 2 .
Step 2 : Execute the strategy
Exercise:
1. For the diagram on the right,
A Find AÔC in terms of θ.
B C
B Find an expression for: O E
θ
i. cos θ
ii. sin θ
iii. sin 2θ
C Using the above, show that sin 2θ =
2 sin θ cos θ. A
B
O
BC AD
3. The figure on the right shows a cyclic quadrilateral with CD = AB .
C A
Question:
D is the top of a tower of height h. Its base is at C. The triangle ABC lies on
the ground (a horizontal plane). If we have that BC = b, DB̂A = α, DB̂C = x
and DĈB = θ, show that
b sin α sin x
h=
sin(x + θ)
584
CHAPTER 43. TRIGONOMETRY - GRADE 12 43.2
C A
θ
b
α
x
B
Answer
Step 1 : Identify a strategy
We have that the triangle ABD is right-angled. Thus we can relate the height h
with the angle α and either the length BA or BD (using sines or cosines). But we
have two angles and a length for △BCD, and thus can work out all the remaining
lengths and angles of this triangle. We can thus work out BD.
Step 2 : Execute the strategy
We have that
h
= sin α
BD
=⇒ h = BD sin α
Now we need BD in terms of the given angles and length b. Considering the triangle
BCD, we see that we can use the sine rule.
sin θ sin(DB̂C)
=
DB b
b sin θ
=⇒ DB =
sin(DB̂C)
sin(180◦ − α − θ) = − sin(−α − θ)
= sin(α + θ)
So
b sin θ
DB =
sin(DB̂C)
b sin θ
=
sin(α + θ)
Exercise:
1. The line BC represents a tall tower, with C at its foot. Its angle of elevation
from D is θ. We are also given that BA = AD = x.
585
43.3 CHAPTER 43. TRIGONOMETRY - GRADE 12
θ
B D
α
x x
A
A Find the height of the tower BC in terms of x, tan θ and cos 2α.
B Find BC if we are given that k = 140m, α = 21◦ and θ = 9◦ .
Taxicab geometry, considered by Hermann Minkowski in the 19th century, is a form of geometry
in which the usual metric of Euclidean geometry is replaced by a new metric in which the distance
between two points is the sum of the (absolute) differences of their coordinates.
The metric in taxi-cab geometry, is known as the Manhattan distance, between two points in
an Euclidean space with fixed Cartesian coordinate system as the sum of the lengths of the
projections of the line segment between the points onto the coordinate axes.
For example, in the plane, the Manhattan distance between the point P1 with coordinates (x1 , y1 )
and the point P2 at (x2 , y2 ) is
|x1 − x2 | + |y1 − y2 | (43.1)
Figure 43.1: Manhattan Distance (dotted and solid) compared to Euclidean Distance
√ (dashed).
In each case the Manhattan distance is 12 units, while the Euclidean distance is 36
586
CHAPTER 43. TRIGONOMETRY - GRADE 12 43.3
The Manhattan distance depends on the choice on the rotation of the coordinate system, but
does not depend on the translation of the coordinate system or its reflection with respect to a
coordinate axis.
Manhattan distance is also known as city block distance or taxi-cab distance. It is given these
names because it is the shortest distance a car would drive in a city laid out in square blocks.
Taxicab geometry satisfies all of Euclid’s axioms except for the side-angle-side axiom, as one can
generate two triangles with two sides and the angle between them the same and have them not
be congruent. In particular, the parallel postulate holds.
A circle in taxicab geometry consists of those points that are a fixed Manhattan distance from
the center. These circles are squares whose sides make a 45◦ angle with the coordinate axes.
587
43.3 CHAPTER 43. TRIGONOMETRY - GRADE 12
The word ”fractal” has two related meanings. In colloquial usage, it denotes a shape that
is recursively constructed or self-similar, that is, a shape that appears similar at all scales of
magnification and is therefore often referred to as ”infinitely complex.” In mathematics a fractal
is a geometric object that satisfies a specific technical condition, namely having a Hausdorff
dimension greater than its topological dimension. The term fractal was coined in 1975 by Benot
Mandelbrot, from the Latin fractus, meaning ”broken” or ”fractured.”
• Iterated function systems - These have a fixed geometric replacement rule. Cantor set,
Sierpinski carpet, Sierpinski gasket, Peano curve, Koch snowflake, Harter-Heighway dragon
curve, T-Square, Menger sponge, are some examples of such fractals.
• Random fractals, generated by stochastic rather than deterministic processes, for example,
fractal landscapes, Lvy flight and the Brownian tree. The latter yields so-called mass- or
dendritic fractals, for example, Diffusion Limited Aggregation or Reaction Limited Aggre-
gation clusters.
Fractals in nature
Approximate fractals are easily found in nature. These objects display self-similar structure over
an extended, but finite, scale range. Examples include clouds, snow flakes, mountains, river
networks, and systems of blood vessels.
Trees and ferns are fractal in nature and can be modeled on a computer using a recursive
algorithm. This recursive nature is clear in these examples - a branch from a tree or a frond from
a fern is a miniature replica of the whole: not identical, but similar in nature.
The surface of a mountain can be modeled on a computer using a fractal: Start with a triangle
in 3D space and connect the central points of each side by line segments, resulting in 4 triangles.
The central points are then randomly moved up or down, within a defined range. The procedure
is repeated, decreasing at each iteration the range by half. The recursive nature of the algorithm
guarantees that the whole is statistically similar to each detail.
588
CHAPTER 43. TRIGONOMETRY - GRADE 12 43.4
Sine Rule
A cos 15◦
B cos 75◦
C tan 105◦
D cos 15◦
E cos 3◦ cos 42◦ − sin 3◦ sin 42◦
F 1 − 2 sin2 (22.5◦ )
590
Chapter 44
Statistics - Grade 12
44.1 Introduction
In this chapter, you will use the mean, median, mode and standard deviation of a set of data
to identify whether the data is normally distributed or whether it is skewed. You will learn more
about populations and selecting different kinds of samples in order to avoid bias. You will work
with lines of best fit, and learn how to find a regression equation and a correlation coefficient.
You will analyse these measures in order to draw conclusions and make predictions.
Activity :: Investigation :
You are given a table of data below.
75 67 70 71 71 73 74 75
80 75 77 78 78 78 78 79
91 81 82 82 83 86 86 87
1. Calculate the mean, median, mode and standard deviation of the data.
2. What percentage of the data is within one standard deviation of the mean?
3. Draw a histogram of the data using intervals 60 ≤ x < 64, 64 ≤ x < 68, etc.
4. Join the midpoints of the bars to form a frequency polygon.
If large numbers of data are collected from a population, the graph will often have a bell shape.
If the data was, say, examination results, a few learners usually get very high marks, a few very
low marks and most get a mark in the middle range. We say a distribution is normal if
• ±68% of the sample lies within one standard deviation of the mean, 95% within two
standard deviations and 99% within three standard deviations of the mean.
591
44.2 CHAPTER 44. STATISTICS - GRADE 12
68%
95%
99%
x̄ − 3σ x̄ − 2σ x̄ − σ x̄ x̄ + σ x̄ + 2σ x̄ + 3σ
What happens if the test was very easy or very difficult? Then the distribution may not be
symmetrical. If extremely high or extremely low scores are added to a distribution, then the
mean tends to shift towards these scores and the curve becomes skewed.
3. In a road safety study, the speed of 175 cars was monitored along a specific
stretch of highway in order to find out whether there existed any link between
high speed and the large number of accidents along the route. A frequency
table of the results is drawn up below.
Speed (km.h−1 ) Number of cars (Frequency)
50 19
60 28
70 23
80 56
90 20
100 16
110 8
120 5
The mean speed was determined to be around 82 km.h−1 while the median
speed was worked out to be around 84,5 km.h−1 .
A Draw a frequency polygon to visualise the data in the table above.
B Is this distribution symmetrical or skewed left or right? Give a reason fro
your answer.
The sample population must be carefully chosen, in order to avoid biased results. How do
we do this?
First, it must be representative. If all of our sample population comes from a very rich area,
then almost all will have cars. But we obviously cannot conclude from this that almost everyone
in the country has a car! We need to send the questionnaire to rich as well as poor people.
Secondly, the size of the sample population must be large enough. It is no good having a sample
population consisting of only two people, for example. Both may very well not have cars. But
we obviously cannot conclude that no one in the country has a car! The larger the sample
population size, the more likely it is that the statistics of our sample population corresponds to
the statistics of the entire population.
So how does one ensure that ones sample is representative? There are a variety of methods
available, which we will look at now.
Random Sampling. Every person in the country has an equal chance of being selected.
It is unbiased and also independant, which means that the selection of one person has no
effect on the selection on another. One way of doing this would be to give each person in
the country a number, and then ask a computer to give us a list of random numbers. We
could then send the questionnaire to the people corresponding to the random numbers.
Systematic Sampling. Again give every person in the country a number, and then, for
example, select every hundredth person on the list. So person with number 1 would be
selected, person with number 100 would be selected, person with number 200 would be
selected, etc.
593
44.4 CHAPTER 44. STATISTICS - GRADE 12
Stratified Sampling. We consider different subgroups of the population, and take random
samples from these. For example, we can divide the population into male and female,
different ages, or into different income ranges.
Cluster Sampling. Here the sample is concentrated in one area. For example, we consider
all the people living in one urban area.
Exercise: Sampling
1. Discuss the advantages, disadvantages and possible bias when using
A systematic sampling
B random sampling
C cluster sampling
2. Suggest a suitable sampling method that could be used to obtain information
on:
A passengers views on availability of a local taxi service.
B views of learners on school meals.
C defects in an item made in a factory.
D medical costs of employees in a large company.
3. 5% of a certain magazines’ subscribers is randomly selected. The random
number 16 out of 50, is selected. Then subscribers with numbers 16, 66, 116,
166, . . . are chosen as a sample. What kind of sampling is this?
200
180
160
Time taken (seconds)
140
120
100
80
60
40
20
0 d
0 1 2 3 4 5 6
Number of dishes
594
CHAPTER 44. STATISTICS - GRADE 12 44.4
If t is the time taken, and d the number of dishes, then it looks as though t is proportional to d,
ie. t = m · d, where m is the constant of proportionality. There are two questions that interest
us now.
1. How do we find m? One way you have already learnt, is to draw a line of best-fit through
the data points, and then measure the gradient of the line. But this is not terribly precise.
Is there a better way of doing it?
2. How well does our line of best fit really fit our data? If the points on our plot don’t all lie
close to the line of best fit, but are scattered everywhere, then the fit is not ’good’, and
our assumption that t = m · d might be incorrect. Can we find a quantitative measure of
how well our line really fits the data?
In this chapter, we answer both of these questions, using the techniques of regression analysis.
Question: Use the data given to draw a scatter plot and line of best fit. Now write
down the equation of the line that best seems to fit the data.
Answer
Step 1 : Drawing the graph
The first step is to draw the graph. This is shown below.
y
0 x
0 1 2 3 4 5 6
595
44.4 CHAPTER 44. STATISTICS - GRADE 12
We now come to a more accurate method of finding the line of best-fit. The method is very
simple.
Suppose we guess a line of best-fit. Then at at every data point, we find the distance between
the data point and the line. If the line fitted the data perfectly, this distance should be zero for
all the data points. The worse the fit, the larger the differences. We then square each of these
distances, and add them all together.
The best-fit line is then the line that minimises the sum of the squared distances.
Suppose we have a data set of n points {(x1 ; y1 ), (x2 ; y2 ), . . . , (xn ,yn )}. We also have a line
f (x) = mx + c that we are trying to fit to the data. The distance between the first data point
and the line, for example, is
We now square each of these distances and add them together. Lets call this sum S(m,c). Then
we have that
S(m,c) = (y1 − f (x1 ))2 + (y2 − f (x2 ))2 + . . . + (yn − f (xn ))2
3n
= (yi − f (xi ))2
i=1
Thus our problem is to find the value of m and c such that S(m,c) is minimised. Let us call
these minimising values m0 and c0 . Then the line of best-fit is f (x) = m0 x + c0 . We can find
m0 and c0 using calculus, but it is tricky, and we will just give you the result, which is that
Question: In the table below, we have the records of the maintenance costs in
Rands, compared with the age of the appliance in months. We have data for 5
appliances.
appliance 1 2 3 4 4
age (x) 5 10 15 20 30
cost (y) 90 140 250 300 380
Answer
596
CHAPTER 44. STATISTICS - GRADE 12 44.4
appliance x y xy x2
1 10 15 20 30
2 10 140 1400 100
3 15 250 3750 225
4 20 300 6000 400
5 30 380 11400 900
Total 80 1160 23000 1650
2 2 2
n xy − x y 5 × 23000 − 80 × 1160
b = 2 2 = = 12
5 × 1650 − 802
2 2
n x − ( x)
1160 12 × 80
a = ȳ − bx̄ = − = 40
5 5
∴ ŷ = 40 + 12x
Days (x) 1 2 3 4 5
Growth in m (y) 1,00 2,50 2,75 3,00 3,50
Answer
Step 1 : Getting your calculator ready
Using your calculator, change the mode from normal to “Stat xy”. This mode
enables you to type in bivariate data.
Step 2 : Entering the data
Key in the data as follows:
∴ ŷ = 0,9 + 0,55x
597
44.4 CHAPTER 44. STATISTICS - GRADE 12
Worked Example 203: Using the CASIO fx-82ES Natural Display calculator
Question: Using a calculator determine the least squares line of best fit for the
following data set of marks.
Learner 1 2 3 4 5
Chemistry (%) 52 55 86 71 45
Accounting (%) 48 64 95 79 50
For a Chemistry mark of 65%, what mark does the least squares line predict for
Accounting?
Answer
Step 1 : Getting your calculator ready
Switch on the calculator. Press [MODE] and then select STAT by pressing [2]. The
following screen will appear:
1 1-VAR 2 A + BX
3 + CX2 4 ln X
5 eˆX 6 A . BˆX
7 A . XˆB 8 1/X
Now press [2] for linear regression. Your screen should look something like this:
x y
1
2
3
Step 2 : Entering the data
Press [52] and then [=] to enter the first mark under x. Then enter the other values,
in the same way, for the x-variable (the Chemistry marks) in the order in which they
are given in the data set. Then move the cursor across and up and enter 48 under y
opposite 52 in the x-column. Continue to enter the other y-values (the Accounting
marks) in order so that they pair off correctly with the corresponding x-values.
x y
1 52
2 55
3
Then press [AC]. The screen clears but the data remains stored.
1: Type 2: Data
3: Edit 4: Sum
5: Var 6: MinMax
7: Reg
Now press [SHIFT][1] to get the stats computations screen shown below. Choose
Regression by pressing [7].
1: A 2: B
3: r 4: x̂
5: ŷ
598
CHAPTER 44. STATISTICS - GRADE 12 44.4
b) Press [AC][65][SHIFT][1][7][5][=]
This gives a (predicted) Accounting mark ofˆ= 70,938.. = 71%
Exercise:
1. The table below lists the exam results for 5 students in the subjects of Science
and Biology.
Learner 1 2 3 4 5
Science % 55 66 74 92 47
Biology % 48 59 68 84 53
A Use the formulae to find the regression equation coefficients a and b.
B Draw a scatter plot of the data on graph paper.
C Now use algebra to find a more accurate equation.
2. Footlengths and heights of 7 students are given in the table below.
Height (cm) 170 163 131 181 146 134 166
Footlength (cm) 27 23 20 28 22 20 24
A Draw a scatter plot of the data on graph paper.
B Indentify and describe any trends shown in the scatter plot.
C Find the equation of the least squares line by using algebraic methods and
draw the line on your graph.
D Use your equation to predict the height of a student with footlength 21,6
cm.
E Use your equation to predict the footlength of a student 176 cm tall.
3. Repeat the data in question 2 and find the regression line using a calculator
Once we have applied regression analysis to a set of data, we would like to have a number that
tells us exactly how well the data fits the function. A correlation coefficient, r, is a tool that tells
us to what degree there is a relationship between two sets of data. The correlation coefficient
r ∈ [−1; 1] when r = −1, there is a perfect negative relationship, when r = 0, there is no
relationship and r = 1 is a perfect positive correlation.
y y y y y
x x x x x
Positive, strong Positive, fairly strong Positive, weak No association Negative, fairly strong
r ≈ 0,9 r ≈ 0,7 r ≈ 0,4 r=0 r ≈ −0,7
We often use the correlation coefficient r2 in order to work with the strength of the correlation
only (no whether it is positive or negative).
In this case:
599
44.5 CHAPTER 44. STATISTICS - GRADE 12
r2 = 0 no correlation
0 < r2 < 0,25 very weak
0,25 < r2 < 0,5 weak
0,5 < r2 < 0,75 moderate
0,75 < r2 < 0,9 strong
0,9 < r2 < 1 very strong
r2 = 1 perfect correlation
1 3 x − x̄ y − ȳ
( )( )
r=
n−1 sx sy
This is known as the Pearson’s product moment correlation coefficient. It is a long calculation
and much easier to do on the calculator where you simply follow the procedure for the regression
equation, and go on to find r.
44.5 Exercises
1. Below is a list of data concerning 12 countries and their respective carbon dioxide (CO2 )
emmission levels per person and the gross domestic product (GDP - a measure of products
produced and services delivered within a country in a year) per person.
CO2 emmissions per capita (x) GDP per capita (y)
South Africa 8,1 3 938
Thailand 2,5 2 712
Italy 7,3 20 943
Australia 17,0 23 893
China 2,5 816
India 0,9 463
Canada 16,0 22 537
United Kingdom 9,0 21 785
United States 19,9 31 806
Saudi Arabia 11,0 6 853
Iran 3,8 1 493
Indonesia 1,2 986
A Draw a scatter plot of the data set and your estimate of a line of best fit.
B Calculate equation of the line of regression using the method of least squares.
C Draw the regression line equation onto the graph.
D Calculate the correlation coefficient r.
E What conclusion can you reach, regarding the relationship between CO2 emission and
GDP per capita for the countries in the data set?
2. A collection of data on the peculiar investigation into a foot size and height of students
was recorded in the table below. Answer the questions to follow.
Length of right foot (cm) Height (cm)
25,5 163,3
26,1 164,9
23,7 165,5
26,4 173,7
27,5 174,4
24 156
22,6 155,3
27,1 169,3
600
CHAPTER 44. STATISTICS - GRADE 12 44.5
A Draw a scatter plot of the data set and your estimate of a line of best fit.
B Calculate equation of the line of regression using the method of least squares or your
calculator.
C Draw the regression line equation onto the graph.
D Calculate the correlation coefficient r.
E What conclusion can you reach, regarding the relationship between the length of the
right foot and height of the students in the data set?
3. A class wrote two tests, and the marks for each were recorded in the table below. Full
marks in the first test was 50, and the second test was out of 30.
A Is there a strong association between the marks for the first and second test? Show
why or why not.
B One of the learners (in row 18) did not write the second test. Given their mark for
the first test, calculate an expected mark for the second test.
4. A fast food company produces hamburgers. The number of hamburgers made, and the
costs are recorded over a week.
Hamburgers made Costs
495 R2382
550 R2442
515 R2484
500 R2400
480 R2370
530 R2448
585 R2805
A Find the linear regression function that best fits the data.
B If the total cost in a day is R2500, estimate the number of hamburgers produced.
C What is the cost of 490 hamburgers?
5. The profits of a new shop are recorded over the first 6 months. The owner wants to predict
his future sales. The profits so far have been R90 000 , R93 000, R99 500, R102 000,
R101 300, R109 000.
6. A company produces sweets using a machine which runs for a few hours per day. The
number of hours running the machine and the number of sweets produced are recorded.
Machine hours Sweets produced
3,80 275
4,23 287
4,37 291
4,10 281
4,17 286
Find the linear regression equation for the data, and estimate the machine hours needed
to make 300 sweets.
602
Chapter 45
45.1 Introduction
Mathematics education began with counting. At the beginning, fingers, beans, buttons, and
pencils were used to help with counting, but these are only practical for small numbers. What
happens when a large number of items must be counted?
This chapter focuses on how to use mathematical techniques to count combinations of items.
45.2 Counting
An important aspect of probability theory is the ability to determine the total number of possible
outcomes when multiple events are considered.
For example, what is the total number of possible outcomes when a die is rolled and then a coin
is tossed? The roll of a die has six possible outcomes (1, 2, 3, 4, 5 or 6) and the toss of a coin,
2 outcomes (head or tails). Counting the possible outcomes can be tedious.
1H, 1T, 2H, 2T, 3H, 3T, 4H, 4T, 5H, 5T, 6H, 6T
or drawing up a table.
die coin
1 H
1 T
2 H
2 T
3 H
3 T
4 H
4 T
5 H
5 T
6 H
6 T
Both these methods result in 12 possible outcomes, but both these methods have a lot of
repetition.
603
45.3 CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12
One method of eliminating some of the repetition is to use tree diagrams. Tree diagrams are a
graphical method of listing all possible combinations of events from a random experiment.
1 2 3 die 4 5 6
coin
H T H T H T T H T H T H
Figure 45.1: Example of a tree diagram. Each possible outcome is a branch of the tree.
45.3 Notation
n × (n − 1) × (n − 2) × . . . × 3 × 2 × 1
; 2
is the multiplication equivalent of .
Note: the order in which the experiments are done does not affect the total number of possible
outcomes.
Answer
Step 1 : Determine how many parts to the meal there are
There are 4 parts: sandwich, soup, dessert and drink.
Step 2 : Identify how many choices there are for each part
Meal Component Sandwich Soup Dessert Drink
Number of choices 4 3 2 5
Step 3 : Use the fundamental counting principle to determine how many
different meals are possible
4 × 3 × 2 × 5 = 120
So there are 120 possible meals.
45.5 Combinations
The fundamental counting principle describes how to calculate the total number of outcomes
when multiple independent events are performed together.
A more complex problem is determining how many combinations there are of selecting a group
of objects from a set. Mathematically, a combination is defined as an un-ordered collection of
unique elements, or more formally, a subset of a set. For example, suppose you have fifty-two
playing cards, and select five cards. The five cards would form a combination and would be a
subset of the set of 52 cards.
In a set, the order of the elements in the set does not matter. These are represented usually
with curly braces, for example {2, 4, 6} is a subset of the set {1,2,3,4,5,6}. Since the order of
the elements does not matter, only the specific elements are of interest. Therefore,
{2, 4, 6} = {6, 4, 2}
and {1, 1, 1} is the same as {1} because a set is defined by its elements; they don’t usually
appear more than once.
Given S, the set of all possible unique elements, a combination is a subset of the elements of S.
The order of the elements in a combination is not important (two lists with the same elements
in different orders are considered to be the same combination). Also, the elements cannot be
repeated in a combination (every element appears uniquely once).
When the order does not matter, but each object can be chosen only once, the number of
combinations is: ( )
n! n
=
r!(n − r)! r
where n is the number of objects from which you can choose and r is the number to be chosen.
For example, if you have 10 numbers and wish to choose 5 you would have 10!/(5!(10 - 5)!) =
252 ways to choose.
For example how many possible 5 card hands are there in a deck of cards with 52 cards?
52! / (5!(52-5)!) = 2 598 960 combinations
605
45.6 CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12
When the order does not matter and an object can be chosen more than once, then the number
of combinations is: ( ) ( )
(n + r − 1)! n+r−1 n+r−1
= =
r!(n − 1)! r n−1
where n is the number of objects from which you can choose and r is the number to be chosen.
For example, if you have ten types of donuts to choose from and you want three donuts there
are (10 + 3 - 1)! / 3!(10 - 1)! = 220 ways to choose.
Question: At a school, learners each play 2 sports. They can choose from netball,
basketball, soccer, athletics, swimming, or tennis. What is the probability that a
learner plays soccer and either netball, basketball or tennis?
Answer
Step 1 : Identify what events we are counting
We count the events: soccer and netball, soccer and basketball, soccer and tennis.
This gives three choices.
Step 2 : Calculate the total number of choices
There
,6- are 6 sports to choose from and we choose 2 sports. There are
2 = 6!/(2!(6 − 2)!) = 15 choices.
Step 3 : Calculate the probability
The probability is the number of events we are counting, divided by the total number
of choices.
3
Probability = 15 = 15 = 0,2
45.6 Permutations
The concept of a combination did not consider the order of the elements of the subset to be
important. A permutation is a combination with the order of a selection from a group being
important. For example, for the set {1,2,3,4,5,6}, the combination {1,2,3} would be identical
to the combination {3,2,1}, but these two combinations are permutations, because the elements
in the set are ordered differently.
More formally, a permutation is an ordered list without repetitions, perhaps missing some ele-
ments.
This means that {1, 2, 2, 3, 4, 5, 6} and {1, 2, 4, 5, 5, 6} are not permutations of the set {1, 2, 3, 4, 5, 6}.
Now suppose you have these objects:
1, 2, 3
Here is a list of all permutations of those:
1 2 3; 1 3 2; 2 1 3; 2 3 1; 3 1 2; 3 2 1;
606
CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12 45.6
Let S be a set with n objects. Permutations of k objects from this set S refer to sequences of k
different elements of S (where two sequences are considered different if they contain the same
elements but in a different order, or if they have a different length). Formulas for the number of
permutations and combinations are readily available and important throughout combinatorics.
It is easy to count the number of permutations of size r when chosen from a set of size n (with
r ≤ n).
1. Select the first member of all permutations out of n choices because there are n distinct
elements in the set.
2. Next, since one of the n elements has already been used, the second member of the
permutation has (n − 1) elements to choose from the remaining set.
3. The third member of the permutation can be filled in (n − 2) ways since 2 have been used
already.
4. This pattern continues until there are r members on the permutation. This means that
the last member can be filled in (n − (r − 1)) = (n − r + 1) ways.
different permutations of r objects, taken from a pool of n objects. This number is denoted
by P (n, r) and can be written in factorial notation as:
n!
P (n,r) = .
(n − r)!
For example, if we have a total of 5 elements, the integers {1, 2, 3,4,5}, how many ways are
there for a permutation of three elements to be selected from this set? In this case, n = 10 and
r = 3. Then, P (10,3) = 10!/7! = 720.
607
45.7 CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12
When order matters and an object can be chosen more than once then the number of
permutations is:
nr
where n is the number of objects from which you can choose and r is the number to be chosen.
For example, if you have the letters A, B, C, and D and you wish to discover the number of ways
of arranging them in three letter patterns (trigrams) you find that there are 43 or 64 ways. This
is because for the first slot you can choose any of the four values, for the second slot you can
choose any of the four, and for the final slot you can choose any of the four letters. Multiplying
them together gives the total.
When the order matters and each object can be chosen only once, then the number of
permutations is:
n!
(n − r)!
where n is the number of objects from which you can choose and r is the number to be chosen.
For example, if you have five people and are going to choose three out of these, you will have
5!/(5-3)! = 60 permutations.
Note that if n = r (meaning number of chosen elements is equal to number of elements to
choose from) then the formula becomes
n! n!
= = n!
(n − n)! 0!
For example, if you have three people and you want to find out how many ways you may arrange
them it would be 3! or 3 × 2 × 1 = 6 ways. The reason for this is because you can choose from
three for the initial slot, then you are left with only two to choose from for the second slot, and
that leaves only one for the final slot. Multiplying them together gives the total.
45.7 Applications
608
CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12 45.7
(x + y)2 = x2 + 2y + y 2
(x + y)3 = x3 + 3x2 y + 3xy 2 + y 3
(x + y)4 = x4 + 4x3 y + 6x2 y 2 + 4xy 3 + y 4
1
1 1
The coefficients form a triangle, where each number 1 2 1
is the sum of the two numbers above it: 1 3 3 1
1 4 6 4 1
This formula, and the triangular arrangement of the binomial coefficients, are
often attributed to Blaise Pascal who described them in the 17th century. It was,
however, known to the Chinese mathematician Yang Hui in the 13th century, the
earlier Persian mathematician Omar Khayym in the 11th century, and the even earlier
Indian mathematician Pingala in the 3rd century BC.
Question: The number plate on a car consists of any 3 letters of the alphabet
(excluding the vowels and ’Q’), followed by any 3 digits (0 to 9). For a car chosen
at random, what is the probability that the number plate starts with a ’Y’ and ends
with an odd digit?
Answer
Step 1 : Identify what events are counted
The number plate starts with a ’Y’, so there is only 1 choice for the first letter, and
ends with an even digit, so there are 5 choices for the last digit (1,3,5,7,9).
Step 2 : Find the number of events
Use the counting principle. For each of the other letters, there are 20 possible choices
(26 in the alphabet, minus 5 vowels and ’Q’) and 10 possible choices for each of the
other digits.
Number of events = 1 × 20 × 20 × 10 × 10 × 5 = 200 000
Step 3 : Find the number of total possible number plates
Use the counting principle. This time, the first letter and last digit can be anything.
Total number of choices = 20 × 20 × 20 × 10 × 10 × 10 = 8 000 000
Step 4 : Calculate the probability
The probability is the number of events we are counting, divided by the total number
of choices.
Probability = 8200 000 1
000 000 = 40 = 0,025
n! n × (n − 1) × (n − 2) × ... × 2 × 1
=
(n − 1)! (n − 1) × (n − 2) × ... × 2 × 1
n!
Method 2: We know that P (n,r) = (n−r)! is the number of permutations of r
objects, taken from a pool of n objects. In this case, r = 1. To choose 1 object
from n objects, there are n choices.
n!
So (n−1)! =n
45.8 Exercises
1. Tshepo and Sally go to a restaurant, where the menu is:
Starter Main Course Dessert
Chicken wings Beef burger Chocolate ice cream
Mushroom soup Chicken burger Strawberry ice cream
Greek salad Chicken curry Apple crumble
Lamb curry Chocolate mousse
Vegetable lasagne
A How many different combinations (of starter, main meal, and dessert) can Tshepo
have?
B Sally doesn’t like chicken. How many different combinations can she have?
2. Four coins are thrown, and the outcomes recorded. How many different ways are there
of getting three heads? First write out the possibilites, and then use the formula for
combinations.
A How many different choices of outfit (dress, necklace and handbag) does she have?
B She now buys two pairs of shoes. How many choices of outfit (dress, necklace,
handbag and shoes) does she now have?
6. The letters of the word ’BLUE’ are rearranged randomly. How many new words (a word
is any combination of letters) can be made?
7. The letters of the word ’CHEMISTRY’ are arranged randomly to form a new word. What
is the probability that the word will start and end with a vowel?
610
CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12 45.8
8. There are 2 History classes, 5 Accounting classes, and 4 Mathematics classes at school.
Luke wants to do all three subjects. How many possible combinations of classes are there?
9. A school netball team has 8 members. How many ways are there to choose a captain,
vice-captain, and reserve?
10. A class has 15 boys and 10 girls. A debating team of 4 boys and 6 girls must be chosen.
How many ways can this be done?
11. A secret pin number is 3 characters long, and can use any digit (0 to 9) or any letter of the
alphabet. Repeated characters are allowed. How many possible combinations are there?
611
45.8 CHAPTER 45. COMBINATIONS AND PERMUTATIONS - GRADE 12
612
Part V
Exercises
613
Chapter 46
General Exercises
1. [IEB, Nov. 2004, HG] The notation ⌊x⌋ means the largest integer less than or equal to x.
For example, ⌊3,7⌋ = 3 and ⌊5⌋ = 5
A i. Show that x = 35 is a solution to the equation:
< =2
1
x− x2 = 10
ii. Find any two other values of x that satisfy this equation.
B Sketch the graph of y = ⌊x⌋ for 0 ≤ x ≤ 4.
2. [IEB, Nov. 2001, HG] How many digits are there before the decimal point in the number
(2,673)90 ? Explain your answer briefly.
615
CHAPTER 46. GENERAL EXERCISES
616
Chapter 47
x = −1 is the equation of the axis of symmetry of the parabola. f contains the points (2;
0) and (4; -8), and P is the turning point of g.
5
0
0 1 2 3 4 5
A Find the values of a, b and c.
B Find the length of MN if MN is perpendicular to the y-axis and MN produced passes
through the y-intercept of f (x) and g(x).
C Determine the equation of the graph that results when g(x) is reflected about the
line x = 1.
4. [IEB, Nov. 2003, HG]
A Sketch the graph of f (x) = x3 − 9x2 + 24x − 20, showing all intercepts with the
axes and turning points.
B Find the equation of the tangent to f (x) at x = 4.
C Sketch the graph of y = |f (x)| on a new set of axes, giving coordinates of the turning
points and intercepts with the axes.
5. [IEB, Nov. 2004, HG] Solve: 18 ≤ |x − 3|
6. [IEB, Nov. 2005, HG] Solve for x: 25|1−2x| = 54
7. [IEB, Nov. 2005, HG] If f (x) = |4 − x|, find the value of f ′ (3).
617
CHAPTER 47. EXERCISES - NOT COVERED IN SYLLABUS
618
Appendix A
PREAMBLE
The purpose of this License is to make a manual, textbook, or other functional and useful doc-
ument “free” in the sense of freedom: to assure everyone the effective freedom to copy and
redistribute it, with or without modifying it, either commercially or non-commercially. Secondar-
ily, this License preserves for the author and publisher a way to get credit for their work, while
not being considered responsible for modifications made by others.
This License is a kind of “copyleft”, which means that derivative works of the document must
themselves be free in the same sense. It complements the GNU General Public License, which
is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free
software needs free documentation: a free program should come with manuals providing the
same freedoms that the software does. But this License is not limited to software manuals; it
can be used for any textual work, regardless of subject matter or whether it is published as a
printed book. We recommend this License principally for works whose purpose is instruction or
reference.
The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being
those of Invariant Sections, in the notice that says that the Document is released under this
License. If a section does not fit the above definition of Secondary then it is not allowed to be
designated as Invariant. The Document may contain zero Invariant Sections. If the Document
does not identify any Invariant Sections then there are none.
The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or
Back-Cover Texts, in the notice that says that the Document is released under this License. A
Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
A “Transparent” copy of the Document means a machine-readable copy, represented in a format
whose specification is available to the general public, that is suitable for revising the document
straightforwardly with generic text editors or (for images composed of pixels) generic paint
programs or (for drawings) some widely available drawing editor, and that is suitable for input
to text formatters or for automatic translation to a variety of formats suitable for input to text
formatters. A copy made in an otherwise Transparent file format whose markup, or absence of
markup, has been arranged to thwart or discourage subsequent modification by readers is not
Transparent. An image format is not Transparent if used for any substantial amount of text. A
copy that is not “Transparent” is called “Opaque”.
Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo
input format, LATEX input format, SGML or XML using a publicly available DTD and standard-
conforming simple HTML, PostScript or PDF designed for human modification. Examples of
transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary
formats that can be read and edited only by proprietary word processors, SGML or XML for
which the DTD and/or processing tools are not generally available, and the machine-generated
HTML, PostScript or PDF produced by some word processors for output purposes only.
The “Title Page” means, for a printed book, the title page itself, plus such following pages as
are needed to hold, legibly, the material this License requires to appear in the title page. For
works in formats which do not have any title page as such, “Title Page” means the text near the
most prominent appearance of the work’s title, preceding the beginning of the body of the text.
A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely
XYZ or contains XYZ in parentheses following text that translates XYZ in another language.
(Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”,
“Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when
you modify the Document means that it remains a section “Entitled XYZ” according to this
definition.
The Document may include Warranty Disclaimers next to the notice which states that this
License applies to the Document. These Warranty Disclaimers are considered to be included by
reference in this License, but only as regards disclaiming warranties: any other implication that
these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially or non-commercially,
provided that this License, the copyright notices, and the license notice saying this License applies
to the Document are reproduced in all copies, and that you add no other conditions whatsoever
to those of this License. You may not use technical measures to obstruct or control the reading
or further copying of the copies you make or distribute. However, you may accept compensation
in exchange for copies. If you distribute a large enough number of copies you must also follow
the conditions in section A.
You may also lend copies, under the same conditions stated above, and you may publicly display
copies.
COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers) of the
Document, numbering more than 100, and the Document’s license notice requires Cover Texts,
620
APPENDIX A. GNU FREE DOCUMENTATION LICENSE
you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-
Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also
clearly and legibly identify you as the publisher of these copies. The front cover must present the
full title with all words of the title equally prominent and visible. You may add other material on
the covers in addition. Copying with changes limited to the covers, as long as they preserve the
title of the Document and satisfy these conditions, can be treated as verbatim copying in other
respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first
ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent
pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must
either include a machine-readable Transparent copy along with each Opaque copy, or state in or
with each Opaque copy a computer-network location from which the general network-using public
has access to download using public-standard network protocols a complete Transparent copy of
the Document, free of added material. If you use the latter option, you must take reasonably
prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this
Transparent copy will remain thus accessible at the stated location until at least one year after
the last time you distribute an Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the Document well before
redistributing any large number of copies, to give them a chance to provide you with an updated
version of the Document.
MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the conditions of
sections A and A above, provided that you release the Modified Version under precisely this
License, with the Modified Version filling the role of the Document, thus licensing distribution
and modification of the Modified Version to whoever possesses a copy of it. In addition, you
must do these things in the Modified Version:
1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document,
and from those of previous versions (which should, if there were any, be listed in the History
section of the Document). You may use the same title as a previous version if the original
publisher of that version gives permission.
2. List on the Title Page, as authors, one or more persons or entities responsible for authorship
of the modifications in the Modified Version, together with at least five of the principal
authors of the Document (all of its principal authors, if it has fewer than five), unless they
release you from this requirement.
3. State on the Title page the name of the publisher of the Modified Version, as the publisher.
4. Preserve all the copyright notices of the Document.
5. Add an appropriate copyright notice for your modifications adjacent to the other copyright
notices.
6. Include, immediately after the copyright notices, a license notice giving the public permis-
sion to use the Modified Version under the terms of this License, in the form shown in the
Addendum below.
7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts
given in the Document’s license notice.
8. Include an unaltered copy of this License.
9. Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating
at least the title, year, new authors, and publisher of the Modified Version as given on the
Title Page. If there is no section Entitled “History” in the Document, create one stating
the title, year, authors, and publisher of the Document as given on its Title Page, then
add an item describing the Modified Version as stated in the previous sentence.
621
APPENDIX A. GNU FREE DOCUMENTATION LICENSE
10. Preserve the network location, if any, given in the Document for public access to a Trans-
parent copy of the Document, and likewise the network locations given in the Document
for previous versions it was based on. These may be placed in the “History” section. You
may omit a network location for a work that was published at least four years before the
Document itself, or if the original publisher of the version it refers to gives permission.
11. For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the
section, and preserve in the section all the substance and tone of each of the contributor
acknowledgements and/or dedications given therein.
12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their
titles. Section numbers or the equivalent are not considered part of the section titles.
13. Delete any section Entitled “Endorsements”. Such a section may not be included in the
Modified Version.
14. Do not re-title any existing section to be Entitled “Endorsements” or to conflict in title
with any Invariant Section.
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary
Sections and contain no material copied from the Document, you may at your option designate
some or all of these sections as invariant. To do this, add their titles to the list of Invariant
Sections in the Modified Version’s license notice. These titles must be distinct from any other
section titles.
You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements
of your Modified Version by various parties–for example, statements of peer review or that the
text has been approved by an organisation as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25
words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only
one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through
arrangements made by) any one entity. If the Document already includes a cover text for the
same cover, previously added by you or by arrangement made by the same entity you are acting
on behalf of, you may not add another; but you may replace the old one, on explicit permission
from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use
their names for publicity for or to assert or imply endorsement of any Modified Version.
COMBINING DOCUMENTS
You may combine the Document with other documents released under this License, under the
terms defined in section A above for modified versions, provided that you include in the combi-
nation all of the Invariant Sections of all of the original documents, unmodified, and list them
all as Invariant Sections of your combined work in its license notice, and that you preserve all
their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical Invariant
Sections may be replaced with a single copy. If there are multiple Invariant Sections with the
same name but different contents, make the title of each such section unique by adding at the
end of it, in parentheses, the name of the original author or publisher of that section if known,
or else a unique number. Make the same adjustment to the section titles in the list of Invariant
Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled “History” in the various original
documents, forming one section Entitled “History”; likewise combine any sections Entitled “Ac-
knowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled
“Endorsements”.
622
APPENDIX A. GNU FREE DOCUMENTATION LICENSE
COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released under
this License, and replace the individual copies of this License in the various documents with a
single copy that is included in the collection, provided that you follow the rules of this License
for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under
this License, provided you insert a copy of this License into the extracted document, and follow
this License in all other respects regarding verbatim copying of that document.
TRANSLATION
Translation is considered a kind of modification, so you may distribute translations of the Doc-
ument under the terms of section A. Replacing Invariant Sections with translations requires
special permission from their copyright holders, but you may include translations of some or
all Invariant Sections in addition to the original versions of these Invariant Sections. You may
include a translation of this License, and all the license notices in the Document, and any War-
ranty Disclaimers, provided that you also include the original English version of this License and
the original versions of those notices and disclaimers. In case of a disagreement between the
translation and the original version of this License or a notice or disclaimer, the original version
will prevail.
If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the
requirement (section A) to Preserve its Title (section A) will typically require changing the actual
title.
TERMINATION
You may not copy, modify, sub-license, or distribute the Document except as expressly provided
for under this License. Any other attempt to copy, modify, sub-license or distribute the Document
is void, and will automatically terminate your rights under this License. However, parties who
have received copies, or rights, from you under this License will not have their licenses terminated
so long as such parties remain in full compliance.
Each version of the License is given a distinguishing version number. If the Document specifies
that a particular numbered version of this License “or any later version” applies to it, you have the
option of following the terms and conditions either of that specified version or of any later version
that has been published (not as a draft) by the Free Software Foundation. If the Document does
not specify a version number of this License, you may choose any version ever published (not as
a draft) by the Free Software Foundation.
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.”
line with this:
with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST,
and with the Back-Cover Texts being LIST.
If you have Invariant Sections without Cover Texts, or some other combination of the three,
merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing these
examples in parallel under your choice of free software license, such as the GNU General Public
License, to permit their use in free software.
624