0% found this document useful (0 votes)
5 views

3.1 Functions

Uploaded by

gadupoku32
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

3.1 Functions

Uploaded by

gadupoku32
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 134

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 / 60


Lecture Outline
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 2 / 60
Introduction

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 3 / 60
Introduction

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.

X Y

x input output y
f

Dr. Gabby (KNUST-Maths) Functions 4 / 60


Introduction

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.

S R

s input output h
f

It could map a student to its height.

Dr. Gabby (KNUST-Maths) Functions 4 / 60


Introduction

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.

P N

p input output f (p)


f

It could map a product to its price.

Dr. Gabby (KNUST-Maths) Functions 4 / 60


Introduction

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.

P Name

c input output n = f (c)


f

It could map a country to its president.

Dr. Gabby (KNUST-Maths) Functions 4 / 60


Introduction

Definition

Definition
1 A real-valued function f assigns a unique real number y to each input x.

Dr. Gabby (KNUST-Maths) Functions 5 / 60


Introduction

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)

Dr. Gabby (KNUST-Maths) Functions 5 / 60


Introduction

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)

Dr. Gabby (KNUST-Maths) Functions 5 / 60


Introduction

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 / 60


Introduction

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→ y 1 , y 2 is
not allowed.

Dr. Gabby (KNUST-Maths) Functions 5 / 60


Introduction

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→ y 1 , y 2 is
not allowed.
2 However, two different inputs x 1 and x 2 can be assigned to the same output y.

Dr. Gabby (KNUST-Maths) Functions 5 / 60


Introduction

Definition: If x → f → y
Definition (Domain)
The domain D f of a function f , is the set of all possible inputs where f is defined.

Dr. Gabby (KNUST-Maths) Functions 6 / 60


Introduction

Definition: If x → f → y
Definition (Domain)
The domain D f 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 / 60


Introduction

Definition: If x → f → y
Definition (Domain)
The domain D f 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 / 60


Introduction

Definition: If x → f → y
Definition (Domain)
The domain D f 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 / 60
Constant, Step, and Piecewise functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 7 / 60
Constant, Step, and Piecewise functions Constant Function

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 8 / 60


Constant, Step, and Piecewise functions Constant Function

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 D f = R.

Dr. Gabby (KNUST-Maths) Functions 8 / 60


Constant, Step, and Piecewise functions Constant Function

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 D f = R.

3 Its range is {c} .

Dr. Gabby (KNUST-Maths) Functions 8 / 60


Constant, Step, and Piecewise functions Constant Function

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 D f = R.

3 Its range is {c} .

4 Its codomain is R.

Dr. Gabby (KNUST-Maths) Functions 8 / 60


Constant, Step, and Piecewise functions Constant Function

Constant function graph

f: R → R
x 7 → 1

−5 −4 −2 0 2 4

Dr. Gabby (KNUST-Maths) Functions 9 / 60


Constant, Step, and Piecewise functions Step Function

Step Function (or staircase function)


They are function that increases or decreases abruptly from one constant value to
another.

f: R → (−∞, 10)

2

 if x≤ − 4
x 7→ f (x) = 1 if − 4<x≤0


−1 if 0<x ≤ 2.

Dr. Gabby (KNUST-Maths) Functions 10 / 60


Constant, Step, and Piecewise functions Step Function

Step Function (or staircase function)


They are function that increases or decreases abruptly from one constant value to
another.

f: R → (−∞, 10)

2

 if x≤ − 4
x 7→ f (x) = 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.


Moreover, f is called a step function.

Dr. Gabby (KNUST-Maths) Functions 10 / 60


Constant, Step, and Piecewise functions Step Function

Step Function (or staircase function)


They are function that increases or decreases abruptly from one constant value to
another.

f: R → (−∞, 10)

2

 if x≤ − 4
x 7→ f (x) = 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.


Moreover, f is called a step function.
2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is
D f = (−∞, −4] ∪ (−4, 0](0, 2] = (−∞, 2].

Dr. Gabby (KNUST-Maths) Functions 10 / 60


Constant, Step, and Piecewise functions Step Function

Step Function (or staircase function)


They are function that increases or decreases abruptly from one constant value to
another.

f: R → (−∞, 10)

2

 if x≤ − 4
x 7→ f (x) = 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.


Moreover, f is called a step function.
2 This function is defined for all real numbers x ≤ −4 or −4 < x ≤ 0 or 0 < x ≤ 2. That is
D f = (−∞, −4] ∪ (−4, 0](0, 2] = (−∞, 2].
3 Its range is {−1, 1, 2} and its codomain is (−∞, 10).
Dr. Gabby (KNUST-Maths) Functions 10 / 60
Constant, Step, and Piecewise functions Step Function

Step Function graph


f: R → (−∞, 10)

2

 if x≤ − 4
x 7→ f (x) = 1 if − 4<x≤0


−1 if 0<x ≤ 2.
3

−5 −4 −2 0 2 4

Dr. Gabby (KNUST-Maths) −2 Functions 11 / 60


Constant, Step, and Piecewise functions Step Function

Example of Non Step Function

Consider the following relation


g: R → R 
2

 if x≤ − 4
x 7→ g (x) = 1 if − 4≤x≤0


