SlideShare a Scribd company logo
FUNCTIONS I
Dr. Gabriel Obed Fosu
Department of Mathematics
Kwame Nkrumah University of Science and Technology
Google Scholar: https://scholar.google.com/citations?user=ZJfCMyQAAAAJ&hl=en&oi=ao
ResearchGate ID: https://www.researchgate.net/profile/Gabriel_Fosu2
Dr. Gabby (KNUST-Maths) Functions 1 / 51
Lecture Outline
1 Definitions
2 Types of Functions
Constant, Step, and Piecewise functions
Power functions
Polynomial Functions
Rational Functions
Algebraic Functions
Transcendental Functions
Dr. Gabby (KNUST-Maths) Functions 2 / 51
Definitions
Outline of Presentation
1 Definitions
2 Types of Functions
Constant, Step, and Piecewise functions
Power functions
Polynomial Functions
Rational Functions
Algebraic Functions
Transcendental Functions
Dr. Gabby (KNUST-Maths) Functions 3 / 51
Definitions
Definition
1 Functions are mostly used to describe dependence between quantities.
2 In general, a function is a map between two sets that assigns to each element in the
first set a unique element in the second set.
input output
f
X Y
x y
Dr. Gabby (KNUST-Maths) Functions 4 / 51
Definitions
Definition
1 Functions are mostly used to describe dependence between quantities.
2 In general, a function is a map between two sets that assigns to each element in the
first set a unique element in the second set.
input output
f
S R
s h
It could map a student to its height.
Dr. Gabby (KNUST-Maths) Functions 4 / 51
Definitions
Definition
1 Functions are mostly used to describe dependence between quantities.
2 In general, a function is a map between two sets that assigns to each element in the
first set a unique element in the second set.
input output
f
P N
p f (p)
It could map a product to its price.
Dr. Gabby (KNUST-Maths) Functions 4 / 51
Definitions
Definition
1 Functions are mostly used to describe dependence between quantities.
2 In general, a function is a map between two sets that assigns to each element in the
first set a unique element in the second set.
input output
f
P Name
c n = f (c)
It could map a country to its president.
Dr. Gabby (KNUST-Maths) Functions 4 / 51
Definitions
Definition
Definition
1 A real-valued function f assigns a unique real number y to each input x.
2 If the function f is defined from a set X to Y, then we write
f : X → Y
x 7→ y = f (x)
The dependence could be described either by words, graphs, an equation or a tabulation.
Dr. Gabby (KNUST-Maths) Functions 5 / 51
Definitions
Definition
Definition
1 A real-valued function f assigns a unique real number y to each input x.
2 If the function f is defined from a set X to Y, then we write
f : X → Y
x 7→ y = f (x)
The dependence could be described either by words, graphs, an equation or a tabulation.
Remark
1 Uniqueness here means an input cannot yield more than one output i.e. x 7→ y1, y2 is
not allowed.
2 However, two different inputs x1 and x2 can be assigned to the same output y.
Dr. Gabby (KNUST-Maths) Functions 5 / 51
Definitions
Definition: If x → f → y
Definition (Domain)
The domain Df of a function f , is the set of all possible inputs where f is defined.
Dr. Gabby (KNUST-Maths) Functions 6 / 51
Definitions
Definition: If x → f → y
Definition (Domain)
The domain Df of a function f , is the set of all possible inputs where f is defined.
Definition (Codomain)
Y, the set of all possible outputs, is called the codomain of f .
Dr. Gabby (KNUST-Maths) Functions 6 / 51
Definitions
Definition: If x → f → y
Definition (Domain)
The domain Df of a function f , is the set of all possible inputs where f is defined.
Definition (Codomain)
Y, the set of all possible outputs, is called the codomain of f .
Definition (Range)
The set of all assigned outputs, f (X ) =
©
f (x) | x ∈ X
ª
, is called the range/image of f .
Dr. Gabby (KNUST-Maths) Functions 6 / 51
Definitions
Definition: If x → f → y
Definition (Domain)
The domain Df of a function f , is the set of all possible inputs where f is defined.
Definition (Codomain)
Y, the set of all possible outputs, is called the codomain of f .
Definition (Range)
The set of all assigned outputs, f (X ) =
©
f (x) | x ∈ X
ª
, is called the range/image of f .
Definition (Graph)
The graph of the function y = f (x) is a pictorial representation of the function. It is the
collection of the points (x, f (x)). It represents a curve in the Cartesian plane.
Dr. Gabby (KNUST-Maths) Functions 6 / 51
Definitions
Composition of Functions
1 A composite function is generally a function that is written inside another function.
2 Composition of a function is done by substituting one function into another function.
Example
1 f [g(x)] is the composite function of f (x) and g(x).
2 The composite function f [g(x)] is read as f of g of x.
3 The function g(x) is called an inner function and the function f (x) is called an outer
function.
4 f [g(x)] ̸= g[f (x)]
Dr. Gabby (KNUST-Maths) Functions 7 / 51
Types of Functions
Outline of Presentation
1 Definitions
2 Types of Functions
Constant, Step, and Piecewise functions
Power functions
Polynomial Functions
Rational Functions
Algebraic Functions
Transcendental Functions
Dr. Gabby (KNUST-Maths) Functions 8 / 51
Types of Functions Constant, Step, and Piecewise functions
Constant functions
f : R → R
x 7→ c
1 Any real number x is assigned to the unique real number c: f is a function, but
specifically, f is a constant function.
Dr. Gabby (KNUST-Maths) Functions 9 / 51
Types of Functions Constant, Step, and Piecewise functions
Constant functions
f : R → R
x 7→ c
1 Any real number x is assigned to the unique real number c: f is a function, but
specifically, f is a constant function.
2 This function is defined for all real numbers: Its domain is Df = R.
Dr. Gabby (KNUST-Maths) Functions 9 / 51
Types of Functions Constant, Step, and Piecewise functions
Constant functions
f : R → R
x 7→ c
1 Any real number x is assigned to the unique real number c: f is a function, but
specifically, f is a constant function.
2 This function is defined for all real numbers: Its domain is Df = R.
3 Its range is {c}.
Dr. Gabby (KNUST-Maths) Functions 9 / 51
Types of Functions Constant, Step, and Piecewise functions
Constant functions
f : R → R
x 7→ c
1 Any real number x is assigned to the unique real number c: f is a function, but
specifically, f is a constant function.
2 This function is defined for all real numbers: Its domain is Df = R.
3 Its range is {c}.
4 Its codomain is R.
Dr. Gabby (KNUST-Maths) Functions 9 / 51
Types of Functions Constant, Step, and Piecewise functions
Constant function graph
Definition
A constant function is a function whose value is the same for every input value
f : R → R
x 7→ 1
−5 −4 −2 2 4
0
Dr. Gabby (KNUST-Maths) Functions 10 / 51
Types of Functions Constant, Step, and Piecewise functions
Step Function (or staircase function)
Definition
They are function that increases or decreases abruptly from one constant value to another.
f : R → (−∞,10)
x 7→ f (x) =







2 if x≤−4
1 if −4<x≤0
−1 if 0<x ≤ 2.
Dr. Gabby (KNUST-Maths) Functions 11 / 51
Types of Functions Constant, Step, and Piecewise functions
Step Function (or staircase function)
Definition
They are function that increases or decreases abruptly from one constant value to another.
f : R → (−∞,10)
x 7→ f (x) =







2 if x≤−4
1 if −4<x≤0
−1 if 0<x ≤ 2.
1 Any number x is assigned to a unique real number: f is a function.
Dr. Gabby (KNUST-Maths) Functions 11 / 51
Types of Functions Constant, Step, and Piecewise functions
Step Function (or staircase function)
Definition
They are function that increases or decreases abruptly from one constant value to another.
f : R → (−∞,10)
x 7→ f (x) =







2 if x≤−4
1 if −4<x≤0
−1 if 0<x ≤ 2.
1 Any number x is assigned to a unique real number: f is a function.
2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is
Df = (−∞,−4]∪(−4,0](0,2] = (−∞,2].
Dr. Gabby (KNUST-Maths) Functions 11 / 51
Types of Functions Constant, Step, and Piecewise functions
Step Function (or staircase function)
Definition
They are function that increases or decreases abruptly from one constant value to another.
f : R → (−∞,10)
x 7→ f (x) =







2 if x≤−4
1 if −4<x≤0
−1 if 0<x ≤ 2.
1 Any number x is assigned to a unique real number: f is a function.
2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is
Df = (−∞,−4]∪(−4,0](0,2] = (−∞,2].
3 Its range is {−1,1,2} and its codomain is (−∞,10).
Dr. Gabby (KNUST-Maths) Functions 11 / 51
Types of Functions Constant, Step, and Piecewise functions
Step Function graph
f : R → (−∞,10)
x 7→ f (x) =







2 if x≤−4
1 if −4<x≤0
−1 if 0<x ≤ 2.
−5 −4 −2 2 4
−2
2
3
0
Dr. Gabby (KNUST-Maths) Functions 12 / 51
Types of Functions Constant, Step, and Piecewise functions
Example of Non Step Function
Consider the following relation
g : R → R
x 7→ g(x) =







