Lecture 1 - Relations and Functions
Lecture 1 - Relations and Functions
−𝑥, 𝑖𝑓 𝑥 ≤ 2
Illustrative Example: f(x) = ቊ
𝑥, 𝑖𝑓 𝑥 > 2
EVALUATION OF FUNCTION
To find f(x) for a given value of x is to evaluate the function f by
substituting the input value x into the equation. The domain is
the set of all x values that makes sense in the equation.
Illustrative Example: Given that f(x) = 3x – 5, find:
a. f(2) = 3(2) – 5 = 6 – 5 = 1, hence, f(2) = 1
b. f(-6) = 3(-6) – 5 = -18 – 5 = -23, hence, f(-6) = -23
EVALUATION OF FUNCTION
Remember that:
a. f(x) means “the value of f at x”. It does not mean “f times x”.
b. Letters other than f such as G or g and H or h can also be
used.
c. f is the name of the function and f(x) is the value of the
function at x.
EVEN and ODD FUNCTIONS
The function f is an even function if and only if f(-x) = f(x),
for all x in the domain f. This means that the right hand side of
the equation of an even function does not change even if x is
replaced by –x.
Illustrative Example: 3x4 – 2x2
f(-x)= 3(-x)4 – 2(-x)2 = 3x4 – 2x2, hence, the function is even.
EVEN and ODD FUNCTIONS
The function f is an odd function if and only if f(-x) = -f(x),
for all x in the domain f. This means that every term in the right
hand side of the equation of an odd function changes sign if x is
replaced by –x.
Illustrative Example: x5
f(-x) = (-x)5 = – x5, hence, the function is odd.
OPERATIONS ON FUNCTIONS
Review of the following:
A. Addition and Subtraction of Polynomials
- to add two polynomials, write the sum and simplify by
combining like terms.
- to subtract an expression from another expression, add its
negative. That is, a – b = a + (-b)
OPERATIONS ON FUNCTIONS
Review of the following:
B. Multiplication of Polynomials
- Laws of Exponents:
Product Rule: xm ∙ xn = xm+n
Power Rule: (xm)n = xmn
Power of a Product Rule: (xy)n = xnyn
𝑥𝑚 𝑥𝑚
Quotient Rule: = xm – n where m > n or = xn – m where m < n
𝑥𝑛 𝑥𝑛
𝑥𝑚
= x0 or 1, where m = n
𝑥𝑛
OPERATIONS ON FUNCTIONS
Review of the following:
B. Multiplication of Polynomials
To multiply a polynomial by a monomial, multiply each term
of the polynomial by the monomial.
FOIL Method (First, Outer, Inner, Last)
(a + b)(c + d) = ac + ad + bc + bd
OPERATIONS ON FUNCTIONS
Review of the following:
C. Special Products
- Square of a Binomial (x + y)2 = x2 + 2xy + y2
- Cube of a Binomial (x + y)3 = x3 + 3x2y + 3xy2 + y3
(x – y)3 = x3 – 3x2y + 3xy2 – y3
OPERATIONS ON FUNCTIONS
Review of the following:
C. Special Products
- Product of Sum and Difference (x – y)(x + y) = x2 – y2
- Sum and Difference of Two Cubes
x3 + y3 = (x + y)(x2 – xy + y2)
x3 – y3 = (x – y)(x2 + xy + y2)
OPERATIONS ON FUNCTIONS
Review of the following:
C. Special Products
- Square of a Trinomial
(x + y + z)2 = x2 + y2 + z2 + 2xy + 2xz + 2yz
OPERATIONS ON FUNCTIONS
Let f and g be any two functions.
Sum and Difference of Functions: (f + g)(x) = f(x) + g(x)
Product of Functions: (fg)(x) = f(x) ∙ g(x)
Quotient of Functions: (f/g) = f(x) / g(x)
Composition of Functions: (f ◦ g)(x) = f[g(x)]
INVERSE FUNCTIONS
A relation inversing the process performed by any
function f(x) is called inverse of f(x). If f is a one to
one function, then the inverse of f denoted by f-1 is
the function formed by reversing all the ordered
pairs in f. Thus, f-1(x) = {(y, x)|(x, y) is in f.
INVERSE FUNCTIONS
To find f-1(x):
1. Replace f(x) with y.
2. Interchange x and y.
3. Solve for the new y from the equation Step 2.
4. Replace the new y with f-1(x) if the inverse is a
function.
INVERSE FUNCTIONS
Two functions f and g are inverses to each other if:
f[g(x)] = g[f(x)] = x
Horizontal Line Test – used to determine if the
graph has an inverse or none.