−1 if 0<x ≤ 2.

Dr. Gabby (KNUST-Maths) Functions 12 / 60


Constant, Step, and Piecewise functions Step Function

Example of Non Step Function

Consider the following relation


g: R → R 
2

 if x≤ − 4
x 7→ g (x) = 1 if − 4≤x≤0


−1 if 0<x ≤ 2.

1 g assigns two values to x 0 = −4.

Dr. Gabby (KNUST-Maths) Functions 12 / 60


Constant, Step, and Piecewise functions Step Function

Example of Non Step Function

Consider the following relation


g: R → R 
2

 if x≤ − 4
x 7→ g (x) = 1 if − 4≤x≤0


−1 if 0<x ≤ 2.

1 g assigns two values to x 0 = −4.


2 That is g (−4) = {1, 2} .

Dr. Gabby (KNUST-Maths) Functions 12 / 60


Constant, Step, and Piecewise functions Step Function

Example of Non Step Function

Consider the following relation


g: R → R 
2

 if x≤ − 4
x 7→ g (x) = 1 if − 4≤x≤0


−1 if 0<x ≤ 2.

1 g assigns two values to x 0 = −4.


2 That is g (−4) = {1, 2} .

3 Thus, g is NOT a function.

Dr. Gabby (KNUST-Maths) Functions 12 / 60


Constant, Step, and Piecewise functions Piecewise Functions

Piecewise functions
Piecewise functions are defined by different functions for different intervals of the domain.

