Mathematical Notation
Mathematical Notation
Recall that in school you learnt about different types of numbers. These include:
the natural numbers which in this course we take to mean the positive
whole numbers 1, 2, 3, ...;
the integers, which are the all the whole numbers ..., −3, −2, −1, 0, 1, 2,
3, ...;
the rational numbers, which are ratios of integers with non-zero denom-
n
inator. More precisely, numbers of the form m where both n and m are
integers, and m is non-zero integer;
the real numbers, which√
consist of all numbers on the number line includ-
ing numbers like π and 2.
Note that the parts of these notes which are in green are for enrichment
purposes
√ and will not be directly examined. You probably know from school
that 2 is an irrational number (that is a real number which is not rational).
Let us recall how this can be proved. We will prove by contradiction (If you
don’t know what a proof by contradiction is, please read the relevant part of
the
√ proofs notes before continuing here). Suppose by way of contradiction that
2 = ab where a and b are integers with no proper common factors (i.e. with
2
no proper factors other than 1. It follows that 2 = ab2 and hence a2 = 2b2 .
2
Dit volg dat 2 = ab2 en dus a2 = 2b2 . This means that a2 is divisible by 2
and hence a is divisible by 2 as well. (To see why suppose a is not divisible by
2, then by long division one can find an integer k such that a = 2k + 1. But
then a2 = 4k 2 + 2k + 1 = 2(2k 2 + k) + 1 and hence a2 is not divisible by 2. A
contradiction.) It follows that a = 2c for some integer c and hence a2 = 4c2 .
This means that 4c2 = 2b2 and hence 2c2 = b2 , meaning that b2 and hence b
is divisible by 2. This contradicts the assumption that a and b have no proper
common factors.
Exercise 1.0.1. List the types of number each of the following numbers are:
(a) −1 The answer is an integer, a rational number and a real number. ;
1
(b) 2;
√
(c) 2;
√ √
(d) 1+ 2 To √
answer this question we note that √ if 1 + 2 was a rational number i.e.
1 + 2 = pq then we would have that 2 = pq − 1 = p−q and would be a rational
√ q
number too. Since this is false it follows that 1 + 2 is only a real number.
1
2 Coordinate geometry and lines.
It is clear that a point P in a plane is uniquely determined by numbers a and
b which are the points on the respective axis where lines perpendicular to the
respective axes through the point meet the given axis:
y
b P
x
a
To indicate this we will write P (a, b) or P = (a, b) for the given point, and will
say that P has x-coordinate a and y-coordinate b. Let us denote by R2 the set
of (ordered) pairs of real numbers.
P1 (x1 , y1 )
P2 (x2 , y2 ) P3 (x1 , y2 )
x
2.1 Lines
Consider the diagrams where P1 = (x1 , y1 ) and P2 = (x2 , y2 ) are arbitrary
points such that x1 6= x2 .
2
y y
P1 P1
P
Q
P2 Q R P2 R
P
x x
Exercise 2.1.2. Find an equation of the line passing through (−1, 5) and (2, 11)
.
Supposing a non-vertical line has y-intercept (0, b) and gradient m , then
using the point-slope equation we find
y − b = m(x − 0)
3
which is called the slope-intercept form of a straight line. In general (including
vertical lines) a line has equation
Ax + Bx + C = 0
where A 6= 0 or B 6= 0.
(a) parallel to
(b) perpendicular to
the line 3x + 5y + 10 = 0.
3 Inequalities
3.1 Rules for inequalities
For real numbers a, b, c and d:
1. Exactly one of the following is true: a < b, a = b, b < a;
2. If a < b and b < c, then a < c;
Exercise 3.1.1. Assuming only the rules 1, 2, 3, 4 . Show that for real numbers
a, b, c, d in R
(a) Rule 5 holds;
4
(b) If a < 0, then 0 < −a;
(c) Rule 6 holds;
(d) 0 < 1 (assuming 0 6= 1);
(e) If 0 < a, then 0 < a1 ;
1
(f ) If 0 < a < b, then b < a1 .
1 + x < 7x + 5
⇔(1 + x) + (−5 − x) < (7x + 5) + (−5 − x) using Rule 1
⇔ − 4 < 6x
1 1
⇔−4 > 6x using Rule 4
6 6
−2
⇔ <x
3
(b) 1 − x > 2x + 1.
Recall that a ≤ b is equivalent to the statement a < b or a = b. Using the
rules for inequalities involving < we obtain:
5
4 Absolute value
Informally we think of |a| as the distance from 0 to a (or equivalent from a to
0) on the number line. From this we would expect that |a| ≥ 0 for all a ∈ R ,
why? Formally we define
a if a ≥ 0
|a| =
−a if a < 0.
Exercise 4.0.3. Sketch the graph of absolute value function, i.e. the function
f : R → R defined by f (x) = |x|.
3. |an | = |a|n ;
6
4. If a > 0 then |x| = a if and only if x = a or x = −a;
5. |x| < a if and only if −a < x < a;
6. |x| > a if and only if x > a or x < −a;
7. |x| ≤ a if and only if −a ≤ x ≤ a;
(b) |x − 7| < 2;
(c) |5x − 3| ≥ 2;
(d) |x − 4| < |x − 7|;
(e) |x2 − 2x − 3| < 1;
(f ) |x − 1| < |x − 2| + |x − 3|.
This inequality is called the triangle identity (and holds in a more general con-
text from which its name is derived). Here are two different proofs:
(i) We have
−|a| ≤ a ≤ |a|
−|b| ≤ b ≤ |b|
where the last equivalent statement follows from Properties 4.1.4 and 4.1.5
.
(ii) Since
|a + b|2 = (a + b)2 = a2 + 2ab + b2
and
(|a| + |b|)2 = |a|2 + 2|a||b| + |b|2 = a2 + 2|ab| + b2
7
it follows that
|a| + |b| − |a + b| ≥ 0
Exercise 4.2.2. Using the triangle inequality show that if |x − 5| < 0.1 then
|x2 − 4x − 5| < 0.61.
5 Angles
In school you learned about angles and measured them in degrees. In this course
we will use a different unit for angles called radians (which we will write as rad).
The relationship between radians and degrees is given by the equation
180◦ = πrad.
π
It follows that an angle θ in degrees corresponds to θ 180 rad in radians while an
180◦
angle φ in radians corresponds to φ πrad in degrees. Note that when we write an
angle in radians we usually leave out the unit. The following table shows the
conversion of some common angles
8
6 Trig functions
In school you were taught the definition of (at least some of the) trig functions.
Given a triangle
Hypotenuse
Opposite
θ
Adjacent
the six trig functions were defined by
Opposite
sin(θ) =
Hypotenuse
Adjacent
cos(θ) =
Hypotenuse
Opposite
tan(θ) =
Adjacent
Hypotenuse
sec(θ) =
Adjacent
Hypotenuse
csc(θ) =
Opposite
Adjacent
cot(θ) =
Opposite
where it is supposed that Adjacent, Opposite and Hypotenuse represent the
lengths of those sides of the triangle. We would like to extend these definitions
to any angle θ not only acute angles. We note that each positive real number r
and each angle θ determines a point as shown in the diagram
x
(x, y)
r
θ
9
We now define the six trig functions as follows
y x
sin(θ) = cos(θ) =
r r
y r
tan(θ) = sec(θ) =
x x
r x
csc(θ) = cot(θ) = .
y y
7 Trig identities
These trig identities follow directly from the definition of the trig functions
y2 x2
sin2 (θ) + cos2 (θ) = 2
+ 2
r r
x2 + y 2
=
r2
r2
= 2
r
= 1.
10
Exercise 7.2.1. Show that:
(a) Identity 7.2.2 follows from Identity 7.2.1 and some of the basic identities;
(b) Identity 7.2.3 follows from Identity 7.2.1 and some of the basic identities;
Exercise 7.2.2. Show using the definitions of the various trig functions that:
P (x, y)
θ
O −θ
Q(x, −y)
It is easy to see that the point Q obtained from −θ and r will be the point
obtained by reflecting P (x, y) in the x-axis and hence will have coordinates
Q(x, −y). Using the definitions of sin(θ) and cos(θ) we obtain:
We also have the following formulas the proof of which is left as an exercise:
11
7.5 Addition and subtraction formulas
1. sin(θ + φ) = sin(θ) cos(φ) + sin(φ) cos(θ);
2. sin(θ − φ) = sin(θ) cos(φ) − sin(φ) cos(θ);
Exercise 7.5.1.
a c
θ
C b A
c2 = a2 + b2 − 2ab cos(θ)
[Hint: In order to do so construct a line segment perpendicular to CA from
B to CA. Then use Pythagoras theorem on each right angled sub-triangle.]
12
A(cos(α), sin(α))
B(cos(β), sin(β))
α β
O
c2 = a2 + b2 − 2ab cos(α − β)
= 1 + 1 − 2 cos(α − β)
= 2 − 2 cos(α − β).
13
We have
sin(θ + φ)
tan(θ + φ) =
cos(θ + φ)
sin(θ) cos(φ) + sin(φ) cos(θ)
=
cos(θ) cos(φ) − sin(θ) sin(φ)
sin(θ) cos(φ)+sin(φ) cos(θ)
cos(θ) cos(φ)
= cos(θ) cos(φ)−sin(θ) sin(φ)
cos(θ) cos(φ)
sin(θ) cos(φ) sin(φ) cos(θ)
cos(θ) cos(φ) + cos(θ) cos(φ)
= cos(θ) cos(φ) sin(θ) sin(φ)
cos(θ) cos(φ) − cos(θ) cos(φ)
sin(θ) sin(φ)
cos(θ) + cos(φ)
= sin(θ) sin(φ)
1 − cos(θ) cos(φ)
tan(θ) + tan(φ)
= .
1 − tan(θ) tan(φ)
Exercise 7.6.1. Find all values of x in the interval [0, 2π] such that
(a) sin(x) = sin(2x)
We have:
sin(x) = sin(2x)
⇔ sin(x) = 2 sin(x) cos(x)
⇔ sin(x) − 2 sin(x) cos(x) = 0
⇔ sin(x)(1 − 2 cos(x)) = 0
⇔ sin(x) = 0 or 1 − 2 cos(x) = 0
1
⇔ sin(x) = 0 or cos(x) =
2
n π πo
⇔x ∈ 0, π, 2π, , 2π −
3 3
14
(b) sin(x) = cos(2x)
We have:
sin(x) = cos(2x)
⇔ sin(x) = 1 − 2 sin2 (x)
⇔2 sin2 (x) + sin(x) − 1 = 0
⇔(2 sin(x) − 1)(sin(x) + 1) = 0
1
⇔ sin(x) = or sin(x) = −1
2
nπ πo 3π
⇔x ∈ ,π − or x ∈
6 6 2
π π 3π
⇔x ∈ ,π − ,
6 6 2
Using the two last identities (from the previous list) and solving for cos2 (θ) and
sin2 (θ) in each we obtain
15
8 Graphs of trig functions
The graph of y = sin(x):
y
1
0.5
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−0.5
−1
sin(x)
The graph of y = cos(x):
y
1
0.5
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−0.5
−1
cos(x)
The graph of y = tan(x):
16
y
10
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−5
−10
tan(x)
The graph of y = cot(x):
y
10
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−5
−10
cot(x)
The graph of y = csc(x):
17
y
10
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−5
−10
sec(x)
The graph of y = csc(x):
y
10
x
−2π − 3π −π π π π 3π 2π
2 2 2 2
−5
−10
csc(x)
18