2 if x≤−4
1 if −4≤x≤0
−1 if 0<x ≤ 2.
Dr. Gabby (KNUST-Maths) Functions 13 / 51
Types of Functions Constant, Step, and Piecewise functions
Example of Non Step Function
Consider the following relation
g : R → R
x 7→ g(x) =







2 if x≤−4
1 if −4≤x≤0
−1 if 0<x ≤ 2.
1 g assigns two values to x0 = −4.
Dr. Gabby (KNUST-Maths) Functions 13 / 51
Types of Functions Constant, Step, and Piecewise functions
Example of Non Step Function
Consider the following relation
g : R → R
x 7→ g(x) =







2 if x≤−4
1 if −4≤x≤0
−1 if 0<x ≤ 2.
1 g assigns two values to x0 = −4.
2 That is g(−4) = {1,2}.
Dr. Gabby (KNUST-Maths) Functions 13 / 51
Types of Functions Constant, Step, and Piecewise functions
Example of Non Step Function
Consider the following relation
g : R → R
x 7→ g(x) =







2 if x≤−4
1 if −4≤x≤0
−1 if 0<x ≤ 2.
1 g assigns two values to x0 = −4.
2 That is g(−4) = {1,2}.
3 Thus, g is NOT a function.
Dr. Gabby (KNUST-Maths) Functions 13 / 51
Types of Functions Constant, Step, and Piecewise functions
Piecewise functions
Definition
Piecewise functions are defined by different functions for different intervals of the domain.
f : R → R
x 7→ f (x) =
(
−x +2 if x ≥ 0
2x +2 if x < 0.
1 f is a piecewise function.
Dr. Gabby (KNUST-Maths) Functions 14 / 51
Types of Functions Constant, Step, and Piecewise functions
Piecewise functions
Definition
Piecewise functions are defined by different functions for different intervals of the domain.
f : R → R
x 7→ f (x) =
(
−x +2 if x ≥ 0
2x +2 if x < 0.
1 f is a piecewise function.
2 Df = [0,+∞)∪(−∞,0) = (−∞,∞) = R.
Dr. Gabby (KNUST-Maths) Functions 14 / 51
Types of Functions Constant, Step, and Piecewise functions
Piecewise functions
Definition
Piecewise functions are defined by different functions for different intervals of the domain.
f : R → R
x 7→ f (x) =
(
−x +2 if x ≥ 0
2x +2 if x < 0.
1 f is a piecewise function.
2 Df = [0,+∞)∪(−∞,0) = (−∞,∞) = R.
3 Its range is I = { −x +2 | x ≥ 0}∪{ 2x +2 | x < 0}.
x ≥ 0 =⇒ −x ≤ 0 =⇒ −x +2 ≤ 2.
x < 0 =⇒ 2x +2 < 2.
Therefore, I = (−∞,2]∪(−∞,2) = (−∞,2].
Dr. Gabby (KNUST-Maths) Functions 14 / 51
Types of Functions Constant, Step, and Piecewise functions
Piecewise functions graph
f : R → R
x 7→ f (x) =
(
−x +2 if x ≥ 0
2x +2 if x < 0.
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Dr. Gabby (KNUST-Maths) Functions 15 / 51
Types of Functions Power functions
Power Functions
Definition
Power functions are functions of the form of
f (x) = axp
(1)
where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}).
Dr. Gabby (KNUST-Maths) Functions 16 / 51
Types of Functions Power functions
Power Functions
Definition
Power functions are functions of the form of
f (x) = axp
(1)
where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}).
Some examples of Power Functions
1 Monomial Functions are power function with positive power, that is p ∈ Z+
Dr. Gabby (KNUST-Maths) Functions 16 / 51
Types of Functions Power functions
Power Functions
Definition
Power functions are functions of the form of
f (x) = axp
(1)
where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}).
Some examples of Power Functions
1 Monomial Functions are power function with positive power, that is p ∈ Z+
2 Reciprocal Functions are power function with negative power, that is p ∈ Z−
Dr. Gabby (KNUST-Maths) Functions 16 / 51
Types of Functions Power functions
Power Functions
Definition
Power functions are functions of the form of
f (x) = axp
(1)
where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}).
Some examples of Power Functions
1 Monomial Functions are power function with positive power, that is p ∈ Z+
2 Reciprocal Functions are power function with negative power, that is p ∈ Z−
3 Radical Functions are power functions where the degree p is of the form 1
n and n ∈ N
Dr. Gabby (KNUST-Maths) Functions 16 / 51
Types of Functions Power functions
Power Functions
Example
f (x) Domain Range f (x) Domain Range
x2n
R R+
2n
p
x R+ R+
x2n+1
R R 2n+1
p
x R R
1
x2n
R−{0} R+ −{0}
1
2n
p
x
R+ −{0} R+ −{0}
1
x2n+1
R−{0} R−{0}
1
2n+1
p
x
R−{0} R−{0}
n ∈ Z+, R−{0} = (−∞,0)∪(0,+∞), R+ = [0,+∞), R+ −{0} = (0,+∞)
Dr. Gabby (KNUST-Maths) Functions 17 / 51
Types of Functions Power functions
Monomials: Graph of f (x) = 1
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R
Range = {1}
f (x) = 1
Dr. Gabby (KNUST-Maths) Functions 18 / 51
Types of Functions Power functions
Monomials: Graph of f (x) = x
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R
Range = R f (x) = x
Dr. Gabby (KNUST-Maths) Functions 19 / 51
Types of Functions Power functions
Monomials: Graph of f (x) = x2
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R
Range = R+
f (x) = x2
Dr. Gabby (KNUST-Maths) Functions 20 / 51
Types of Functions Power functions
Monomials: Graph of f (x) = x3
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R
Range = R
f (x) = x3
Dr. Gabby (KNUST-Maths) Functions 21 / 51
Types of Functions Power functions
Reciprocal functions: Graph of f (x) = x−1
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R−{0}
Range = R−{0}
f (x) = x−1
Dr. Gabby (KNUST-Maths) Functions 22 / 51
Types of Functions Power functions
Reciprocal functions: Graph of f (x) = x−2
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R−{0}
Range = R+ −{0}
f (x) = x−2
Dr. Gabby (KNUST-Maths) Functions 23 / 51
Types of Functions Power functions
Reciprocal functions: Graph of f (x) = x−3
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
Domain = R−{0}
Range = R−{0}
f (x) = x−3
Dr. Gabby (KNUST-Maths) Functions 24 / 51
Types of Functions Power functions
Radical functions: Graph of f (x) =
p
x = x1/2
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
f (x) =
p
x
Domain = R+
Range = R+
Dr. Gabby (KNUST-Maths) Functions 25 / 51
Types of Functions Power functions
Radical functions: Graph of f (x) = 3
p
x = x1/3
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
g(x) =
3
p
x
Domain = R
Range = R
Dr. Gabby (KNUST-Maths) Functions 26 / 51
Types of Functions Polynomial Functions
Polynomial Functions
Definition
Sum of monomials of different degrees is called a polynomial. If f is a polynomial, then
f (x) = a0 + a1x + a2x2
+···+ anxn
(2)
1 n is a non-negative integer called the degree;
2 an is a non-zero real number;
3 ai ’s are called the coefficients of the polynomial f .
Dr. Gabby (KNUST-Maths) Functions 27 / 51
Types of Functions Polynomial Functions
Polynomial Functions
Definition
Sum of monomials of different degrees is called a polynomial. If f is a polynomial, then
f (x) = a0 + a1x + a2x2
+···+ anxn
(2)
1 n is a non-negative integer called the degree;
2 an is a non-zero real number;
3 ai ’s are called the coefficients of the polynomial f .
Note
1 The domain of a polynomial function is R.
2 Polynomials of degree 1, 2 and 3 are called linear, quadratic and cubic functions
respectively.
Dr. Gabby (KNUST-Maths) Functions 27 / 51
Types of Functions Polynomial Functions
Polynomial Functions with 2 as highest power
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
f (x) = 1/2+ x2
,
Df = R,
R(f ) = [1/2,+∞)
Dr. Gabby (KNUST-Maths) Functions 28 / 51
Types of Functions Polynomial Functions
Polynomial Functions with 3 as highest power
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
g(x) = 1−2x −3x2
+2x3
Dg = R,
R(g) = R
Dr. Gabby (KNUST-Maths) Functions 29 / 51
Types of Functions Polynomial Functions
Polynomial Functions with 4 as highest power
−5 −4 −2 2 4
−3
−2
−1
1
2
3
0
h(x) = (x −1)(−x +3)2
(x),
Dh = R,
R(h) = [−1.6,+∞)
Dr. Gabby (KNUST-Maths) Functions 30 / 51
Types of Functions Rational Functions
Rational Functions
Definition
1 A rational function is a ratio f (x) = P(x)
Q(x) , where P and Q are polynomials.
2 The domain of f is Df =
©
x ∈ R | Q(x) ̸= 0
ª
.
Example
1 f (x) =
3x
x3 −1
2 f (x) =
3x3
− x6
2x2 − x +2
Dr. Gabby (KNUST-Maths) Functions 31 / 51
Types of Functions Rational Functions
Rational Functions
−5 −4 −3 −2 −1 1 3
2 4
−3
−2
−1
1
2
3
0
f (x) = x3
−2x
x2−1
,
Df = R−{−1,1},
R(f ) = R
Dr. Gabby (KNUST-Maths) Functions 32 / 51
Types of Functions Algebraic Functions
Algebraic functions
Definition
1 An algebraic function is a function that can be defined as the root of a polynomial
equation.
2 An algebraic function is constructed by taking sums, products, and quotient of
polynomials.
Dr. Gabby (KNUST-Maths) Functions 33 / 51
Types of Functions Algebraic Functions
Algebraic functions
Definition
1 An algebraic function is a function that can be defined as the root of a polynomial
equation.
2 An algebraic function is constructed by taking sums, products, and quotient of
polynomials.
Example
1)f (x) =
p
5−2x 2)f (x) =
p
x −
1
x −1
3)f (x) =
2− x
p
x −1−2
Dr. Gabby (KNUST-Maths) Functions 33 / 51
Types of Functions Algebraic Functions
Algebraic functions
−5 −4 −3 −2 −1 1 3
2 4
−3
−2
−1
1
2
3
0
f (x) =
p
x − 1
x−1 ,
Df = R+ −{1},
R(f ) = R
Dr. Gabby (KNUST-Maths) Functions 34 / 51
Types of Functions Transcendental Functions
Transcendental Functions
Definition
Transcendental functions are functions that are not algebraic.
Dr. Gabby (KNUST-Maths) Functions 35 / 51
Types of Functions Transcendental Functions
Transcendental Functions
Definition
Transcendental functions are functions that are not algebraic.
Transcendental functions can be expressed in algebra in terms of an infinite sequence.
Dr. Gabby (KNUST-Maths) Functions 35 / 51
Types of Functions Transcendental Functions
Transcendental Functions
Definition
Transcendental functions are functions that are not algebraic.
Transcendental functions can be expressed in algebra in terms of an infinite sequence.
Example
1 Exponential functions
2 Logarithmic functions
3 Trigonometric functions
4 Hyperbolic functions
5 Inverse of these functions
Dr. Gabby (KNUST-Maths) Functions 35 / 51
Types of Functions Transcendental Functions
Exponential Functions
Definition
The function f (x) = ax
, where a > 0 and a ̸= 1, is called exponential function with base a.
The domain of an exponential function is R and the range is (0,+∞)
Dr. Gabby (KNUST-Maths) Functions 36 / 51
Types of Functions Transcendental Functions
Exponential Functions
Definition
The function f (x) = ax
, where a > 0 and a ̸= 1, is called exponential function with base a.
The domain of an exponential function is R and the range is (0,+∞)
Example
1)
¡2
3
¢x
2) 2x
3) 3−x
4)
p
7
x
5) ex
6) e−x
.
Dr. Gabby (KNUST-Maths) Functions 36 / 51
Types of Functions Transcendental Functions
Exponential Functions
Definition
The function f (x) = ax
, where a > 0 and a ̸= 1, is called exponential function with base a.
The domain of an exponential function is R and the range is (0,+∞)
Example
1)
¡2
3
¢x
2) 2x
3) 3−x
4)
p
7
x
5) ex
6) e−x
.
Note
e is mathematical constant called the Euler number approximated as 2.71828
Dr. Gabby (KNUST-Maths) Functions 36 / 51
Types of Functions Transcendental Functions
Exponential Functions
−5 −4 −3 −2 −1 1 3
2 4
−1
1
2
3
4
5
0
ex
Types of Functions Transcendental Functions
Exponential Functions
−5 −4 −3 −2 −1 1 3
2 4
−1
1
2
3
4
5
0
ex
e−x
Dr. Gabby (KNUST-Maths) Functions 37 / 51
Types of Functions Transcendental Functions
Exponential Functions
−5 −4 −3 −2 −1 1 3
2 4
−1
1
2
3
4
5
0
2x
Types of Functions Transcendental Functions
Exponential Functions
−5 −4 −3 −2 −1 1 3
2 4
−1
1
2
3
4
5
0
2x
3−x
Types of Functions Transcendental Functions
Exponential Functions
−5 −4 −3 −2 −1 1 3
2 4
−1
1
2
3
4
5
0
2x
3−x
¡2
3
¢x
Dr. Gabby (KNUST-Maths) Functions 38 / 51
Types of Functions Transcendental Functions
Logarithmic Functions
Definition
The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base
a.
The domain of a logarithmic function is (0,+∞) and the range is R.
Dr. Gabby (KNUST-Maths) Functions 39 / 51
Types of Functions Transcendental Functions
Logarithmic Functions
Definition
The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base
a.
The domain of a logarithmic function is (0,+∞) and the range is R.
Example
1) log2
3
x 2) log2 x 3) log1/3 x 4) logp
7 x 5) loge x 6) log1/e x.
Dr. Gabby (KNUST-Maths) Functions 39 / 51
Types of Functions Transcendental Functions
Logarithmic Functions
Definition
The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base
a.
The domain of a logarithmic function is (0,+∞) and the range is R.
Example
1) log2
3
x 2) log2 x 3) log1/3 x 4) logp
7 x 5) loge x 6) log1/e x.
Natural log
This is the log to the base e and it also called ln. That is
loge = ln (3)
Dr. Gabby (KNUST-Maths) Functions 39 / 51
Types of Functions Transcendental Functions
Logarithmic Functions
−1 1 2 4 6 8 9
−3
−2
−1
1
2
3
0
loge x
Types of Functions Transcendental Functions
Logarithmic Functions
−1 1 2 4 6 8 9
−3
−2
−1
1
2
3
0
loge x
log1/e x
Dr. Gabby (KNUST-Maths) Functions 40 / 51
Types of Functions Transcendental Functions
Logarithmic Functions
−1 1 2 4 6 8 9
−3
−2
−1
1
2
3
0
log2 x
Types of Functions Transcendental Functions
Logarithmic Functions
−1 1 2 4 6 8 9
−3
−2
−1
1
2
3
0
log2 x
log1/3 x
Types of Functions Transcendental Functions
Logarithmic Functions
−1 1 2 4 6 8 9
−3
−2
−1
1
2
3
0
log2 x
log1/3 x
log2
3
x
Dr. Gabby (KNUST-Maths) Functions 41 / 51
Types of Functions Transcendental Functions
Trigonometric Functions
Definition
Trigonometric functions are also known as Circular Functions are functions of an angle of
a triangle. It means that the relationship between the angles and sides of a triangle are
given by these trigonometric functions. If x is an acute angle in a right triangle, then:
Dr. Gabby (KNUST-Maths) Functions 42 / 51
Types of Functions Transcendental Functions
Trigonometric Functions
Definition
Trigonometric functions are also known as Circular Functions are functions of an angle of
a triangle. It means that the relationship between the angles and sides of a triangle are
given by these trigonometric functions. If x is an acute angle in a right triangle, then:
Some Basic Trig function:
1 sin(x) =
opposite
hypotenuse
2 cos(x) =
ad j acent
hypotenuse
3 tan(x) =
opposite
ad j acent
4 csc(x) = 1
sin(x)
5 sec(x) = 1
cos(x)
6 cot(x) = 1
tan(x)
Dr. Gabby (KNUST-Maths) Functions 42 / 51
Types of Functions Transcendental Functions
Trigonometric Functions
Definition
Trigonometric functions are also known as Circular Functions are functions of an angle of
a triangle. It means that the relationship between the angles and sides of a triangle are
given by these trigonometric functions. If x is an acute angle in a right triangle, then:
Some Basic Trig function:
1 sin(x) =
opposite
hypotenuse
2 cos(x) =
ad j acent
hypotenuse
3 tan(x) =
opposite
ad j acent
4 csc(x) = 1
sin(x)
5 sec(x) = 1
cos(x)
6 cot(x) = 1
tan(x)
Some Trig Identities
1 cos2
x +sin2
x = 1
2 sec2
x −tan2
x = 1
3 csc2
x −cot2
x = 1
4 sin
¡
x ± y
¢
= sinx cos y ±cosx sin y
5 cos
¡
x ± y
¢
= cosx cos y ∓sinx sin y
6 tan
¡
x + y
¢
=
tanx +tan y
1+tanx tan y
Dr. Gabby (KNUST-Maths) Functions 42 / 51
Types of Functions Transcendental Functions
Trigonometric Functions: sin and csc
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
sinx
Types of Functions Transcendental Functions
Trigonometric Functions: sin and csc
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
sinx
cscx
Dr. Gabby (KNUST-Maths) Functions 43 / 51
Types of Functions Transcendental Functions
Trigonometric Functions: cos and sec
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
cosx
Types of Functions Transcendental Functions
Trigonometric Functions: cos and sec
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
cosx
secx
Dr. Gabby (KNUST-Maths) Functions 44 / 51
Types of Functions Transcendental Functions
Trigonometric Functions: tan and cot
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
tanx
Types of Functions Transcendental Functions
Trigonometric Functions: tan and cot
−5 −4 −3 −2 −1 1 2 3 4 5
−3
−2
−1
1
2
3
0
tanx
cotx
cotx
Dr. Gabby (KNUST-Maths) Functions 45 / 51
Types of Functions Transcendental Functions
Trigonometric Functions
Remarks
f (x) Domain Range
sin R [−1,1]
cos R [−1,1]
tan R−
©
...,−3π
2 ,−π
2 , π
2 , 3π
2 ,...
ª
R
sec R−
©
...,−3π
2 ,−π
2 , π
2 , 3π
2 ,...
ª
(−∞,−1)∪(1,+∞)
csc R−{...,−2π,−π,0,π,2π,...} (−∞,−1)∪(1,+∞)
cot R−{...,−2π,−π,0,π,2π,...} R
1 Dtan = Dsec = R−{ π/2+kπ | k ∈ Z}
2 Dcot = Dcsc = R−{ kπ | k ∈ Z}.
Dr. Gabby (KNUST-Maths) Functions 46 / 51
Types of Functions Transcendental Functions
Transcendental: Inverse Trigonometric Functions
There are the functions
1 f (x) = sin−1
x (also called arc sine or arcsin)
2 f (x) = cos−1
x (arc cosine or arccos)
3 f (x) = tan−1
x (arc tangent or arctan)
4 f (x) = csc−1
x (arc cosec)
5 f (x) = sec−1
x (arc secant)
6 f (x) = cot−1
x (arc cotangent)
Dr. Gabby (KNUST-Maths) Functions 47 / 51
Types of Functions Transcendental Functions
Transcendental: Inverse Trigonometric Functions
There are the functions
1 f (x) = sin−1
x (also called arc sine or arcsin)
2 f (x) = cos−1
x (arc cosine or arccos)
3 f (x) = tan−1
x (arc tangent or arctan)
4 f (x) = csc−1
x (arc cosec)
5 f (x) = sec−1
x (arc secant)
6 f (x) = cot−1
x (arc cotangent)
Note
1 y = sin−1
x ⇔ x = sin y
2 y = cos−1
x ⇔ x = cos y
Dr. Gabby (KNUST-Maths) Functions 47 / 51
Types of Functions Transcendental Functions
Transcendental: Hyperbolic and Inverse Hyperbolic Functions
These are functions defined in terms of the exponential functions
Hyperbolic
1 sinhx =
ex
−e−x
2
2 coshx =
ex
+e−x
2
3 tanhx =
sinhx
coshx
4 csch x =
1
sinhx
5 sech x =
1
cosh
6 cothx =
1
tanh
Dr. Gabby (KNUST-Maths) Functions 48 / 51
Types of Functions Transcendental Functions
Transcendental: Hyperbolic and Inverse Hyperbolic Functions
These are functions defined in terms of the exponential functions
Hyperbolic
1 sinhx =
ex
−e−x
2
2 coshx =
ex
+e−x
2
3 tanhx =
sinhx
coshx
4 csch x =
1
sinhx
5 sech x =
1
cosh
6 cothx =
1
tanh
Inverse Hyperbolic
1 sinh−1
x
2 cosh−1
x
3 tanh−1
x
4 csch−1
x
5 sech−1
x
6 coth−1
x
Dr. Gabby (KNUST-Maths) Functions 48 / 51
Types of Functions Transcendental Functions
Transcendental: Hyperbolic and Inverse Hyperbolic Functions
These are functions defined in terms of the exponential functions
Hyperbolic
1 sinhx =
ex
−e−x
2
2 coshx =
ex
+e−x
2
3 tanhx =
sinhx
coshx
4 csch x =
1
sinhx
5 sech x =
1
cosh
6 cothx =
1
tanh
Inverse Hyperbolic
1 sinh−1
x
2 cosh−1
x
3 tanh−1
x
4 csch−1
x
5 sech−1
x
6 coth−1
x
Some identities
1 cosh2
x −sinh2
x = 1
2 tanh2
x +sech2
x = 1
Dr. Gabby (KNUST-Maths) Functions 48 / 51
Types of Functions Transcendental Functions
Hyperbolic Functions
Identities
1 cosh2
x −sinh2
x = 1
2 tanh2
x +sech2
x = 1
3 sinh
¡
x + y
¢
= sinhx cosh y +coshx sinh y
4 cosh
¡
x + y
¢
= coshx cosh y +sinhx sinh y
Dr. Gabby (KNUST-Maths) Functions 49 / 51
Types of Functions Transcendental Functions
Exercise
1 Which of the following are not polynomial functions?
a. f (x) = 1 b. f (x) = x2
+ x−1
+1
c. f (x) = −2x3
+ x1/2
−1 d. f (x) = x4
p
5−π.
2 Find the range of the following polynomial functions:
a. f (x) = x2
+6 b. f (x) = −2x4
−6
c. f (x) = −2x3
+1 d. f (x) =
¯
¯−2x3
+1
¯
¯
e. f (x) = 3−4x,Df = (−2,8]
f . f (x) = (2x −1)2
+1,Df = (−∞,−1)∪(1,+∞).
3 Find the domain of:
1) f (x) = lnx, 2) f (x) = log5(1−3x),
3) f (x) = e
1
x+1
−x
, 4) f (x) = ex2
−1
+ln(|x|+1).
Dr. Gabby (KNUST-Maths) Functions 50 / 51
END OF LECTURE
THANK YOU
Dr. Gabby (KNUST-Maths) Functions 51 / 51