f: R → R
(
−x + 2 if x ≥ 0
x 7→ f (x) =
2x + 2 if x < 0.

1 f is a piecewise function.

Dr. Gabby (KNUST-Maths) Functions 13 / 60


Constant, Step, and Piecewise functions Piecewise Functions

Piecewise functions
Piecewise functions are defined by different functions for different intervals of the domain.

f: R → R
(
−x + 2 if x ≥ 0
x 7→ f (x) =
2x + 2 if x < 0.

1 f is a piecewise function.

2 D f = [0, +∞) ∪ (−∞, 0) = (−∞, ∞) = R.

Dr. Gabby (KNUST-Maths) Functions 13 / 60


Constant, Step, and Piecewise functions Piecewise Functions

Piecewise functions
Piecewise functions are defined by different functions for different intervals of the domain.

f: R → R
(
−x + 2 if x ≥ 0
x 7→ f (x) =
2x + 2 if x < 0.

1 f is a piecewise function.

2 D f = [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 13 / 60
Constant, Step, and Piecewise functions Piecewise Functions

Piecewise functions graph


f: R → R
( 3
−x + 2 if x ≥ 0
x 7→ f (x) =
2x + 2 if x < 0. 2

−5 −4 −2 0 2 4

−1

−2

−3
Dr. Gabby (KNUST-Maths) Functions 14 / 60
Power functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 15 / 60
Power functions

Power functions
Definition
Power functions are functions of the form of
f (x) = ax p (1)
where p is any real number (p ∈ R) and a is a non-zero real number, that is (a ∈ R − {0}).

Example
f (x) Domain Range f (x) Domain Range
2n p
x R R+ 2n
x R+ R+
2n+1 p
x R R 2n+1
x R R
1 1
x 2n
R − {0} R+ − {0} p
2n
x
R+ − {0} R+ − {0}
1 1p
x 2n+1
R − {0} R − {0} 2n+1
x
R − {0} R − {0}

n ∈ Z+ , R − {0} = (−∞, 0) ∪ (0, +∞), R+ = [0, +∞), R+ − {0} = (0, +∞)


Dr. Gabby (KNUST-Maths) Functions 16 / 60
Power functions

Power functions: Monomials


Example (p is a positive integer)
Domai n = R
3
Rang e = {1}

f (x) = 1
1

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Monomials


Example (p is a positive integer)
Domai n = R
3
Rang e = R f (x) = x 1

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Monomials


Example (p is a positive integer)
Domai n = R
3
Rang e = R+

1
f (x) = x 2

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Monomials


Example (p is a positive integer)
Domai n = R
3
Rang e = R

−5 −4 −2 0 2 4

f (x) = x 3 −1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Monomials


Example (p is a positive integer)

3
f (x) = x 1

f (x) = 1
1
f (x) = x 2

−5 −4 −2 0 2 4

f (x) = x 3 −1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Reciprocal functions


Example (p is a negative integer)
Domai n = R − {0}
3
Rang e = R − {0}

−5 −4 −2 0 2 4
f (x) = x −1
−1

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Reciprocal functions


Example (p is a negative integer)
Domai n = R − {0}
3
Rang e = R+ − {0}

−5 −4 −2 0 2 4

−1 f (x) = x −2

−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Reciprocal functions


Example (p is a negative integer)
Domai n = R − {0}
3
Rang e = R − {0}

−5 −4 −2 0 2 4

−1
f (x) = x −3
−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Reciprocal functions


Example (p is a negative integer)

−5 −4 −2 0 2 4
f (x) = x −1
−1 f (x) = x −2
f (x) = x −3
−2

Dr. Gabby (KNUST-Maths) Functions 16 / 60


Power functions

Power functions: Radical functions

Definition
A function of the form p
n
f (x) = x
where n is a positive integer, is called a radical function.

Dr. Gabby (KNUST-Maths) Functions 17 / 60


Power functions

Power functions: Radical functions


Example (p is of the form of 1/n , n ∈ N)
p
f (x) = x 3
Domai n = R+
Rang e = R+
2

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 17 / 60


Power functions

Power functions: Radical functions


Example (p is of the form of 1/n , n ∈ N)
p
3
g (x) = x 3
Domai n = R
Rang e = R
2

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 17 / 60


Power functions

Power functions: Radical functions


Example (p is of the form of 1/n , n ∈ N)

−5 −4 −2 0 2 4

−1

−2

Dr. Gabby (KNUST-Maths) Functions 17 / 60


Polynomial Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 18 / 60
Polynomial Functions

Polynomial functions

1 Sum of monomials of different degrees is called a polynomial.

Dr. Gabby (KNUST-Maths) Functions 19 / 60


Polynomial Functions

Polynomial functions

1 Sum of monomials of different degrees is called a polynomial.

2 If f is a polynomial, then f (x) = a0 + a1 x + a2 x 2 + · · · + an x n


1 n is a non-negative integer called the degree;
2 a n is a non-zero real number;
3 a i ’s are called the coefficients of the polynomial f .

Dr. Gabby (KNUST-Maths) Functions 19 / 60


Polynomial Functions

Polynomial functions

1 Sum of monomials of different degrees is called a polynomial.

2 If f is a polynomial, then f (x) = a0 + a1 x + a2 x 2 + · · · + an x n


1 n is a non-negative integer called the degree;
2 a n is a non-zero real number;
3 a i ’s are called the coefficients of the polynomial f .
3 The domain of a polynomial function is R.
4 Polynomials of degree 1, 2 and 3 are called linear, quadratic and cubic functions
respectively.

Dr. Gabby (KNUST-Maths) Functions 19 / 60


Polynomial Functions

Polynomial functions
f (x) = 1/2 + x 2 , 3
D f = R,
R( f ) = [1/2, +∞)
2

g (x) = 1 − 2x − 3x 2 + 2x 3 1
D g = R,
R(g ) = R
−5 −4 −2 0 2 4
2
h(x) = (x − 1)(−x + 3) x, −1
D h = R,
R(h) = [−1.6, +∞)
−2

−3

Dr. Gabby (KNUST-Maths) Functions 19 / 60


Rational Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 20 / 60
Rational Functions

Rational functions

Definition
P (x)
1 A rational function is a ratio f (x) = Q(x) , where P and Q are polynomials.

The domain of f is D f = x ∈ R | Q(x) ̸= 0 .


© ª
2

Example
3x
1 f (x) =
x3 − 1
3x 3 − x 6
2 f (x) =
2x 2 − x + 2

Dr. Gabby (KNUST-Maths) Functions 21 / 60


Rational Functions

Rational functions
3

x 3 −2x
f (x) = x 2 −1
, 2

D f = R − {−1, 1} ,
1
R( f ) = R

−5 −4 −3 −2 −1 0 1 2 3 4

−1

−2

−3

Dr. Gabby (KNUST-Maths) Functions 21 / 60


Algebraic Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 22 / 60
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 23 / 60


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
Find the domain ofpthe following algebraic functions:
p 1 2−x
1) f (x) = 5 − 2x 2) f (x) = x− 3) f (x) = p
x −1 x −1−2

Dr. Gabby (KNUST-Maths) Functions 23 / 60


Algebraic Functions

Algebraic functions
3

p 1
f (x) = x − x−1 , 2

D f = R+ − {1} ,
1
R( f ) = R

−5 −4 −3 −2 −1 0 1 2 3 4

−1

−2

−3

Dr. Gabby (KNUST-Maths) Functions 23 / 60


Transcendental Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 24 / 60
Transcendental Functions

Transcendental Functions

Definition
Transcendental functions are functions that are not algebraic.

Dr. Gabby (KNUST-Maths) Functions 25 / 60


Transcendental Functions

Transcendental Functions

Definition
Transcendental functions are functions that are not algebraic.

Example
1 Exponential
2 Logarithmic
3 Trigonometric
4 Hyperbolic

Dr. Gabby (KNUST-Maths) Functions 25 / 60


Transcendental Functions Exponential Functions

Exponential Functions

Definition
The function f (x) = a x , 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 26 / 60


Transcendental Functions Exponential Functions

Exponential Functions

Definition
The function f (x) = a x , 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
¡ 2 ¢x p x
1) 3 2) 2x 3) 3−x 4) 7 5) e x 6) e −x .

Dr. Gabby (KNUST-Maths) Functions 26 / 60


Transcendental Functions Exponential Functions

Exponential Functions
¡ 2 ¢x
e −x 3−x ex 2x
3
5

−5 −4 −3 −2 −1 0 1 2 3 4

−1
Dr. Gabby (KNUST-Maths) Functions 27 / 60
Transcendental Functions Logarithmic 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 28 / 60


Transcendental Functions Logarithmic 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) log 2 x 2) log2 x 3) log1/3 x 4) logp7 x 5) loge x 6) log1/e x.
3

