MATH10070 - Introduction To Calculus: H. Render
MATH10070 - Introduction To Calculus: H. Render
Lecture 1
H. Render
Preliminaries Chapter 1- Functions
About MATH10070
Learning
• Lectures: 30 hours
• Practicals (tutorials): 5 (every second week)
• Begin: next week
Preliminaries Chapter 1- Functions
Resources
• Lecturer
• Dr Hermann Render
• Room 23, School of Mathematical Sciences (2nd floor,
Science Lecture Building)
• [email protected]
Assessment
What is Calculus?
What is a function?
Informal definition: A FUNCTION assigns to each element of an
input set a unique element of an output set.
An example
We define a function f : A → B by
If we are dealing with a very big set (e.g. the natural numbers)
then this is the only way one can define a function.
Preliminaries Chapter 1- Functions
Examples of functions
• f : R → R, f (x) = 2x + 3,
• g : Z → N, g(x) = x 2 + 1,
• h : {MATH10070 students} → R,
h(x) = height of x in metres.
• s : {MATH10070 students} → R,
s(x) = student identity number of x.
Preliminaries Chapter 1- Functions
Variables
• ε means epsilon
• δ means delta
• α means alpha
• β means beta
• γ means gamma
Preliminaries Chapter 1- Functions
Set Notation
A set is a collection of well-defined elements (G. Cantor 1870).
73 ∈ N
• Do not confuse ∈ with ε.
• Union
A ∪ B = {x : x ∈ A or x ∈ B}.
• Intersection
A ∩ B = {x : x ∈ A and x ∈ B}.
• Subset: A ⊂ B means the set B contains all the elements
of A. N ⊂ R
Preliminaries Chapter 1- Functions
6 + 2 × 3 + 4 =?
So 6 + 2 × 3 + 4 equals 16.
Preliminaries Chapter 1- Functions
(6 + 2) × 3 + 4 = 28,
(6 + 2) × (3 + 4) = 56
6 + 2 × (3 + 4) = 20.
6 6+4
Similarly be careful writing fractions: 3 + 4 6= 3 .
Preliminaries Chapter 1- Functions
Laziness...
Expanding
x(y + z) = xy + xz
and
(x + y )z = xz + yz.
Preliminaries Chapter 1- Functions
Example
Expand (3 + 4)2 .
(3 + 4)2 = (3 + 4)(3 + 4)
= (3 + 4)3 + (3 + 4)4
=3·3+4·3+3·4+4·4
= 32 + 3 · 4 + 3 · 4 + 42
= 32 + 2 · 3 · 4 + 42
= 9 + 24 + 16 = 49.
Preliminaries Chapter 1- Functions
Example
Expand (x + y )2 .
(x + y )2 = (x + y )(x + y )
= x(x + y ) + y (x + y )
=x ·x +x ·y +y ·x +y ·y
= x 2 + xy + xy + y 2
= x 2 + 2xy + y 2 .
Preliminaries Chapter 1- Functions
Another approach...
There is a geometrical way of looking at the formula
(x + y )2 = x 2 + 2xy + y 2 .
Figure: (x + y )2 = x 2 + 2xy + y 2
Preliminaries Chapter 1- Functions
Theorem of Pythagoras
p
That is, h2 = x 2 + y 2 (or h = x 2 + y 2)