More Related Content

What's hot

Linear Systems - Domain & Range
Linear Systems - Domain & RangeLinear Systems - Domain & Range
Linear Systems - Domain & Rangeswartzje
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
Kartikey Rohila
 
Parent function and Transformation.ppt
Parent function and Transformation.pptParent function and Transformation.ppt
Parent function and Transformation.ppt
Richard Selasie Oteng
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
nszakir
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
Matthew Leingang
 
Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphsSujata Tapare
 
Partial Fractions Quadratic Term
Partial Fractions Quadratic TermPartial Fractions Quadratic Term
Partial Fractions Quadratic Term
acoach
 
Ppt sets and set operations
Ppt sets and set operationsPpt sets and set operations
Ppt sets and set operations
geckbanaag
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.ppsindu psthakur
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functions
Katrina Young
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
Awais Bakshy
 
Sets and relations
Sets and relationsSets and relations
Sets and relations
SURBHI SAROHA
 
Section 5.4 logarithmic functions
Section 5.4 logarithmic functions Section 5.4 logarithmic functions
Section 5.4 logarithmic functions
Wong Hsiung
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & FunctionsBitsy Griffin
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & Functions
J Edwards
 
Function transformations
Function transformationsFunction transformations
Function transformationsTerry Gastauer
 
Set theory
Set theory Set theory
Functions in mathematics
Functions in mathematicsFunctions in mathematics
Functions in mathematics
Burhanuddin Shabbir
 