Dr. Gabby (KNUST-Maths) Functions 28 / 60


Transcendental Functions Logarithmic Functions

Logarithmic Functions
3 log2 x

2 loge x

−1 0 1 2 4 6 8 9

−1

log1/3 x
−2
log1/e x
−3 log 2 x
3

Dr. Gabby (KNUST-Maths) Functions 29 / 60


Transcendental Functions Trigonometric 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 30 / 60


Transcendental Functions Trigonometric 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:
Basic trigonometric function:
opposi t e
1 sin(x) = h y pot enuse
ad j acent
2 cos(x) = h y pot enuse
opposi t e
3 tan(x) = ad j acent
1
4 csc(x) = si n(x)
1
5 sec(x) = cos(x)
1
6 cot(x) = t an(x)
Dr. Gabby (KNUST-Maths) Functions 30 / 60
Transcendental Functions Trigonometric 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:
Basic trigonometric function: Trigonometric Identities
1 sin(x) =
opposi t e 1 cos2 x + sin2 x = 1
h y pot enuse
ad j acent 2 sec2 x − tan2 x = 1
2 cos(x) = h y pot enuse
opposi t e
3 csc2 x − cot2 x = 1
3 tan(x) = ad j acent
¡ ¢
4 sin x ± y = sin x cos y ± cos x sin y
1
4 csc(x) = si n(x) 5
¡ ¢
cos x ± y = cos x cos y ∓ sin x sin y
1 tan x + tan y
5 sec(x) = cos(x)
¡ ¢
6 tan x + y =
6 cot(x) = 1 1 + tan x tan y
t an(x)
Dr. Gabby (KNUST-Maths) Functions 30 / 60
Transcendental Functions Trigonometric Functions

Trigonometric Functions
3
sin x
csc x
2

−5 −4 −3 −2 −1 0 1 2 3 4 5

−1

−2

−3

Dr. Gabby (KNUST-Maths) Functions 31 / 60


Transcendental Functions Trigonometric Functions

Trigonometric Functions
3
cos x
sec x
2

−5 −4 −3 −2 −1 0 1 2 3 4 5

−1

−2

−3

Dr. Gabby (KNUST-Maths) Functions 32 / 60


Transcendental Functions Trigonometric Functions

Trigonometric Functions
3
tan x
cot x
2

−5 −4 −3 −2 −1 0 1 2 3 4 5

−1

cot x
−2

−3

Dr. Gabby (KNUST-Maths) Functions 33 / 60


Transcendental Functions Trigonometric Functions

Trigonometric Functions

Remarks
f (x) Domain Range
sin R [−1, 1]
cos R [−1, 1]
π π 3π
R − . . . , − 3π R
© ª
tan 2 ,− 2 , 2 , 2 ,...
π π 3π
R − . . . , − 3π
© ª
sec 2 ,− 2 , 2 , 2 ,... (−∞, −1) ∪ (1, +∞)
csc R − {. . . , −2π, −π, 0, π, 2π, . . .} (−∞, −1) ∪ (1, +∞)
cot R − {. . . , −2π, −π, 0, π, 2π, . . .} R

1 D tan = D sec = R − { π/2 + kπ | k ∈ Z}


2 D cot = D csc = R − { kπ | k ∈ Z} .
Dr. Gabby (KNUST-Maths) Functions 34 / 60
Transcendental Functions Trigonometric 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 35 / 60


Transcendental Functions Trigonometric 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 35 / 60


Transcendental Functions Hyperbolic Functions

Transcendental: Hyperbolic and Inverse Hyperbolic Functions

These are functions defined in terms of the exponential functions as follows:


e x − e −x
1 sinh x =
2
e x + e −x
2 cosh x =
2
sinh x
3 tanh x =
cosh x
1
4 csch x =
sinh x
1
5 sech x =
cosh
1
6 coth x =
tanh

Dr. Gabby (KNUST-Maths) Functions 36 / 60


Transcendental Functions Hyperbolic Functions

Transcendental: Hyperbolic and Inverse Hyperbolic Functions

These are functions defined in terms of the exponential functions as follows:


e x − e −x 1 sinh−1 x
1 sinh x =
2 2 cosh−1 x
e x + e −x
2 cosh x = 3 tanh−1 x
2
sinh x 4 csch−1 x
3 tanh x =
cosh x 5 sech−1 x
1
4 csch x = 6 coth−1 x
sinh x
1
5 sech x =
cosh
1
6 coth x =
tanh

Dr. Gabby (KNUST-Maths) Functions 36 / 60


Transcendental Functions Hyperbolic Functions

Some identities Hyperbolic Functions

Identities
1 cosh2 x − sinh2 x = 1
2 tanh2 x + sech2 x = 1
¡ ¢
3 sinh x + y = sinh x cosh y + cosh x sinh y
¡ ¢
4 cosh x + y = cosh x cosh y + sinh x sinh y

Dr. Gabby (KNUST-Maths) Functions 37 / 60


Odd and Even Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 38 / 60
Odd and Even Functions Even Functions

Even Function
Let f be a function and D f its domain. We assume that if x ∈ D f then −x ∈ D f .

Definition (Even Function)


f is an even function if f (−x) = f (x).

