Freshman MathsMynotes_Unit3_2017EC (1)
Freshman MathsMynotes_Unit3_2017EC (1)
There are many situations where elements of one set are related (paired) with elements of anoth-
er set. For example:
✓ To each car, there corresponds a plate number
✓ To each university student, there corresponds an ID number
✓ To each person, there corresponds an age
✓ To each person, there corresponds a father
Such pairings (or associations) between elements of two sets are captured mathematically by
concepts, called relations and functions.
Next we define three closely related terms: relation, relation from A into B and relation on A.
Definition 2 [relation]: A relation is a set of ordered pairs; that is., it is a set whose elements are
ordered pairs.
More precisely, we define a relation from a set into another set, as follows.
Definition 3 [relation from A into B]:
Let 𝐀 and 𝐁 be any two sets. Then any subset R of 𝐀 × 𝐁 is called a relation from A into B.
Remark 1: Let 𝐴 and 𝐵 be sets. If 𝑛(𝐴) = 𝑚 and 𝑛(𝐵) = 𝑛, then we can define 2𝑚𝑛 number of
different relations from set 𝐴 into set 𝐵.
Remark 2: The definition of relation given thus far is for two sets. The definition can be extend-
ed to any number of sets. A relation between two sets is called a binary relation. In general, a
relation among 𝑛 sets is called n-nary relation.
Remark 3: Relations are useful in developing database applications.
Remark 4 [Methods of Describing Relations]:
a. Since a relation is a set, so we can describe a relation by:
- verbal method
- listing method
- set builder method
b. Additionally, we can also describe relations by pictorial methods:
- Arrow diagrams
- graphs
Representing a relation by an Arrow Diagram:
A relation 𝑅 ⊆ 𝐴 × 𝐵 can be displayed by arrow diagrams called digraph (directed graph)
by representing:
- elements of A as points in a simple closed curve
- elements of B as points in another simple closed curve
- Elements of R as arrows from points of A to points of B.
Representing a Relation by a graph:
A relation 𝑅 from 𝐴 into 𝐵, where 𝐴 and 𝐵 are number sets, can also be displayed as a graph on
XY coordinate plane by plotting:
- Each element of 𝐴 as a point on a horizontal axis
- Each element of 𝐵 as a point on vertical axis
- each element (𝑥, 𝑦) of 𝑅 as the point whose directed distance from the 𝑦 and x-axis is x
units and y units respectively.
Next we define four important sets which are associated to any relation.
Definition 5[domain, range and co-domain]: Let R be a relation from A into B. Then, the set
a) 𝐷𝑜𝑚(𝑅): = {𝑎: (𝑎, 𝑏)𝜖𝑅 for some 𝑏𝜖𝐵} is called the domain of R.
b) 𝑅𝑎𝑛𝑔𝑒(𝑅): = {𝑏: (𝑎, 𝑏)𝜖𝑅 for some 𝑎𝜖𝐴} is called the range of R.
c) B is called the co-domain of R.
d) 𝑅 −1 : = {(𝑏, 𝑎): (𝑎, 𝑏)𝜖𝑅} is called the inverse of R.
The range of a relation is always a subset of the codomain. Observe that Dom( R) = Range ( R −1 )
Solution:
i) R = {( 9,1), (7,2), (5,3), (3,4), (1,5)} .
Example 4: Give the domain, range and inverse of 𝑅 = {(𝑥, 𝑦): 𝑥, 𝑦 ∈ ℝ 𝑎𝑛𝑑 𝑦 = 3𝑥 − 7 } and
sketch the graph of R and the graph of 𝑅 −1.
Solution:
Domain (R) =ℝ,
Range (R) =ℝ,
𝑹−𝟏 = {(𝒚, 𝒙) ≔ 𝒚 = 𝟑𝒙 − 𝟕} or 𝑹−𝟏 = {(𝒙, 𝒚): 𝒙 = 𝟑𝒚 − 𝟕}
The graphs of R and 𝐑−𝟏 are sketched using online software located at GraphSketch.com.
Example 5: Give the domain, range and inverse of 𝑅 = {(𝑥, 𝑦): 𝑥, 𝑦 ∈ ℝ 𝑎𝑛𝑑 𝑦 ≤
3𝑥 𝑎𝑛𝑑 𝑦 ≤ −𝑥 + 4 }. Also sketch R and 𝑅 −1.
Solution: Note that every element (𝑥, 𝑦) of R must satisfy the system of inequalities below:
𝑦 − 3𝑥 ≤ 0
{
𝑥+𝑦−4≤0
The following definition also gives types of relations on a set from other perspective.
Example 6: Choose the correct answer: Let 𝑅 be a relation on the set ℕ of natural numbers de-
fined by
𝑛𝑅𝑚 if and only if 𝑛 divides 𝑚.
Then 𝑅 is:
(A) Reflexive and symmetric
(B) Transitive and symmetric
(C) Equivalence
(D) Reflexive, transitive but not symmetric
Answer: D
a) one to one if distinct elements of the domain are related to distinct elements of the range
and distinct elements of the range are related to distinct elements of the domain,
i.e.,(𝑥, 𝑧), (𝑦, 𝑧)∈R implies 𝑥 = 𝑦 and (𝑥, 𝑦), (𝑥, 𝑧)∈R implies 𝑦 = 𝑧.
b) one to many if at least one element of the domain is related to more than one element of
the range.
c) many to one if at least one element of the range is related to more than one element of the
domain
Next we define a very important type of relation called function, which includes exactly the one
to one and many to one relations. The terms "function" and "function from A into B" are slightly
different.
Definition 9 (Function):
A function is a relation 𝑓 in which no two distinct elements of 𝑓 have the same first coordinates.
More precisely, a set f is said to be a function if
(i) it is a relation
(ii) (𝑥, 𝑦), (𝑥, 𝑧) ∈ 𝑓 ⟹ 𝑦 = 𝑧.
Answer: The relations in (b), (c), (f) and (i) are functions.
if
(i) 𝐷𝑜𝑚(𝑓) = 𝐴
(ii) No two distinct elements of f have the same first coordinate,
i.e., (𝑥, 𝑦), (𝑥, 𝑧) ∈ 𝑓 ⟹ 𝑦 = 𝑧.
Remark 1: Thus, a set 𝒇 is said to be a function from A into B if it satisfies the following three
conditions:
(i) 𝑓 is a relation from 𝐴 into 𝐵, i.e., 𝑓 ⊆ 𝐴 × 𝐵
(ii) 𝐴 is the domain of 𝑓.
(iii) No two distinct elements of 𝑓 have the same first coordinate
Remarks 2: Let 𝒇: 𝑨 → 𝑩. Then the set:
(i) A is called the domain of f
(ii) B is called the codomain of f
(iii) {𝑓(𝑥): 𝑥 ∈ 𝐴}is called the range of f.
Definition of Function as a Rule: Let 𝐴 and 𝐵 be nonempty sets. A function from 𝐴 to 𝐵 is a rule
that assigns to every element of A a unique element in 𝐵. We call 𝐴 the domain, and 𝐵
the codomain, of the function. If the function is called f, we write 𝑓: 𝐴 → 𝐵
Solution:
a) f is a function because to each element of A there corresponds exactly one element of
B.
𝑓1 (𝑥), 𝑖𝑓 𝑥𝜖 𝐷1
𝑓(𝑥) ≔ { ⋮
𝑓𝑛 (𝑥), 𝑖𝑓 𝑥𝜖𝐷𝑛
Vertical Line Test: If any vertical line intersects the graph of an equation more than once, then
the equation does not represent a function.
Example 9 [applying the vertical line test]: Which of the following graphs represents a func-
tion?
Operations on Functions
Two real valued functions can be added like numbers to produce a new function f + g . Similarly
𝑓
we can produce new functions 𝑓 − 𝑔, 𝑓𝑔 and 𝑔 from two functions 𝑓 and 𝑔 as follows.
respectively called the sum of f & g, the difference of f & g, the constant multiple f by k, the
product of f & g and the quotient of f & g , as follows:
a. 𝑓 + 𝑔: 𝐷 ∩ 𝐸 → ℝ given by (𝑓 + 𝑔)(𝑥) ≔ 𝑓(𝑥) + 𝑔(𝑥)
b. 𝑓 − 𝑔: 𝐷 ∩ 𝐸 → ℝ given by (𝑓 − 𝑔)(𝑥) ≔ 𝑓(𝑥) − 𝑔(𝑥)
c. 𝑓𝑔: 𝐷 ∩ 𝐸 → ℝ given by(𝑓𝑔)(𝑥) ≔ 𝑓(𝑥)𝑔(𝑥)
𝑓 𝑓 𝑓(𝑥)
d. 𝑔
: 𝐷 ∩ 𝐸\{𝑥 ∈ 𝐸: 𝑔(𝑥) = 0} → ℝ given by (𝑔) (𝑥) ≔ 𝑔(𝑥)
𝑓
Remark: The functions f + g , 𝑓 − 𝑔, 𝑓𝑔, 𝑘𝑓 and 𝑔
are sometimes called combinations of
functions.
Example 11[combinations of two functions given by listing method]:
Let 𝑓 = {(1,3), (2,4), (5.7)}
𝑔 = {(1,4), (2,0), (3.5)}=
Find
𝑓 𝑔
a) (𝑓 + 𝑔)(2), (𝑓 − 𝑔)(2), (𝑓𝑔)(2), −5𝑓(2), −𝑓𝑔(2) and (2), (2)
𝑔 𝑓
𝑓 𝑔
b) 𝑓 + 𝑔, 𝑓 − 𝑔 , 𝑓𝑔, −5 𝑓, −5𝑔, and .
𝑔 𝑓
Remarks:
(a) In the above definition of 𝑓𝑜𝑔 co-domain of 𝑔 and domain of 𝑓 are the same. This is not
must. It suffices to assume that 𝑟𝑎𝑛𝑔𝑒 𝑜𝑓 𝑔 ⊆ 𝑑𝑜𝑚𝑎𝑖𝑛 (𝑓). Thus, in general, if 𝑔: 𝐴 →
𝐵 and 𝑓: 𝐶 → 𝐷 and if the range of g is a subset of C, we define 𝑓𝑜𝑔: 𝐴 → 𝐷 by:
( f g )( x ) = f [ g ( x )] .
Example 14: Let 𝑓(𝑥) = 𝑎𝑥 + 𝑏 where 𝑎, 𝑏 are constants and a ≠ 0. Find a function g so that
(𝑔𝑜𝑓)(𝑥) = 𝑥. Answer: ±1
Example 15: Let 𝑓(𝑥) = 4𝑥 + 𝑘 and 𝑔(𝑥) = 3𝑥 + 1. Find k so that (𝑓𝑜𝑔)(𝑥) = (𝑔𝑜𝑓)(𝑥).
3
Answer: 𝑘 = 2
Equality of Functions
Let f : A → B and g : A → B be two functions. Since f and g are sets, so it makes sense to
ask whether 𝑓 = 𝑔 or not
Definition 14: (Equality of functions):
Two functions 𝑓 and 𝑔 are said to be equal, written 𝑓 = 𝑔, if
i) 𝐷𝑜𝑚𝑎𝑖𝑛 (𝑓) = 𝐷𝑜𝑚𝑎𝑖𝑛(𝑔),i.e., 𝑓 and 𝑔 have the same domain
ii) 𝑓(𝑥) = 𝑔(𝑥) for every x i.e., 𝑓 and 𝑔 have the same rule.
In short, two functions are said to be equal if they have the same domain and the same rule.
(Compare the analogy with the definition of equal vectors: two vectors are equal if they have the
same magnitude and the same direction.).
Remark (consistency of this definition with equality of f and g as sets): Suppose 𝑓 = 𝑔; as
two sets. Then (𝑥, 𝑦) ∈ 𝑓 ⟺ (𝑥, 𝑦) ∈ 𝑔. This implies 𝑦 = 𝑓(𝑥) ⟺ 𝑦 = 𝑔(𝑥). Thus (i) and (ii)
are satisfied. Conversely, if (i) and (ii) are satisfied, then it can be shown that 𝑓 = 𝑔 (in the sense
of equality of sets).
Example 16 (equal and non-equal functions):
𝑥 2 −1
Let 𝑓(𝑥) = 𝑥−1
,
𝑔(𝑥) = 𝑥 + 1,
𝑥 2 −1
, 𝑖𝑓 𝑥 ≠ 1
𝑓(𝑥) = { 𝑥−1
2, 𝑖𝑓 𝑥 = 1
𝑡(𝑥) = 𝑥 + 1, 𝑥 ≠ 1
Then 𝑓 ≠ 𝑔 but 𝑔 = ℎ and 𝑓 = 𝑡 .
3.1.3 Injective Functions, Surjective Functions, Bijective Functions and Inverse Functions
Then, the range of 𝑓 i.e., {1, 2, 3} ≠ co-domain of 𝑓 i.e., {1, 2, 3, 4}. Therefore, 𝑓 is NOT onto.
But, 𝑓 is one to one.
Inverse function
−1
Since a function is a relation, the inverse of a function f can also be denoted by f and is de-
fined by:
f −1 = {( y, x) : ( x, y ) f }
But the inverse of a function may not be a function. Thus every function 𝑓 has an inverse but it
may not have an inverse function. Even if it has an inverse function, the domain of the inverse
function need not be the codomain of 𝑓.
Question 1: What kinds of functions do have inverse functions?
Question 2: What kinds of functions 𝑓: 𝐴 → 𝐵do have inverse functions 𝑓 −1 : 𝐵 → 𝐴?
Remark: For a function f : A → B , notice the difference between the following three sentences.
i. 𝑓 has an inverse. (This always true).
ii. 𝑓 has an inverse function. (This is true only if 𝑓 is one to one).
iii. 𝑓 has an inverse function from 𝐵 to 𝐴. (This is true only if 𝑓 is bijective).
Example 18: Let 𝐴 = {1,2,3} and 𝐵 = {2,4,6}.Then
a. The inverse of f = {( 2,4), (3,6), (1,2)} is a function. Furthermore, it is a function from B
into A.
b. The inverse of 𝑓 = {(2,4), (3,6)} is a function but it is not a function from B into A.
c. The inverse of f = {( 2,4), (3,6), (5,4)} is not a function.
Remark: Beware of the difference between 𝑓 −1 (𝑥)&[𝑓(𝑥)−1 ]. The latter is the reciprocal of
𝑓(𝑥). That is:
1
f −1 ( x )
f ( x)
3. Solve for 𝑦.
4. Replace y by 𝑓 −1 (𝑥).
5𝑥+3
Example 19: If 𝑓(𝑥) = 1−2𝑥, then find a formula for 𝑓 −1 (𝑥).
Solution:
Let
5𝑥 + 3
𝑦= .
1 − 2𝑥
Replacing every 𝑥 by 𝑦 and 𝑦 by 𝑥, we get that
5𝑦 + 3
𝑥= .
1 − 2𝑦
This implies
𝑥(1 − 2𝑦) = 5𝑦 + 3
And this in turn implies
𝑥−3
𝑦=
5 − 2𝑥
Replacing 𝑦 by 𝑓 −1 (𝑥) gives:
𝑥−3
𝑓 −1 (𝑥) = 5−2𝑥 //
Exercise 3.1
a. 𝑹 = {(𝒙, 𝒚) ∣ 𝒙𝟐 ≤ 𝒚}
b. 𝑹 = {(𝒙, 𝒚) ∣ 𝒙 𝒅𝒊𝒗𝒊𝒅𝒆𝒔 𝒚}
c. 𝑹 ={(𝒙, 𝒚) ∣ 𝒙 + 𝒚 𝒊𝒔 𝒆𝒗𝒆𝒏 }
2. For each of the relations in Problem No.1, find domain, codomain, range and inverse.
3. Let 𝐴 = {2,3,4,7} and 𝐵 = {1,2,3, … ,12}. Define 𝑎𝑆𝑏 if and only if 𝑎 ∣ 𝑏. Use the roster
method to describe S.
a) f ( x) = 1 + 8x − 2 x 2 c) f ( x ) = x − 6 x + 8
2
1 3x + 4, − 1 x 2
b) f ( x) = d) f ( x ) =
x − 5x + 6
2
1 + x, 2 x 5
3x − 5, x 1
9. Given f ( x ) = 2 .
x − 1, x 1
Find a) f (−3) b) f (1) c) f (6)
10. Choose the correct answer: Set A has 3 elements and the set B has 4 elements. Then the
number of injective mappings that can be defined from A to B is:
(A) 144 (B) 12 (C) 24 (D) 64
11. Let 𝑓 ∶ 𝐴 → 𝐵 and 𝑔 ∶ 𝐵 → 𝐶 be the given functions such that 𝑔 𝑜 𝑓 is onto. Show
that 𝑔 is onto.
12. Let 𝑓 ∶ A → B and g : B → C be the given functions such that g o f is one-one. Then
show that f is one-one.
13. If 𝑓 ∶ X → Y, g : Y → Z and h : Z → S are functions, then show that h o (g o f) = (h o g)
o f.
14. Let 𝑓 ∶ A → B and g : B → C be the given functions such that g o f is one-one. Then f is
one-one
15. Let 𝑓 ∶ X → Y and g : Y → Z be two invertible functions. Then show that g o f is also
invertible and (𝑔 𝑜 𝑓)−1 = 𝑓 −1 o 𝑔−1 .
16. Given 𝑓(𝑥) = 3𝑥 + 2 and 𝑓(𝑔(𝑥)) = 6𝑥 + 5, then find 𝑔(𝑥).
2𝑥
17. Given (𝑥) = 𝑥+3 , find (a) 𝑓 −1 (𝑥) and (b) range (𝑓).
In this section we consider the definition and basic properties of specific classes of mathematical
functions which frequently occur as mathematical models of real-life situations.
Remark:
1. Notice that every polynomial function is a sum of finite terms and every term has the
form:
(𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡)(𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒)𝑤ℎ𝑜𝑙𝑒 𝑛𝑢𝑚𝑏𝑒𝑟
Example 1 [Identifying Polynomials]: Which of the following functions are polynomials? For
those which are polynomials, find their degrees.
A. 𝑓(𝑥) = 𝑥 + √𝑥 + 17
17
B. 𝑓(𝑥) = 𝑥 +
𝑥
3
C. 𝑓(𝑥) = √𝑥 + 18
D. 𝑓(𝑥) = 𝑥 2 [𝑥 2 + 𝑥 −2 − 17]
E. 𝑓(𝑥) = 5 + √𝑥 2 + 𝑥 2
3
F. 𝑓(𝑥) = 5 + √𝑥 3 + 𝑥 2
𝑥 2 −7𝑥+12
G. 𝑓(𝑥) = 𝑥−3
𝑥 2 −7𝑥+12
, 𝑖𝑓 𝑥 ≠ 4
H. 𝐹(𝑥) = { 𝑥−4
1, 𝑖𝑓 𝑥 = 4
I. 𝐹(𝑥) = 18
J. 𝑓(𝑥) = −3𝑥(−6𝑥 + 10)3 .
p( x) = d
( x) + R
( x). q ( x) , where either R ( x ) = 0 or the degree of R (x ) is less than degree
dividend divisor quotient remainder
of d ( x ) .
Example 2: Use long division method to find the remainder 𝑟(𝑥) and quotient 𝑞(𝑥) when 2𝑥 3 −
3𝑥 2 + 4𝑥 + 5 is divided by 𝑥 + 2.
With the aid of the division algorithm, we can derive the next two important theorems that will
allow us to recognize the zeros of polynomials.
When a polynomial p (x ) of degree at least 1 is divided by the linear factor 𝑥 − 𝑎, then the re-
mainder is 𝑝(𝑎).
p ( x) = ( x − a )q ( x) + r
Note that since the divisor is of the first degree, the remainder r, must be a constant. If we now
substitute 𝑥 = 𝑎, into this equation, we get
P(a) = (a − a)q(a) + r = 0 q(a) + r
Therefore, p(a) = a . ∎
Solution:
(a) 𝑟 = 𝑝(2) = 9
(b) 𝑟 = 𝑝(−1) = −6
𝑦 4 𝑦 3 𝑦 2 𝑦
(c) Put 2𝑥 =: 𝑦 and let 𝑝(𝑥) = 𝑓(𝑦). Then 𝑓(𝑦) = 6 ( ) − ( ) + 2 ( ) − 7 ( ) + 2.
2 2 2 2
203
It follows that 𝑟 = 𝑓(−3) = 4
.
Does every polynomial have a zero? Our answer depends on the number system in which we are
working. If we restrict ourselves to the set of real number system, then we are already familiar
with the fact that the polynomial p( x ) = x 2 + 1 has no real zeros. However, this polynomial does
have two zeros in the complex number system. (The zeros are i and − i ). Carl Friedrich Gauss
(1777-1855), in his doctoral dissertation, proved that within the complex number system, every
polynomial of degree 1 has at least one zero. This fact is usually referred to as the Fundamen-
tal theorem of Algebra
Note that since all real numbers are complex numbers, a polynomial with real coefficients also
satisfies the Fundamental theorem of Algebra. As an immediate consequence of the Fundamental
theorem of Algebra, we have
p( x) = an ( x − r1 ) ( x − r2 ) ( x − rn ) .
From the linear factorization theorem, it follows that every polynomial of degree n 1 has ex-
actly n zeros in the complex number system, where a root of multiplicity k counted k times.
From the quadratic formula for quadratic equations we know that if a complex number is a root
of the equation, so is its conjugate. For example, the roots of x 2 − 2 x + 5 = 0 are 1+ 2i and
1− 2i . This property extends to all polynomial equations with real coefficients.
Theorem 7 [The Conjugate Roots Theorem]
Solution: According to the Conjugate Roots Theorem, if 1 − 3 i is a zero, then its conjugate,
f ( x) = ( x 2 − 2 x + 4)( x 2 + 4 x − 5) = ( x 2 − 2 x + 4) ( x + 5) ( x − 1).
The rest of this subsection is devoted to developing some special methods for finding the zeros
of a polynomial function.
As we have seen, even though we have no general techniques for factorizing polynomials of de-
gree greater than 2, if we happen to know a root, say r , we can use long division to divide p (x )
by x − r and obtain a quotient polynomial of lower degree. If we can get the quotient polynomial
down to a quadratic, then we are able to determine all the roots. But how do we find a root to
start the process? The following theorem can be most helpful.
p
nomial with integer coefficients. If is a rational root of f ( x ) = 0 , where p and q have no
q
common factor other than 1 , then p is an integer factor of a0 and q is an integer factor of
an .
3
To get a feeling as to why this theorem is true, suppose is a root of
2
a3 x 3 + a 2 x 2 + a1 x + a 0 = 0 .
3 2
3 3 3
Then, a 3 + a 2 + a1 + a 0 = 0 which implies that
2 2 2
27a3 9a 2 3a1
+ + + a0 = 0 multiplying both sides by 8
8 4 2
27a3 + 18a 2 + 12a1 = −8a 0 ...................................................(1)
If we look at equation (1), the left hand side is divisible by 3, and therefore the right hand side
must also be divisible by 3. Since 8 is not divisible by 3, a 0 must be divisible by 3. From equa-
Our last theorem on polynomials is called Vieta's formula; it relates the coefficients of
a polynomial to sums and products of its roots.
(−1)𝑛 𝑎0
b)𝑟1 𝑟2 … . 𝑟𝑛 = 𝑎𝑛
1 1 𝑥1 +𝑥2 9
Solution: 𝑥2
+𝑥 = 𝑥1 𝑥2
= − 33. //
1
n( x )
Definition 1: A rational function is a function of the form f ( x) = where both n(x) and d(x)
d ( x)
are polynomials and d ( x) 0 . (See the analogy of this definition with the definition of rational
number).
3 x −1
Example 1 (Identifying rational functions): The functions f ( x) = , f ( x) = 2 and
x+5 x −4
x5 + 2x3 − x + 1 3
f ( x) = are examples of rational function. But The functions f ( x) = ,
x + 5x x +5
x −1 𝑥
f ( x) = −2
and 𝑓(𝑥) = |𝑥 3 −4| are not rational functions.
x −4
n( x )
Note that the domain of the rational function f ( x) = is {x : d ( x) 0}
d ( x)
Asymptotes
In general, an asymptote is a line (or a curve) that the graph of a function gets close to but does
not touch. Below, the three main types of asymptotes for rational functions are defined.
𝑛(𝑥)
Definition 2: Let 𝑅(𝑥) = 𝑑(𝑥) be a rational function in simplified form, i.e., N and D have no
a) If 𝑑(𝑎) = 0, then the vertical line 𝑥 = 𝑎 is called a vertical asymptote (VA) of f(x),
b) If 𝑞 is constant, the horizontal line 𝑦 =q is called horizontal asymptote (HA) of f(x) and
c) If 𝑞 is a linear function, then the slant (oblique) line 𝑦 = 𝑞(𝑥) is called an oblique as-
ymptote (OA) or slant asymptote of f(x).
Solution:
Step 1: Reduce the rational function to lowest terms and check for any open holes in the graph.
This function cannot be reduced any further. This means that there will be no open holes on this
graph.
Step 2: Find all of the asymptotes and draw them as dashed lines.
Horizontal Asymptote: Since the degree of the numerator is equal to the degree of the denomi-
nator, then there is a horizontal asymptote at
Slant Asymptote: Since the degree of the numerator is NOT one degree higher than the degree
of the denominator, there is not slant asymptote.
Since
,
the function is neither even nor odd.
y-intercept: Put x=0 in the formula for the function and find y.
Note that the vertical asymptotes section the graph into three parts. We compute values of the
function at some sample points. Let us evaluate it at two x values that are to the left of x = -2, one
in between x = -2 and x = 1, and two that are to the right of x = 1.
x -4 -3 -1 2 3
f(x) 17 5 −1 3 1
2
10 4
Step 6: Draw curves through the points of step 5 and through intercepts, in such a way that the
curve is approaching the asymptotes eventually
Figure 8: A rational function whose graph intersects with its HA
𝑥3
Example 3 [graph with no HA and no OA]: Sketch 𝑓(𝑥) = 2𝑥−2
In the expression x n , x is called the base and n is called the exponent and 𝑥 𝑛 itself is called
power.
x 0 = 1 ( x 0) x −n =
1
( x 0)
xn
Note: 0 0 is undefined.
1
As a result of the above definition, we have −n
= x n . We have the following rules of exponents
x
for integer exponents:
Theorem 1 [Rules for Integer Exponents]:
1. x n x m = x n + m 4. ( xy) n = x n y n
xn
2. ( x ) = x
n m nm
5. m = x n −m
x
n
x xn
3. = n ( y 0)
y y
Example 1:
a) 2 = 2 2 2 2 2 = 32 .
5
1
b) 2 −5 = .
32
Next we extend the definition of exponents even further to include rational number exponents.
To do this, we assume that we want the rules for integer exponents also to apply to rational ex-
ponents and then use the rules to show us to define a rational exponent. For example, how do we
1 1
define a 2 ? Consider 9 2 .
yields 9. There are two possible answers: 3 and – 3, since squaring either number will yield 9. To
1
avoid ambiguity, we define a 2 (called the principal square root of a ) as the non-negative quanti-
1
ty that, when squared, yield a . Thus, 9 2 = 3 .
1 1
We will arrive at the definition of a 3 in the same way as we did for a 2 . For example, if we cube
1
8 3 , we get 8 3 ( ) =8
1 3 3
3
1
= 8 . Thus, 8 is the number that, when cubed, yields 8. Since 2 3 = 8 we
3
have 8 3 = 2 . Similarly, (− 27)3 = −3 . Thus, we define a 3 (called the cube root of a ) as the
1 1 1
1
Definition 3 (Rational Exponent a n )
1
If n is an odd positive integer, then a n = b if and only if b n = a
1
If n is an even positive integer and a 0 , then a n = b if and only if b n = a
1 1
We call a n the principal n th root of a . Hence, a n is the real number (nonnegative when n is
even) that, when raised to the n th power, yields a . Therefore,
(16)
1
2
= 4 since 4 2 = 16
1 4
1 4 1 1 1
= since =
81 3 3 81
1
27 3 = 3 since 33 = 27
(− 16)
1
4
is not a real number
1
Thus far, we have defined a n , where n is a natural number. With the help of the second rule for
m
m
exponent, we can define the expression a n , where m and n are natural numbers and n is re-
duced to lowest terms.
m
Definition 4 (Rational Exponent a n )
1
If a n is a real number, then a n = a n
m
( ) (i.e. the n
1 m
th
root of a raised to the m th power)
a
− mn
=
1
m
(a 0)
a n
Solution: We have
2
a) 27 3 = 27 3 ( ) =31 2
2
=9
− 12 1 1
b) 36 = 1
=
36 2 6
− 53 1 1 1 1
c) ( −32) = = = =−
( −32)
3
5
((−32) ) 1
5
3
( −2) 3
8
Radical notation is an alternative way of writing an expression with rational exponents. We de-
fine for real number a , the n th root of a as follows:
1
n
Definition 5( n th root of a ): a = a , where n is a positive integer.
n
n
The number a is also called the principal n th root of a . If the n th root of a exists, we have:
For a a real number and n a positive integer,
a , if n is even
n
an =
a, if n is odd
For example, 3
53 = 5 and 4
( −3) 4 = 3 .
B. Exponential Functions
2
functions.
As usual the first question raised when we encounter a new function is its domain. Since rational
exponents are well defined, we know that any rational number will be in the domain of an expo-
nential function. For example, let f ( x ) = 3 x . Then as x takes on the rational values x = 4, – 2 ,
1 4
2 and 5 , we have
5
Note that even though we do not know the exact values of 3 and 81 , we do know exactly
what they mean. However, what about f ( x ) for irrational values of x ? For instance,
f ( 2) = 3 2
=?
We have not defined the meaning of irrational exponents. In fact, a precise formal definition of
2
b x where x is irrational requires the ideas of calculus. However, we can get an idea of what 3
1.414 2 1.415
to 2, we get 31.4142 3 2
31.4143 . Using a calculator again, we get
4.7287339 3 2
4.7292535 . Computing 3 2 directly on a calculator gives 3 2
4.7288044 .
This numerical evidence suggests that as x approaches 2 , the values of 3 x approach a unique
2
real number that we designate by 3 , and so we will accept without proof, the fact that the do-
main of the exponential function is the set of real numbers.
The exponential function y = b x , where b 0 and b 1 , is defined for all real values of x .
In addition all the rules for rational exponents hold for real number exponents as well.
Before we state some general facts about exponential functions , let’s see if we can determine
what the graph of an exponential function will look like.
Example 4: Sketch the graph of the function y = 2 x and identify its domain and range.
Solution: To aid in our analysis, we set up a short table of values to give us a frame of
reference.
x y
−3 2 −3 = 81 y
−2 y = 2x
2 −2 = 1
4
−1 2 −1 = 1
2 2 (1,2)
1
0 20 = 1
O 1 x
1 21 = 2
2 22 = 4
3 23 = 8
With these points in hand, we draw a smooth curve through the points obtaining the graph ap-
pearing above. Observe that the domain of y = 2 x is IR , the graph has no x − intercepts, as
x → + , the y values are increasing very rapidly, whereas as x → − , the y values are getting
closer and closer to 0. Thus, x − axis is a horizontal asymptote, the y − intercept is 1 and the
Solution: It would be instructive to compute a table of values as we did in example 1 above (you
are urged to do so). However, we will take a different approach. We note that
x
1 1
y = f ( x ) = = x = 2 − x . If f ( x ) = 2 x , then f ( − x ) = 2 − x . Thus by the graphing principle for
2 2
f ( − x ) , we can obtain the graph of y = 2 − x by reflecting the graph of y = 2 x about the y − axis .
(−1,2) 2
1
−1 O 1 x
Here again the x − axis is a horizontal asymptote, there is no x − intercept, 1 is y − intercept
and the range is the set of positive real numbers. However, the graph is now decreasing rather
than increasing.
The following box summarizes the important facts about exponential functions and their graphs.
Example 6: Sketch the graph of each of the following. Find the domain, range, intercepts, and
asymptotes.
a) y = 3 x + 1 b) y = 3x +1 c) y = −9 − x + 3
Solution:
a) To get the graph of y = 3 x + 1 . We start with the graph of y = 3 x , which is the basic ex-
ponential growth graph, and shift it up 1 unit.
then reflect it with respect to the x − axis , which gives the graph of y = −9 − x . Finally,
y y
y
(−1,9) 9 1
y=3
−1 1 x 3
2
y = −9− x +3
−1 y= −9− x 1
y = 9− −1
x
1 x
−1 O 1 x (−1,−9)
−9
From the graph of y = −9 − x + 3 , we can see that Dom (h ) = , Range (h ) = ( −,3) , the line
Remark: When the base b of the exponential function f ( x ) = b x equals to the number e , where
e = 2.7182, we call the exponential function the natural exponential function
Applications:
Figure 10: Compound interest formula
The exponential function is one to one; hence, it has an inverse function. The inverse of
f ( x ) = b x is called logarithmic function.
A. Logarithms and their Properties
Definition 1: For b 0 and b 1 , we write y = log b x to mean y is the exponent to which
a) log 3 9 = −2 b) log 16 2 = 1
4
1 1
Solution: We have a) log 3 9 = −2 means 3−2 = 1
9 and b) log 16 2 = 1
4 means 16 4 = 2
2. Write each of the following in logarithmic form.
2
a) 10 −3 = 0.001 b) 27 3 = 9
Solution:
a) To evaluate log 3 81 , we let t = log 3 81 , and then rewrite the equation in exponential
form, 3t = 81 . Now, if we can express both sides in terms of the same base, we can
solve the resulting exponential equation, as follows:
Let t = log 3 81 Rewrite in exponential form
8t = 1
64 Express both sides in terms of the same base
Solution:
a) f (25) = log 5 25 = 2 (since 52 = 25 )
b) f ( 251 ) = log 5 1
25 = −2 (since 5−2 = 1
25 )
c) f (0) = log 5 0 is not defined (what power of 5 will yield 0?). We say that 0 is not in the
domain of f .
d) f ( −125) = log 5 ( −125) is not defined (what power of 5 will yield -125?). We say that -
The logarithmic function was introduced without stressing the particular base chosen. However,
there are two bases of special importance in science and mathematics, namely, b = 10 and b = e
Definition 2: (Common Logarithm)
f ( x ) = log 10 x is called the common logarithm function. We write log 10 x = log x .
The inverse of the natural exponential function is called the natural logarithmic function and has
its own special notation.
Laws of Logarithms
Theorem [Basic Laws of Logarithms]: Assume that 𝑥, 𝑦 and 𝑏 are positive and b 1 . Then
Proof: Exercise
Example 3: Evaluate
(a) log 9 13122 − log 9 2
5
(b) log log 2 √16
Example 5: If log 625 = 2.796, then which one of the following is not true?
Solution:
a) log b ( x 3 y ) = log b x 3 + log b y = 3 log b x + log b y
b) Examining the properties of logarithms, we can see that they deal with log of a prod-
uct, quotient and power. Thus, log 3 ( x 3 + y ) which is the log of a sum cannot be sim-
plified using log properties.
c) We have
log b ( ) = log
xy
z 3 b xy − log b ( z 3 ) = log b ( xy) 2 − 3 log b z = (log b x + log b y ) − 3 log b z .
1 1
2
Example 9: Sketch the graph of the following functions. Find the domain and range of each.
a) y = log 3 x b) y = log 1 x
2
Solution: Since y = log 3 x is the inverse of y = 3 x , we can obtain the graph of y = log 3 x by
reflecting the graph of y = 3 x about the line y = x , as shown below. To get the graph of
y = log 1 x , we reflect the graph of y = ( 12 )x about the line y = x as shown below. Taking note of
2
the features of the two graphs we have the following important information about the graph of
the log function:
y=x
1
1 x
1 x
1
y = log3x
y = 3x y=x
y
Example 10: Sketch the graph of f ( x ) = 1 + log 3 ( x − 2) . Find the domain, range, asymptote and
intercepts.
Solution: We can obtain the graph of y = 1 + log 3 ( x − 2) by applying the graphing principle to
shift the basic logarithmic growth graph 2 units to the right and 1 unit up.
y
x= 2
y = 1+ log3(x−2)
1
1 2 3 x
We have Dom ( f ) = {x : x 2} , Range ( f ) = and the graph has the line x = 2 as a ver-
tical asymptote. To find the intercept, we set y = 0 and solve for x . Setting y = 0 and
solving for x , we will obtain x = 73 . Thus, the x − intercept is 7
3 .
x = ey +1 Solve for y
Thus, f −1 ( x ) = ln( x − 1) .
None of the functions discussed so far can model regular periodic phenomena. Trigonometric
functions (also called circular functions) are useful in describing periodic phenomena.
The term trigonometry was derived from the Greek terms trigono (meaning triangle) and
metron (meaning to measure) Originally, trigonometry was concerned with the study of the rela-
tionships between the measurements of the different parts of a triangle (in particular its angles,
sides and area). These seven elements are called the basic parts of a triangle. Given the
measures of some parts of a triangle, trigonometry helps us to find the missing or unknown
parts. Today, trigonometry is more than the study of the relationships among parts of a triangle.
Rather it is the study of specific functions of angles (called trigonometric functions) and their
applications. Before we present the definition of these functions we need to review the notion of
angle and angle measurement.
There are two commonly used units of measurement for angles. The more familiar unit of meas-
urement is that of degrees. The second one is that of radians.
One degree, written 1º, is the central angle subtended by one of 360 equal divisions of a full cir-
cle. Thus a full circle (one revolution) constitutes 360 degrees; half of a revolution (a straight
angle) measures 180∘, a quarter of a revolution (a right angle) measures 90∘ and so on.
Example 1:
(i) Convert each of the following radian measures to degrees.
3
a) 6 b) 5
Solution: a) By the conversion formula, we have = 6
, which implies that = 30 .
180
3
Again using the conversion formula, we get = 5
, which implies that = 108 .
180
(ii) Convert the following degree measures to radian measures
a) 90 b) 270
Solution: a) Let represent the radian measure of 90 . Using the conversion formula, we
90
obtain: = , which implies that
= .
180 2
b) Rather than using the conversion formula, we notice that 270 = 3(90 ) . In part (a) we found
3
that 90 = , and so we have 270 =
.
2 2
There are two main ways in which trigonometric functions are defined: in terms of right trian-
gles and in terms of circles. The right-angled triangle definition of trigonometric functions is
applicable only to acute angles. The circle definition is applicable to any angle..
If 𝐴𝐵𝐶 is a right triangle with right angle at C, hypotenuse 𝑐 = 𝐴𝐵 and legs 𝑎 = 𝐵𝐶 and 𝑏 =
𝐴𝐶, we can form the six ratios:
𝑎 𝑏 𝑎 𝑐 𝑐 𝑏
, , , , and
𝑐 𝑐 𝑏 𝑎 𝑏 𝑐
If an angle is at the standard position, the acute angle formed by the x-axis and the terminal side
of the angle is called the reference angle of the angle.
Figure 17: Some angles at the standard position and their reference angles
Example 2: Draw the following angles and find their reference angles.
a) 210º
b) -72º
c) 510º
The right triangle formed by dropping a perpendicular from a point on the terminal side of 𝜃 to
the x axis is called the reference triangle of 𝜃.
Example 3(evaluating trigonometric functions at special acute angles): The angles with
measure 0, 30, 45, 60 and 90 degrees are called special angles. The values of each of the six trig
functions at each of the special angles are given in the next table.
Figure 19: The values of the basic trigonometric functions at special acute angles
Example 5 (evaluating trigonometric functions of 𝜽 where 0 < 𝜽 < 𝟑𝟔𝟎): Find the exact
value of:
• First, find numbers 𝑛&𝛽 such that 𝜃 = 𝑛 360 + 𝛽 and 0 ≤ 𝛽 < 360.
• Then 𝑓(𝜃) = 𝑓(𝛽).
The Amplitude is the height from the center line (middle line) to the peak (or to the trough).
The midline (base line, central line) of a sinusoidal function is the horizontal center line about
which the function oscillates above and below. For 𝑦 = 𝑠𝑖𝑛 𝐱, the midline is 𝑦 = 0 (the x-
axis). The midline is parallel to the x-axis and is located half-way between the graphs maximum
and minimum values.
Definition (Frequency of a periodic function): The number of complete cycles a sine or cosine
graph makes on an interval of length equal to 2 is called its frequency. Thus:
2𝜋
𝐹𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦: =
𝑝𝑒𝑟𝑖𝑜𝑑
Example 7:
a. The functions 𝑠𝑖𝑛 𝑥, 𝑐𝑜𝑠 𝑥, 𝑐𝑠𝑐 x, and sec x all have the same period: 2π radians. Thus, the
functions tan x and cot x have a period of π radians.
b. Any real number p is a period of the constant function 𝑓(𝑥) = 𝑐 and no real number is the
fundamental period.
c. What is the period of f(x) = sin 2x?
d. The amplitudes of the functions 𝑠𝑖𝑛 𝑥 & 𝑐𝑜𝑠 𝑥 are 1.
In order to sketch the graphs of the basic trigonometric functions we first list some of their key
properties.
Properties of Sine Function:
2. Domain(f) = ℝ
3. Range(f) = [−1,1]
4. Maximum and minimum values:
Maximum value of f is 1.
Minimum value of f is -1.
5. Period = 2𝜋
6. Intercepts
x- Intercepts are the points (𝑘𝜋, 0): 𝑘𝜖ℤ
y- Intercept = (0,0)
7. Symmetry: sine function is odd. Its graph is symmetric with respect to the origin.
8. Monotonicity Properties[Intervals of increase and decrease]
𝜋
- As x increases from 0 to 2 , Sin𝑥 increases from 0 to 1
𝜋
- As x increases from to 𝜋, Sin𝑥 decreases from 1 to 0
2
3𝜋
- As x increases from 𝜋 to 2
, Sin𝑥 decrease from 0 to -1
3𝜋
- to 2𝜋, Sin 𝑥 increases from -1 to 0
2
Graph of y= sin(x)
The next graph illustrates how the circle definition of sine function can help in sketching the
graph of sine.
The next graph illustrates how the circle definition of sine function can help in sketching the
graph of sine.
The next graph illustrates how the circle definition of sine function can help in sketching the
graph of sine.
Figure 20: how the unit circle wraps into sine curve
6. Symmetry: cosine is an even function. Its graph is symmetric with respect to y axis.
7. Monotonicity Properties[Intervals of increase and decrease]
𝜋
- As x increases from 0 to 2 , 𝑐𝑜𝑠 𝑥 decreases from 1 to 0
𝜋
- As x increases from to 𝜋, 𝑐𝑜𝑠 𝑥 decreases from 0 to -1
2
3𝜋
- As x increases from 𝜋 to , 𝑐𝑜𝑠 𝑥 increases from -1 to 0.
2
3𝜋
- As x increases from to 2𝜋, 𝑐𝑜𝑠 𝑥 increases from 0 to 1.
2
Graph of 𝒚 = 𝒄𝒐𝒔(𝒙)
2. Range(f) = ℝ
3. Maximum and minimum values: none
4. Period = 𝜋
5. Intercepts
x- Intercepts are the points (𝑘𝜋, 0): 𝑘𝜖ℤ
y- Intercept = (0,0)
6. Symmetry: tangent is an odd function. Its graph is symmetric with respect to the origin.
7. Monotonicity Properties[Intervals of increase and decrease]: It is decreasing on each in-
(2𝑘−1)𝜋 (2𝑘+1)𝜋
terval ( , ),𝑘 ∈ ℤ
2 2
Graph of 𝒚 = 𝒕𝒂𝒏(𝒙)
Figure 22: The graph of y=tan(x)
Figure 23: The graph of 𝒚 = 𝒄𝒔𝒄(𝒙) (RED) and the graph of 𝒚 = 𝒔𝒊𝒏(𝒙)(BLUE)
Properties of Secant Function
i. Domain(𝑓) = ℝ
ii. Range(𝑓) =(−∞, −1] ∪ [1, ∞)
iii. Maximum and minimum values: It has no max and no min value.
iv. Period = 2𝜋
v. Intercepts
(2𝑘+1)𝜋
x- Intercepts are the points ( 2
, 0): 𝑘𝜖ℤ
𝜋
y- Intercept = (0, 2 )
vi. Symmetry: secant is an even function. Its graph is symmetric with respect to y axis.
vii. Monotonicity Properties[Intervals of increase and decrease]
𝜋
- As x increases from 0 to 2 , 𝑠𝑒𝑐𝑥 increases from 1 to ∞ .
𝜋
- As x increases from to 𝜋, 𝑠𝑒𝑐𝑥 increases from - ∞ to -1
2
3𝜋
- As x increases from 𝜋 to 2
, 𝑠𝑒𝑐𝑥 decreases from −∞ to -1.
3𝜋
- As x increases from 𝜋 to 2
to 2𝜋, 𝑆𝑒𝑐𝑥 decreases from -1 to -∞.
Graph of 𝒚 = 𝒔𝒆𝒄(𝒙)
Figure 24: The graph of 𝒚 = 𝒔𝒆𝒄(𝒙) (BROWN) and the graph of 𝒚 = 𝒄𝒐𝒔(𝒙)(PURPLE)
Properties of Cotangent Function
y- Intercept = none
vi. Symmetry: cotangent is an odd function. Its graph is symmetric with respect to the origin.
vii. Monotonicity Properties[Intervals of increase and decrease]: It is decreasing on each interval
(2𝑘𝜋, (2𝑘 + 1)𝜋), 𝑘 ∈ ℤ
viii. Vertical Asymptotes: The lines 𝜃 = 𝑘𝜋, Where 𝑘 is any integer, are vertical asymptotes of f.
Graph of 𝒚 = 𝒄𝒐𝒕(𝒙)
A sinusoid is the name given to any curve that can be written in the form:
𝑓(𝑥) = 𝐴 sin(𝐵𝑥 + 𝐶) + 𝐷
The cosine wave is also said to be sinusoidal because of the relationship
𝜋
𝑐𝑜𝑠(𝑥) = sin (𝑥 + )
2
In order to understand such a function it is useful to first understand the properties of functions
of the forms:
𝑓(𝑥) = sin 𝑥 + 𝐷, 𝑓(𝑥) = sin(𝑥 + 𝐶), 𝑓(𝑥) = 𝐴 sin 𝑥 𝑎𝑛𝑑 𝑓(𝑥) = sin 𝐵𝑥
We illustrate the behaviors of the later functions by examples. Before that we consider some ad-
ditional trigonometric graphs vocabularies:
The Phase Shift (horizontal shift) of a sinusoid is how far the function is shift-
ed horizontally from the usual position (that of sine).
The Vertical Shift of a sinusoid is how far the central line of the graph of the function is shift-
ed vertically from the usual central position (that of sine).
Example 8: Find the domain, range, amplitude, period and frequency of 𝑦 = 2 + 𝑠𝑖𝑛𝑥 and
sketch it.
Solution: If a constant is added or subtracted to a trigonometric function, this will affect the 𝑦 −
𝑣𝑎𝑙𝑢𝑒𝑠 of the function If we consider the function 𝑦 = 2 + 𝑠𝑖𝑛𝑥, then each of the standard y -
values would have 2 added to it. This would shift the graph up 2 units.
Example 9: Find the domain, range, amplitude, period and frequency of y = sin 2 x and sketch
it.
Solution: We can obtain this graph by applying our knowledge of the basic sine graph. For the
basic curve, we have
2x = 0 2 x = 2 2x = 2x = 3
2 2 x = 2
and we get
x =0 x = 4 x = 2 x= 3
2 x =
Thus, y = sin 2 x will have the values 0, 1, 0, − 1 , 0 at x = 0, 4 , 2 , 34 , and , respectively. The
graph of y = sin 2 x will thus complete one cycle in the interval [0, ] , and will repeat the same
values in the interval [ ,2 ] .
From this graph we see that y = sin 2 x has an amplitude of 1, a period , and a frequency of 2.
𝜋
Example 10: Find the domain, range, amplitude, period and frequency of 𝑦 = sin (𝑥 − 2 ) and
sketch it.
𝝅
Figure 29: The graph of 𝒚 = 𝐬𝐢𝐧 (𝒙 − 𝟐 )
Example 11: Find the domain, range, amplitude, period and frequency of 𝑦 = 2𝑠𝑖𝑛𝑥 and sketch
it.
Solution:
• amplitude is 2
• period is 2𝜋
• frequency is 1
• phase shift is 0
• vertical shift is 0
• amplitude is A
𝟐𝝅
• period is
𝑩
• frequency is B
• phase shift is C (positive is to the left)
• vertical shift is D (positive is up)
Figure 30: amplitude, frequency, h/shift and v/shift of a sinusoid
F. Trigonometric Identities
The reciprocal Identities:
1
1. 𝐶𝑠𝑐(𝑥) = sin(𝑥)
1
2. 𝑠𝑒𝑐(𝑥) =
cos(𝑥)
1
3. 𝐶𝑜𝑡(𝑥) =
tan(𝑥)
Co-terminal Relations:
6. sin x + cos x = 1
2 2
The Pythagorean Identities
7. tan x + 1 = sce x
2 2
8. 1 + cot 2 x = csc 2 x
x 1 + cos x
16. cos =
2 2
x 1 − cos x
17. tan =
2 1 + cos x
G. Applications of Trigonometric Functions
Trigonometry and its functions have an enormous number of uses in our daily life. For instance,
it is used in:
- astronomy to measure the distance between stars or planets;
- geography to measure the distance between landmarks (an object or a place that is
easily recognized specially one that is used to judge where you are),
- Criminology to investigate the source place of a criminal act (eg. To locate the source
of a fired armament)
- Music to develop computer programs that synthesize music
- Artillery science
- Construction to calculate the following: Measuring fields, lots and are-
as; Making walls parallel and perpendicular; Installing ceramic tiles;
Roof inclination; measuring the height of a building and many others
-
Many of the above applications rely on two mathematical skills: solving triangles or modeling
periodic phenomena such as sound by sinusoidal functions.
• AAS: If two angles and a non-included side of a triangle are known, first subtract these
angle measures from 180° to find the third angle. Next, use the Law of Sines to set up
proportions to find the lengths of the two missing sides. The given side is opposite one of
the two given angles. If all that is needed is the length of the side opposite the second
given angle, then use the Law of Sines to calculate its value.
• SSA: This is known as the ambiguous case. If two sides and a non-included angle of a
triangle are known, there are six possible configurations, two if the given angle is obtuse
or right and four if the given angle is acute.
Example 12(SSS) Find the difference between the largest and smallest angles of a triangle if the
lengths of the sides are 10, 19, and 23.
Figure 31: Solving a triangle where the given parts are SSS
Solution:
232 = 102 + 192 − 2(10)(19)𝑐𝑜𝑠(𝛽).⇒ 𝛽 = cos −1(−0.1789) ≈ 100.30
Next, use the Law of Sines to find the size of the smallest angle (α), which is opposite
the shortest side (10)..
sin (𝛼) sin (100.30 ) 0.9839
≈ ≈
10 10 23
.⇒ 𝛼 = sin−1(−0.4278) ≈ 25.330
Thus, the difference between the largest and smallest angle is100.30 − 25.330 = 74.980 .//
Example 13(SAS): The legs of an isosceles triangle have a length of 28 and form a 17° angle.
What is the length of the third side of the triangle?
Figure 32: Solving a triangle where the given parts are SAS
Solution:
𝑐 2 = 282 + 282 − 12(28)(28)𝑐𝑜𝑠170 .⇒ c ≈ 8.278.
Figure 33: Solving a triangle where the given parts are ASA
First, calculate the sizes of angles α and β. Then find the value of a using the Law of Sines. Fi-
nally, use the definition of the sine to find the value of d.
Finally,
Figure 34: Solving a triangle where the given parts are AAS
Solution: First, calculate the size of angle α. Then use the Law of Sines to calculate the value
of x.
Example 16(SSA): One side of a triangle, of length 20, forms a 42° angle with a second side of
the triangle (8). The length of the third side of the triangle is 14. Find the length of the second
side.
Figure 35: Solving a triangle where the given parts are SSA
The length of the altitude (h) is calculated first so that the number of solutions (0, 1, or 2) can be
determined.
Because 13.38 < 14 < 20, there are two distinct solutions.
- T is the period, i.e., the time it takes the object to complete one oscillation and re-
turn to the starting position
1
- The inverse of the period is called the frequency = 𝑇 . The frequency of the mo-
𝒙(𝒕) = 𝑨𝒄𝒐𝒔(𝝎𝒕)
Figure 36: A single vertical spring mass system
Example 17: A ball on a spring is pushed 4 inches from its rest position and then released. The
period of the motion is 6 seconds. Write the equation for the ball’s simple harmonic motion.
Solution: We need to write an equation that describes the distance 𝑥(𝑡) of the ball from its rest
position, after t seconds. When the object is released the ball’s distance from its rest position is 4
inches down. Let us assume that the vertical axis is x-axis with positive x axis pointing up. Be-
cause it is down 4 inches and x is negative: At 𝑡 = 0, 𝑥 = −4. Notice that the greatest distance
from rest position occurs at 𝑡 = 0. We will use the equation
𝒙(𝒕) = 𝑨𝒄𝒐𝒔(𝝎𝒕)
to model the ball’s simple harmonic motion. Let us find A and 𝜔.
When 𝑡 = 0, 𝑥(0) = 𝐴. ⇒ 𝐴 = −4.
2𝜋 2𝜋 2𝜋 𝜋
The period of 𝑥(𝑡) is 𝑇 = 𝜔
. ⇒ 6 𝑠𝑒𝑐𝑜𝑛𝑑𝑠 = 𝜔
. ⇒𝜔= 6
=3 .
While there are many motions that oscillate in a circle and can be mathematically described with
a sine or cosine wave, there are other motions that oscillate in a hyperbola. The so called hyper-
bolic functions capture the oscillatory movement around a hyperbola. The basic hyperbolic func-
tions are ℎ(𝑥), 𝑐𝑜𝑠ℎ(𝑥), and 𝑡𝑎𝑛ℎ(𝑥). Unlike their traditional counterparts, the hyperbolic func-
tions take an area as an argument, not an angle. The diagram below shows how an area relates to
a hyperbola, and the following sections explore the hyperbolic trig functions and their inverses in
greater detail.
Definition 2:
We define four functions called hyperbolic tangent, hyperbolic cotangent, hyperbolic secant and
hyperbolic cosecant functions respectively by the following formulas:
sinh x e x − e − x
a) tanh x = = (The domain of tanh x is ℝ ).
cosh x e x + e − x
cosh x e x + e − x
b) coth x = = (The domain of coth x is ℝ\{0} )
sinh x e x − e − x
1 2
c) sec h x = = x (The domain of sec hx is ℝ)
cosh x e + e − x
1 2
d) csc h x = = x (The domain of csc h x is ℝ\{0} )
sinh x e − e − x
Solution:
𝑒 𝑙𝑛(2) −𝑒 −𝑙𝑛(2) 1 1 3
(a) 𝑠𝑖𝑛ℎ(𝑙𝑛 2) = 2
= 2 (2 − 2) = 4
𝑒 𝑙𝑛(3) +𝑒 −𝑙𝑛(3) 1
(b) 𝑐𝑜𝑠ℎ(−𝑙𝑛 3) = cosh(𝑙𝑛3) = = 2 (3 + 1/3)
2
1
sinh(𝑙𝑛9) 𝑒 𝑙𝑛(2) − 𝑒 −𝑙𝑛(9) 9− 80 40
(c) 𝑡𝑎𝑛ℎ(2𝑙𝑛 3) = tanh(𝑙𝑛9) = cosh(𝑙𝑛9)= = = 9
1 = 82 = 41 //
𝑒 𝑙𝑛(2) + 𝑒 𝑙𝑛(9) 9+
9
C. Hyperbolic Identities
The hyperbolic functions satisfy identities which closely resemble those of the trig functions.
cosh 2 x − sinh 2 x = 1
1 − tanh 2 x = sec h 2 x
coth 2 x − 1 = csc h 2 x
sinh( x + y ) = sinh x cosh y + cosh x sinh y
cosh( x + y ) = cosh x cosh y + sinh x sinh y
Proof: Exercise
Remark [some Properties of the hyperbolic Functions]:
1. Since e − x 0 for all 𝑥 ∈ ℝ, we see that cosh x sinh x for every 𝑥 ∈ ℝ .
2. The range of 𝑐𝑜𝑠ℎ(𝑥) is [1,∞) and that of sinh(x) is ℝ.
3. 𝑐𝑜𝑠ℎ is an even function and is 𝑠𝑖𝑛ℎ is an odd function.
4. In contrast to sine and cosine, the hyperbolic functions are not periodic.
Since cosh x is an even function, its graph is symmetric about the y − axis . Its y − intercept is
e x e−x
(0,1) , because cosh( 0) = 1 . As x tends to infinity, cosh x = + tends to infinity because
2 2
ex e−x
goes to infinity and approaches to 0. When x is a large negative number cosh x acts
2 2
e−x ex
like , because gets close to 0. Thus the graph of y = cosh x looks like:
2 2
−x
This graph can also be obtained by geometrically adding the two curves y = e and y = e ,
x
Since sinh x is an odd function, its graph is symmetric about the origin. The graph passes
ex
through the origin because sinh( 0) = 0 . As x gets large sinh x acts like and when x is a
2
e−x
large negative number, sinh x acts like − . Thus, the graph of y = sinh x looks like:
2
6x 2 −2
3x
3. Sketch the graph of the given function. Identify the domain, range, intercepts, and asymp-
totes.
a) y = 5− x b) y = 9 − 3 x c) y = 1 − e − x d) y = e x −2
4. Solve the given exponential equation.
a) 2 x −1 = 8 b) 32 x = 243 c) 8 = 2 d) 16 3a − 2 =
x 1
4
tical shift 2.
31. Graph 𝑦 = 𝑥 + 𝑠𝑖𝑛 𝑥. (Hint: First graph 𝑦 = 𝑥 and 𝑦 = 𝑠𝑖𝑛 𝑥 on the same axes.
Then add the corresponding ordinates of the functions. Finally, sketch the graph.)
32. A ball on a spring is pulled 4 inches below its rest position and then released. Its ampli-
tude is 4 inches and its period is 6 seconds. Find the equation of the ball’s simple har-
monic motion.
33. An on object moves in a simple position harmonic function according to the function
𝜋
x(t)=-8cos( 2 𝑡), where t is measured in seconds and 𝑥 in inches. Find the
a) maximum displacement
b) frequency
c) period (the time required for one cycle)