Functions
Functions
Functions
2.1 Introduction
Much of mathematics is about finding a pattern – a
recognisable link between quantities that change. In our
daily life, we come across many patterns that characterise
relations such as brother and sister, father and son, teacher
and student. In mathematics also, we come across many
relations such as number m is less than number n, line l is
parallel to line m, set A is a subset of set B. In all these, we
notice that a relation involves pairs of objects in certain
order. In this Chapter, we will learn how to link pairs of
objects from two sets and then introduce relations between
the two objects in the pair. Finally, we will learn about G . W. Leibnitz
special relations which will qualify to be functions. The (1646–1716)
concept of function is very important in mathematics since it captures the idea of a
mathematically precise correspondence between one quantity with the other.
2.2 Cartesian Products of Sets
Suppose A is a set of 2 colours and B is a set of 3 objects, i.e.,
A = {red, blue}and B = {b, c, s},
where b, c and s represent a particular bag, coat and shirt, respectively.
How many pairs of coloured objects can be made from these two sets?
Proceeding in a very orderly manner, we can see that there will be 6
distinct pairs as given below:
(red, b), (red, c), (red, s), (blue, b), (blue, c), (blue, s).
Thus, we get 6 distinct objects (Fig 2.1).
Let us recall from our earlier classes that an ordered pair of elements Fig 2.1
taken from any two sets P and Q is a pair of elements written in small
2021-22
RELATIONS AND FUNCTIONS 31
brackets and grouped together in a particular order, i.e., (p,q), p ∈ P and q ∈ Q . This
leads to the following definition:
Definition 1 Given two non-empty sets P and Q. The cartesian product P × Q is the
set of all ordered pairs of elements from P and Q, i.e.,
P × Q = { (p,q) : p ∈ P, q ∈ Q }
If either P or Q is the null set, then P × Q will also be empty set, i.e., P × Q = φ
From the illustration given above we note that
A × B = {(red,b), (red,c), (red,s), (blue,b), (blue,c), (blue,s)}.
Again, consider the two sets:
A = {DL, MP, KA}, where DL, MP, KA represent Delhi,
Madhya Pradesh and Karnataka, respectively and B = {01,02, 03
03}representing codes for the licence plates of vehicles issued 02
by DL, MP and KA . 01
If the three states, Delhi, Madhya Pradesh and Karnataka
were making codes for the licence plates of vehicles, with the DL MP KA
restriction that the code begins with an element from set A,
Fig 2.2
which are the pairs available from these sets and how many such
pairs will there be (Fig 2.2)?
The available pairs are:(DL,01), (DL,02), (DL,03), (MP,01), (MP,02), (MP,03),
(KA,01), (KA,02), (KA,03) and the product of set A and set B is given by
A × B = {(DL,01), (DL,02), (DL,03), (MP,01), (MP,02), (MP,03), (KA,01), (KA,02),
(KA,03)}.
It can easily be seen that there will be 9 such pairs in the Cartesian product, since
there are 3 elements in each of the sets A and B. This gives us 9 possible codes. Also
note that the order in which these elements are paired is crucial. For example, the code
(DL, 01) will not be the same as the code (01, DL).
As a final illustration, consider the two sets A= {a1, a2} and
B = {b1, b2, b3, b4} (Fig 2.3).
A × B = {( a1, b1), (a1, b2), (a1, b3), (a1, b4), (a2, b1), (a2, b2),
(a2, b3), (a2, b4)}.
The 8 ordered pairs thus formed can represent the position of points in
the plane if A and B are subsets of the set of real numbers and it is
obvious that the point in the position (a1, b2) will be distinct from the point
Fig 2.3
in the position (b2, a1).
Remarks
(i) Two ordered pairs are equal, if and only if the corresponding first elements
are equal and the second elements are also equal.
2021-22
32 MATHEMATICS
2021-22
RELATIONS AND FUNCTIONS 33
Example 6 If A × B ={(p, q),(p, r), (m, q), (m, r)}, find A and B.
Solution A = set of first elements = {p, m}
B = set of second elements = {q, r}.
EXERCISE 2.1
x 2 5 1
1. If + 1, y – = , , find the values of x and y.
3 3 3 3
2. If the set A has 3 elements and the set B = {3, 4, 5}, then find the number of
elements in (A×B).
3. If G = {7, 8} and H = {5, 4, 2}, find G × H and H × G.
4. State whether each of the following statements are true or false. If the statement
is false, rewrite the given statement correctly.
(i) If P = {m, n} and Q = { n, m}, then P × Q = {(m, n),(n, m)}.
(ii) If A and B are non-empty sets, then A × B is a non-empty set of ordered
pairs (x, y) such that x ∈ A and y ∈ B.
(iii) If A = {1, 2}, B = {3, 4}, then A × (B ∩ φ) = φ.
5. If A = {–1, 1}, find A × A × A.
6. If A × B = {(a, x),(a , y), (b, x), (b, y)}. Find A and B.
7. Let A = {1, 2}, B = {1, 2, 3, 4}, C = {5, 6} and D = {5, 6, 7, 8}. Verify that
(i) A × (B ∩ C) = (A × B) ∩ (A × C). (ii) A × C is a subset of B × D.
8. Let A = {1, 2} and B = {3, 4}. Write A × B. How many subsets will A × B have?
List them.
9. Let A and B be two sets such that n(A) = 3 and n(B) = 2. If (x, 1), (y, 2), (z, 1)
are in A × B, find A and B, where x, y and z are distinct elements.
2021-22
34 MATHEMATICS
10. The Cartesian product A × A has 9 elements among which are found (–1, 0) and
(0,1). Find the set A and the remaining elements of A × A.
2.3 Relations
Consider the two sets P = {a, b, c} and Q = {Ali, Bhanu, Binoy, Chandra, Divya}.
The cartesian product of
P and Q has 15 ordered pairs which
can be listed as P × Q = {(a, Ali),
(a,Bhanu), (a, Binoy), ..., (c, Divya)}.
We can now obtain a subset of
P × Q by introducing a relation R
between the first element x and the
second element y of each ordered pair Fig 2.4
(x, y) as
R= { (x,y): x is the first letter of the name y, x ∈ P, y ∈ Q}.
Then R = {(a, Ali), (b, Bhanu), (b, Binoy), (c, Chandra)}
A visual representation of this relation R (called an arrow diagram) is shown
in Fig 2.4.
Definition 2 A relation R from a non-empty set A to a non-empty set B is a subset of
the cartesian product A × B. The subset is derived by describing a relationship between
the first element and the second element of the ordered pairs in A × B. The second
element is called the image of the first element.
Definition 3 The set of all first elements of the ordered pairs in a relation R from a set
A to a set B is called the domain of the relation R.
Definition 4 The set of all second elements in a relation R from a set A to a set B is
called the range of the relation R. The whole set B is called the codomain of the
relation R. Note that range ⊂ codomain.
Remarks (i) A relation may be represented algebraically either by the Roster
method or by the Set-builder method.
(ii) An arrow diagram is a visual representation of a relation.
Example 7 Let A = {1, 2, 3, 4, 5, 6}. Define a relation R from A to A by
R = {(x, y) : y = x + 1 }
(i) Depict this relation using an arrow diagram.
(ii) Write down the domain, codomain and range of R.
Solution (i) By the definition of the relation,
R = {(1,2), (2,3), (3,4), (4,5), (5,6)}.
2021-22
RELATIONS AND FUNCTIONS 35
Note The total number of relations that can be defined from a set A to a set B
is the number of possible subsets of A × B. If n(A ) = p and n(B) = q, then
n (A × B) = pq and the total number of relations is 2pq.
Example 9 Let A = {1, 2} and B = {3, 4}. Find the number of relations from A to B.
Solution We have,
A × B = {(1, 3), (1, 4), (2, 3), (2, 4)}.
Since n (A×B ) = 4, the number of subsets of A×B is 24. Therefore, the number of
relations from A into B will be 24.
Remark A relation R from A to A is also stated as a relation on A.
EXERCISE 2.2
1. Let A = {1, 2, 3,...,14}. Define a relation R from A to A by
R = {(x, y) : 3x – y = 0, where x, y ∈ A}. Write down its domain, codomain and
range.
2021-22
36 MATHEMATICS
2021-22
RELATIONS AND FUNCTIONS 37
2021-22
38 MATHEMATICS
Fig 2.8
(ii) Constant function Define the function f: R → R by y = f (x) = c, x ∈ R where
c is a constant and each x ∈ R. Here domain of f is R and its range is {c}.
Fig 2.9
2021-22
RELATIONS AND FUNCTIONS 39
The graph is a line parallel to x-axis. For example, if f(x)=3 for each x∈R, then its
graph will be a line as shown in the Fig 2.9.
(iii) Polynomial function A function f : R → R is said to be polynomial function if
for each x in R, y = f (x) = a0 + a1x + a2x2 + ...+ an xn, where n is a non-negative
integer and a0, a1, a2,...,an∈R.
The functions defined by f(x) = x3 – x2 + 2, and g(x) = x4 + 2 x are some examples
2
of polynomial functions, whereas the function h defined by h(x) = x 3 + 2x is not a
polynomial function.(Why?)
Example 13 Define the function f: R → R by y = f(x) = x2, x ∈ R. Complete the
Table given below by using this definition. What is the domain and range of this function?
Draw the graph of f.
x –4 –3 –2 –1 0 1 2 3 4
y = f(x) = x2
Solution The completed Table is given below:
x –4 –3 –2 –1 0 1 2 3 4
2
y = f (x) = x 16 9 4 1 0 1 4 9 16
2
Domain of f = {x : x∈R}. Range of f = {x : x ∈ R}. The graph of f is given
by Fig 2.10
Fig 2.10
2021-22
40 MATHEMATICS
Example 14 Draw the graph of the function f :R → R defined by f (x) = x3, x∈R.
Solution We have
f(0) = 0, f(1) = 1, f(–1) = –1, f(2) = 8, f(–2) = –8, f(3) = 27; f(–3) = –27, etc.
Therefore, f = {(x,x3): x∈R}.
The graph of f is given in Fig 2.11.
Fig 2.11
f (x )
(iv) Rational functions are functions of the type , where f(x) and g(x) are
g (x)
polynomial functions of x defined in a domain, where g(x) ≠ 0.
1
Example 15 Define the real valued function f : R – {0} → R defined by f (x) = ,
x
x ∈ R –{0}. Complete the Table given below using this definition. What is the domain
and range of this function?
1
y= – 0.5 – 0.67 –1 – 2 4 2 1 0.67 0.5
x
2021-22
RELATIONS AND FUNCTIONS 41
The domain is all real numbers except 0 and its range is also all real numbers
except 0. The graph of f is given in Fig 2.12.
Fig 2.12
x,x ≥ 0
f (x) =
− x,x < 0
The graph of the modulus function is given
in Fig 2.13.
(vi) Signum function The function
f:R→R defined by
Fig 2.13
1,if x > 0
f (x ) = 0,if x = 0
−1,if x < 0
2021-22
42 MATHEMATICS
is called the signum function. The domain of the signum function is R and the range is
the set {–1, 0, 1}. The graph of the signum function is given by the Fig 2.14.
Fig 2.14
2021-22
RELATIONS AND FUNCTIONS 43
f f ( x)
( x) = , provided g(x) ≠ 0, x ∈ X
g g ( x)
2
Example 16 Let f(x) = x and g(x) = 2x + 1 be two real functions.Find
f
(f + g) (x), (f –g) (x), (fg) (x), ( x ) .
g
Solution We have,
2 2
(f + g) (x) = x + 2x + 1, (f –g) (x) = x – 2x – 1,
2 f 3 2 x2 1
(fg) (x) = x (2x + 1) = 2x + x , ( x ) = ,x ≠ −
g 2x + 1 2
Example 17 Let f(x) = x and g(x) = x be two functions defined over the set of non-
f
negative real numbers. Find (f + g) (x), (f – g) (x), (fg) (x) and (x).
g
Solution We have
(f + g) (x) = x + x, (f – g) (x) = x –x,
3 f x –
1
2021-22
44 MATHEMATICS
EXERCISE 2.3
1. Which of the following relations are functions? Give reasons. If it is a function,
determine its domain and range.
(i) {(2,1), (5,1), (8,1), (11,1), (14,1), (17,1)}
(ii) {(2,1), (4,2), (6,3), (8,4), (10,5), (12,6), (14,7)}
(iii) {(1,3), (1,5), (2,5)}.
2. Find the domain and range of the following real functions:
(i) f(x) = – x (ii) f(x) = 9 − x2 .
3. A function f is defined by f(x) = 2x –5. Write down the values of
(i) f (0), (ii) f (7), (iii) f (–3).
4. The function ‘t’ which maps temperature in degree Celsius into temperature in
9C
degree Fahrenheit is defined by t(C) = + 32.
5
Find (i) t(0) (ii) t(28) (iii) t(–10) (iv) The value of C, when t(C) = 212.
5. Find the range of each of the following functions.
(i) f (x) = 2 – 3x, x ∈ R, x > 0.
(ii) f (x) = x2 + 2, x is a real number.
(iii) f (x) = x, x is a real number.
Miscellaneous Examples
Example 18 Let R be the set of real numbers.
Define the real function
f: R→R by f(x) = x + 10
and sketch the graph of this function.
Solution Here f(0) = 10, f(1) = 11, f(2) = 12, ...,
f(10) = 20, etc., and
f(–1) = 9, f(–2) = 8, ..., f(–10) = 0 and so on.
Therefore, shape of the graph of the given
function assumes the form as shown in Fig 2.16.
Remark The function f defined by f(x) = mx + c ,
x ∈ R, is called linear function, where m and c are
constants. Above function is an example of a linear
Fig 2.16
function.
2021-22
RELATIONS AND FUNCTIONS 45
x2 + 3x + 5
Example 21 Find the domain of the function f ( x ) =
x2 − 5x + 4
2
Solution Since x –5x + 4 = (x – 4) (x –1), the function f is defined for all real numbers
except at x = 4 and x = 1. Hence the domain of f is R – {1, 4}.
Example 22 The function f is defined by
1− x, x < 0
f (x) =
1 , x=0
x + 1, x > 0
Draw the graph of f (x).
Solution Here, f(x) = 1 – x, x < 0, this gives
f(– 4) = 1 – (– 4) = 5;
f(– 3) =1 – (– 3) = 4,
f(– 2) = 1 – (– 2) = 3
f(–1) = 1 – (–1) = 2; etc,
and f(1) = 2, f (2) = 3, f (3) = 4
f(4) = 5 and so on for f(x) = x + 1, x > 0.
Thus, the graph of f is as shown in Fig 2.17 Fig 2.17
2021-22
46 MATHEMATICS
x , 0 ≤ x ≤ 3
2
1. The relation f is defined by f (x) =
3 x,3 ≤ x ≤10
x 2 , 0 ≤ x ≤ 2
The relation g is defined by g ( x) =
3x , 2 ≤ x ≤ 10
Show that f is a function and g is not a function.
2 f (1.1) – f (1)
2. If f (x) = x , find .
(1.1 – 1)
x2 + 2 x + 1
3. Find the domain of the function f (x) = .
x 2 – 8 x + 12
4. Find the domain and the range of the real function f defined by f (x) = ( x − 1) .
5. Find the domain and the range of the real function f defined by f (x) = x – 1 .
x2
6. Let f = x , 2 : x ∈ R be a function from R into R. Determine the range
1 + x
of f.
7. Let f, g : R→R be defined, respectively by f(x) = x + 1, g(x) = 2x – 3. Find
f
f + g, f – g and
g.
8. Let f = {(1,1), (2,3), (0,–1), (–1, –3)} be a function from Z to Z defined by
f(x) = ax + b, for some integers a, b. Determine a, b.
2
9. Let R be a relation from N to N defined by R = {(a, b) : a, b ∈N and a = b }. Are
the following true?
(i) (a,a) ∈ R, for all a ∈ N (ii) (a,b) ∈ R, implies (b,a) ∈ R
(iii) (a,b) ∈ R, (b,c) ∈ R implies (a,c) ∈ R.
Justify your answer in each case.
10. Let A ={1,2,3,4}, B = {1,5,9,11,15,16} and f = {(1,5), (2,9), (3,1), (4,5), (2,11)}
Are the following true?
(i) f is a relation from A to B (ii) f is a function from A to B.
Justify your answer in each case.
2021-22
RELATIONS AND FUNCTIONS 47
Summary
In this Chapter, we studied about relations and functions.The main features of
this Chapter are as follows:
Ordered pair A pair of elements grouped together in a particular order.
Cartesian product A × B of two sets A and B is given by
A × B = {(a, b): a ∈ A, b ∈ B}
In particular R × R = {(x, y): x, y ∈ R}
and R × R × R = {(x, y, z): x, y, z ∈ R}
If (a, b) = (x, y), then a = x and b = y.
If n(A) = p and n(B) = q, then n(A × B) = pq.
A×φ=φ
In general, A × B ≠ B × A.
Relation A relation R from a set A to a set B is a subset of the cartesian
product A × B obtained by describing a relationship between the first element
x and the second element y of the ordered pairs in A × B.
The image of an element x under a relation R is given by y, where (x, y) ∈ R,
The domain of R is the set of all first elements of the ordered pairs in a
relation R.
The range of the relation R is the set of all second elements of the ordered
pairs in a relation R.
Function A function f from a set A to a set B is a specific type of relation for
which every element x of set A has one and only one image y in set B.
We write f: A→B, where f(x) = y.
A is the domain and B is the codomain of f.
2021-22
48 MATHEMATICS
Historical Note
The word FUNCTION first appears in a Latin manuscript “Methodus
tangentium inversa, seu de fuctionibus” written by Gottfried Wilhelm Leibnitz
(1646-1716) in 1673; Leibnitz used the word in the non-analytical sense. He
considered a function in terms of “mathematical job” – the “employee” being
just a curve.
On July 5, 1698, Johan Bernoulli, in a letter to Leibnitz, for the first time
deliberately assigned a specialised use of the term function in the analytical
sense. At the end of that month, Leibnitz replied showing his approval.
Function is found in English in 1779 in Chambers’ Cyclopaedia: “The
term function is used in algebra, for an analytical expression any way compounded
of a variable quantity, and of numbers, or constant quantities”.
— —
2021-22