Dr. Gabby (KNUST-Maths) Functions 39 / 60


Odd and Even Functions Even Functions

Even Function
Let f be a function and D f its domain. We assume that if x ∈ D f then −x ∈ D f .

Definition (Even Function)


f is an even function if f (−x) = f (x).

Example
The functions f (x) = x 2 , g (x) = −x 4 + 2x 2 − 1, h(x) = cos(x) + x 2 , i (x) = x sin x are even
functions since:
1 f (−x) = (−x)2 = x 2 = f (x),

Dr. Gabby (KNUST-Maths) Functions 39 / 60


Odd and Even Functions Even Functions

Even Function
Let f be a function and D f its domain. We assume that if x ∈ D f then −x ∈ D f .

Definition (Even Function)


f is an even function if f (−x) = f (x).

Example
The functions f (x) = x 2 , g (x) = −x 4 + 2x 2 − 1, h(x) = cos(x) + x 2 , i (x) = x sin x are even
functions since:
1 f (−x) = (−x)2 = x 2 = f (x),
2 g (−x) = −(−x)4 + 2(−x)2 − 1 = g (x),

Dr. Gabby (KNUST-Maths) Functions 39 / 60


Odd and Even Functions Even Functions

Even Function
Let f be a function and D f its domain. We assume that if x ∈ D f then −x ∈ D f .

Definition (Even Function)


f is an even function if f (−x) = f (x).

Example
The functions f (x) = x 2 , g (x) = −x 4 + 2x 2 − 1, h(x) = cos(x) + x 2 , i (x) = x sin x are even
functions since:
1 f (−x) = (−x)2 = x 2 = f (x),
2 g (−x) = −(−x)4 + 2(−x)2 − 1 = g (x),
3 h(−x) = cos(−x) + (−x)2 = h(x), and

Dr. Gabby (KNUST-Maths) Functions 39 / 60


Odd and Even Functions Even Functions

Even Function
Let f be a function and D f its domain. We assume that if x ∈ D f then −x ∈ D f .

Definition (Even Function)


f is an even function if f (−x) = f (x).

Example
The functions f (x) = x 2 , g (x) = −x 4 + 2x 2 − 1, h(x) = cos(x) + x 2 , i (x) = x sin x are even
functions since:
1 f (−x) = (−x)2 = x 2 = f (x),
2 g (−x) = −(−x)4 + 2(−x)2 − 1 = g (x),
3 h(−x) = cos(−x) + (−x)2 = h(x), and
4 i (−x) = (−x) sin(−x) = −x(− sin x) = x sin x = i (x).

Dr. Gabby (KNUST-Maths) Functions 39 / 60


Odd and Even Functions Odd Function

Odd Function
Definition (Odd Function)
f is an odd function if f (−x) = − f (x).

Dr. Gabby (KNUST-Maths) Functions 40 / 60


Odd and Even Functions Odd Function

Odd Function
Definition (Odd Function)
f is an odd function if f (−x) = − f (x).

Example
The functions f (x) = x, f (x) = −x 3 + 2x, and f (x) = sin(x) are odd functions. Because
1 f (−x) = −x = − f (x)
2 f (−x) = −(−x)3 + 2(−x) = x 3 − 2(x) = − f (x)
3 f (−x) = sin(−x) = − sin(x) = − f (x)

Dr. Gabby (KNUST-Maths) Functions 40 / 60


Odd and Even Functions Odd Function

Odd Function
Definition (Odd Function)
f is an odd function if f (−x) = − f (x).

Example
The functions f (x) = x, f (x) = −x 3 + 2x, and f (x) = sin(x) are odd functions. Because
1 f (−x) = −x = − f (x)
2 f (−x) = −(−x)3 + 2(−x) = x 3 − 2(x) = − f (x)
3 f (−x) = sin(−x) = − sin(x) = − f (x)

Remark
The graph of an even function is symmetric about the y-axis.
The graph of an odd function is symmetric about the origin.
Dr. Gabby (KNUST-Maths) Functions 40 / 60
Odd and Even Functions Periodic Functions

Periodic Functions

Definition
Let f be a function, and D f its domain, then f is a periodic function if there exists a
positive real number t such that f (x + t ) = f (x) for all x ∈ D f .
The minimum of such t ’s which is often denoted as T , is called the period of f .

Dr. Gabby (KNUST-Maths) Functions 41 / 60


Odd and Even Functions Periodic Functions

Periodic Functions

Definition
Let f be a function, and D f its domain, then f is a periodic function if there exists a
positive real number t such that f (x + t ) = f (x) for all x ∈ D f .
The minimum of such t ’s which is often denoted as T , is called the period of f .

Example
The trigonometric functions are periodic functions.
1 sin(x + 2kπ) = sin(x + 2π) = sin(x) for k ∈ Z, however, T = 2π.
2 cos(x + 2kπ) = cos(x + 2π) = cos(x), T = 2π.
3 tan(x + (2k + 1)π) = tan(x + π) = tan(x), T = π.

Dr. Gabby (KNUST-Maths) Functions 41 / 60


Monotonic Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 42 / 60
Monotonic Functions

Monotonic Functions

Let I be an open interval. x 1 and x 2 are two elements of I such that x 1 < x 2 .

