Functions and Graphs
Functions and Graphs
August 1, 2016
Lecturer: Chandra Vaidyanathan
1. Introduction to functions
One of the first steps we take towards modeling the real world around us is through the notion of a function.
The grade one obtains in this class depends on the effort one puts in, the temperature at which water boils
depends on the elevation above sea level, the area of circle depends on its radius, the volume of a cube
depends on the length of its sides. So how do we make explicit this dependency? It is through the concept
of a function.
It was Leibnitz who introduced the term function, to refer to certain kinds of mathematical formulae, but
its scope was widened over time and we now define, a function as a correspondence which associates with
each element of a set X, one and only one element of another set, Y . The set X is called the domain
of the function. Those elements of Y associated with the elements in X form a set called the range of the
function. The domain and range of a function can be any set of objects and do not necessarily have to consist
of numbers.
QUESTION: 1.1. Give an example of a function whose domain or range is not a set of real numbers.
Remark 1. When we define a function, f (x), with a formula and the domain is not stated, the
domain is assumed to be the largest set of x-values for which the formula gives real y-values. This
is the functions natural domain.
Remark 2. Suppose we assign an area to a plane region. When we do this, we associate a number
with a set S in the plane. We thus, have a function, which assigns a real number a(S), to each set S
in some given collection of sets. Such a function is a set function.
EXAMPLE: 1.1. Lets verify the natural domains and associated ranges of some simple functions.
QUESTION: 1.2. Find the domain and range of the following functions:
1. f (x) = 4 x2
1
2. f (x) =
x3
x
3. f (x) = 2
x 1
We can similary define the difference function, f g, which would defined as:
with the domain of definition being identical to that of the sum function.
QUESTION: 2.2. Can you think of other ways of generating new functions from old, together with
an expression for the domain of the new function?
Remark 4. f.g and f /g can be defined similarly, with the obvious caveat that the denominator
cannot be zero for the quotient function.
Another completely different way to generate a new function is through composition of functions, f g,
defined as: (f g)(x) = f (g(x)). The definition says that two functions can be composed, when the range
of the first lies in the domain of the second. Here, we ought to be a bit careful about the domain of the
composed function. Its domain is given by the set of all x such that x is in the domain of g and g(x) in the
domain of f .
QUESTION: 2.3. Find the following if f (x) = x and g(x) = x + 1:
QUESTION: 3.2. Is sin(x) periodic? If it is periodic, what is its period? Is it also symmetric about
either the y-axis or the origin?
EXAMPLE: 3.1. The absolute value function, f (x) = |x|, is a piecewise function, since for those
values of x between and 0, |x| = x and those between 0 and , |x| = x.