Functions
FunctionsFunctions
Functions
Genny Phillips
 

What's hot (20)

Linear Systems - Domain & Range
Linear Systems - Domain & RangeLinear Systems - Domain & Range
Linear Systems - Domain & Range
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
 
Parent function and Transformation.ppt
Parent function and Transformation.pptParent function and Transformation.ppt
Parent function and Transformation.ppt
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphs
 
Partial Fractions Quadratic Term
Partial Fractions Quadratic TermPartial Fractions Quadratic Term
Partial Fractions Quadratic Term
 
Ppt sets and set operations
Ppt sets and set operationsPpt sets and set operations
Ppt sets and set operations
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.pps
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functions
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
 
Sets and relations
Sets and relationsSets and relations
Sets and relations
 
Section 5.4 logarithmic functions
Section 5.4 logarithmic functions Section 5.4 logarithmic functions
Section 5.4 logarithmic functions
 
Domain and range
Domain and rangeDomain and range
Domain and range
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & Functions
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & Functions
 
Function transformations
Function transformationsFunction transformations
Function transformations
 
Set theory
Set theory Set theory
Set theory
 
Functions in mathematics
Functions in mathematicsFunctions in mathematics
Functions in mathematics
 
Functions
FunctionsFunctions
Functions
 

Similar to 2. Functions I.pdf

3. Functions II.pdf
3. Functions II.pdf3. Functions II.pdf
Operations on function.pptx
Operations on function.pptxOperations on function.pptx
Operations on function.pptx
MaricelPereaBerana
 
Calculus 1 Lecture Notes (Functions and Their Graphs)
Calculus 1 Lecture Notes (Functions and Their Graphs)Calculus 1 Lecture Notes (Functions and Their Graphs)
Calculus 1 Lecture Notes (Functions and Their Graphs)
Mohammed Matar
 
5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.
Jan Plaza
 
Jan. 4 Function L1
Jan. 4 Function L1Jan. 4 Function L1
Jan. 4 Function L1RyanWatt
 
3.1 Functions and Function Notation
3.1 Functions and Function Notation3.1 Functions and Function Notation
3.1 Functions and Function Notation
smiller5
 
Inverse function
Inverse function Inverse function
Inverse function
RidhimaPangtey
 
Unit 1.2
Unit 1.2Unit 1.2
Unit 1.2
Mark Ryder
 
Math1000 section2.1
Math1000 section2.1Math1000 section2.1
Math1000 section2.1
StuartJones92
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
Nabeel Simair
 
Chapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.pptChapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.ppt
PhongLan30
 
Functions
FunctionsFunctions
Functions
Bhagwan Das
 
power point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptxpower point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptx
datumanongnormalah
 
Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1
FellowBuddy.com
 