Dr. Gabby (KNUST-Maths) Functions 43 / 60


Monotonic Functions

Monotonic Functions

Let I be an open interval. x 1 and x 2 are two elements of I such that x 1 < x 2 .

Definition
☛ f is an increasing function on I if f (x 1 )< f (x 2 ).

Dr. Gabby (KNUST-Maths) Functions 43 / 60


Monotonic Functions

Monotonic Functions

Let I be an open interval. x 1 and x 2 are two elements of I such that x 1 < x 2 .

Definition
☛ f is an increasing function on I if f (x 1 )< f (x 2 ).

☛ f is a decreasing function on I if f (x 1 )> f (x 2 ).

Dr. Gabby (KNUST-Maths) Functions 43 / 60


Monotonic Functions

Monotonic Functions

Let I be an open interval. x 1 and x 2 are two elements of I such that x 1 < x 2 .

Definition
☛ f is an increasing function on I if f (x 1 )< f (x 2 ).

☛ f is a decreasing function on I if f (x 1 )> f (x 2 ).

Example
• The functions e x , tan(x) and ax + b, where a > 0, are increasing on their respective
domains.

Dr. Gabby (KNUST-Maths) Functions 43 / 60


Monotonic Functions

Monotonic Functions

Let I be an open interval. x 1 and x 2 are two elements of I such that x 1 < x 2 .

Definition
☛ f is an increasing function on I if f (x 1 )< f (x 2 ).

☛ f is a decreasing function on I if f (x 1 )> f (x 2 ).

Example
• The functions e x , tan(x) and ax + b, where a > 0, are increasing on their respective
domains. • The functions e −x , cot(x) and ax + b, where a < 0, are decreasing on their
respective domains.

Dr. Gabby (KNUST-Maths) Functions 43 / 60


Monotonic Functions

Monotonic Functions

3
e −x ↘
sin x ↗↘
2
ex ↗
2x − 1 ↗
1
−3x + 1 ↘

−5 −4 −3 −2 −1 0 1 2 3 4 5

−1

−2

−3

Dr. Gabby (KNUST-Maths) Functions 44 / 60


Monotonic Functions

Monotonic Functions

Example
p
Show that the function f (x) = x − 2 is an increasing function on its domain.

Dr. Gabby (KNUST-Maths) Functions 45 / 60


Monotonic Functions

Monotonic Functions

Example
p
Show that the function f (x) = x − 2 is an increasing function on its domain.

1 D f = [2, +∞).
2 For x 1 , x 2 ∈ D f and x 1 < x 2 ,
3 2 < x 1 < x 2 =⇒ 0 < x 1 − 2 < x 2 − 2
p p
4 =⇒ 0 < x 1 − 2 < x 2 − 2
5 =⇒ f (x 1 ) < f (x 2 ).
6 Thus, f is an increasing function on its domain.

Dr. Gabby (KNUST-Maths) Functions 45 / 60


Monotonic Functions

Monotonic Functions
Example
Show that f (x) = (2 − x)2 + 1 decreases on (−∞, 2] and increases on [2, +∞).

Dr. Gabby (KNUST-Maths) Functions 46 / 60


Monotonic Functions

Monotonic Functions
Example
Show that f (x) = (2 − x)2 + 1 decreases on (−∞, 2] and increases on [2, +∞).

2 D f = R.
3 For x 1 , x 2 ∈ (−∞, 2],
4 x 1 < x 2 ≤ 2 =⇒ −x 1 > −x 2 > −2
5 =⇒ 2 − x 1 > 2 − x 2 > 0
6 =⇒ (2 − x 1 )2 > (2 − x 2 )2 > 0
7 =⇒ (2 − x 1 )2 + 1 > (2 − x 2 )2 + 1 > 1
8 =⇒ f (x 1 ) > f (x 2 ).
9 f is decreasing on (−∞, 2].
Dr. Gabby (KNUST-Maths) Functions 46 / 60
Monotonic Functions

Monotonic Functions

Example
Show that f (x) = (2 − x)2 + 1 decreases on (−∞, 2] and increases on [2, +∞).

Dr. Gabby (KNUST-Maths) Functions 47 / 60


Monotonic Functions

Monotonic Functions

Example
Show that f (x) = (2 − x)2 + 1 decreases on (−∞, 2] and increases on [2, +∞).

1 For x 1 , x 2 ∈ [2, +∞),


2 2 ≤ x 1 < x 2 =⇒ −2 > −x 1 > −x 2
3 =⇒ 0 > 2 − x 1 > 2 − x 2
4 =⇒ 0 < (2 − x 1 )2 < (2 − x 2 )2
5 =⇒ 1 < (2 − x 1 )2 + 1 < (2 − x 2 )2 + 1
6 =⇒ f (x 1 ) < f (x 2 ).
7 f is an increasing function on [2, +∞).

Dr. Gabby (KNUST-Maths) Functions 47 / 60


Bounded Functions

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 48 / 60
Bounded Functions

Bounded Functions
Definition
A function is said to be bounded above if there is u ∈ R such that f (x) ≤ u for all x in the
domain of f .

Dr. Gabby (KNUST-Maths) Functions 49 / 60


