Chapter 5 Functions
Chapter 5 Functions
● (1) f(x) = x2 or y = x2
● (2) f(x) = x + 1 or y = x + 1
● (3) f(x)= x2 + y2 – 1 or y = x2 + y2 – 1
● (4) f(x) = x2 + x + 1 or y = x2 + x + 1
● One-to one
● Let g be the function from the set {a,b, c} to itself such that
g(a) = b, g(b) = c, and g(c) = a. Let f be the function from the
set {a,b, c} to the set {1, 2, 3} such that f(a) = 3, f(b) = 2, and
f(c) = 1.
● What is the composition of f and g, and what is the
composition of g and f ?
● Let A be the set of odd positive integers less than 10. Then
|A|= 5.
● Let S be the set of letters in the English alphabet. Then |S|=
26.
● Because the null set has no elements, it follows that |∅| = 0.
● We use the cardinalities of finite sets to tell us when they
have the same size, or when one is bigger than the other.
● Example 1: Factorial
● Factorial function n! = n x (n-1)!
(a) if n=0 then n!=1
(b) if n>0 then n! = n x (n-1)!