MTH4100 Calculus I: Lecture Notes For Week 2 Thomas' Calculus, Sections 1.3 To 1.5
MTH4100 Calculus I: Lecture Notes For Week 2 Thomas' Calculus, Sections 1.3 To 1.5
MTH4100 Calculus I: Lecture Notes For Week 2 Thomas' Calculus, Sections 1.3 To 1.5
Rainer Klages
Autumn 2009
Reading Assignment: read
Thomas’ Calculus, Chapter 1.2:
Lines, Circles, and Parabolas
What is a function?
examples:
height of the floor of the lecture hall depending on distance; stock market index depending
on time; volume of a sphere depending on radius
Important: There is uniqueness, i.e., we have only one value f (x) for every x!
Definition 1 A function from a set D to a set Y is a rule that assigns a unique (single)
element f (x) ∈ Y to each element x ∈ D.
• The set R of all possible output values of f (x) as x varies throughout D is called the
range of f .
note: R ⊆ Y !
3
f :D→Y
• We write f maps x to y = f (x) symbolically as
f : x 7→ y = f (x)
examples:
f : x 7→ y = x2 , D(f ) = [0, ∞)
and
f : x 7→ y = x2 , D(f ) = (−∞, ∞)
are different functions!
Definition 2 If f is a function with domain D, its graph consists of the points (x, y)
whose coordinates are the input-output pairs for f :
{(x, f (x))|x ∈ D}
examples:
4
(a) x2 + y 2 = 1
5
f (x) = ⌊x⌋
is given by the greatest integer less than or
equal to x:
⌊1.3⌋ = 1, ⌊−2.7⌋ = −3
f (x) = ⌈x⌉
is given by the smallest integer greater than
or equal to x:
⌈3.5⌉ = 4, ⌈−1.8⌉ = −1
7
p(x)
• rational functions: f (x) =
q(x)
with p(x) and q(x) polynomials and domain R \ {x|q(x) = 0} (never divide by zero!)
examples: three rational functions and their graphs
trigonometric functions
exponential and logarithmic functions
transcendental functions: any function that is not algebraic
examples: trigonometric or exponential functions
...
11
Informally,
• a function is called increasing if the graph of the function “climbs” or “rises” as you
move from left to right.
• a function is called decreasing if the graph of the function “descends” or “falls” as
you move from left to right.
examples:
function where increasing where decreasing
2
y =x 0≤x<∞ −∞ < x ≤ 0
y = 1/x nowhere −∞ < x < 0 and 0 < x < ∞
y = 1/x2 −∞ < x < 0 0<x<∞
y = x2/3 0≤x<∞ −∞ < x ≤ 0
f (−x) = (−x)2 = x2 = f (x): even function; graph is symmetric about the y-axis
f (−x) = (−x)3 = −x3 = −f (x): odd function; graph is symmetric about the origin
12
Combining functions
If f and g are functions, then for every x ∈ D(f ) ∩ D(g) (that is, for every x that belongs
to the domains of both f and g) we define sums, differences, products and quotients:
Special case - multiplication by a constant c ∈ R: (cf )(x) = c f (x) (take g(x) = c constant
function)
examples: combining functions algebraically
√ √
f (x) = x , g(x) = 1−x
(natural) domains:
D(f ) = [0, ∞) D(g) = (−∞, 1]
(f ◦ g)(x) = f (g(x))
The domain of f ◦ g consists of the numbers x in the domain of g for which g(x) lies in the
domain of f , i.e.
D(f ◦ g) = {x|x ∈ D(g) and g(x) ∈ D(f )}