Bounded Functions

Bounded Functions
Definition
A function is said to be bounded above if there is u ∈ R such that f (x) ≤ u for all x in the
domain of f .

Example
The function f (x) = x 2 + 1 defined on 0 ≤ x ≤ 1 is bounded above by 2 since f (x) ≤ 2 for
0 ≤ x ≤ 1.

Dr. Gabby (KNUST-Maths) Functions 49 / 60


Bounded Functions

Bounded Functions
Definition
A function is said to be bounded above if there is u ∈ R such that f (x) ≤ u for all x in the
domain of f .

Example
The function f (x) = x 2 + 1 defined on 0 ≤ x ≤ 1 is bounded above by 2 since f (x) ≤ 2 for
0 ≤ x ≤ 1.

Example
The function f (x) = 1/x

Dr. Gabby (KNUST-Maths) Functions 49 / 60


Bounded Functions

Bounded Functions
Definition
A function is said to be bounded above if there is u ∈ R such that f (x) ≤ u for all x in the
domain of f .

Example
The function f (x) = x 2 + 1 defined on 0 ≤ x ≤ 1 is bounded above by 2 since f (x) ≤ 2 for
0 ≤ x ≤ 1.

Example
The function f (x) = 1/x is not bounded above since one can not find U such that f (x) ≤ U .
For values close to 0, we have that f (x) gets larger and larger.

Example
The function f (x) = sin x is bounded above by 1 for x ∈ R.
Dr. Gabby (KNUST-Maths) Functions 49 / 60
Bounded Functions

Bounded Functions

Definition
A function, f , is said to be bounded below if there is ℓ ∈ R such that f (x) ≥ ℓ for all x in the
domain of f .

Dr. Gabby (KNUST-Maths) Functions 50 / 60


Bounded Functions

Bounded Functions

Definition
A function, f , is said to be bounded below if there is ℓ ∈ R such that f (x) ≥ ℓ for all x in the
domain of f .

Example
The function f (x) = x −1 defined in [0, 1] is bounded below by −1 since −1 ≤ f (x) for x ∈ [0, 1].

Dr. Gabby (KNUST-Maths) Functions 50 / 60


Bounded Functions

Bounded Functions

Definition
A function, f , is said to be bounded below if there is ℓ ∈ R such that f (x) ≥ ℓ for all x in the
domain of f .

Example
The function f (x) = x −1 defined in [0, 1] is bounded below by −1 since −1 ≤ f (x) for x ∈ [0, 1].

Example
p
The function g (x) = | x + 1| is bounded below by 0 on the interval [0, 4] since 0 ≤ g (x) for
x ∈ [0, 4].

Dr. Gabby (KNUST-Maths) Functions 50 / 60


Maxima and minima

Outline of Presentation
1 Introduction
2 Constant, Step, and Piecewise functions
3 Power functions
4 Polynomial Functions
5 Rational Functions
6 Algebraic Functions
7 Transcendental Functions
8 Odd and Even Functions
9 Monotonic Functions
10 Bounded Functions
11 Maxima and minima
Dr. Gabby (KNUST-Maths) Functions 51 / 60
Maxima and minima

Maxima and minima

Definition (Minimum)
☛ f is said to have a local minimum value at the point x 0 if f (x 0 ) ≤ f (x) for all x in a
neighbourhood of x 0 .

Dr. Gabby (KNUST-Maths) Functions 52 / 60


Maxima and minima

Maxima and minima

Definition (Minimum)
☛ f is said to have a local minimum value at the point x 0 if f (x 0 ) ≤ f (x) for all x in a
neighbourhood of x 0 .

☛ f is said to have a global minimum value at the point x 0 if f (x 0 ) ≤ f (x) for all x in the
domain of f .
In particular, f is bounded below.

Dr. Gabby (KNUST-Maths) Functions 52 / 60


Maxima and minima

Maxima and minima

Definition (Maximum)
☛ if f (x) ≤ f (x 0 ) for all x in a neighbourhood of x 0 , then f has a local maximum value at
the point x 0 .

Dr. Gabby (KNUST-Maths) Functions 53 / 60


Maxima and minima

Maxima and minima

Definition (Maximum)
☛ if f (x) ≤ f (x 0 ) for all x in a neighbourhood of x 0 , then f has a local maximum value at
the point x 0 . ☛ The maximum is global if f (x) ≤ f (x 0 ) for all x in the domain of f .

f is bounded above.

Dr. Gabby (KNUST-Maths) Functions 53 / 60


Maxima and minima

Maxima and minima


f (x) = 1 + (x + 1)2 , 3
g (x) = 1 − 2x − 3x 2 + 2x 3
local max
h(x) = (x − 1)(−x + 3)2 (x), 2

1
global min

−5 −4 −2 0 2 local min 4

−1

global min

−3

Dr. Gabby (KNUST-Maths) Functions 54 / 60


Maxima and minima

Maxima and minima

Example
Show that 4 is a minimum of the function f (x) = 2x 2 − 4x + 6.

Dr. Gabby (KNUST-Maths) Functions 55 / 60


Maxima and minima

Maxima and minima

Example
Show that 4 is a minimum of the function f (x) = 2x 2 − 4x + 6. •4 is a lower bound.

