Basic Maths
Basic Maths
THOMAS WARD
Contents
1. Introduction (3 lectures) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Algebra 2
1.2. Logarithms 8
1.3. Binomial theorem 8
2. Trigonometry (4 lectures) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.1. Angles 10
2.2. Triangles 10
2.3. Right triangles 10
2.4. Trigonometric functions 12
2.5. Cosine and sine rule 12
3. Functions and equations (3 lectures) . . . . . . . . . . . . . . . . . . . . . . . 14
3.1. Solving equations 15
3.2. Graphs of functions 16
3.3. Quadratic formula 17
4. Useful web sites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
These notes are designed to accompany the lectures in the first half
of OB81. Please let me know if you find errors. There will be a current
corrected version on the web at
http://www.mth.uea.ac.uk/˜h720/lecture notes/
Don’t panic if they look very difficult or very easy to you. For some
of you this is useful revision (though please contact me if you are bored)
and for some this is new material (though please contact me if you are
really feeling unable to keep up). The main point of contact outside
the lectures will be seminars every fortnight, but you can come and see
me at any time (my office hours are Wednesday 10-11: at other times
I am happy to meet with you but may be busy with other things).
1
2 THOMAS WARD
1. Introduction (3 lectures)
Mathematics is very exact. You should develop the habit of reading
your own mathematics and checking that it says what was intended.
The symbols you use all have exact meanings. In particular, avoid
muddling up the following three things:
‘equals’: A = B means that A and B are identical;
‘implies’: A =⇒ B means that A implies B (that is, it means
that whenever A is true, then B must be true; it does not
require that A is true);
‘therefore’: A ∴ B means A is true, therefore B is true.
It will help you to write accurate mathematics if you try and write in
complete sentences – this may feel artificial at first but will make your
own thinking more clear. One good way to check that your mathemat-
ics makes sense is to read it through afterwards.
1.1. Algebra. Algebra begins with the idea that we can go beyond
arithmetic by letting letters represent other things. This allows us
to make statements in a very convenient form, and prove statements
about infinitely many different things in one go. In this section, letters
a, b, c, . . . will denote real numbers.
b ab b2
a a2 ab
a b
Figure 1. Picture proof that (a + b) = a2 + 2ab + b2 .
2
1.1.2. Scientific notation. One of the most important uses of the idea
of exponentiation is to use powers of 10 in scientific notation for large
or small numbers.
Example 1.3. Here are some large and small numbers:
• The Andromeda Galaxy contains at least
200, 000, 000, 000
stars.
• The mass of an alpha particle, which is emitted in the radioac-
tive decay of Plutonium-239, is
0.000, 000, 000, 000, 000, 000, 000, 000, 006, 645 kg.
OB-81 LECTURE NOTES (FIRST HALF OF COURSE) 5
Example 1.5. Light travels at about 300, 000 kilometres per second in
vacuum. How many metres does light travel in a vacuum in a century? In fact it travels at
Solution: This is an extreme problem – if you try and do it by writing exactly 299, 792, 458
metres per second
out all the numbers in full you will fill a lot of paper and make a lot of in vacuum. This is
mistakes. All we need to do is find out how many seconds there are in exact because since
1983 the metre length
a century and multiply that by the number of metres light travels in a has been defined to
second. 1
be 299,792,458 th of
First the seconds. There are 60 in a minute, of which there are 60 in the distance light
travels in a vacuum
an hour, of which there are 24 in a day... This is already a big number! in one second...
There are
60×60×24 = (6×101 )×(6×101 )×(2.4×101 ) = 86.4×103 = 8.64×104
seconds in a day. So there are
(3.65 × 102 ) × (8.64 × 104 ) = 31.536 × 106 = 3.1536 × 107
seconds in a year. So there are
3.1536 × 109
seconds in a century.
Now think about the speed of light: a kilometre is a thousand or 103
metres, so the speed of light is
3 × 105 km/s = 3 × 108 m/s.
Finally, we multiply the speed by the number of seconds: light travels
(3.1536 × 109 ) × (3 × 108 ) = 9.4608 × 1017
metres in a century. Again, this was a slightly slapdash calculation –
the speed of light was not precise, we ignored leap years and so on. So
a more reasonable answer is: light travels about 9 × 1017 metres in a
century.
The Galaxy STIS 123627+621755, referred to informally as “Sharon,”
was identified by NASA’s Hubble Space Telescope. It is estimated that
light from Sharon takes 10 billion years (that is, 1010 years) to reach
the earth. How far away is Sharon in metres?
1.1.3. Other powers. It will become more clear when you do differen-
tiation that exponentials with other bases are very important. The
expression ab can be defined for any real numbers a and b as long as
a 6= 0. Usually the name ‘exponential function’ is saved for the func-
tion x 7→ ex , where e = 2.71828 . . . is a special number, the base of the
natural logarithms.
8 THOMAS WARD
It is not obvious that this really makes sense, but we’ll see from the
graphs later that loga (x) exists for any x > 0.
Only the bases 10 and e are commonly used, giving the common
logarithm function log = log10 and the natural logarithm function ln =
loge .
The general properties of any logarithm function loga for a > 0 are
Example: as follows:
log(10) + log(100)
= log(1000) = 3 • loga (a) = 1;
• loga (x × y) = loga (x) + loga (y);
• loga (xn ) = n loga (x);
• loga ( x1 ) = − loga (x);
• loga (1) = 0
for any x, y > 0.
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
The numbers in Pascal’s triangle give the coefficients in binomial ex-
pansions:
(a + b)0 = 1
(a + b)1 = a+b
(a + b)2 = a + 2ab + b2
2
2. Trigonometry (4 lectures)
Trigonometry is a powerful set of methods for understanding all sorts
of shapes and problems involving angles. Most such problems can be
reduced to problems on triangles, and for these there are three useful
results: Pythagoras’ theorem, the sine rule and the cosine rule.
10 THOMAS WARD
2.1. Angles. An angle between a pair of lines that cross expresses the
proportion of a whole circle that they subtend. There are two common
ways to do this:
• Degrees: here the whole circle is 360o , so a right angle is 90o ;
• Radians: here the whole circle is 2π radians, so a right angle is
π
2
radians.
Degrees are more familiar, but once you come on to calculus radians
are much easier to work with. Fractions of a degree are measured in
minutes and seconds; a minute is one sixtieth of a degree and a second
is one sixtieth of a minute.
2.2. Triangles. A useful convention for triangles is to label the angles
and the sides as in Figure 2, with angles associated with their opposite
sides. Notice that each angle has exactly one opposite side.
CX
XXX
XXX a
XXX
XXX
XXX
B
X
b
c
A
The first property of triangles holds for any triangle: the angles sum
Sum of angles to 180o :
in a triangle
(2.1) A + B + C = 180o .
2.3. Right triangles. A triangle is a right triangle if one of its angles
is a right angle. In a right triangle each angle other than the right
angle has a unique opposite side and a unique adjacent side. Figure 3
shows this for the angle A. The long side of a right triangle is always
called the hypotenuse.
Pythagorus’ The oldest property of right triangles is Pythagorus’ theorem:
theorem
(2.2) b 2 = a2 + c 2
or
hypotenuse2 =opposite2 +adjacent2
This is one of the oldest theorems in Mathematics, and you should
see at least one proof of it.
OB-81 LECTURE NOTES (FIRST HALF OF COURSE) 11
C
b =hypotenuse
a =opposite side to A
A c =adjacent side to A B
Figure 3. Notation for right triangles.
In Figure 4, there are four triangles each with area 12 ac. There is one
skew square in the middle with area b2 . It follows that the total area
is
(2.3) total area = 4( 21 ac) + b2 = 2ac + b2 .
On the other hand, the whole figure is a square with side length (a+c),
so
(2.4) total area = (a + c)2 = a2 + 2ac + c2 .
Comparing (2.3) and (2.4) shows that
a2 + c2 = b2 ,
which is Pythagorus’ Theorem.
12 THOMAS WARD
Tower T
H
HH
H
HH
H
HH
H
HH
H
HH
H
A H
B
Figure 5. How far is the tower from A?
so
AB 200
AT = sin(B) = sin(30o ) = 106.4,
sin(T ) sin(110o )
so the tower T is about 106.4 metres from A.
(x − 3)2 = x2 − 6x + 9.
So we try and make our equation contain x2 − 6x + 9:
x2 − 6x + 4 = 0
∴ x2 − 6x + 9 = 5
∴ (x − 3)2 = 5
√
∴x−3 = ± 5
√ √
∴x=3+ 5 or x = 3 − 5.
• cos(x) = 0.5 is a trigonometric equation. One solution will be
found easily using a calculator: x = 60o . But if you look at
the graph of cos you’ll find there are infinitely many solutions:
x = 60o + 360o , 60o + 2 × 360o , . . . and so on, as well as x =
−60o , −360o + 60o , −360o − 60o , . . . . In fact the solutions can
be written
x = k × 360o ± 60o for all integers k.
16 THOMAS WARD
y = cos(x)
0.739 . . . x
Figure 6. Graph to solve cos(x) = x.
0.5
0 1 2 3 4 5 6
x
–0.5
–1
0.5
0 1 2 3 4 5 6
x
–0.5
–1
Using these values, the graph can easily be sketched (we will do this
in lectures).
y
2
–4 –2 0 2 4
x
–2
–4
20
15
10
–4 –2 0 2 4
x
100
50
–4 –2 2 4
x
–50
–100
140
120
100
80
60
40
20
–4 –2 0 2 4
x
x
2 4 6 8 10
0
–1
–2
–3
–4
–5
0.8
0.6
0.4
0.2
–2 –1 0 1 2
x
2
Figure 14. Graph of y = e−x for −2 ≤ x ≤ 2.
x y
-2.0 3.000
-1.8 4.008
-1.6 4.664
-1.4 5.016
-1.2 5.112
-1.0 5.000
-0.8 4.728
-0.6 4.344
-0.4 3.896
-0.2 3.432
0.0 3.000
0.2 2.648
0.4 2.424
0.6 2.376
0.8 2.552
1.0 3.000
1.2 3.768
1.4 4.904
1.6 6.456
1.8 8.472
2.0 11.00
• If b2 − 4ac > 0, then there are two distinct real roots (cf. Figure
17).
• If b2 − 4ac < 0, then there are no real roots (cf. Figure 18).
3.3.1. Graphs of quadratics. For simplicity we will think of the qua-
dratic equation in the standard form (3.1) (this is to avoid having to
think of a positive and a negative separately). Now solving the equa-
tion (3.1) is exactly the same as asking for the points where the graph
of the function
y = x2 + ab x + ac
crosses the x-axis. Now the three cases for the quadratic equation can
be seen as follows.
Example 3.2. A rectangle has one side 2 metres longer than the other
side. The area of the rectangle is 24 square metres. What are the
lengths of the sides?
22 THOMAS WARD
double root
Solution: Let the rectangle have sides x and (x + 2). Then the given
information says that
x(x + 2) = 24,
which is a quadratic equation. Write this in standard form,
x2 + 2x − 24 = 0.
Now you can either use the quadratic formula or notice a factorisation:
x2 + 2x − 24 = (x − 4)(x + 6).
OB-81 LECTURE NOTES (FIRST HALF OF COURSE) 23
So
(x − 4)(x + 6) = 0,
which shows that x is either 4 or −6. Since we are looking for a positive
length, the answer must be x = 4, so the rectangle has sides of length
4 metres and 6 metres.
4. Useful web sites
There are on-line mathematics tutorials at several sites, including
http://www.ping.be/math/mathindex.htm
http://www.netsrq.com/˜hahn/calculus.html
http://sunsite.ubc.ca/LivingMathematics/
The figures for Section 1.1.2 come from
http://www.whitehouse.gov/omb/budget/
http://particleadventure.org/
http://nedwww.ipac.caltech.edu/
http://science.nasa.gov/
http://hubble.stsci.edu/
There are many beautiful proofs of Pythagorus’ theorem at
http://www.mcn.net/˜jimloy/pythag.html
E-mail address: [email protected]