Functionswithoutpause
Functionswithoutpause
Chapter 3: Functions
Department of Mathematics
Addis Ababa University
August 5, 2021
Definition
Suppose A and B are sets. The Cartesian product of A and B, denoted by
A × B , is the set which contains every ordered pair whose first coordinate
is an element of A and second coordinate is an element of B , i.e.
A × B = {(a, b) : a ∈ A ∧ b ∈ B}.
Example
Given A = {1, 2, 3} and B = {0, 2} we have The Cartesian product as
A × B = {(1, 0), (1, 2), (2, 0), (2, 2), (3, 0), (3, 2)}
B × A = {(0, 1), (2, 1), (0, 2), (2, 2), (0, 3), (2, 3)}.
Note that A × B 6= B × A
Example
Given A = {0, 1} and B = {1, 2} we have The Cartesian product as
A × B = {(0, 1), (0, 2), (1, 1), (1, 2)}
B × A = {(1, 0), (2, 0), (1, 1), (2, 1)}. (1, 1) = (1, 1) and (1, 0) 6= (0, 1)
Definition (Relation)
If A and B are sets, any subset of A × B is called a relation from A into B.
Example
Let R = {(x, y ) : x ∈ W and y = x + 3}. Then R is a relation, with
(0, 3), (2, 5) ∈ R, but (1, 2) ∈
/ R and (3, 0) ∈
/ R.
Definition
Let R be a relation from A into B. Then,
a) The domain of R , denoted by Dom(R) , is the set of first coordinates
of the elements of R, i.e Dom(R) = {a : (a, b) ∈ R}
b) the range of R , denoted by Range(R) , is the set of second coordinates
of elements of R,i.e Range(R) = {b : (a, b) ∈ R}
The domain of R is a subset of A and Range of R is subset of B
Example
Suppose R = {(2, 3), (3, 4), (2, 4), (5, 6)} Then Dom(R) = {2, 3, 5} and
Range(R) = {3, 4, 6} note that 2 is related to 3 and 4
Let R = {(1, 3), (1, 4), (2, 6), (3, 8), (5, 6), (8, 8), (7, 8)}. Then the Domain
of R is {1, 3, 5, 7, 8} and the Range of R is {3, 4, 6, 8}.
Example
√
Let R = {(x, y ) : y = 1 − x 2 }. Then the domain of R = [−1, 1] and
Range of R is [0, 1]).
Example
√
Let A = {1, 2, 3, 4, 5}, B = {1, 2, . . . 67}and R = {(x, y ) ∈ A × B : x = 3 y } Find
a) R b) Dom R and c)Range of R
√ √ √ √
a) we have 1 = 3 1, 2 = 3 8, 3 = 3 27, 4 = 3 64
R = {(1, 1), (2, 8), (3, 27), (4, 64)}
b) Dom R={1, 2, 3, 4} and c)Range R={1, 8, 27, 64}
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 9 / 126
Remark
A relation R on a set A is called
i) a universal relation if R = A × A
ii) identity relation if R = {(a, a) : a ∈ A}
iii) void or empty relation if R = ∅
Example
i) Universal relation Relation on the set A = {1, 2, 3, 4, 5, 6} by R =
{(a, b) ∈ R : |a − b| ≥ 0} We observe that |a − b| ≥ 0 for all a, b ∈ A
⇒ (a, b) ∈ R for all (a, b) ∈ A × A ⇒ each element of set A is related
to every element of set A. ⇒ R = A × A ⇒ R is a universal relation
on set A.
iii) void or empty relation if there are 100 mangoes in the fruit basket.
There’s no possibility of finding a relation R of getting any apple in
the basket. So, R is Void as it has 100 mangoes and no apples.
Definition
If R is a relation from A to B , then the inverse relation of R , denoted by
R −1 , and is defined as:R −1 = {(y , x)|(x, y ) ∈ R}is a relation from B to A
Example
Let R = {(2, 1), (2, 2), (3, 4), (5, 6)} Then R −1 = {(1, 2), (2, 2), (4, 3), (6, 5)}
Furthermore, The domain of R = {2, 3, 5} =the range of R −1 and
The range of R = {1, 2, 4, 6} =the domain of R −1
Let R = {(x, y ) : y = 2x + 1}. Then R −1 = (x, y ) : y = x−1
2 and
−1
Domain of R = Range of R = Domain of R =Range of R = R. −1
Remark
1 If the element x of A corresponds y (∈ B) under the function f , then
we write f (x) = y and y is called the image of x under f and x is
called a pre-image of y under f .
2 The symbol f (x) is read as “ f of x” but not “ f times x”.
3 Map, transformation and correspondence are synonyms for the word
function.If f is a function and (x, y ) ∈ f , we say x is mapped to y .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 12 / 126
Geometrically we can determine if the given graph is the graph of a
function or not This is possible by the following test
Remark
Vertical Line Test: A curve in the xy -plane is the graph of a function of
x if and only if no vertical line intersects the curve more than once.
from the figure the first one is not a function while the second is a
function.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 13 / 126
Example
Given A = {0, 2, 3, c, 6} and B = {a, b, 4, 5} Determine whether the fol-
lowing relations are functions.
1 R1 = {(0, a), (2, b), (3, 4), (c, 4), (6, 5) is a function since no element
in A is paired with more than one element in B.Each element in the
domain,{0, 2, 3, c, 6}, is assigned no more than one value in the range.
2 R2 = {(0, a), (2, b), (3, b), (c, 4), (c, 5), (6, 5) is not a function since
the domain element c is assigned to two different values in the range,
4 and 5.
3 R3 = {(0, a), (3, b), (c, 4), (6, 5) is not a function since the domain
element 2 is not assigned to any element
Remark
1 In order to show that a relation f from A into B is a function, we first
show that the domain of f is A and next we show that f well defined or
single-valued, i.e. if x = y inA, then f (x) = f (y ) in B for all x, y ∈ A.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 14 / 126
Examples of Functions ...
Example
1 Consider f (x) = x 2 + 1, is it a function on R?
Solution:
The domain of f is R and x = y implies x 2 + 1 = y 2 + 1.
Hence f (x) = f (y ).
Therefore, f is a function.
2 Consider f = {(x, y ) : x 2 + y 2 = 1} is it a function?
Solution: No!
the domain of f is R and
(0, 1) and (0, −1) are both in f , but −1 6= 1.
from Q to Z .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 17 / 126
Example
Determine whether the following equations determine y as a function of x,
if so, find the domain.
2x
1 y = we can see that each x−value uniquely determines a y −
x −4
2x
value. Therefore,y = is a function.
x −4
As for its domain, Since it is a fractional expression, we must exclude
any value of x that makes the denominator equal to zero. We must
have x − 4 6= 0 ⇐⇒ x 6= 4Therefore, the domain consists of all real
numbers except for x 6= 4 thus Dom(f ) = {x : x 6= 4}
√
2 y = 2x − x 2 we can see that each x-value uniquely determines a y -
√
value. Therefore,y = 2x − x 2 is a function and
Domain 2x − x 2 ≥ 0 ⇐⇒ x(2 − x) ≥ 0 Dom(f ) = {x : 0 ≤ x ≤ 2}
Definition
A function is real valued function if and only if the range is a subset of R.
In other words,Let f be a function from set A to set B. If B is a subset
of real number system R , then f is called a real valued function, and in
particular if A is also a subset of R, then f : A 7−→ B is called a real
function.
Example
1 The function f : R 7−→ R defined by f (x) = x 2 − 5x + 7, x ∈ R is a
real valued function
2 The function defined by f (x) = x 2 + xi, x ∈ R is not a real valued
function since the range is a complex number.
3 The function f = {(1, a), (2, 1), (3, b)} is not a real valued function.
Remark
If f and g are real valued functions, then
1 Dom(f + g ) = Dom(f − g ) = Dom(fg ) = Dom(f ) ∩ Dom(g ) and
2 Dom( gf ) = (Dom(f ) ∩ Dom(g )) \ {x ∈ Dom(g ) : g (x) = 0}.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 20 / 126
Example
Let f = {(1, 1)(2, 1), (3, 4)} and g = {(1, 2), (2, 2)(3, 1), (4, 5)}. Then
1 3f +g = {(1, 5), (2, 5), (3, 13)}. 3 f .g = {(1, 2), (2, 2), (3, 4)}.
f
2 f −g = {(1, −1), (2, −1), (3, 3)}. 4
g = {(1, 12 ), (2, 12 ), (3, 14 )}.
Let f (x) = 3x and g (x) = x − 1.Then . Find each of the following and its
domain
1 (f + g )(x) = f (x) + g (x) = 3x + x − 1 = 4x − 1
The domain Dom(f + g ) = Dom(f ) ∩ Dom(g ) = R.
2 (f − g )(x) = f (x) − g (x) = 3x − x + 1 = 2x + 1
The domain Dom(f − g ) = Dom(f ) ∩ Dom(g ) = R.
3 (f · g )(x) = f (x)g (x) = 3x(x − 1) = 3x 2 − 3x
The domain Dom(fg ) = Dom(f ) ∩ Dom(g ) = R.
f f (x) 3x
g (x) = g (x) = x−1 ,
4
The domain Dom gf (x) (x) = Dom(f )∩Dom(g )\{g (x) = 0} = R\{1}.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 21 / 126
Example
√ √
Let f (x) = x − 2 and g (x) = 9 − x 2 Find formulas for f + g , f − g , fg , gf
and f 3 and give their domains
√ √
1 (f + g )(x) = f (x) + g (x) = x − 2 + 9 − x 2
The domain Dom(f + g ) = Dom(f ) ∩ Dom(g ) = [2, ∞) ∩ [−3, 3] = [2, 3].
√ √
2 (f − g )(x) = f (x) − g (x) = x − 2 − 9 − x 2
The domain Dom(f − g ) = Dom(f ) ∩ Dom(g ) = [2, ∞) ∩ [−3, 3] = [2, 3].
√ √
3 (f · g )(x) = f (x)g (x) = x −2 9 − x2
The domain Dom(fg ) = Dom(f ) ∩ Dom(g ) = [2, ∞) ∩ [−3, 3] = [2, 3].
√
f f (x) x −2
4 (x) = =√ , The domain
g g (x)
9 − x2
f (x)
Dom = Dom(f ) ∩ Dom(g ) \ {g (x) = 0}
g (x)
. = ([2, ∞) ∩ [−3, 3]) \ {−3, 3} = [2, 3)
3 √ 3
5 (f ) = x − 2 The domain Dom(f 3 ) = [2, ∞)
Example
Suppose f = {(3, a), (4, b), (5, c)} and g = {(a, 1), (b, 2)}. The function
(g ◦ f )(x) = g (f (x)) is found by taking elements in the domain of g and
evaluating as follows: (g ◦ f )(3) = g (f (3)) = g (a) = 1,
(g ◦ f )(4) = g (f (4)) = g (b) = 2 Since c doesn’t have image in g it is not
included in the composition. g ◦ f = {(3, 1), (4, 2)}
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 23 / 126
Example
Let f (x) = 3x, g (x) = x 2 − 3 and h(x) = x − 1. Then,
1 (g ◦ f )(x) = g (f (x)) = g (3x) = [3x]2 − 3 = 9x 2 − 3.
2 (f ◦ g )(x) = f (g (x)) = f (x 2 − 3) = 3[x 2 − 3] = 3x 2 − 9.
3 (h ◦ f )(x) = h(f (x)) = h(3x) = [3x] − 1 = 3x − 1.
4 (f ◦ h)(x) = f (h(x)) = f (x − 1) = 3(x − 1) = 3x − 3.
5 (g ◦ (f ◦ h))(x) = g ((f ◦ h)(x)) = g (3(x − 1)) = (3(x − 1))2 − 3 =
(9x 2 − 18x + 9) − 3 = 9x 2 − 18x + 9 − 3 = 9x 2 − 18x + 6
6 ((g ◦f )◦ h)(x) = 9[(x −1)2 ]−3 = (9x 2 −18x +9)−3 = 9x 2 −18x +6.
Remark
For functions f , g and h,
g ◦ (f ◦ h) = (g ◦ f ) ◦ h (Composition of Functions is Associative.)
g ◦ f 6= f ◦ g . (Composition of Functions is not Commutative.)
b) (g ◦ f )(x) (g ◦ f )(2)
(g ◦ f )(x) = g (f (x)) = g (2x 2 − 3)
= 5(2x 2 − 3) − 1 = 10x 2 − 15 − 1 = 10x 2 − 16
(g ◦ f )(2) = 24
c) (g ◦ g )(x) (g ◦ g )(1)
(g ◦ g )(x) = g (g (x)) = g (5x − 1)
= 5(5x − 1) − 1 = 25x − 5 − 1 = 25x − 6
(g ◦ f )(1) = 19
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 25 / 126
Example
6x
√
Given f (x) = x 2 −4
and g (x) = 2x, find
a) (f ◦ g )(x), its domain and (f ◦ g )(8)
√
(f ◦ g )(x) = f (g (x)) = f ( 2x)
√ √
6 2x 3 2x
= √ =
( 2x)2 − 4 x −2
√
3 2×8 3·4
(f ◦ g )(8) = = = =2
8−2 6
The domain is = {x : 0 ≤ x < 2 ∧ x > 2} = [0, 2) ∪ (2, ∞)
b) (g ◦ f )(x) (g ◦ f )(−1)
s r
6x 6x 12x
(g ◦ f )(x) = g (f (x)) = g 2
= 2 2
= 2
x −4 x −4 x −4
s r
12(−1) −12
(g ◦ f )(−1) = = =2
(−1)2 − 4 −3
Example
Let A = {1, 2, 3}and B = {1, 4, 5}.
1 The functions f : A 7→ B defined as f (1) = 1, f (2) = 5, f (3) = 1 is
not onto because there is no element in A , whose image under f is 4.
2 The function g : A 7→ B given by g = {(1, 4), (2, 5), (3, 1)} is onto
because each element of B is the image of at least one element of A.
Definition
Let f : A → B be a function with domain A and range B. Then, f has an
inverse function g provided that there is such a function g : B → A with
domain B and range A such that f (x) = y if and only if g (y ) = x, for all
x ∈ A and all y ∈ B.
Theorem
A function f : A → B with domain A and range B has an inverse function
if and only if f is a bijection.
.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 37 / 126
Polynomials
Example
Use division algorithm to express the quotient when
P(x) = 2x 2 − 3x − 6 is divided by D(x) = x + 3
2x 2 − 3x − 6 = (x + 3) × (2x − 9) + 21
Example
The remainder when P(x) = x 3 − x 2 + 3x − 1 is divided by x − 2 is p(2) = 9
Example
The polynomial P(x) = x 3 + x 2 − 3x + 1 is divided by x − 1 then from
remainder theorem we have p(1) = 0. from factor theorem this implies x −1
is a factor of P(x) = x 3 + x 2 − 3x + 1
Example
Given the polynomial
p(x) = x 3 − 6x 2 − 16x = x(x 2 − 6x − 16) = x(x − 8)(x + 2)
The zeros of p(x) are 0, 8, and – 2 each of multiplicity one.
Definition
Let p be a polynomial over R. A number c ∈ R is said to be a zero (or a
root) of p is p(c) = 0.
Example
a) Let p(x) = x 3 − 3x 2 + 3x − 1. Then
1 p(1) = 13 − 3(1)2 + 3(1) − 1 = 1 − 3 + 3 − 1 = 0 and
hence 1 i a zero of p.
2 p(0) = 03 − 3(0)2 + 3(0) − 1 = 0 − 0 + 0 − 1 = −1 6= 0 and
thus, 0 is a not a zero for p.
b) Let f (x) = x 2 − 4. Then f (2) = 22 − 4 = 4 − 4 = 0 and
f (−2) = (−2)2 − 4 = 4 − 4 = 0.
Therefore, 2 and −2 are zeros of f .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 41 / 126
Zeros of a polynomials...
Remark
If p(x) = ax + b, where a 6= 0, is a linear polynomial, then x = − ba is
the only zero of p.
If p(x) = ax 2 + bx + c, where a 6= 0 is quadratic polynomial, then
b
x = − 2a is the only a zero of p in R if b 2 − 4ac = 0;
√ √
2 2
x = − b+ b2a−4ac and x = − b− b2a−4ac are the two real zeros of p, if
b 2 − 4ac > 0.
If b 2 − 4ac < 0, then p has no real zero.
To determine zeros of polynomials of degree greater than or equal to
3, further investigations are needed.
The Location Theorem and Rational Root Test are useful in determin-
ing roots of polynomials.
Example
Let f (x) = x 3 + x 2 + x − 1. Then
f (0) = 03 + 02 + 0 − 1 = −1 < 0 and
f (1) = 13 + 12 + 1 − 1 = 2 > 0.
This implies f (0)f (1) = (−1) × 2 < 0 and hence f has at least one zero
between 0 and 1.
That is, there exists c ∈ (0, 1) such that f (c) = 0.
Example
Find all the zeros of the function p(x) = 2x 3 + 3x 2 − 23x − 12
p
If is a rational zero of the given function, then the possible values of
q
p
q : ±1, ± 12 , ±2, ±3, ± 32 , ±4, ±6, ±12.
Then p(− 21 ) = 0, p(−4) = 0 and p(3) = 0 and hence − 12 , −4 and 3 are
the zeros of p. Alternatively,
Since p(− 21 ) = 0, then (x + 12 ) is a factor of p(x). Using longdivision,
we obtain p(x) = 2x 3 + 3x 2 − 23x − 12 = (x + 12 )(2x 2 + 2x − 24) =
2(x + 12 )(x + 4)(x − 3)Therefore, the zeros of p(x) are − 12 , −4 and 3.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 44 / 126
Rational function
Definition (Rational)
n(x)
A rational function is a function of the form f (x) = where both n(x)
d(x)
and d(x) are polynomials and d(x) 6= 0.
n(x)
The domain of the rational function f (x) = is x ∈ R : d(x) 6= 0
d(x)
Example
√
2x + 1 7 x3 + x2 − 3
The functions f (x) = 2 , g (x) = , h(x) =
x + 3x + 1 x +1 5
are all rational functions, whereas the functions
√
x (3/2) + x 1/2 + 2 3x − 5
f (x) = 3
, g (x) = 2 are not rational functions
x +1 x +1
as their either numerator functions or denominator functions are not poly-
nomials.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 45 / 126
Graphs of Rational Functions
1
Consider the behavior of the function f (x) =.
x
At x = 0, f (x) is not defined. Hence, the domain of f , Dom(f ) =
R \ {0}.
However, as x gets closer and closer to 0 from both sides, the value of
1
f (x) gets larger and larger as = Big No.
small no.
1 1
For example, = 1, 000, 000 and = −100, 000.
0.000001 −0.00001
We express this fact symbolically as
f (x) → ∞ as x → 0+ (from the positive side)
and
f (x) → −∞ as x → 0− (from the negative side)
Therefore, we shall call the vertical line x = 0 to be a vertical asymptote
to the graph of y = f (x).
1
Figure: Graph of the rational functions y = .
x
Definition (Asymptote)
1 The line x = a is called a vertical asymptote of the graph of the
function y = f (x) if y approaches ±∞ as x approaches a from the left
or the right side of a.
2 The line y = b is called a horizontal asymptote of the graph of the
function y = f (x) if y approaches b as x approaches ±∞.
1
Now, applying transformation on the graph of y = we may get a general
x
a
form of the function as y = + k. The graph of the transformed
x −h
function has
domain Dom(f ) = R − {h}.
vertical asymptote at x = h.
horizontal asymptote at y = k.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 49 / 126
Graphs of Rational Functions...
Example
5
The graph of y = + 3 has a vertical asymptote at x = 2, and a
x −2
horizontal asymptote at y = 3, and the sketch of the graph of this function
is given below.
5
Figure: Graph of the rational functions y = + 3.
x −2
p(x)
To find all possible vertical asymptotes of a rational function f (x) = ,
q(x)
we follow the following steps.
Example
Find the vertical asymptotes and/or holes for the graph of
(3x + 1)(x − 7)(x + 4)
(a) f (x) = .
(x − 7)2 (x + 4)
Solution
(3x + 1)(x − 7)(x + 4)
(a) In the function f (x) = , the terms (x − 7) and
(x − 7)2 (x + 4)
(x + 4) can be canceled from both the numerator and the denominator.
But since the denominator contains one more term of the factor (x −7),
the simplified form of f (x) is
3x + 1
f (x) = for x 6= −4.
x −7
Therefore, x = 7 is a vertical asymptote while x = −4 corresponds to
a hole to the graph of f .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 54 / 126
Graphs of Rational Functions...
Example
Find the vertical asymptotes and/or holes for the graph of
2x 2 − 5x − 12
(b) f (x) = 2 .
x − 5x + 4
Solution...
2x 2 − 5x − 12
(b) In the case of the function f (x) = , first we shall fac-
x 2 − 5x + 4
torize both the numerator and the denominator and then simplify, to
get
2x 2 − 5x − 12 (2x + 3)(x − 4) 2x + 3
f (x) = = = for x 6= 4.
x 2 − 5x + 4 (x − 1)(x − 4) x −1
an x n + · · · + a1 x + ao p(x)
f (x) = =
bm x m + · · · + b1 x + bo q(x)
we just need to first check the degrees of the numerator and denominator
polynomial functions. Thus, if
(a) deg(p(x)) = n<m = deg(q(x)), then y = 0 is a horizontal asymptote to the
graph of y = f (x).
an
(b) deg(p(x)) = n=m = deg(q(x)), then y = is a horizontal asymptote to
bn
the graph of y = f (x).
(c) deg(p(x)) = n= m + 1 = deg(q(x)) + 1, then the graph does not have a
horizontal asymptote but rather y = ax + b is an oblique asymptote to the
graph of y = f (x).
To find the equation of the oblique asymptote apply long division method and
write f (x) as
p(x) r (x)
f (x) = = ax + b + , with deg(r (x)) < deg(q(x)).
q(x) q(x)
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 56 / 126
Graphs of Rational Functions...
Example
Find horizontal or oblique asymptotes for the graphs of
6x 4 − x + 2
(a) f (x) = 5
7x + 2x − 1
Solution: Since the degree of the numerator is less than the degree of
6x 4 − x + 2
the denominator in f (x) = 5 , the line y = 0 is a horizontal
7x + 2x − 1
asymptote to the graph of f .
6x 3 − 2x 2 + 1
(b) g (x) =
2x 3 + 7
6x 3 − 2x 2 + 1
Solution: In the expression g (x) = , since both the
2x 3 + 7
numerator and the denominator have the same degree, we divide the
leading coefficient of the numerator by the leading coefficient of the
denominator to get y = 26 = 3 and therefore, the line y = 3 is the
horizontal asymptote to the graph of g .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 57 / 126
Graphs of Rational Functions...
2x 3 − 3 2x − 3
h(x) = = 2x + 2
x2 − 1 x −1
Thus y = 2x is the oblique asymptote to the graph of h.
Example
x 2 + 3x + 2
Sketch the graph of f (x) = .
x2 − 1
Solution:
x 2 − 1 = 0 implies x = −1 or x = 1.
Thus, Domain of f is R \ {−1, 1}.
On the other hand
x 2 + 3x + 2 (x + 1)(x + 2) x +2
f (x) = 2
= = for x 6= −1.
x −1 (x + 1)(x − 1) x −1
x 2 +3x+2
Figure: Graph of the rational functions f (x) = x 2 −1 .
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 60 / 126
Graphs of Rational Functions...
Example
(x 2 − 0.25)(x − 2)
Sketch the graph of f (x) = .
x2 − 1
Solution:
x 2 − 1 = 0 implies x = −1 or x = 1.
Thus, Domain of f is R \ {−1, 1}.
On the other hand
(x 2 − 0.25)(x − 2) (x + 0.5)(x − 0.5)(x − 2)
f (x) = 2
= for x 6= −1, x 6= 1.
x −1 (x + 1)(x − 1)
xn = x| · x {z
· · · · x}
nfactors each equal to x
1 x n · x m = x n+m . xn
5 = x n−m .
xm
2 (x n )m = x nm . n
−n 1
3 (xy )n = x n · y n .
6 x = .
n x
x xn 7 x0 = 1 x 6= 0
4 = n. √
y y n m n
8 xm = x
Remark
For rational exponent a1/n
If n is an odd positive integer, then a1/n = b if and only is b n = a
If n is even positive integer a ≥ 0, then a1/n = |b| if and only is b n = a
√n
a = a1/n where n is a positive integer is nth root of a
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 64 / 126
Definition (Exponential Function)
A function of the form y = f (x) = ax , where a > 0 and a 6= 1, is called an
exponential function with base a.
Remark
The domain of an exponential function is the set of real numbers.
The range of an exponential function is the set of positive real numbers.
The graph of y = ax exhibits exponential growth if a > 1 and expo-
nential decay if 0 < a < 1.
The y - intercept of the graph of an exponential function is 1. and x
-axis is a horizontal asymptote to the graph of an exponential function.
The function f (x) = ax is 1-1, that is, ax = ay if and only if x = y .
The exponential function f (x) = e x , where e = 2.7182 . . ., is called
the natural exponential function.
Example
Solve each of the exponential equations.
1 3x+1 = 81 2 4x = 32 3 5x = √1 .
125
Solution:
1 S.S. ={3} 2 S.S. ={ 25 } 3 S.S. ={− 32 }.
Remark
If an initial principal P is invested at an annual rate r and the interest is
compounded n times per year, the amount A in the account after t years is
given by r nt
A(t) = P 1 +
n
Example
If a capital of Birr 100,000,000 is invested with an annual rate of 14% and
the interest is compounded 4 times per year. Find the amount after 6 years.
Solution: The amount after t years is given by
0.14 4t
A(t) = 100000000 1 + = 100000000 (1.035)4t .
4
Note That
Let a, b ∈ (0, 1) ∪ (1, ∞) be arbitrary real numbers. Then for all x, y ∈
(0, ∞),
x
(a) loga x + loga y = loga (xy ) (b) loga x − loga y = loga
y
loga x
(c) loga x y = y loga x (d) logb x =
loga b
(e) logb (b x ) = x logb b = x (f) b logb x = x
In forming the angle, one side remains fixed and the other side rotates.
The fixed side is called the initial side and the side that rotates is called
the terminal side. If the terminal side rotates in a counter clockwise
direction, we call the angle positive angle, and if the terminal side rotates
in a clockwise direction, we call the angle negative angle.
s distance travelled
θ= = ,
r radius
where θ is measured in radians.
Example
Convert each of the following given angles to the required unit of measure.
(a) From degree measure to radian measure
(i) 75◦ (ii) 450◦
π 5
(i) 75◦ = 75◦ × ◦
= π rad.
180 12
◦ ◦ π 5
(ii) 450 = 450 × ◦
= π rad.
180 2
(b) From radian measure to degree measure
2
(i) π rad (ii) 6.25π rad
3
2 2 180◦
(b) (i) π rad = π × = 120◦ .
3 3 π ◦
625 180
(ii) 6.25π rad = π× = 1125◦ .
100 π
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 78 / 126
The Trigonometric Functions
Let θ be an angle in standard position and P(x, y ) be a point on the
terminal side
pof θ and let r be the distance from the origin O(0, 0) to
P; i.e, r = x 2 + y 2 , as in Figure below.
√ √ √
y −2 3 3 1 2 2 3
sin θ = = =− , csc θ = = −√ = − .
r 4 2 sin θ 3 3
x 2 1 1
cos θ = = = , sec θ = = 2.
r 4 2√ cos θ √
y −2 3 √ 1 1 3
tan θ = = = − 3 , cot θ = = −√ = − .
x 2 tan θ 3 3
The association of this name is probably due to the fact that for an acute
angle θ (i.e., when 0 < θ < π/2) the six trigonometric functions can also
be defined as the ratios of lengths of sides of a right triangle as follows
(See Figure given above).
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 86 / 126
The Trigonometric Functions ...
opp hyp
sin θ = csc θ =
hyp opp
adj hyp
cos θ = sec θ =
hyp adj
opp adj
tan θ = cot θ =
adj opp
θ (deg.) 0 30◦ 45◦ 60◦ 90◦ 120◦ 135◦ 150◦ 180◦ 270◦ 360◦
π π π π 2π 3π 5π 3π
θ (rad) 0 6 4 3 2 3 4 6
π 2
2π
√ √ √ √
1 2 3 3 2 1
sin θ 0 2 2 2
1 2 2 2
0 −1 0
√ √ √ √
3 2 1
cos θ 1 2 2 2
0 − 12 − 22 − 2
3
−1 0 1
√ √
tan θ 0 √1 1 3 – − 3 −1 − √13 0 – 0
3
For both sine and cosine functions the domain is (−∞, ∞). Moreover,
the range of cosine and sine functions is the closed interval [−1, 1].
Thus, for all values of x, we have −1 ≤ sin x ≤ 1, −1 ≤ cos x ≤ 1.
Moreover, since these functions are defined by the amount of rotation
the terminal side of the angles make, after one full revolution their
values coincide with the one with in the first revolution.
Example
Find a positive angle θ in the interval [0, 2π] (or between 0◦ and 360◦ )
equivalent to
7π 15
(a) rad (b) π rad
2 4
Solution:
7π
(a) Since rad is more than 2π we extract out and subtract the maximum
2
7π 7π 3π
integer multiple of 2π from . Therefore, since = 2π+ , the positive
2 2 2
7π 3π
angle θ equivalent to rad in the interval [0, 2π] is rad.
2 2
15 7 15
(b) Since π = 2π + π, the positive angle θ equivalent to π rad in
4 4 4
7
the interval [0, 2π] is π rad.
4
Solution:
(c) Since negative here means the opposite direction with respect to the
positive full revolution, i.e., integer multiples of 2π, we have
5 5 1
− π = 2π − π = π. Therefore,
3 3 3
5 1
the positive angle θ equivalent to − π rad in the interval [0, 2π] is π rad.
3 3
(d) Since 560◦ is greater than 360◦ , we extract out and subtract the max-
imum possible integer multiple of 360◦ from the given value. Therefore,
since 560◦ = 360◦ + 200◦ ,
the equivalent positive angle θ between 0◦ and 360◦ is 200◦ .
Solution:
(e) Similarly, since
Figure: Regions in which the trig functions are positive. A = All, C = Cosine,
T = Tangent, S = Sine. The signs of the three reciprocal functions can be
determined accordingly.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 94 / 126
The Trigonometric Functions ...
hπ i
In the second quadrant (i.e., in the interval , π or between 90◦
2
and 180◦ ) only sin θ and its reciprocal csc θ are positive, while all the
remaining are negative.
3π
In the third quadrant (i.e., in the interval π, or between 180◦
2
and 270◦ ) only tan θ and its reciprocal cot θ are positive, while all the
remaining are negative.
3π
In the fourth quadrant (i.e., in the interval , 2π or between 270◦
2
and 360◦ ) only cos θ and its reciprocal sec θ are positive, while all the
remaining are negative.
That means, from the triangle above and√ from sin θ is negative
√ while tan θ
3 3 10 10
is positive, we get sin θ = − √ = − , csc θ = −
10 10 3
√
1 10 √ 1
cos θ = − √ = − , sec θ = − 10 and cot θ = .
10 10 3
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 97 / 126
Trigonometric Identities...
The angle −θ corresponds to the point Q(x, −y ) on the Cartesian
coordinate whenever P(x, y ) corresponds to θ.
−y x
This means, sin(−θ) = and cos(−θ) = . Consequently,
r r
sin (−θ) = − sin θ and cos (−θ) = cos θ. (1)
These identities show that sin is an odd function and cos is an even
function.
The distance formula (or the Pythagorean Theorem) tells us that any
point P(x, y ) on the circle centered at the origin and with radius r
satisfies the equation x 2 + y 2 = r 2 .
y 2 x 2 y 2 + x 2 r2
Therefore, sin2 θ+cos2 θ = + = = = 1.
r r r2 r2
We have therefore proved one of the most useful identities in trigonom-
etry:
sin2 θ + cos2 θ = 1. (2)
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 98 / 126
Trigonometric Identities
Since many of the identities for trigonometric functions follow from the
identity
sin2 θ + cos2 θ = 1
, it is considered as one of the basic identities in trigonometry.
For instance, if we divide both sides of Equation (2) by cos2 θ, we get
tan2 θ + 1 = sec2 θ
1 + cot2 θ = csc2 θ
By substituting −y for y in Equations (3) and (4) and using Equation (1)
we obtain the following identities, called the subtraction formulas:
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 100 / 126
Trigonometric Identities...
Example
3 5
Given that sin α = and that cos β = , where α and β are acute angles, find
5 13
the actual values of (a) sin(α + β), (b) cos(α − β).
Solution:
3
If sin α = , then using right-triangle rule (see Figure 62), we can find that the
5
measures of the opposite side is 3, the hypotonus is 5 and the adjacent side is
√ 4
b = 52 − 32 = 4. Which gives that, cos α = .
5
12 5
Using similar arguments for angle β, we obtain sin β = cos β = .
13 13
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 101 / 126
Trigonometric Identities...
Example
Using
the
values given for special angles, find the actual value of
5π
sin = sin 75◦ .
12
Solution:
◦ ◦ ◦ 5π
Note that we can rewrite sin 75 as sin(45 + 30 ) or sin =
π π 12
sin + .
4 6
Then applying the addition formula for sine and the values given in the
Table of basic trig. values, we get,
5π π π π π
sin = sin cos + sin cos
12 4 6 6 4
√ √ √ √ √
2 3 1 2 6+ 2
= × + × = .
2 2 2 2 4
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 103 / 126
From the addition and subtraction formulae for sine and cosine, it is
possible to derive the corresponding addition and subtraction formulae for
the tangent function. We outline the derivation for addition here below.
From the definition of tangent we know that
sin(x + y ) sin x cos y + cos x sin y
tan(x + y ) = = .
cos(x + y ) cos x cos y − sin x sin y
Now dividing both the numerator and the denominator components by the
term cos x cos y we obtain
sin x cos y cos x sin y sin x sin y
+ +
cos x cos y cos x cos y cos x cos y
tan(x + y ) = = .
cos x cos y sin x sin y
sin x sin y
− 1−
cos x cos y cos x cos y cos x cos y
Simplifying the last expression gives,
tan x + tan y
tan (x + y ) = . (7)
1 − tan x tan y
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 104 / 126
Trigonometric Identities...
Then, by using the identity sin2 x + cos2 x = 1, we obtain the following alternative
forms of the double angle formulas for cos 2x:
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 105 / 126
Trigonometric Identities...
If we now solve these equations for cos2 x and sin2 x, we get the following
identities, called the half-angle formulas
1 + cos 2x 1 − cos 2x
cos2 x = , sin2 x = .
2 2
Moreover, from the addition and subtraction formulas (Equation (3) -
(6)), we get the following three identities, called the product formulas
1
sin x cos y = [sin (x + y ) + sin (x − y )] ,
2
1
cos x cos y = [cos (x + y ) + cos (x − y )] ,
2
1
sin x sin y = [cos (x − y ) − cos (x + y )] .
2
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 106 / 126
Graphs of Trigonometric Functions
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 107 / 126
Graphs of Trigonometric Functions...
The following are the graphs of trigonometric functions y = sin x and
y = cos x.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 109 / 126
Graphs of Trigonometric Functions...
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 110 / 126
Graphs of Trigonometric Functions...
For sine and cosine functions this will change the period of the func-
tions.
That means, the functions
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 111 / 126
Graphs of Trigonometric Functions...
We generalize the above discussion by the following remark.
Remark
Graphs of sine and cosine functions are called sinusoids. One method to
write a sine or cosine function that models a sinusoid is to find the values
of a, b, h, and k for
y = k + a sin b(x − h)
or y = k + a cos b(x − h), for b > 0,
where |a| is the amplitude, (2π/b) is the period (b > 0), h is the horizontal
shift, and k is the vertical shift. An appropriate interval on which to graph
one complete period is [h, h + (2π/b)]. The value of k is the mean of the
maximum and minimum values.
(maximum value) + (minimum value)
i.e., k= .
2
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 112 / 126
Graphs of Trigonometric Functions...
Example
Find the amplitude, period, and the horizontal shift for
5 π
(a) y = sin 3x − .
3 2
Solution:
5 π
(a) For the curve y = sin 3x − ,
3 2
5
the amplitude is |a| = .
3
Now to find the period and the horizontal shift we need to factor the coef-
ficient of x to get
5 π 5 π
y= sin 3x − = sin 3 x − .
3 2 3 6
2π π
Therefore, the period is , and the horizontal shift is .
3 6
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 113 / 126
Graphs of Trigonometric Functions...
Example
Find the amplitude,
period,the horizontal shift and the veritcal shift for
5
(b) y = 2 + 3 cos 2x +
2
Solution: (b) For the curve
5 5
y = 2 + 3 cos 2x + = 2 + 3 cos 2 x + ,
2 4
The amplitude is 3,
2π
The period is = π,
2
5
The horizontal shift is .
4
Moreover, the vertical shift of the graph of y is k = 2.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 114 / 126
Graphs of Trigonometric Functions...
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 115 / 126
Graphs of Trigonometric Functions...
Therefore, the graph of y = tan x can be obtained by plotting it for
− π2 ≤ x ≤ π2 and then duplicating the result over the entire domain using
its periodicity (see Figure (A) below). Similarly, the graph of y = cot x
can be drawn using similar arguments and is given in Figure (B) below.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 119 / 126
Application of Trigonometric functions
Example
A building is 50 meters high At a distance away from the building, an
observer notices that the angle of elevation to the top of the building is 41o
to the nearest meters how far is the observer from the base of the building?
we can use the trigonometric tangent
function
opposite 50
tan 41o = =
adjacent x
solving for x we have
50
x= ≈ 58m
tan 41o
The observer is 58 meters far from the base of the building.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 120 / 126
Hyperbolic functions
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 121 / 126
Hyperbolic functions...
Observe that, sinh x is an odd function (i.e., sinh (−x) = − sinh x) with
sinh (0) = 0, its domain is (−∞, ∞), and its range is (−∞, ∞).
However, cosh x is an even function (i.e., cosh (−x) = cosh x) with
cosh (0) = 1, domain (−∞, ∞) and range [1, ∞). The graphs of
y = sinh x and y = cosh x are shown in the Figure given below.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 122 / 126
Hyperbolic functions...
Using the fact that csc hx is the reciprocal of sinh x and sec hx is the
reciprocal of cosh x, the graphs of y = csc hx and y = sec hx can be also
easily sketched as in Figure 15.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 123 / 126
Hyperbolic functions...
Observe also that tanh x is an odd function with tanh (0) = 0, domain
(−∞, ∞).
Moreover, −1 ≤ tanh x ≤ 1 for all x because |e x − e −x | ≤ e x + e −x .
Thus, the range of tanh x is [−1, 1].
Consequently, the graph of y = tanh x can be sketched as shown in
Figure (A) given below.
Moreover, from the fact that coth x is the reciprocal of tanh x we get
that coth x is an odd function with domain R\{0}, range (−∞, −1] ∪
[1, ∞) and its graph can be sketched as shown in Figure (B) given
below.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 124 / 126
Hyperbolic functions...
Graphs of the hyperbolic functions tanh x and coth x.
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 125 / 126
Hyperbolic functions...
Hyperbolic Identities:
(a) cosh2 x − sinh2 x = 1 (b) 1 − tanh2 x = sec h2 x
(c) sinh (x + y ) = sinh x cosh y + cosh x sinh y
(d) cosh (x + y ) = cosh x cosh y + sinh x sinh y
(e) (sinh x + cosh x)n = sinh(nx) + cosh(nx) where n ∈ R
Example
cosh2 x − sinh2 x = 1.
sinh2 x 1
1− 2
=
cosh x cosh2 x
or 1 − tanh2 x = sec h2 x
Moreover, the sum of sinh x and cosh x gives us the exponential function
(i.e., cosh x + sinh x = e x ).
(Tilahun Abebaw (PhD)) Math 1011 (Chapter 3) August 5, 2021 127 / 126