For all x ∈ D f = R, f (x) − 4 = 2x 2 − 4x + 2 = 2(x − 1)2 ≥ 0.

Dr. Gabby (KNUST-Maths) Functions 55 / 60


Maxima and minima

Maxima and minima

Example
Show that 4 is a minimum of the function f (x) = 2x 2 − 4x + 6. •4 is a lower bound.

For all x ∈ D f = R, f (x) − 4 = 2x 2 − 4x + 2 = 2(x − 1)2 ≥ 0. That is f (x) ≥ 4.

•4 is a minimum

Dr. Gabby (KNUST-Maths) Functions 55 / 60


Maxima and minima

Maxima and minima

Example
Show that 4 is a minimum of the function f (x) = 2x 2 − 4x + 6. •4 is a lower bound.

For all x ∈ D f = R, f (x) − 4 = 2x 2 − 4x + 2 = 2(x − 1)2 ≥ 0. That is f (x) ≥ 4.

•4 is a minimum Since 4 is a lower bound of f and f (1) = 4, 4 is a minimum of f .

Dr. Gabby (KNUST-Maths) Functions 55 / 60


Maxima and minima

Maxima and minima

Example
p
Show that 2 is a maximum of the function f (x) = − x 2 + 1 + 3.

Dr. Gabby (KNUST-Maths) Functions 56 / 60


Maxima and minima

Maxima and minima

Example
p
Show that 2 is a maximum of the function f (x) = − x 2 + 1 + 3. •2 is a upper bound.
p 1−(x 2 2
For all x ∈ D f = R, f (x) − 2 = 1 − x 2 + 1 = p +1) =− px ≤ 0.
1+ x 2 +1 1+ x 2 +1

Dr. Gabby (KNUST-Maths) Functions 56 / 60


Maxima and minima

Maxima and minima

Example
p
Show that 2 is a maximum of the function f (x) = − x 2 + 1 + 3. •2 is a upper bound.
p 1−(x 2 2
For all x ∈ D f = R, f (x) − 2 = 1 − x 2 + 1 = p +1) =− px ≤ 0. That is f (x) ≤ 2 for all x ∈ R.
1+ x 2 +1 1+ x 2 +1

Dr. Gabby (KNUST-Maths) Functions 56 / 60


Maxima and minima

Maxima and minima

Example
p
Show that 2 is a maximum of the function f (x) = − x 2 + 1 + 3. •2 is a upper bound.
p 1−(x 2 2
For all x ∈ D f = R, f (x) − 2 = 1 − x 2 + 1 = p +1) =− px ≤ 0. That is f (x) ≤ 2 for all x ∈ R.
1+ x 2 +1 1+ x 2 +1

•2 is a maximum
p
f (x) = 2 =⇒ x 2 + 1 = 1 =⇒ x = 0.

Since f (x) ≤ 2, ∀x ∈ R, and f (0) = 2, 2 is a maximum of f .

Dr. Gabby (KNUST-Maths) Functions 56 / 60


Maxima and minima

Exercise

Exercise
1. Which of the following are not polynomial functions?
a. f (x) = 1 b. f (x) = x 2 + x −1 + 1
p
c. f (x) = −2x 3 + x 1/2 − 1 d. f (x) = x 4 5 − π.
2. Find the range of the following polynomial functions:
a. f (x) = x 2 + 6 b. f (x) = −2x 4 − 6
f (x) = −2x 3 + 1 f (x) = ¯−2x 3 + 1¯
¯ ¯
c. d.
e. f (x) = 3 − 4x, D f = (−2, 8]
f. f (x) = (2x − 1)2 + 1, D f = (−∞, −1) ∪ (1, +∞).

Dr. Gabby (KNUST-Maths) Functions 57 / 60


Maxima and minima

Exercise

Exercise
Determine whether the functions below are even, odd or neither.
2 2
x −2
1) f (x) = e x −1 + ln (|x| + 1) , 2) f (x) = x(1−x 2) , 3) f (x) = x 2 sin(x)
p
4) f (x) = x |x| − 1, 5) f (x) = ln tan x − e |x| ,
¡ ¢
6) f (x) = x − 1.

Exercise
Find the period of the following functions
1) f (x) = sin(2x), 2) f (x) = cos(−2x + π/3), 3) f (x) = x − sin(x).

Dr. Gabby (KNUST-Maths) Functions 58 / 60


Maxima and minima

Exercise
Find the domain of:
1 1−x x 3 − 2x
1) f (x) = 2) f (x) = 3) f (x) =
2x − 6 1+x x(−x − 6)
1 x x 2 − 2x
4) f (x) = 3x − 1 − 5) f (x) = 6) f (x) =
2x − 6 1 − 2x + x 2 (x − 3)(1 − x 2 )

Exercise
Find the domain of:
1) f (x) = ln x, 2) f (x) = log5 (1 − 3x),
1 2
3) f (x) = e x+1 −x , 4) f (x) = e x −1 + ln (|x| + 1) .

Dr. Gabby (KNUST-Maths) Functions 59 / 60


END OF LECTURE
THANK YOU

Dr. Gabby (KNUST-Maths) Functions 60 / 60

You might also like