R lecture co4_math 21-1
R lecture co4_math 21-1R lecture co4_math 21-1
R lecture co4_math 21-1
Trixia Kimberly Canapati
 
Lesson 2 - Functions and their Graphs - NOTES.ppt
Lesson 2 - Functions and their Graphs - NOTES.pptLesson 2 - Functions and their Graphs - NOTES.ppt
Lesson 2 - Functions and their Graphs - NOTES.ppt
JaysonMagalong
 
Functions and Relations
Functions and RelationsFunctions and Relations
Functions and Relations
Jailah13
 
Basic Calculus.docx
Basic Calculus.docxBasic Calculus.docx
Basic Calculus.docx
jericranoco
 
Lesson 3 Operation on Functions
Lesson 3 Operation on FunctionsLesson 3 Operation on Functions
Lesson 3 Operation on Functions
Shann Ashequielle Blasurca
 

Similar to 2. Functions I.pdf (20)

3. Functions II.pdf
3. Functions II.pdf3. Functions II.pdf
3. Functions II.pdf
 
.
..
.
 
Operations on function.pptx
Operations on function.pptxOperations on function.pptx
Operations on function.pptx
 
Calculus 1 Lecture Notes (Functions and Their Graphs)
Calculus 1 Lecture Notes (Functions and Their Graphs)Calculus 1 Lecture Notes (Functions and Their Graphs)
Calculus 1 Lecture Notes (Functions and Their Graphs)
 
5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.
 
Jan. 4 Function L1
Jan. 4 Function L1Jan. 4 Function L1
Jan. 4 Function L1
 
3.1 Functions and Function Notation
3.1 Functions and Function Notation3.1 Functions and Function Notation
3.1 Functions and Function Notation
 
Inverse function
Inverse function Inverse function
Inverse function
 
Unit 1.2
Unit 1.2Unit 1.2
Unit 1.2
 
Math1000 section2.1
Math1000 section2.1Math1000 section2.1
Math1000 section2.1
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
 
Chapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.pptChapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.ppt
 
Functions
FunctionsFunctions
Functions
 
power point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptxpower point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptx
 
Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1
 
R lecture co4_math 21-1
R lecture co4_math 21-1R lecture co4_math 21-1
R lecture co4_math 21-1
 
Lesson 2 - Functions and their Graphs - NOTES.ppt
Lesson 2 - Functions and their Graphs - NOTES.pptLesson 2 - Functions and their Graphs - NOTES.ppt
Lesson 2 - Functions and their Graphs - NOTES.ppt
 
Functions and Relations
Functions and RelationsFunctions and Relations
Functions and Relations
 
Basic Calculus.docx
Basic Calculus.docxBasic Calculus.docx
Basic Calculus.docx
 
Lesson 3 Operation on Functions
Lesson 3 Operation on FunctionsLesson 3 Operation on Functions
Lesson 3 Operation on Functions
 

More from Kwame Nkrumah University of Science and Technology

Matrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdfMatrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdf
Kwame Nkrumah University of Science and Technology
 
Matrices 1.pdf
Matrices 1.pdfMatrices 1.pdf
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
Vectors 1.pdf
Vectors 1.pdfVectors 1.pdf
Complex Numbers 2.pdf
Complex Numbers 2.pdfComplex Numbers 2.pdf
Complex Numbers 1.pdf
Complex Numbers 1.pdfComplex Numbers 1.pdf
Number Theory.pdf
Number Theory.pdfNumber Theory.pdf

More from Kwame Nkrumah University of Science and Technology (7)

Matrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdfMatrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdf
 
Matrices 1.pdf
Matrices 1.pdfMatrices 1.pdf
Matrices 1.pdf
 
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
Vectors 2.pdf
 
Vectors 1.pdf
Vectors 1.pdfVectors 1.pdf
Vectors 1.pdf
 
Complex Numbers 2.pdf
Complex Numbers 2.pdfComplex Numbers 2.pdf
Complex Numbers 2.pdf
 
Complex Numbers 1.pdf
Complex Numbers 1.pdfComplex Numbers 1.pdf
Complex Numbers 1.pdf
 
Number Theory.pdf
Number Theory.pdfNumber Theory.pdf
Number Theory.pdf
 

Recently uploaded

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 

Recently uploaded (20)

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 

