1 Functions: 1.1 Definition of Function
1 Functions: 1.1 Definition of Function
1 Functions: 1.1 Definition of Function
Lecture Notes
Functions
1.1
Definition of Function
A function f from set D to set E is a rule or correspondence that assigns to each element x of set D exactly
one element y of set E. The rule or correspondence is usually a formula to compute for y given x.
Remarks:
The set D is called the domain of the function.
The element y of E is called the image of x under f , or the value of f at x, and is written f (x).
If y = f (x), then we say that y is a function of x.
The subset R of E consisting of all images of elements of D is called the range of the function.
The members of the domain D and range R are referred to as the input and output values, respectively.
Usually D and E are both R (the set of real numbers).
1.2
Function Notation
1.3
The domain and range of a function are normally subsets of the set of real numbers. If a function is defined
by an expression and the domain is not stated, the domain is assumed to be the set of real numbers for which
the expression is defined. This set is called the natural domain, of the function.
1.4
Graph of a Function
The graph of a function f is the graph of all points (x, y) such that x is in the domain of f , and y = f (x).
1.5
Since for each value of x in the domain of f there is exactly one value of y such that y = f (x), a vertical
line x = c can cross the graph of a function at most once. Thus, if a vertical line crosses a graph more
than once, the graph is not the graph of a function.
Advanced Algebra
1.6
Lecture Notes
Let f be a function. The average rate of change of f (x) with respect to x over the interval [a, b] is defined
as
Change in f (x)
f (b) f (a)
=
Change in x
ba
Over the interval from x to x + h this quantity becomes
Change in f (x)
f (x + h) f (x)
=
Change in x
h
which is referred to as the difference quotient.
1.7
In applications, if y = f (x), the language y is a function of x is used and is equivalent to saying y depends
on x. Hence, x is referred to as the independent variable, and y as the dependent variable.
Polynomial Functions
2.1
2.2
EQUATION
NAME
GRAPH
n=0
f (x) = c
Constant Function
n=1
f (x) = mx + b
Linear Function
n=2
f (x) = ax2 + bx + c
Quadratic Function
Parabola
Remarks:
For the linear function defined by y = f (x) = mx + b, b = f (0) is usually called the initial value
whenever x is assumed to be nonnegative. While, k for which f (k) = 0 is the value of x for which
y = 0.
Any quadratic function can be written in the form f (x) = a(x h)2 + k by completing the square. If
a > 0, then k is the minimum value of y while if a < 0 then k is the maximum value of y. It can be
noted that h is the value of x for which the quadratic function achieves its maximum or minimum
value.
The range of these special functions are as follows:
Advanced Algebra
Lecture Notes
DEGREE
2.3
EQUATION
RANGE
n=0
f (x) = c
R = {c}
n=1
f (x) = mx + b
n=2
f (x) = ax2 + bx + c
R=R
(
[k, )
(, k]
if a > 0,
if a < 0,
If f has degree n and all coefficients except an are zero, then f (x) = axn , where a = an 6= 0. Then if
n = 1, the graph of the function is a straight line through the origin. If n = 2, the graph of the function
is a parabola with vertex at the origin.
2.4
Zeros of Polynomials
2.5
Division of Polynomials
If a polynomial g(x) is a factor of another polynomial f (x), then f (x) is said to be divisible by g(x). Thus
x3 1 is divisible both by x 1 and by x2 + x + 1. If a polynomial is not divisible by another, it is possible
to apply the technique of long division or synthetic division to find the quotient and the remainder.
2.6
If f (x) and g(x) are polynomials, with g(x) 6= 0, then there exist unique polynomials q(x) and r(x) such
that
f (x)
r(x)
f (x) = g(x)q(x) + r(x) and
= q(x) +
.
g(x)
g(x)
Either r(x) = 0 (f (x) is divisible by g(x)) or the degree of r(x) is less than the degree of g(x). Therefore,
if the degree of the divisor g(x) is 1, the degree of r(x) is 0, and the remainder is a constant polynomial r.
2.7
Synthetic Division
an
an1
an2
a2
a1
a0
can
cb1
cbn3
cbn2
cbn1
b1
b2
bn2
bn1
The last coefficient in the third row is the constant remainder; the other coefficients are the coefficients of
the quotient, in descending order.
Advanced Algebra
2.8
Lecture Notes
Remainder Theorem
2.9
Factor Theorem
A polynomial f (x) has a factor of x c if and only if f (c) = 0. Thus, x c is a factor of a polynomial if
and only if c is a zero of the polynomial.
2.10
Every polynomial of positive degree n with real coefficients has exactly n zeros which maybe real or
imaginary and some may be repeated.
2.11
2.12
If p(x) is a polynomial with real coefficients, and if z = a + bi is a complex zero of p(x), then the
complex conjugate z = a bi is also a zero of p(x). That is, complex zeros of polynomials with real
coefficients occur in complex conjugate pairs.
Any polynomial of degree n > 0 with real coefficients has a complete factorization using linear and
quadratic factors, multiplied by the leading coefficient of the polynomial. However, it is not necessarily possible to find the factorization using exact algebraic methods.
p
q
is a rational zero of p(x) in lowest terms, then p must be a factor of the constant term a0 and q must
be a factor of the leading coefficient an .
2.13
Rolles Theorem: This is a consequence of the Intermediate Value Theorem. For a polynomial
p(x), if p(a) and p(b) have opposite signs, then p(x) has at least one zero between a and b.
Descartes Rule of Sign: If p(x) is a polynomial with terms arranged in descending order, then the
number of positive real zeros of p(x) is either equal to the number of sign changes between successive
terms of p(x) or is less than this number by an even number. The number of negative real zeros of
p(x) is found by applying this rule to p(x).
Lower/Upper Bound Rule: If the third line of a synthetic division of p(x) by x r is all positive
for some r > 0, then r is an upper bound for the zeros of p(x); that is, there are no zeros greater
than r. If the terms in the third line of a synthetic division of p(x) by x r alternate in sign for
some r < 0, then r is a lower bound for the zeros of p(x); that is, there are no zeros less than r. (0
may be regarded as positive or negative for the purpose of this theorem.)
Advanced Algebra
Lecture Notes
3.1
Algebraic combinations of functions can be obtained in several ways: Given two functions f and g, the
sum, difference, product, and quotient functions can be defined as follows:
NAME
3.2
DEFINITION
DOMAIN
Sum
D = Df Dg
Difference
D = Df Dg
Product
(f g)(x) = f (x)g(x)
D = Df Dg
Quotient
(f /g)(x) =
f (x)
g(x)
D = {x Df Dg | g(x) 6= 0}
3.3
One-to-One Functions
A function with domain D and range R is called a one-to-one function if exactly one element of set D
corresponds to each element of set R.
A function f with domain D and range R is one-to-one if either of the following equivalent conditions
is satisfied.
Whenever f (u) = f (v) in R, then u = v in D.
Whenever u 6= v in D, then f (u) 6= f (v) in R.
3.4
If a horizontal line crosses a graph more than once, the graph is not the graph of a one-to-one function.
Advanced Algebra
3.5
Lecture Notes
Let f be a one-to-one function with domain D and range R. Since for each y in R there is exactly one x
in D such that y = f (x), define a function f 1 with domain R and range D such that f 1 (y) = x. Then
f 1 reverses the correspondence defined by f . The function f 1 is called the inverse function of f .
3.6
3.7
3.8
The graphs of y = f (x) and y = f 1 (x) are symmetric with respect to the line y = x. This means that if
(x, y) is on the graph of f (x) then (y, x) is on the graph of f 1 (x).
4
4.1
Rational Functions
Definition of Rational Function
p(x)
where p(x) and
q(x)
q(x) are polynomials. The domain of a rational function is the set of all real numbers for which q(x) 6= 0.
p(x)
is in lowest terms.
The assumption is normally made that the rational expression
q(x)
A rational function is any function which can be specified by a rule written as f (x) =
4.2
Asymptotes
Let f (x) =
p(x)
. The line x = a is a vertical asymptote if q(a) = 0 while if
q(x)
f (x) =
p(x)
an xn + + a1 x + a0
=
q(x)
bm xm + + b1 x + b0
Advanced Algebra
Lecture Notes
Variation
The term variation is used to describe many forms of simple functional dependence. The general pattern
is that one variable, called the dependent variable, is said to vary as a result of changes in one or more
other variables, called the independent variables. Variation statements always include a nonzero constant
multiple, referred to as the constant of variation, or constant of proportionality, and often denoted k.
5.1
Direct Variation
5.2
Indirect Variation
5.3
Joint Variation
5.4
Combined Variation
Exponential Functions
An exponential function is any function for which the rule specifies the independent variable in an exponent.
A basic exponential function has the form
f (x) = ax ,
where a > 0, a 6= 1.
The domain of a basic exponential function is considered to be the set of all real numbers R, unless otherwise specified. Since ax > 0 for any value of x, then its range is the set of all positive integers (0, ).
Examples: (a) f (x) = 2x ;
(b) f (x) = ( 21 )x ;
(c) f (x) = 4x ;
(d) f (x) = 2x
Advanced Algebra
Lecture Notes
Remarks:
1. The laws of exponents apply.
i. ax ay = ax+y
ii.
ax
ay
= axy
ax
bx
6.1
Applications generally distinguish between exponential growth and decay. A basic exponential growth
function is an increasing exponential function of the form
A(t) = A0 ekt ;
an exponential decay function is a decreasing exponential function
A(t) = A0 ekt ;
where
A(t) = amount or quantity at time t
A0 = initial amount/quantity
k = growth or decay rate
.
Logarithmic Functions
A logarithmic function, f (x) = loga x, (a > 0, a 6= 1), is the inverse function to the exponential function
f (x) = ax . Thus,
If y = loga x, then x = ay .
That is, the logarithm of x to the base a is the exponent to which a must be raised to obtain x.
Conversely,
If x = ay , then y = loga x.
Remarks:
1. Properties of Logarithms
i. loga 1 = 0
ii. loga (M N ) = loga M + loga N
iii. loga ( M
N ) = loga M loga N
iv. loga a = 1
v. loga (M p ) = p loga M
Advanced Algebra
Lecture Notes
7.1
Change-of-Base Formula
Logarithmic expressions can be rewritten in terms of other bases by means of the change-of-base formula:
loga x =
logb x
.
logb a