2. Functions I.pdf

  • 1. FUNCTIONS I Dr. Gabriel Obed Fosu Department of Mathematics Kwame Nkrumah University of Science and Technology Google Scholar: https://scholar.google.com/citations?user=ZJfCMyQAAAAJ&hl=en&oi=ao ResearchGate ID: https://www.researchgate.net/profile/Gabriel_Fosu2 Dr. Gabby (KNUST-Maths) Functions 1 / 51
  • 2. Lecture Outline 1 Definitions 2 Types of Functions Constant, Step, and Piecewise functions Power functions Polynomial Functions Rational Functions Algebraic Functions Transcendental Functions Dr. Gabby (KNUST-Maths) Functions 2 / 51
  • 3. Definitions Outline of Presentation 1 Definitions 2 Types of Functions Constant, Step, and Piecewise functions Power functions Polynomial Functions Rational Functions Algebraic Functions Transcendental Functions Dr. Gabby (KNUST-Maths) Functions 3 / 51
  • 4. Definitions Definition 1 Functions are mostly used to describe dependence between quantities. 2 In general, a function is a map between two sets that assigns to each element in the first set a unique element in the second set. input output f X Y x y Dr. Gabby (KNUST-Maths) Functions 4 / 51
  • 5. Definitions Definition 1 Functions are mostly used to describe dependence between quantities. 2 In general, a function is a map between two sets that assigns to each element in the first set a unique element in the second set. input output f S R s h It could map a student to its height. Dr. Gabby (KNUST-Maths) Functions 4 / 51
  • 6. Definitions Definition 1 Functions are mostly used to describe dependence between quantities. 2 In general, a function is a map between two sets that assigns to each element in the first set a unique element in the second set. input output f P N p f (p) It could map a product to its price. Dr. Gabby (KNUST-Maths) Functions 4 / 51
  • 7. Definitions Definition 1 Functions are mostly used to describe dependence between quantities. 2 In general, a function is a map between two sets that assigns to each element in the first set a unique element in the second set. input output f P Name c n = f (c) It could map a country to its president. Dr. Gabby (KNUST-Maths) Functions 4 / 51
  • 8. Definitions Definition Definition 1 A real-valued function f assigns a unique real number y to each input x. 2 If the function f is defined from a set X to Y, then we write f : X → Y x 7→ y = f (x) The dependence could be described either by words, graphs, an equation or a tabulation. Dr. Gabby (KNUST-Maths) Functions 5 / 51
  • 9. Definitions Definition Definition 1 A real-valued function f assigns a unique real number y to each input x. 2 If the function f is defined from a set X to Y, then we write f : X → Y x 7→ y = f (x) The dependence could be described either by words, graphs, an equation or a tabulation. Remark 1 Uniqueness here means an input cannot yield more than one output i.e. x 7→ y1, y2 is not allowed. 2 However, two different inputs x1 and x2 can be assigned to the same output y. Dr. Gabby (KNUST-Maths) Functions 5 / 51
  • 10. Definitions Definition: If x → f → y Definition (Domain) The domain Df of a function f , is the set of all possible inputs where f is defined. Dr. Gabby (KNUST-Maths) Functions 6 / 51
  • 11. Definitions Definition: If x → f → y Definition (Domain) The domain Df of a function f , is the set of all possible inputs where f is defined. Definition (Codomain) Y, the set of all possible outputs, is called the codomain of f . Dr. Gabby (KNUST-Maths) Functions 6 / 51
  • 12. Definitions Definition: If x → f → y Definition (Domain) The domain Df of a function f , is the set of all possible inputs where f is defined. Definition (Codomain) Y, the set of all possible outputs, is called the codomain of f . Definition (Range) The set of all assigned outputs, f (X ) = © f (x) | x ∈ X ª , is called the range/image of f . Dr. Gabby (KNUST-Maths) Functions 6 / 51
  • 13. Definitions Definition: If x → f → y Definition (Domain) The domain Df of a function f , is the set of all possible inputs where f is defined. Definition (Codomain) Y, the set of all possible outputs, is called the codomain of f . Definition (Range) The set of all assigned outputs, f (X ) = © f (x) | x ∈ X ª , is called the range/image of f . Definition (Graph) The graph of the function y = f (x) is a pictorial representation of the function. It is the collection of the points (x, f (x)). It represents a curve in the Cartesian plane. Dr. Gabby (KNUST-Maths) Functions 6 / 51
  • 14. Definitions Composition of Functions 1 A composite function is generally a function that is written inside another function. 2 Composition of a function is done by substituting one function into another function. Example 1 f [g(x)] is the composite function of f (x) and g(x). 2 The composite function f [g(x)] is read as f of g of x. 3 The function g(x) is called an inner function and the function f (x) is called an outer function. 4 f [g(x)] ̸= g[f (x)] Dr. Gabby (KNUST-Maths) Functions 7 / 51
  • 15. Types of Functions Outline of Presentation 1 Definitions 2 Types of Functions Constant, Step, and Piecewise functions Power functions Polynomial Functions Rational Functions Algebraic Functions Transcendental Functions Dr. Gabby (KNUST-Maths) Functions 8 / 51
  • 16. Types of Functions Constant, Step, and Piecewise functions Constant functions f : R → R x 7→ c 1 Any real number x is assigned to the unique real number c: f is a function, but specifically, f is a constant function. Dr. Gabby (KNUST-Maths) Functions 9 / 51
  • 17. Types of Functions Constant, Step, and Piecewise functions Constant functions f : R → R x 7→ c 1 Any real number x is assigned to the unique real number c: f is a function, but specifically, f is a constant function. 2 This function is defined for all real numbers: Its domain is Df = R. Dr. Gabby (KNUST-Maths) Functions 9 / 51
  • 18. Types of Functions Constant, Step, and Piecewise functions Constant functions f : R → R x 7→ c 1 Any real number x is assigned to the unique real number c: f is a function, but specifically, f is a constant function. 2 This function is defined for all real numbers: Its domain is Df = R. 3 Its range is {c}. Dr. Gabby (KNUST-Maths) Functions 9 / 51
  • 19. Types of Functions Constant, Step, and Piecewise functions Constant functions f : R → R x 7→ c 1 Any real number x is assigned to the unique real number c: f is a function, but specifically, f is a constant function. 2 This function is defined for all real numbers: Its domain is Df = R. 3 Its range is {c}. 4 Its codomain is R. Dr. Gabby (KNUST-Maths) Functions 9 / 51
  • 20. Types of Functions Constant, Step, and Piecewise functions Constant function graph Definition A constant function is a function whose value is the same for every input value f : R → R x 7→ 1 −5 −4 −2 2 4 0 Dr. Gabby (KNUST-Maths) Functions 10 / 51
  • 21. Types of Functions Constant, Step, and Piecewise functions Step Function (or staircase function) Definition They are function that increases or decreases abruptly from one constant value to another. f : R → (−∞,10) x 7→ f (x) =        2 if x≤−4 1 if −4<x≤0 −1 if 0<x ≤ 2. Dr. Gabby (KNUST-Maths) Functions 11 / 51
  • 22. Types of Functions Constant, Step, and Piecewise functions Step Function (or staircase function) Definition They are function that increases or decreases abruptly from one constant value to another. f : R → (−∞,10) x 7→ f (x) =        2 if x≤−4 1 if −4<x≤0 −1 if 0<x ≤ 2. 1 Any number x is assigned to a unique real number: f is a function. Dr. Gabby (KNUST-Maths) Functions 11 / 51
  • 23. Types of Functions Constant, Step, and Piecewise functions Step Function (or staircase function) Definition They are function that increases or decreases abruptly from one constant value to another. f : R → (−∞,10) x 7→ f (x) =        2 if x≤−4 1 if −4<x≤0 −1 if 0<x ≤ 2. 1 Any number x is assigned to a unique real number: f is a function. 2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is Df = (−∞,−4]∪(−4,0](0,2] = (−∞,2]. Dr. Gabby (KNUST-Maths) Functions 11 / 51
  • 24. Types of Functions Constant, Step, and Piecewise functions Step Function (or staircase function) Definition They are function that increases or decreases abruptly from one constant value to another. f : R → (−∞,10) x 7→ f (x) =        2 if x≤−4 1 if −4<x≤0 −1 if 0<x ≤ 2. 1 Any number x is assigned to a unique real number: f is a function. 2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is Df = (−∞,−4]∪(−4,0](0,2] = (−∞,2]. 3 Its range is {−1,1,2} and its codomain is (−∞,10). Dr. Gabby (KNUST-Maths) Functions 11 / 51
  • 25. Types of Functions Constant, Step, and Piecewise functions Step Function graph f : R → (−∞,10) x 7→ f (x) =        2 if x≤−4 1 if −4<x≤0 −1 if 0<x ≤ 2. −5 −4 −2 2 4 −2 2 3 0 Dr. Gabby (KNUST-Maths) Functions 12 / 51
  • 26. Types of Functions Constant, Step, and Piecewise functions Example of Non Step Function Consider the following relation g : R → R x 7→ g(x) =        2 if x≤−4 1 if −4≤x≤0 −1 if 0<x ≤ 2. Dr. Gabby (KNUST-Maths) Functions 13 / 51
  • 27. Types of Functions Constant, Step, and Piecewise functions Example of Non Step Function Consider the following relation g : R → R x 7→ g(x) =        2 if x≤−4 1 if −4≤x≤0 −1 if 0<x ≤ 2. 1 g assigns two values to x0 = −4. Dr. Gabby (KNUST-Maths) Functions 13 / 51
  • 28. Types of Functions Constant, Step, and Piecewise functions Example of Non Step Function Consider the following relation g : R → R x 7→ g(x) =        2 if x≤−4 1 if −4≤x≤0 −1 if 0<x ≤ 2. 1 g assigns two values to x0 = −4. 2 That is g(−4) = {1,2}. Dr. Gabby (KNUST-Maths) Functions 13 / 51
  • 29. Types of Functions Constant, Step, and Piecewise functions Example of Non Step Function Consider the following relation g : R → R x 7→ g(x) =        2 if x≤−4 1 if −4≤x≤0 −1 if 0<x ≤ 2. 1 g assigns two values to x0 = −4. 2 That is g(−4) = {1,2}. 3 Thus, g is NOT a function. Dr. Gabby (KNUST-Maths) Functions 13 / 51
  • 30. Types of Functions Constant, Step, and Piecewise functions Piecewise functions Definition Piecewise functions are defined by different functions for different intervals of the domain. f : R → R x 7→ f (x) = ( −x +2 if x ≥ 0 2x +2 if x < 0. 1 f is a piecewise function. Dr. Gabby (KNUST-Maths) Functions 14 / 51
  • 31. Types of Functions Constant, Step, and Piecewise functions Piecewise functions Definition Piecewise functions are defined by different functions for different intervals of the domain. f : R → R x 7→ f (x) = ( −x +2 if x ≥ 0 2x +2 if x < 0. 1 f is a piecewise function. 2 Df = [0,+∞)∪(−∞,0) = (−∞,∞) = R. Dr. Gabby (KNUST-Maths) Functions 14 / 51
  • 32. Types of Functions Constant, Step, and Piecewise functions Piecewise functions Definition Piecewise functions are defined by different functions for different intervals of the domain. f : R → R x 7→ f (x) = ( −x +2 if x ≥ 0 2x +2 if x < 0. 1 f is a piecewise function. 2 Df = [0,+∞)∪(−∞,0) = (−∞,∞) = R. 3 Its range is I = { −x +2 | x ≥ 0}∪{ 2x +2 | x < 0}. x ≥ 0 =⇒ −x ≤ 0 =⇒ −x +2 ≤ 2. x < 0 =⇒ 2x +2 < 2. Therefore, I = (−∞,2]∪(−∞,2) = (−∞,2]. Dr. Gabby (KNUST-Maths) Functions 14 / 51
  • 33. Types of Functions Constant, Step, and Piecewise functions Piecewise functions graph f : R → R x 7→ f (x) = ( −x +2 if x ≥ 0 2x +2 if x < 0. −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Dr. Gabby (KNUST-Maths) Functions 15 / 51
  • 34. Types of Functions Power functions Power Functions Definition Power functions are functions of the form of f (x) = axp (1) where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}). Dr. Gabby (KNUST-Maths) Functions 16 / 51
  • 35. Types of Functions Power functions Power Functions Definition Power functions are functions of the form of f (x) = axp (1) where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}). Some examples of Power Functions 1 Monomial Functions are power function with positive power, that is p ∈ Z+ Dr. Gabby (KNUST-Maths) Functions 16 / 51
  • 36. Types of Functions Power functions Power Functions Definition Power functions are functions of the form of f (x) = axp (1) where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}). Some examples of Power Functions 1 Monomial Functions are power function with positive power, that is p ∈ Z+ 2 Reciprocal Functions are power function with negative power, that is p ∈ Z− Dr. Gabby (KNUST-Maths) Functions 16 / 51
  • 37. Types of Functions Power functions Power Functions Definition Power functions are functions of the form of f (x) = axp (1) where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R−{0}). Some examples of Power Functions 1 Monomial Functions are power function with positive power, that is p ∈ Z+ 2 Reciprocal Functions are power function with negative power, that is p ∈ Z− 3 Radical Functions are power functions where the degree p is of the form 1 n and n ∈ N Dr. Gabby (KNUST-Maths) Functions 16 / 51
  • 38. Types of Functions Power functions Power Functions Example f (x) Domain Range f (x) Domain Range x2n R R+ 2n p x R+ R+ x2n+1 R R 2n+1 p x R R 1 x2n R−{0} R+ −{0} 1 2n p x R+ −{0} R+ −{0} 1 x2n+1 R−{0} R−{0} 1 2n+1 p x R−{0} R−{0} n ∈ Z+, R−{0} = (−∞,0)∪(0,+∞), R+ = [0,+∞), R+ −{0} = (0,+∞) Dr. Gabby (KNUST-Maths) Functions 17 / 51
  • 39. Types of Functions Power functions Monomials: Graph of f (x) = 1 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R Range = {1} f (x) = 1 Dr. Gabby (KNUST-Maths) Functions 18 / 51
  • 40. Types of Functions Power functions Monomials: Graph of f (x) = x −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R Range = R f (x) = x Dr. Gabby (KNUST-Maths) Functions 19 / 51
  • 41. Types of Functions Power functions Monomials: Graph of f (x) = x2 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R Range = R+ f (x) = x2 Dr. Gabby (KNUST-Maths) Functions 20 / 51
  • 42. Types of Functions Power functions Monomials: Graph of f (x) = x3 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R Range = R f (x) = x3 Dr. Gabby (KNUST-Maths) Functions 21 / 51
  • 43. Types of Functions Power functions Reciprocal functions: Graph of f (x) = x−1 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R−{0} Range = R−{0} f (x) = x−1 Dr. Gabby (KNUST-Maths) Functions 22 / 51
  • 44. Types of Functions Power functions Reciprocal functions: Graph of f (x) = x−2 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R−{0} Range = R+ −{0} f (x) = x−2 Dr. Gabby (KNUST-Maths) Functions 23 / 51
  • 45. Types of Functions Power functions Reciprocal functions: Graph of f (x) = x−3 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 Domain = R−{0} Range = R−{0} f (x) = x−3 Dr. Gabby (KNUST-Maths) Functions 24 / 51
  • 46. Types of Functions Power functions Radical functions: Graph of f (x) = p x = x1/2 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 f (x) = p x Domain = R+ Range = R+ Dr. Gabby (KNUST-Maths) Functions 25 / 51
  • 47. Types of Functions Power functions Radical functions: Graph of f (x) = 3 p x = x1/3 −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 g(x) = 3 p x Domain = R Range = R Dr. Gabby (KNUST-Maths) Functions 26 / 51
  • 48. Types of Functions Polynomial Functions Polynomial Functions Definition Sum of monomials of different degrees is called a polynomial. If f is a polynomial, then f (x) = a0 + a1x + a2x2 +···+ anxn (2) 1 n is a non-negative integer called the degree; 2 an is a non-zero real number; 3 ai ’s are called the coefficients of the polynomial f . Dr. Gabby (KNUST-Maths) Functions 27 / 51
  • 49. Types of Functions Polynomial Functions Polynomial Functions Definition Sum of monomials of different degrees is called a polynomial. If f is a polynomial, then f (x) = a0 + a1x + a2x2 +···+ anxn (2) 1 n is a non-negative integer called the degree; 2 an is a non-zero real number; 3 ai ’s are called the coefficients of the polynomial f . Note 1 The domain of a polynomial function is R. 2 Polynomials of degree 1, 2 and 3 are called linear, quadratic and cubic functions respectively. Dr. Gabby (KNUST-Maths) Functions 27 / 51
  • 50. Types of Functions Polynomial Functions Polynomial Functions with 2 as highest power −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 f (x) = 1/2+ x2 , Df = R, R(f ) = [1/2,+∞) Dr. Gabby (KNUST-Maths) Functions 28 / 51
  • 51. Types of Functions Polynomial Functions Polynomial Functions with 3 as highest power −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 g(x) = 1−2x −3x2 +2x3 Dg = R, R(g) = R Dr. Gabby (KNUST-Maths) Functions 29 / 51
  • 52. Types of Functions Polynomial Functions Polynomial Functions with 4 as highest power −5 −4 −2 2 4 −3 −2 −1 1 2 3 0 h(x) = (x −1)(−x +3)2 (x), Dh = R, R(h) = [−1.6,+∞) Dr. Gabby (KNUST-Maths) Functions 30 / 51
  • 53. Types of Functions Rational Functions Rational Functions Definition 1 A rational function is a ratio f (x) = P(x) Q(x) , where P and Q are polynomials. 2 The domain of f is Df = © x ∈ R | Q(x) ̸= 0 ª . Example 1 f (x) = 3x x3 −1 2 f (x) = 3x3 − x6 2x2 − x +2 Dr. Gabby (KNUST-Maths) Functions 31 / 51
  • 54. Types of Functions Rational Functions Rational Functions −5 −4 −3 −2 −1 1 3 2 4 −3 −2 −1 1 2 3 0 f (x) = x3 −2x x2−1 , Df = R−{−1,1}, R(f ) = R Dr. Gabby (KNUST-Maths) Functions 32 / 51
  • 55. Types of Functions Algebraic Functions Algebraic functions Definition 1 An algebraic function is a function that can be defined as the root of a polynomial equation. 2 An algebraic function is constructed by taking sums, products, and quotient of polynomials. Dr. Gabby (KNUST-Maths) Functions 33 / 51
  • 56. Types of Functions Algebraic Functions Algebraic functions Definition 1 An algebraic function is a function that can be defined as the root of a polynomial equation. 2 An algebraic function is constructed by taking sums, products, and quotient of polynomials. Example 1)f (x) = p 5−2x 2)f (x) = p x − 1 x −1 3)f (x) = 2− x p x −1−2 Dr. Gabby (KNUST-Maths) Functions 33 / 51
  • 57. Types of Functions Algebraic Functions Algebraic functions −5 −4 −3 −2 −1 1 3 2 4 −3 −2 −1 1 2 3 0 f (x) = p x − 1 x−1 , Df = R+ −{1}, R(f ) = R Dr. Gabby (KNUST-Maths) Functions 34 / 51
  • 58. Types of Functions Transcendental Functions Transcendental Functions Definition Transcendental functions are functions that are not algebraic. Dr. Gabby (KNUST-Maths) Functions 35 / 51
  • 59. Types of Functions Transcendental Functions Transcendental Functions Definition Transcendental functions are functions that are not algebraic. Transcendental functions can be expressed in algebra in terms of an infinite sequence. Dr. Gabby (KNUST-Maths) Functions 35 / 51
  • 60. Types of Functions Transcendental Functions Transcendental Functions Definition Transcendental functions are functions that are not algebraic. Transcendental functions can be expressed in algebra in terms of an infinite sequence. Example 1 Exponential functions 2 Logarithmic functions 3 Trigonometric functions 4 Hyperbolic functions 5 Inverse of these functions Dr. Gabby (KNUST-Maths) Functions 35 / 51
  • 61. Types of Functions Transcendental Functions Exponential Functions Definition The function f (x) = ax , where a > 0 and a ̸= 1, is called exponential function with base a. The domain of an exponential function is R and the range is (0,+∞) Dr. Gabby (KNUST-Maths) Functions 36 / 51
  • 62. Types of Functions Transcendental Functions Exponential Functions Definition The function f (x) = ax , where a > 0 and a ̸= 1, is called exponential function with base a. The domain of an exponential function is R and the range is (0,+∞) Example 1) ¡2 3 ¢x 2) 2x 3) 3−x 4) p 7 x 5) ex 6) e−x . Dr. Gabby (KNUST-Maths) Functions 36 / 51
  • 63. Types of Functions Transcendental Functions Exponential Functions Definition The function f (x) = ax , where a > 0 and a ̸= 1, is called exponential function with base a. The domain of an exponential function is R and the range is (0,+∞) Example 1) ¡2 3 ¢x 2) 2x 3) 3−x 4) p 7 x 5) ex 6) e−x . Note e is mathematical constant called the Euler number approximated as 2.71828 Dr. Gabby (KNUST-Maths) Functions 36 / 51
  • 64. Types of Functions Transcendental Functions Exponential Functions −5 −4 −3 −2 −1 1 3 2 4 −1 1 2 3 4 5 0 ex
  • 65. Types of Functions Transcendental Functions Exponential Functions −5 −4 −3 −2 −1 1 3 2 4 −1 1 2 3 4 5 0 ex e−x Dr. Gabby (KNUST-Maths) Functions 37 / 51
  • 66. Types of Functions Transcendental Functions Exponential Functions −5 −4 −3 −2 −1 1 3 2 4 −1 1 2 3 4 5 0 2x
  • 67. Types of Functions Transcendental Functions Exponential Functions −5 −4 −3 −2 −1 1 3 2 4 −1 1 2 3 4 5 0 2x 3−x
  • 68. Types of Functions Transcendental Functions Exponential Functions −5 −4 −3 −2 −1 1 3 2 4 −1 1 2 3 4 5 0 2x 3−x ¡2 3 ¢x Dr. Gabby (KNUST-Maths) Functions 38 / 51
  • 69. Types of Functions Transcendental Functions Logarithmic Functions Definition The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base a. The domain of a logarithmic function is (0,+∞) and the range is R. Dr. Gabby (KNUST-Maths) Functions 39 / 51
  • 70. Types of Functions Transcendental Functions Logarithmic Functions Definition The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base a. The domain of a logarithmic function is (0,+∞) and the range is R. Example 1) log2 3 x 2) log2 x 3) log1/3 x 4) logp 7 x 5) loge x 6) log1/e x. Dr. Gabby (KNUST-Maths) Functions 39 / 51
  • 71. Types of Functions Transcendental Functions Logarithmic Functions Definition The function f (x) = loga(x), where a > 0 and a ̸= 1, is called logarithmic function with base a. The domain of a logarithmic function is (0,+∞) and the range is R. Example 1) log2 3 x 2) log2 x 3) log1/3 x 4) logp 7 x 5) loge x 6) log1/e x. Natural log This is the log to the base e and it also called ln. That is loge = ln (3) Dr. Gabby (KNUST-Maths) Functions 39 / 51
  • 72. Types of Functions Transcendental Functions Logarithmic Functions −1 1 2 4 6 8 9 −3 −2 −1 1 2 3 0 loge x
  • 73. Types of Functions Transcendental Functions Logarithmic Functions −1 1 2 4 6 8 9 −3 −2 −1 1 2 3 0 loge x log1/e x Dr. Gabby (KNUST-Maths) Functions 40 / 51
  • 74. Types of Functions Transcendental Functions Logarithmic Functions −1 1 2 4 6 8 9 −3 −2 −1 1 2 3 0 log2 x
  • 75. Types of Functions Transcendental Functions Logarithmic Functions −1 1 2 4 6 8 9 −3 −2 −1 1 2 3 0 log2 x log1/3 x
  • 76. Types of Functions Transcendental Functions Logarithmic Functions −1 1 2 4 6 8 9 −3 −2 −1 1 2 3 0 log2 x log1/3 x log2 3 x Dr. Gabby (KNUST-Maths) Functions 41 / 51
  • 77. Types of Functions Transcendental Functions Trigonometric Functions Definition Trigonometric functions are also known as Circular Functions are functions of an angle of a triangle. It means that the relationship between the angles and sides of a triangle are given by these trigonometric functions. If x is an acute angle in a right triangle, then: Dr. Gabby (KNUST-Maths) Functions 42 / 51
  • 78. Types of Functions Transcendental Functions Trigonometric Functions Definition Trigonometric functions are also known as Circular Functions are functions of an angle of a triangle. It means that the relationship between the angles and sides of a triangle are given by these trigonometric functions. If x is an acute angle in a right triangle, then: Some Basic Trig function: 1 sin(x) = opposite hypotenuse 2 cos(x) = ad j acent hypotenuse 3 tan(x) = opposite ad j acent 4 csc(x) = 1 sin(x) 5 sec(x) = 1 cos(x) 6 cot(x) = 1 tan(x) Dr. Gabby (KNUST-Maths) Functions 42 / 51
  • 79. Types of Functions Transcendental Functions Trigonometric Functions Definition Trigonometric functions are also known as Circular Functions are functions of an angle of a triangle. It means that the relationship between the angles and sides of a triangle are given by these trigonometric functions. If x is an acute angle in a right triangle, then: Some Basic Trig function: 1 sin(x) = opposite hypotenuse 2 cos(x) = ad j acent hypotenuse 3 tan(x) = opposite ad j acent 4 csc(x) = 1 sin(x) 5 sec(x) = 1 cos(x) 6 cot(x) = 1 tan(x) Some Trig Identities 1 cos2 x +sin2 x = 1 2 sec2 x −tan2 x = 1 3 csc2 x −cot2 x = 1 4 sin ¡ x ± y ¢ = sinx cos y ±cosx sin y 5 cos ¡ x ± y ¢ = cosx cos y ∓sinx sin y 6 tan ¡ x + y ¢ = tanx +tan y 1+tanx tan y Dr. Gabby (KNUST-Maths) Functions 42 / 51
  • 80. Types of Functions Transcendental Functions Trigonometric Functions: sin and csc −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 sinx
  • 81. Types of Functions Transcendental Functions Trigonometric Functions: sin and csc −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 sinx cscx Dr. Gabby (KNUST-Maths) Functions 43 / 51
  • 82. Types of Functions Transcendental Functions Trigonometric Functions: cos and sec −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 cosx
  • 83. Types of Functions Transcendental Functions Trigonometric Functions: cos and sec −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 cosx secx Dr. Gabby (KNUST-Maths) Functions 44 / 51
  • 84. Types of Functions Transcendental Functions Trigonometric Functions: tan and cot −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 tanx
  • 85. Types of Functions Transcendental Functions Trigonometric Functions: tan and cot −5 −4 −3 −2 −1 1 2 3 4 5 −3 −2 −1 1 2 3 0 tanx cotx cotx Dr. Gabby (KNUST-Maths) Functions 45 / 51
  • 86. Types of Functions Transcendental Functions Trigonometric Functions Remarks f (x) Domain Range sin R [−1,1] cos R [−1,1] tan R− © ...,−3π 2 ,−π 2 , π 2 , 3π 2 ,... ª R sec R− © ...,−3π 2 ,−π 2 , π 2 , 3π 2 ,... ª (−∞,−1)∪(1,+∞) csc R−{...,−2π,−π,0,π,2π,...} (−∞,−1)∪(1,+∞) cot R−{...,−2π,−π,0,π,2π,...} R 1 Dtan = Dsec = R−{ π/2+kπ | k ∈ Z} 2 Dcot = Dcsc = R−{ kπ | k ∈ Z}. Dr. Gabby (KNUST-Maths) Functions 46 / 51
  • 87. Types of Functions Transcendental Functions Transcendental: Inverse Trigonometric Functions There are the functions 1 f (x) = sin−1 x (also called arc sine or arcsin) 2 f (x) = cos−1 x (arc cosine or arccos) 3 f (x) = tan−1 x (arc tangent or arctan) 4 f (x) = csc−1 x (arc cosec) 5 f (x) = sec−1 x (arc secant) 6 f (x) = cot−1 x (arc cotangent) Dr. Gabby (KNUST-Maths) Functions 47 / 51
  • 88. Types of Functions Transcendental Functions Transcendental: Inverse Trigonometric Functions There are the functions 1 f (x) = sin−1 x (also called arc sine or arcsin) 2 f (x) = cos−1 x (arc cosine or arccos) 3 f (x) = tan−1 x (arc tangent or arctan) 4 f (x) = csc−1 x (arc cosec) 5 f (x) = sec−1 x (arc secant) 6 f (x) = cot−1 x (arc cotangent) Note 1 y = sin−1 x ⇔ x = sin y 2 y = cos−1 x ⇔ x = cos y Dr. Gabby (KNUST-Maths) Functions 47 / 51
  • 89. Types of Functions Transcendental Functions Transcendental: Hyperbolic and Inverse Hyperbolic Functions These are functions defined in terms of the exponential functions Hyperbolic 1 sinhx = ex −e−x 2 2 coshx = ex +e−x 2 3 tanhx = sinhx coshx 4 csch x = 1 sinhx 5 sech x = 1 cosh 6 cothx = 1 tanh Dr. Gabby (KNUST-Maths) Functions 48 / 51
  • 90. Types of Functions Transcendental Functions Transcendental: Hyperbolic and Inverse Hyperbolic Functions These are functions defined in terms of the exponential functions Hyperbolic 1 sinhx = ex −e−x 2 2 coshx = ex +e−x 2 3 tanhx = sinhx coshx 4 csch x = 1 sinhx 5 sech x = 1 cosh 6 cothx = 1 tanh Inverse Hyperbolic 1 sinh−1 x 2 cosh−1 x 3 tanh−1 x 4 csch−1 x 5 sech−1 x 6 coth−1 x Dr. Gabby (KNUST-Maths) Functions 48 / 51
  • 91. Types of Functions Transcendental Functions Transcendental: Hyperbolic and Inverse Hyperbolic Functions These are functions defined in terms of the exponential functions Hyperbolic 1 sinhx = ex −e−x 2 2 coshx = ex +e−x 2 3 tanhx = sinhx coshx 4 csch x = 1 sinhx 5 sech x = 1 cosh 6 cothx = 1 tanh Inverse Hyperbolic 1 sinh−1 x 2 cosh−1 x 3 tanh−1 x 4 csch−1 x 5 sech−1 x 6 coth−1 x Some identities 1 cosh2 x −sinh2 x = 1 2 tanh2 x +sech2 x = 1 Dr. Gabby (KNUST-Maths) Functions 48 / 51
  • 92. Types of Functions Transcendental Functions Hyperbolic Functions Identities 1 cosh2 x −sinh2 x = 1 2 tanh2 x +sech2 x = 1 3 sinh ¡ x + y ¢ = sinhx cosh y +coshx sinh y 4 cosh ¡ x + y ¢ = coshx cosh y +sinhx sinh y Dr. Gabby (KNUST-Maths) Functions 49 / 51
  • 93. Types of Functions Transcendental Functions Exercise 1 Which of the following are not polynomial functions? a. f (x) = 1 b. f (x) = x2 + x−1 +1 c. f (x) = −2x3 + x1/2 −1 d. f (x) = x4 p 5−π. 2 Find the range of the following polynomial functions: a. f (x) = x2 +6 b. f (x) = −2x4 −6 c. f (x) = −2x3 +1 d. f (x) = ¯ ¯−2x3 +1 ¯ ¯ e. f (x) = 3−4x,Df = (−2,8] f . f (x) = (2x −1)2 +1,Df = (−∞,−1)∪(1,+∞). 3 Find the domain of: 1) f (x) = lnx, 2) f (x) = log5(1−3x), 3) f (x) = e 1 x+1 −x , 4) f (x) = ex2 −1 +ln(|x|+1). Dr. Gabby (KNUST-Maths) Functions 50 / 51
  • 94. END OF LECTURE THANK YOU Dr. Gabby (KNUST-Maths) Functions 51 / 51