0% found this document useful (0 votes)
21 views44 pages

SN Function

This document provides short notes on relations and functions, covering concepts such as ordered pairs, Cartesian products, types of relations (reflexive, symmetric, transitive, and equivalence), and the definition of functions. It includes examples and explanations of domain, range, and inverse relations, along with practice problems and their answers. The content is aimed at preparing for the JEE (Main Advanced) examination.

Uploaded by

lallifruit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views44 pages

SN Function

This document provides short notes on relations and functions, covering concepts such as ordered pairs, Cartesian products, types of relations (reflexive, symmetric, transitive, and equivalence), and the definition of functions. It includes examples and explanations of domain, range, and inverse relations, along with practice problems and their answers. The content is aimed at preparing for the JEE (Main Advanced) examination.

Uploaded by

lallifruit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 44

TARGET JEE (MAIN ADVANCED)

SHORT NOTES
on
RELATION
&
FUNCTION
2 RELATION & FUNCTION

RELATION & FUNCTION

1. ORDERED PAIRS :

An ordered pair consisting of two elements in a given fixed order.


Eg. (a, b).
An order pair is not a set consisting of two elements. The position of a point in two dimentional plane is
Eg. of an ordered pair (1, 2), (2, 2) ……

1.1 Equality of ordered pairs :


Two ordered pairs (a1, b1) and (a2, b2) are said to be equal if a1 = a2 & b1 = b2
Eg. Find the values of a and b if (3a – 2, b + 3) = (2a – 1, 3)
b + 3 = 3, 3a – 2b = 2a – 1  a = 1, b = 0

1.2 Cartesian Product of two sets :


Let A and B be any two non empty sets. The set of all ordered pairs (a, b) such that a  A and b  B is
called as cartesian product of sets A and B and is denotes by A × B.
The cartesian product of two sets A, B is a non-void set of all ordered pairs (a, b).
A = {1, 2, 3}; B = {p, q, r}
A × B = {(a, b) / a  A and b  B}
= {(1, p), (1, q), (1, r), (2, p), (2, q), (2, r), (3, p), (3, q), (3, r)}

2. RELATION :

Every non-zero subset of A × B defined a relation from set A to set B.

Defination :
Relation is a linear operation which establishes relationship between the element's of two set's according
to some definite rule of relationship.
R : {(a, b) | (a, b)  A × B and a R b}
Eg :1 A is {2, 3, 5}
B is {1, 4, 9, 25, 30}
If aRb  b is square of a
Discreet element of relation are {(2, 4), (3, 9), (5, 25)}
Eg :2 A = {Jaipur, Patna, Kanpur, Lucknow}
B = {Rajasthan, Uttar Pradesh, Bihar}
aRb  a is capital of b,
A × B = {(Jaipur, Rajasthan), (Patna, Bihar), (Lucknow, Uttar Pradesh) }

2.1 Total number of Relation from A to B :

Let number of relations from A to B be x.


Let A contain 'm' elements and B contain 'n' element's.
Number of element's in A × B  m× n
Number of non void subset's = mnC1 + mnC2 + ........ + mnCmn = 2mn – 1

SHORT NOTES
RELATION & FUNCTION 3

2.2 Domain and Range of Relation:

If R be a relation from a set A to set B. Then set of all first component's or coordinates of ordered pairs
is called the domain of R, while the set of all second component's or coordinates of the ordered pairs is
called as range of relation.
Let R : A  B (R is a relation defined from set A to set B) then domain of this relation is
Domain : Set of all the first entries in R
{a | (a, b)  R}
Range : Set of all the second entries in R Domain Range
{b | (a, b)  R}
E.g. A = {1, 3, 5, 7}; B = {2, 4, 6, 8} 3 2
Relation is aRb  a > b; a  A, b  B 5 4
R = {(3, 2), (5, 2), (5, 3), (7, 2), (7, 4), (7, 6) }
7 7
Domain = {3, 5, 7}
Range = {2, 4, 6}

2.3 Inverse of a Relation:


Domain Range
If R is a relation defined from A  B then R–1 is a relation a+2b=10
defined from B  A as 2 4
R–1 = {(b, a) | (a, b)  R} 4 3
i.e. domain is converted in to range element's and range is 6 2
converted into domain elements. 8 1
i.e. Doman of R = Range of R–1
Range of R = Domain of R–1
E.g. N is a set of first 10 natural nos. Domain Range
aRb  a + 2b = 10
N = {1, 2, 3, ..., 10} & a, b  N 1 2
R = {(2, 4), (4, 3), (6, 2), (8, 1)} 2 4
3 6
Inverse relation is R–1  {(1, 8), (2, 6), (3, 4), (4, 2)} 4 8

2.4 Types of Relation :

(i) Identity Relation


A relation defined on a set A is said to be an Identity relation if every element of A is related to itself and
only to itself.
Eg.1 A relation defined on the set of natural number's as
with rule aRb  a = b is an identity relation
R = {(1, 1), (2, 2), (3, 3), .........}
Eg: 2 The relation IA = {(1, 1), (2, 2), (3, 3), .........} is the identity relation on set A = {1, 2, 3} but
{(1, 1), (2, 2), (1, 3)} are not identity relation
Types of Relations

Reflexive Symmetric Transitive

SHORT NOTES
4 RELATION & FUNCTION

(ii) Reflexive:
A relation defined on a set A is said to be an Identity relation if each & every element ofA is related to
itself.
i.e. if (a, b)  R then (a, a)  R. However if there is a single ordered pair of (a, b)  R such
(a, a)  R then R is not reflexive.
Eg. 1 : Let A = {1, 2, 3} be a set then R = {(1, 1), (2, 2), (3, 3), (1, 3), (2, 1)} is a reflexive relation on A.
R1 = {(1, 1), (3, 3), (2, 1), (6, 2)} is not a reflexive relation on A, because 2  A but (2, 2)  R.

E.g. 2: A relation defined on (set of natural numbers)


aRb  'a' divides 'b' a, b  N
R would always contain (a, a) because every natural number divides itself and hence it is a reflexive
relation.
Note :
Every identity relation is a reflexive relation but every reflexive relation need not be an identity.

(iii) Symmetric Relation:


A relation defined on a set is said to be symmetric
if a R b  bRa. If (a, b)  R then (b, a) must be necessarily there in the same relation.
Eg :
(i) aRb  a is parallel to b
It is a symmetric relation because if a is parallel to b then the line b is parallel to a.
(ii) L1 R L2 …… L1 is perpendicular to L2 is a symmetric relation.
(iii) aRb  a is brother of b is not necessarily brother a.
(iv) aRb  a is a cousin of b. This is a symmetric relation.
Note : If R is symmetric
(i) R = R–1
(ii) Rangle of R = Domain of R

(iv) Transitive relation :


A relation on set A is said to be transitive if a R b and b R c implies a R c then it is transitive.
(a, b)  R & (b, c)  R  (a, c)  R and (a, b, c) need not be distinct.
Eg. 1 : a R b (a – b) is even
(6, 4), (4, 20)  (6, 20)  R
Eg. 2 : On the set of natural numbers, the relation R defined by x R y  x < y because for any
x , y, z  N x < y, y < z  x < z.

(v) Equivalence Relation:


If a relation is Reflexive, Symmetric and Transitive then it is said to be an equivalence relation.
Eg. 1 : A relation defined on N
xRy  x=y
R is an equivalence relation.
Eg. 2 : A relation defined on a set of | | lines in a plane
aRb  a||b
It is an equivalence relation.
Eg. 3 : Relation defined on the set of integer (I)
xRy  (x – y) is even is an equivalence relation.

SHORT NOTES
RELATION & FUNCTION 5

Illustration :

Check the following relations for being reflexive, symmetric, transitive and thus choose the
equivalence relations if any.
(i) a R b if a  b; a, b  set of real numbers.
(ii) a R b iff a < b; a, b  N.
1
(iii) a R b iff a  b > ; a, b  R.
2
(iv) a R b iff a divides b; a, b  N.
(v) a R b iff (a – b) is divisble by n; a, b  I, n is a fixed positive integer.
Sol.
(i) Not reflexive, not symmetric but transitive
Let a = –2 and b = 3; (–2, 3)  R. Since  2  3 is true

Since  2 2  –2 hence relation is not Reflexive

Since 3  –2 is wrong hence relation is not symmetric

Now Let a, b, c be three real numbers such that a  b and b  c

a b b 0, so b c b c

Hence a c is true so the given relation is transitive.

(ii) Not reflexive, not symmetric but transitive.


Since no natural number is less than itself hence not reflexive,
If a < b then b < a is false. Hence not symmetric.
If a < b then b < c clearly a < c. Hence transitive

(iii) Not reflexive, symmetric, not transitive.


1
a  a  0  hence it is not reflexive.
2

x 2 | x | hence symmetric.

3 1 5 1
Let a = 1, b = – 1 and c = , ab  2  so ( a ,b )  R; b  c   so (b, c)  R
2 2 2 2

3 1 1
But a  c  1    so ( a ,c )  R . Hence R is not a transitive relation.
2 2 2

SHORT NOTES
6 RELATION & FUNCTION

(iv) Reflexive, not symmetric, transitive

a
Since = 1 i.e. every number divides itself, hence R is reflexive.
a
If a divides b then b does not divide a (unless (a = b) hence the relation is not symmetric
(but anti-symmetric).
If a divides b and b divides c then it is clear that a will divide c. Hence transitive.

(v) Relfexive, symmetric as well as transitive, hence it is an equivalence relation.

0 
Since 0 is divisible by n   0  so given relation is reflexive
n 
If a – b is divisible by n, then (b – a) will also be divisible by n. Hence, symmetric.
If a – b = nI1 and b – c = nI2 , where I1 , I2 are integer.
Then, a – c = (a – b) + (b – c) = n(I1 + I2) so a – c is also divisible by n, hence transitive.

Practice Problem

Q.1 If R is a relation from a finite set A having m elements to a finite set B having n elements, then the number
of relations from A to B is-
(A) 2mn (B) 2mn – 1 (C) 2mn (D) mn

Q.2 Let L denote the set of all straight lines in a plane. Let a relation R be defined by  R     , ,   L.
Then R is -
(A) Reflexive (B) Symmetric (C) Transitive (D) None of these

Q.3 Two points A and B in a plane are related if OA = OB, where O is a fixed point. This relation is -
(A) Reflexive but not symmetric (B) Symmetric but not transitive
(C) An equivalence relation (D) None of these

Answer key

Q.1 B Q.2 B Q.3 C

SHORT NOTES
RELATION & FUNCTION 7

FUNCTION

3. INTRODUCTION :

A function is like a machine which gives unique output for each input that is fed into it. But every machine
is designed for certain defined inputs for eg. a juicer is designed for fruits & not for wood. Similarly
functions are defined for certain inputs which are called as its "domain and corresponding outputs are
called "Range".

3.1 General Definition :

Definition-1 :
Let A and B be two sets and let there exist a rule or manner or correspondence ‘ f ’ which associates to
each element of A to a unique element in B,then f is called a function or mapping from A to B. It is
denoted by the symbol
f
f : A  B or A  B
which reads ‘ f ’ is a function from A to B’ or ‘f maps A to B,

If an element a  A is associated with an element b  B then b is called ‘the f image of a’ or ‘image of


a under f ’ or ‘the value of the function f at a’. Also a is called the pre-image of b or argument of b under
the function f. We write it as
b = f (a) or f : a  b or f : (a, b)

3.2 Function as a set of ordered pairs :

A function f : A  B can be expressed as a set of ordered pairs in which each ordered pair is such that
its first element belongs to A and second element is the corresponding element of B.

As such a function f : A  B can be considered as a set of ordered pairs (a, f(a) ) where a  A and
f (a)  B which is the f image of a. Hence f is a subset of A × B.

f f f f
A B A B A B A B
a p a p a p a p
b q b q b q b q
c r c r c r c r
d s d s d s d s
Function Not a function Function t
Not a function
As a particular type of relation, we can define a function as follows :

SHORT NOTES
8 RELATION & FUNCTION

Definition-2 :

A relation R from a set A to a set B is called a function if


(i) each element of A is associated with some element of B.
(ii) each element of A has unique image in B.
Thus a function ‘ f ’ from a set A to a set B is a subset of A × B in which each 'a' belonging to A appears
in one and only one ordered pair belonging to f. Hence a function f is a relation from A to B satisfying
the following properties :

Every function from A  B satisfies the following conditions.


(i) f  A × B (ii)  a  A  (a, f (a))  f and
(iii) (a, b)  f & (a, c)  f  b = c.

Thus the ordered pairs of f must satisfy the property that each element of A appears in some ordered
pair and no two ordered pairs have same first element.

Note : Every function is a relation but every relation is not necessarily a function.

3.3 Domain, Co-domain & Range of A Function :

Let f : A  B, then the set A is known as the domain of f & the set B is known as codomain of f.
The set of all f images of elements of A is known as the range of f . Thus :
Domain of f = {a  a  A, (a, f(a))  f}
Range of f = {f(a)  a  A, f(a)  B, (a, f (a) )  f}
It should be noted that range is a subset of codomain . If only the rule of function is given then the
domain of the function is the set of those real numbers, where function is defined. For a continuous
function, the interval from minimum to maximum value of a function gives the range.
Let f and g be function with domain D1 and D2 then the functions

Note :
f + g, f – g, fg, f g are defined as
(f + g)(x) = f (x) + g (x); Domain D1  D2
(f – g)(x) = f (x) – g (x); Domain D1  D2
(f g)(x) = f (x) · g (x); Domain D1  D2

f  f (x )
  (x) = ; Domain = {x  D1  D2 | g (x)  0}
g g( x )

e.g. f (x) = x3 + 2x2 and g (x) = 3x2 – 1. Find f ± g, f g and f / g.

SHORT NOTES
RELATION & FUNCTION 9

3.4 Graphical Representation of function :

Let f be a mapping with domain D such that y = f(x) should assume angle value for each x,(i.e. the straight
line drawn parallel to y-axis in its domain should cut at only one point.
Eg. y = x3
Here all the straight lines parallel to y-axis cut y = x3 only at one print.
y

Eg. x2 + y2 = 12
Here line parallel to y-axis is intersecting the circle at two points hence it is not a function.
y

x
(–1,0) (1,0)

3.5 Domain :

Rule for finding Domain :


(i) Expression under even root (i.e. square root, fourth root etc)  0.
(ii) Denominator  0
(iii) If domain of y = f(x) & y = g(x) are D1 & D2 respectively then the domain of f(x) ± g(x) or f(x) · g(x) is
D1  D2
f (x )
(iv) Domain of is D1  D2 – {g(x) = 0}.
g( x )

3.6 Classification of Functions:

(i) Polynomial Function:


If a function f is defined by f (x) = a0 xn + a1 xn1 + a2 xn2 + ... + an1 x + an where n is a non negative
integer and a0, a1, a2, ..., an are real numbers and a0  0, then f is called a polynomial function of degree
n. A polynomial function is always continuous.

NOTE: (A) A polynomial of degree one with no constant term is called an odd linear function
i.e. f(x) = ax , a  0
(B) There are two polynomial functions , satisfying the relation ;
f(x).f(1/x) = f(x) + f(1/x) . They are :
(a) f(x) = xn + 1 & (b) f(x) = 1  xn , where n is a positive integer.
(C) A polynomial of degree odd has its range (– , ) put a polynomial of degree even has a range
which is always subset of R.

SHORT NOTES
10 RELATION & FUNCTION

(ii) Algebraic Function:


A function f is called an algebraic function if it can be constructed using algebraic operations such as
addition, substraction, multiplication, division and taking roots, started with polynomials.
x 4  16x 2
e.g. f (x) = x 1 ;
2 g (x) = + (x – 2) × 3
x 1
x x
Note that all polynomial are algebraic but converse is not true. Functions which are not algebraic, are
known as Transcidential function.

(iii) Fractional Rational Function:


g(x)
A rational function is a function of the form. y = f (x) = , where g (x) & h (x) are polynomials &
h(x)
h (x)  0. The domain of f (x) is set of realx such that h (x)  0.
2x 4  x 2  1
e.g. f (x) = ; D = {x | x  ± 2}
x2  4

(iv) Exponential Function:


0<a<1 a>1
A function f(x) = ax = ex ln a (a > 0 , a  1, x  R) is called an
exponential function. f (x) = ax is called an exponential function y=a
x

because the variable x is the exponent. It should not be confused


with power function. g (x) = x2 in which variable x is the base.
For f (x) = ex domain is R and range is R+.
1
For f (x) = e x domain is R – {0} and range is R+ – {1}. i.e. (0, 1)  (1, )

1
f (x) = with domain R+ – {1}, range is R – {0}
ln x

(v) Logarithmic function: A function of the form y = logax, x > 0, a > 0, a  1, is called Logarithmic
function.
a>1

y = loga x

a<1

(vi) Absolute Value Function:


A function y = f (x) = x is called the absolute value function or Modulus function. It is defined as:
 x if x  0
y = x 
 x if x  0
For f (x) = | x |, domain is R and range is R+  {0}.
1 |x|
For f (x) = or 2 , domain is R – {0} and range is R+.
|x| x

SHORT NOTES
RELATION & FUNCTION 11

(vii) Signum Function:


A function y= f (x) = Sgn (x) is defined as follows :
1 for x  0
y = f (x) =  0 for x  0

  1 for x  0

x
It is also written as Sgn x = |x|/ x or
|x|
x  0 ; f (0) = 0
Note that Sgn(Sgn x) = Sgn x;

1 , | x |  1

y = Sgn (x2 – 1) = 0 , | x |  1
 1, | x |  1

(viii) Greatest Integer Or Step Up Function :


The function y = f (x) = [x] is called the greatest integer function where [x] denotes the greatest integer
less than or equal to x . Note that for :
1  x < 0 ; [x] =  1 0x< 1 ; [x] = 0
1x< 2 ; [x] = 1 2x < 3 ; [x] = 2 and so on.
For f (x) = [x], domain is R and range is I.
1 1 
For f (x) = domain is R – [0, 1) and range is  n  I  {0}  .
[x] n 
Properties of greatest integer function :
(a) [x]  x < [x] + 1 and
x  1 < [x]  x , 0  x  [x] < 1
(b) [x + m] = [x] + m, if m is an integer.
(c) [x] + [y]  [x + y]  [x] + [y] + 1
(d)  0 if x is an integer
[ x ]  [ x ]  
 1 otherwise.
(e) [x]  n  x  [n, )  n  I
(f) [x] > n  x  [n + 1, )  n  I
(g) [x]  n  x  (–, n + 1)  n  I
(h) [x] < n  x  (–, n)  n  I

(ix) Fractional Part Function :


It is defined as :
g (x) = {x} = x  [x].
e.g. the fractional part of the number 2.1 is
2.1 2 = 0.1 and the fractional part of  3.7 is 0.3. The period
of this function is 1 and graph of this function is as shown.
For f (x) = {x}, domain is R and range is [0, 1)
1
For f (x) = , domain is R – I, range is (1, )
{x}

SHORT NOTES
12 RELATION & FUNCTION

Properties of fractional part :


(a) 0  {x} < 1
(b) {x + n} = {x}, n  I
0, x  I
(c) {x}  { x}  
1, x  I

(x) Identity function :


The function f : A  A defined by f(x) = x  x  A is called the identity of A and is denoted by IA.
It is easy to observe that identity function defined on R is a bijection.
y
y=x
f : R  R, f (x) = x x

(xi) Constant function :


A function f : A  B is said to be a constant function if every element y
of A has the same f image in B. Thus f : A  B ; f(x) = c ,  x  A ,
c  B is a constant function. Note that the range of a constant function (0, c)
is a singleton and a constant function may be oneone or manyone, y=c
x
onto or into.

e.g. f (x) = [{x}]; g(x) = sin2x + cos2x; h (x) = sgn(x2 – 3x + 4) etc, all are constant functions.

Illustration :

Find the domain of following function


1
(i) f (x) = x2  5 x  6 (ii) f (x) = x2  3x  2 
x2  3x  4
2 1
(iii) f (x) = + log10 (x3 – x) (iv) f (x) =
x 4
2
| x | x

1  5 x  x2 
(v) f (x) = (vi) f (x) = log 1  
[ x]  x 2
4 

 1  x2 
(vii) f(x) = cos (sin x ) + sin–1 
 2 x  (viii) f(x) = log4 log2 log1/2 (x)
 
Sol.

(i) f (x) = x2  5 x  6
positive negative positive
 x2 – 5x + 6  0
2 3
 (x – 2) (x – 3)  0
 x  (–, 2]  [3, )

SHORT NOTES
RELATION & FUNCTION 13

1
(ii) f (x) = x2  3x  2 
x2  3x  4
x2 – 3x + 2  0 and x2 – 3x – 4 > 0
x2 – 3x + 2  0
positive negative positive
 (x – 2) (x – 1)  0
1 2
 x  (–, 1]  [2, ) …(i)

and x2 – 3x – 4 > 0
positive negative positive
(x – 4) (x + 1) > 0
–1 4
x  (–, –1)  (4, ) …(ii)
Taking union of (i) & (ii)
x  (–, –1)  (4, )
2
(iii) f (x) = + log10 (x3 – x)
x 4
2

Following conditions should be followed


x2 – 4  0 & x3 – x > 0
x  ±2
x  R – {–2, 2} …(i)
3
x –x>0
 x (x2 – 1) > 0
–1 0 1
 x (x – 1) (x + 1) > 0
x  (–1, 0)  (1, ) …(ii)
Taking union of (i) & (ii)
x  (–1, 0)  (1, 2)  (2, )

1
(iv) f (x) =
| x | x

|x|–x>0
|x|>x
This is possible only when x is negative i.e. x < 0, hence
x  (–, 0)

1
(v) f (x) =
[ x]  x

[x] – x > 0
[x] > x
but we know that [x]  x
Hence domain is 

SHORT NOTES
14 RELATION & FUNCTION

 5 x  x2 
(vi) f (x) = log 1  
2  4 
5 x  x2
0
4
 x (5 – x) > 0  x (x – 5) < 0
x  (0, 5) …(i)
 5 x  x2 
Also log 1    0
2 4 
0
5 x  x2  1 
    5x – x2  4
4 2
 x2 – 5x + 4  0
1 4
x  (–, 1]  [4, ) …(ii)
Using (i) and (ii)
x  (0, 1]  [4, 5)

 1  x2 
(vii) f(x) = cos(sin x ) + sin–1 
 2 x 
 
cos(sin x)  0
–1 sin x 1 x R
 
cos > 0 for  
2 2
hence x R ... (i)
1 x2 
sin–1  2 x 
 

1  x2
 2 x 1  | 1 + x2 | | 2x |

 | x |2 – 2| x | + 1 0
 (| x | – 1)2 0
Only at x = ± 1 ... (ii)
Using (i) and (ii)
x {–1, 1}

(viii) f(x) = log4 log2 log1/2 (x)


 log2 log1/2 (x) > 0  log1/2 (x) > (20)
1
1
 log1/2 x > 1 x<  
2
Also 0 < x
 1
 x  0, 
 2

SHORT NOTES
RELATION & FUNCTION 15

RANGE :

Range of y = f(x) is the collection of all outputs corresponding to each real number of the domain.

To find the range of function

(i) First of all find the domain of y = f(x).


(ii) If domain is a set having only finite number of points, then range is the set of corresponding f(x) values.
(iii) If domain of y = f(x) is R or R– {Some finite points}, then express x in terms of y. From this find y for
x to be defined or real or form an equation in terms of x & apply the condition for real roots.

Illustration :

Find the range of the following function


(i) f(x) = a sin x + b. a > 0 , b R (ii) f(x) = 4 tan x cos x
x2
(iii) y= (iv) y = loge (3x2 – 4x + 5)
1  x2
x2  x x( x  1 )
(v) y= 2 = (vi) y = 3 – 2x
x  2x x( x  2 )
Sol.

(i) f(x) = a sin x + b. a > 0 , b R


f()x = a sin x + b
 –1 sin x 1
–a + b f(x) a + b
Range [b – a, b + a]

(ii) f(x) = 4 tan x cos x


f(x) = 4 sin x for cos x 0
–1 sin x 1
but at sin x = ±1, cos x = 0
hence points with sin x = ± 1 will not be included in range.
Range (–4, 4).
x2
(iii) y=
1  x2
y is defined x R, domain is R
x2 y
from y =  x2 =
1  x2 1 y
y y
 x = 0  0
1 y 1 y
0 y < 1
Range [0, 1)

SHORT NOTES
16 RELATION & FUNCTION

(iv) y = loge (3x2 – 4x + 5)


y is defined if 3x2 – 4x + 5 > 0
D < 0 and coefficeint of x2 > 0
hence domain is R and log is increaisng function.
D
Minimum value of 3x2 – 4x + 5 is –
4a
 ( 44 ) 11  11 
 = =  y loge  
4( 3 ) 3 3
  11  
Range  log e   ,  
 3 

x2  x x( x  1 )
(v) y= 2 =
x  2x x( x  2 )
Domain is x R – {–2, 0}
x( x  1 )
y=
x( x  2 )

x 1 1 2y
when x  0, y =  x=
x2 1 y
If x is real y – 1 0 y 1
1 2y
Also for x = ; x 0
1 y
1  1 
hence y –  Hence range y R –  , 1
2  2 
(vi) y = 3 – 2x
Domain is x R
0 2x < 
Range (–, 3)

Illustration :

Find the domain of the folloiwng function


(i) f(x) = ln (3x2 – 4x + 5) + 2 sin 2 x  5 sin x  2
(ii) f(x) = ln {x} + x  2{ x }

x2
(iii) f(x) = log0.3
x

1
(iv) f(x) =
[ x  1 ]  [| 7  x |]   6
 1
(v) f(x) = log   cos x  
 2

SHORT NOTES
RELATION & FUNCTION 17

Sol.

(i) f(x) = ln (3x2 – 4x + 5) + 2 sin 2 x  5 sin x  2


3x2 – 4x + 5
Coefficient of x2 = 3
Discriminant (D) = 16 – 4 × 5 × 3 = –44 < 0
hence 3x2 – 4x + 5 > 0, x R
2 sin2x – 5 sin x + 2 0

 2 5   2 5  25 
2

 2  sin x  sin x  + 2 0  2  sin x     + 2 0


 2  4  16 


2
 5 9 5 3
  sin x     sin x 2 or sin x – 
 4 16 4 4

1  7 
sin x 2 sin x   x  2 n  , 2 n   , n  I
2  6 6

(ii) f(x) = ln {x} + x  2{ x }


for ln {x} to be defined
{x} > 0
x R – I ... (i)
x – 2{x} > 0
 [x] – {x} > 0  [x] > {x}
x  1 ... (ii)
Using (i) and (ii)
x (1, ) – I+

x2
(iii) f(x) = log0.3
x
for f(x) to be defined
x2
0< 1
x

x2 x2
 –1  1 and 0 ... (i)
x x
Solving LHS
x2
+ 1 0
x
x < 0, x  1 ... (ii)

SHORT NOTES
18 RELATION & FUNCTION

Solving RHS
x2
11
x
x > 0 ... (iii)
hence from (i), (ii) and (iii)
x [1, ) – {2}

1
(iv) f(x) =
[| x  1 |]  [| 7  x |] 6
[| x – 1 |] + [ | 7 – x | ] – 6 0
Case I :
1<x<7
[x – 1] + [7 – x] – 6  0
[x] – 1 + [–x] + 7  0
[x] + [–x]  0
x  I
x (1, 7) – {2, 3, 4, 5, 6}
Case II :
x  1
[1 – x] + [7 + x] – 6  0
2 + 2[–x]  0
[–x]  –1
–x  –1
x (0, 1] x (–, 0]
Case III :
[x – 1] + [x – 7] – 6  0
2[x]  14
[x]  7
x  [7, 8)
using can I, II and III we get
x R – (0, 1] – [7, 8) – {2, 3, 4, 5, 6)

 1
(v) f(x) = log   cos x  
 2

 1
  cos x   > 0
 2

1
cos x < – 1
2 y
2
 2 4 
x   2 n  , 2 n  
 3 3 

SHORT NOTES
RELATION & FUNCTION 19

Practice Problem

Q.1 Find the domain of the following functions

1
cos x 
(i) f(x) = 2 (ii) f(x) = ( x 2  3x  10)ln 2 ( x  3)
6  35x  6 x 2

 
(iii) f(x) = log2{x} – 3 (x2 – 5x + 13) (iv) f(x) =  log x  2 2  + 9  x2
 
 x 3 

Q.2 Find the range of the following functions

x2  x 1 92
(i) y  (ii) y = 3sin  x2
x2  x  2 16

  e x  e|x|
(iii) y = 3 sin x + 4 sin  x   + 7 (iv) y = x |x|
 3 e e
(v) y = [x2] – [x]2

4. EQUAL OR IDENTICAL FUNCTION :

Two functions f & g are said to be equal if


(i) The domain of f = the domain of g.
(ii) The range of f = the range of g and
(iii) f(x) = g(x) , for every x belonging to their common domain.
1 x
e.g. f (x) = & g(x) = 2 are identical functions.
x x

Note : Functions are also equal if their graphs are same

Illustration :

Find the domain of x for which the function f(x) = ln x2 and g(x) = 2ln x are identical.

Sol. f(x) = ln x2 = 2 ln | x |
g(x) = 2ln x
if f(x) = g(x)
2ln | x | = 2ln x
function are equal only if x (0, )

SHORT NOTES
20 RELATION & FUNCTION

Illustration :
Find out which of the following functions are identical.
1 1
(i) f(x) = cosec x, g(x) = (ii) f(x) = tan x, g(x) =
sin x cot x

1  cos 2 x
(iii) f(x) = ln ex, g(x) = eln x (iv) f(x) = , g(x) = sin x
2
1
(v) f (x) = , g(x) = x 2
|x|
Sol.
1
(i) f(x) = cosec x, g(x) =
sin x
Domain of f(x)  x  n
Domain of g(x)  x  n
Since domain and range are same hence identical fucntion
1
(ii) f(x) = tan x, g(x) =
cot x
f(x) = tan x, x = 0 is domain of f(x)
1
g(x) =
cot x
x = 0 is not in the domain of g(x)
hence f(x) and g(x) are not identical.

(iii) f(x) = ln ex, g(x) = eln x


f(x) = ln ex Domain = R
g(x) = eln x Domain = R+
hence not identical funciton

1  cos 2 x
(iv) f(x) = , g(x) = sin x
2
f(x) = | sin x | Range [0, 1]
g(x) = sin x Range [0, 1]
hence not identical.

1
(v) f (x) = , g(x) = x 2
|x|
1
f(x) =
|x|

1 1
g(x) = =
x2 | x|
hence identical functions.

SHORT NOTES
RELATION & FUNCTION 21

Practice Problem

Q.1 Identify the equal function


1 1
(i) f(x) = logxe ; g(x) = log x (ii) f(x) = logex ; g(x) = log e
e x

(iii) f(x) = x 2  1 ; g(x) = x 1 x 1 (iv) f(x) = log(x + 2) + log(x – 3) ; g(x) = (x2 – x – 6)

1 x
(v) f(x) = x | x | ; g(x) = x2 sgn x (vi) f(x) = ; g(x) =
1 1 x
1
x
(vii) f(x) = [{x}] ; g(x) = {[x]}

5. CLASSIFICATION OF FUNCTIONS:

5.1 One-One Function (Injective mapping):

A function f : A  B is said to be a oneone function or injective mapping if different elements of A have


different f images in B. Thus for x1, x2  A & f(x1), f(x2)B,
f(x1) = f(x2)  x1 = x2 or x1  x2  f(x1)  f(x2).

Examples: R  R f (x) = x3 + 1 ; f (x) = e – x ; f (x) = ln x


Remember that a linear function is always one-one.

Diagramatically an injective mapping can be shown as

OR

one-one function one-one function

Note:
(i) A continuous function which is always increasing or decreasing in whole domain, then f(x) is oneone.
(ii) A function is one to one if and only if a horizontal line intersects its graph at most once.

SHORT NOTES
22 RELATION & FUNCTION

5.2 Many-one function (not injective) :

A function f : A  B is said to be a many one function if two or more elements of A have the same
f image in B. Thus f : A  B is many one if for;
x1, x2  A , f(x1) = f(x2) but x1  x2.

Examples : R  R f (x) = [ x ] ; f (x) = | x | ; f (x) = ax2 + bx + c ; f (x) = sin x

Diagramatically a many one mapping can be shown as

OR

many-one function many-one function

Note:
(i) Any continuous function which has atleast one local maximum or local minimum in its domain, then f(x)
is manyone. In other words, if a line parallel to xaxis cuts the graph of the function atleast at two
points, then f is manyone.
(ii) If a function is oneone, it cannot be manyone and vice versa.
One One + Many One = Total number of mappings.

5.3 Onto function (Surjective mapping) :

If the function f : A  B is such that each element in B (codomain) is the f image of atleast one element
in A, then we say that f is a function of A 'onto' B. Thus f : A  B is surjective iff  b  B,  some
a  A such that f (a) = b.
f : R  R f (x) = 2x +1; f : R  R+ f (x) = ex; f : R+  R f (x) = ln x

Diagramatically surjective mapping can be shown as

OR

Note that: If range = codomain, then f (x) is onto. Any polynomial of degree odd , f : R  R is onto.

SHORT NOTES
RELATION & FUNCTION 23

5.4 Into function:

If f : A  B is such that there exists atleast one element in codomain which is not the image of any
element in domain, then f(x) is into.
e.g. f : R  R f (x) = [x], | x |, sgn x, f (x) = ax2 + bx + c

Diagramatically into function can be shown as

OR

Note :
(i) If a function is onto, it cannot be into and vice versa . A polynomial of degree even define from R  R
will always be into & a polynomial of degree odd defined from R  R will always be onto.

(ii) A function can be one of these four types :

(a) oneone onto (injective & surjective) (I  S)

(b) oneone into (injective but not surjective) (I  S )

(c) manyone onto (surjective but not injective) (S  I )

(d) manyone into (neither surjective nor injective) ( I  S )

(iii) If f is both injective & surjective, then it is called a Bijective mapping. The bijective functions are also
named as invertible, non singular or biuniform functions.

Illustration :
Classify the following functions as many-one, one-one, onto or into functions.
(i) f(x) = ex + e–x (ii) f(x) = x3
f : [–1, 1] [–1, 1], f(x) = sin 2x
2
(iii) f(x) = 1 x (iv)
Sol.

(i) f(x) = ex + e–x


Domain R
1 1
y = ex + x  y = ex + x 2
e e
Range [2, )
also f(x) = f(–x)
hence function is many one into

SHORT NOTES
24 RELATION & FUNCTION

(ii) f(x) = x3
y
Domain R
Range R
x
we know that (y = x3) cubic, equation has a solution for all x R.
f(x) is one-one onto y = x3.

(iii) f(x) = 1 x 2
Domain x R
Range y [1, )
f(x) = f(–x)
f(x) is many one-into y


(iv) f : [–1, 1] [–1, 1], f(x) = sin 2x 4 x
From graph we can say that –2  2
4
–1
f(x) is many one onto.

Illustration :

The function f : [2, ) y defined by f(x) = x2 – 4x + 5 is both one-one and onto if
(A) y = R (B) y = [1, ) (C) y = [4, ] (D) y = [5, ]

Sol. f(x) = x2 – 4x + 5
Minima at x = 2
y
at x = 2, y = 4 – 8 + 5 = 1
For function to be one-one it should be monotonic. x
O
Hence, for x [2, ), f(x) is increasing.
at x = 2, y = 1. Hence y [1, )

Illustration :

If f(x) = x2 + bx + 3 is not injective for values of x in the interval, 0 x 1. Find the interval in
which b lies .
(A) (–, ) (B) (–2, ) (C) (–2, 0) (D) (–, 2)

Sol. If f(x) is not one-one then atleast one horizontal line should intersect it at two points

b
0< <1
2
 0 < –b < 2 0 –b 1
 b (–2, 0) 2

SHORT NOTES
RELATION & FUNCTION 25

5.6 Permutation and Combinations Problems :

Illustration :

A function f : A B, such that set "A" and "B" contain four elements each then find
(i) Total number of functions (ii) Number of one-one functions
(iii) Number of many one functions (iv) Number of onto functions
(v) Number of into functions

Sol.
(i) Ist element of A can have its image in 4 ways.
Similarly II, III and IV can have 4 options for their image each.
hence number of functions = 44

(ii) 4 different elements can be matched in 4! ways

(iii) Number of many one functions


= Total number of functions – number of one-one function
= 44 – 4!

(iv) Since 4 elements in B are given hence each should be image of atleast one.
So number of onto function = 4!

(v) Number of into functions = 44 – 4!.

Illustration :

A function f : A B, such that set "A" contains five element and "B" contains four elements then
find
(i) Total number of functions (ii) Number of one-one functions
(iii) Number of onto function (iv) Number of many one function
(v) Number of into functions

Sol.
(i) Total number of functions
Hence number of functions = 4 × 4 × 4 × 4 × 4 = 45

(ii) Number of one-one functions


Since A contains five elements hence one-one function is not possible.
(iii) Number of onto function
Divide 5 elements into 4 groups of size = 1, 1, 1, 2
 5! 1
Number of ways mapping 4 groups with four images =     4! = 240
 1! 1! 1! 2! 3! 
(iv) Number of many one function
All the possible functions are many-one.
= 45 = 1024

SHORT NOTES
26 RELATION & FUNCTION

(v) Number of into functions


Number of into function = Total number of functions – number of onto functions
= 1024 – 240 =784

Illustration :

A function f : A B such that set A contains 4 elements and set B contains 5 elements, then find the
(i) Total number of functions (ii) Number of injective (one-one) mapping.
(iii) Number of many-one functions (iv) Number of onto function.
(v) Number of into functions

Sol.
(i) Total number of functions
Every element in A has 5 options for image, hence
Total number of functions = 54 = 625.
(ii) Number of injective (one-one) mapping.
4 elements in A needs four images hence number of one one functions = 5C4 × 4! = 120.
(iii) Number of many-one functions
Number of many-one mapping
= Total number of mapping – number of one-one mapping
= 54 – 5C4 × 4! = 505
(iv) Number of onto function = 0
(v) Number of into functions = 54 = 625

Practice Problem

Q.1 Show that there are exactly two distinct linear function which map[–2, 0] onto [1, 3].

Q.2 Let f be a one-one function with domain  {x, y, z} and range  {1, 2, 3}. It is given that exactly one of
the following statements is true & the remaining two are false. f(x) = 1, f(y)  1, f(z)  2. Find
f(x), f(y) & f(z).
x2
Q.3 If f : R – {3}  R – {1}, where f (x) = . Find out if f(x) is bijective or not.
x 3
 x 2  2mx  1 for x  0
Q.4 f : R  R is defined as f (x) =  . If f (x) is one-one then m must lie in the
 mx  1 for x  0
interval
(A) (–, 0) (B) (–, 0] (C) (0, ) (D) [0, )

Answer key

Q.2 f (x) = 2, f(y) = 1, f(z) = 3 Q.3 Bijective Q.4 A

SHORT NOTES
RELATION & FUNCTION 27

Some important points to remember :

If x, y are independent variables, then :


(i) f(xy) = f(x) + f(y)  f(x) = k ln x or f(x) = 0.
(ii) f(xy) = f(x) · f(y)  f(x) = xn , n  R
(iii) f(x + y) = f(x) · f(y)  f(x) = akx  f (x) = Ax , A > 0.
(iv) f(x + y) = f(x) + f(y)  f(x) = kx, where k is a constant.
1 1
(v) If P(x) is a polynomial function of degree n and P(x) · P   = P(x) + P   for x  0. Then
x x
P(x) = 1 + xn or 1 – xn .

6. FUNCTIONAL EQUATIONS :

Illustration :
1
If f(0) = 1, f(1) = 2 & f(x) = [f (x + 1) + f (x + 2)], find the value of f (5).
2
Sol. f(x + 2) = 2f(x) – f(x + 1)
thus f(0 + 2) = f(2) = 2f(0) – f(1)
= 2(1) – 2 = 0
f(3) = 2f(1) – f(2) = 2(2) – 0 = 4
f(4) = 2f(2) – f(3) = 0 – 4 = –4
f(5) = 2f(3) – f(4) = 2(4) – (–4) = 12

Illustration :

If f(x) + 2f(1 – x) = x2 + 2  x  R, find f(x).

Sol. f(x) + 2f(1 – x) = x2 …(i)


Replacing x by 1 – x
f(1 – x) + 2f(x) = (1 – x)2 …(ii)
Solving (i) & (ii), we get
3f(x) = 2x2 – (1 – x)2
x2  2 x  1
f(x) =
3

Illustration :
 1
If 2f(x2) + 3f  2  = x2 – 1 (x  0) then find f(x2).
x 
 1
Sol. 2f(x2) + 3f  2  = x2 – 1 …(i)
x 
1
Replace x by
x

SHORT NOTES
28 RELATION & FUNCTION

 1 1
2f  2  + 3f(x2) = 2 – 1 …(ii)
x
  x
Solving (i) & (ii) we get
 1 
9f(x)2 – 4f(x2) = 3  2  1  – 2(x2 – 1)
x 
3
5f(x2) = 2 – 2x2 – 1
x
 2 x4  x2  3 
f(x ) = – 
2 
 5 x2 

Illustration :

Let f(x) & g(x) be functions which take integers as arguments let f(x + y) = f(x) + g(y) + 8 for all
integer x & y. Let f(x) = x for all negative integers x let g(8) = 17, find f(0).

Sol. f(x) = x for integers less than zero


 f(–8) = –8
f(x + y) = f(x) + g(y) + 8
f(–8 + 8) = f(–8) + g(8) + 8
f(0) = –8 + g(8) + 8
f(0) = 17

Practice Problem

Q.1 Let f(x) = ax5 + bx3 + cx – 5, where a, b & c are constants. If f(–7) = 7, then find f(7).

Q.2 The function f : R  R satisfies the condition mf(x – 1) + nf(–x) = 2|x| + 1. If f (–2) = 5 and f(1) = 1,
then find (m + n).

n
Q.3 If f(x + y) = f(x) f(y)  x, y  N, f(1) = 2 and  f (a  k ) = 16(2n – 1). Find a.
k 1

Q.4 Solve the inequality |f(x) – g(x)| < |f(x)| + |g(x)| where f(x) = x – 3 and g(x) = 4 – x.

Answer key

4
Q.1 –17 Q.2 Q.3 a=3 Q.4 x  (3, 4)
3

SHORT NOTES
RELATION & FUNCTION 29

7. COMPOSITE FUNCTION :

Let f : A  B & g : B  C be two functions. Then the function gof : A  C defined by


(gof) (x) = g (f(x))  x  A
is called the composite of the two functions f & g. Diagramatically
x f (x)

     g (f(x)).
Thus the image of every x  A under the function gof is
h
the gimage of the fimage of x.

Note that gof is defined only if  x  A, f(x) is an A B C


element of the domain of g so that we can take its f g
gimage. Hence for gof of two functions f & g, the x f(x) h(x)
range of f must be a subset of the domain of g.
Note that gof in general not equal to fog. g{f (x)} = h(x)

Illustration :
f : R  R be the function defined by f(x) = ax2 – 2 for some positive a. If (fof ) 2 = – 2 , then
find a.
Sol. f(x) = ax2 – 2
(fof )(x) = a(ax2 – 2 )2 – 2
2
 1 
 4 a a   0
 2
1
= a = 0,
2

Illustration :
Let f(x) = x ; g(x) = 2  x find the domain of
(i) (fog) (x) (ii) (gof) (x) (iii) (fof) (x) (iv) (gog) (x)
Sol.
(i) (fog) (x) = f  g ( x )  f  2x   2x
Domain 2 – x  0
x2
 x  (–, 2]

(ii) (gof ) (x) = g  f ( x )  g  x  2 x


 2– x  0  0 x2  x  [0, 4]

(iii) (fof ) (x) = f  f ( x )  f  x  x


Domain  x  0
x  [0, )

SHORT NOTES
30 RELATION & FUNCTION

(iv) (gog) (x) = g  g( x )  g  


2x  2 2 x

 0  2  x  2  0  2 – x  4  –2  x  4
x  [–2, 2]

Illustration :

Let f(x) = xx & g(x) = x2x , then find f g( x ) .

Sol.  
f  g ( x )  f x 2 x  x 2 x 
x2 x 2x
 x 2 x .x  x 2 x
2 x 1

7.1 Properties Of Composite Functions :

(i) The composite of functions is not commutative i.e. gof  fog .

(ii) The composite of functions is associative i.e. if f, g, h are three functions such that
fo (goh) & (fog) oh are defined, then fo (goh) = (fog) oh.
Associativety : f : (N)  I0 f(x) = 2x
1
g : I0  Q g(x) =
x
1

h : Q  R h(x) = ex
(hog)of = ho(gof) = e2x

(iii) The composite of two bijections is a bijection i.e. if f and g are two bijections such that gof is defined,
then gof is also a bijection.

Proof: Let f : A  B and g : B  C be two bijections. Then gof exists such that
gof : A  C
We have to prove that gof is one-one and onto.

One-one : Let a1, a2  A such that (gof)(a1) = (gof)(a2), then


(gof) (a1) = (gof) (a2)  g [f (a1)] = g [ f (a2)]
 f (a1) = f (a2) [ g is one-one]
 a1 = a2 [ f is one-one]
 gof is also one-one function.

Onto : Let c  C, then


cC   b  B s.t. g (b) = c [ g is onto]
and bB   a  A s.t. f (a) = b [ f is onto]
Therefore, we see that
c  C   a  A s.t. (gof) (a) = g[f(a)] = g(b) = c}
i.e. every element of C is the gof image of some element of A. As such gof is onto function. Hence gof
befing one-one and onto, is a bijection.

SHORT NOTES
RELATION & FUNCTION 31

Illustration :

Evaluate f f ( x )  , wheree
f(x) = (1 – x), 0  x  1
= (x + 2), 1 < x  2
= (4 – x), 2 < x  4
1  x , 0  x  1
 4
Sol. f ( x )  x  2, 1  x  2
4  x , 2  x  4 3

graph of f (x) 2

1  f ( x ), 0  f(x)1 1

f  f ( x )   f ( x )  2 , 1 f( x) 2
4  f ( x ), 2 f(x) 4 1 2 3 4
from the graph we can see that
0  f(x)  1 when x  [0, 1]  [3, 4]
1 < f(x)  2 when x  (2, 3]
2 < f(x)  4 when x  [1, 2]
1  ( 1  x ), f ( x )  1  x, 0  x  1
1  ( 4  x ), f ( x )  4  x, 3  x  4

f  f ( x )  
( 4  x )  2 , f ( x )  4  x, 2  x  3
4  ( x  2 ), f ( x )  x  2, 1  x  2

x, 0 x1
 x  3, 3 x4

f  f ( x )  
6  x , 2 x3
2  x , 1 x  2
Alternative method :
We have
f {f (x)} = 1 – f 0f1 …(i)
= f+2 1<f2 …(ii)
=4–f 2<f4 …(iii)
Putting the values of f(x) in (i)
1 – f = 1 – (1 – x), 0  f  1, 0x1
= 1 – (x + 2), 0  x + 2  1, 1 < x  2
= 1 – (4 – x), 0  4 – x  1, 2 < x  4
On solving 0  1 – x  1 & 0 < x  1 we get 0x1
Solving 0x+21 & 2<x4  null set
Solving 04–x1 & 2<x4  3<x4
x , 0  x 1
thus  1 – f = x  3, 3  x  4 …(iv)

f + 2 = (1 – x) + 2, 1 < (1 – x)  2, 0x1
= (x + 2) + 2, 1 < (x + 2)  2, 1<x2
= (4 – x) + 2, 1 < (4 – x)  2, 2<x4

SHORT NOTES
32 RELATION & FUNCTION

Solving 1 < (1 – x)  2, we have –1  x  0 & its intersection with 0  x  1 gives null set
Solving 1 < (x + 2)  2, we get –1  x  0 & intersection with 1 < x  2 gives null set
Solving 1 < (4 – x)  2, we get 2  x < 3 & its intersection with 2 < x  4 gives 2 < x < 3
thus f + 2 = 6 – x, 2 < x < 3 …(v)
Putting the values of f(x) in (iii), we have
4 – f = 4 – (1 – x), 2 < 1 – x  4, 0x1
= 4 – (x + 2), 2 < x + 2  4, 1 < x  2
= 4 – (4 – x), 2 < 4 – x  4, 2<x4
Solving 2  (1 – x)  4, we get –3  x  –1 & its intersection with 0  x  1 gives null set
Solving 2 < (x + 2)  4, we get 0 < x  2 & intersection with 1 < x  2 gives 1 < x  2
Solving 2 < (4 – x)  4, we get 0  x < 3 & its intersection with 2 < x  4 gives null set
thus 4 – f = 2 – x, 1 < x  2 …(vi)
Using (iv),(v) & (vi)

x, 0 x1
2  x , 1 x  2

f  f ( x )  
6  x , 2x3
 x  3 , 3 x4

Practice Problem

1  x if 0  x  1

Q.1 If f ( x )  x  2 if 1  x  2 . Find fof(x)
4  x if 2  x  4
Q.2 If g(x) = 2x + 1 & h(x) = 4x2 + 4x + 7, find a function f such that fog = h.
2x  7
Q.3 If f(x) = , find a function g such that g[f(x)] = x for all x in the domain of f and find its
x3
domain & range.

Q.4 Evaluate g{f (x)}, where


f(x) = 1 + x3, x<0
= x2 – 1, x0
g(x) = (x – 1)1/3, x<0
= (x + 1)1/2, x0

Answer key
x, 0  x 1
2  x , 1 x  2
Q.1 f f ( x )    Q.2 f (x) = x2 + 6
6  x, 2x3

x  3, 3 x  4
x, x  1
 3 1
( x  2) 2 , 1  x  0
Q.3 Domain = R – {–3}, Range = R – {2} Q.4 gf ( x )    1
( x 2  2) 3 , 0  x 1
x, x 1

SHORT NOTES
RELATION & FUNCTION 33

8.1 Homogeneous Functions :

A function is said to be homogeneous with respect to any set of variables when each of its terms is of
the same degree with respect to those variables.
For example 5x2 + 3y2 – xy is homogeneous in x & y.
f (x, y) is a homogeneous function iff
f (tx , ty) = tn f(x, y)

y x
or f (x, y) = xn g   = yn h   , where n is the degree of homogenity
x y
x  y cos x
f (x, y) = is not a homogeneous function and
y sin x  x
x y y x y
f (x, y) = l n  ln ; x 2  y 2 + x; x + y cos are homogeneous functions of degree one.
y x x y x

8.2 Bounded Function :

A function is said to be bounded if f(x)  M , where M is a finite quantity.


e.g. f (x) = sin x is bounded in [–1, 1]

8.3 Implicit & Explicit Function :

A function defined by an equation not solved for the dependent variable is called an IMPLICIT FUNCTION.
For eg. the equation x3 + y3 = 1 defines y as an implicit function. If y has been expressed in terms of
x alone then it is called an EXPLICIT FUNCTION .

8.4 Odd & Even Functions :

A function f (x) defined on the symmetric interval (–a, a)

If f (x) = f (x) for all x in the domain of ‘f’ then f is said to be an even function.
e.g. f (x) = cos x ; g (x) = x² + 3.

If f (x) = f (x) for all x in the domain of ‘f’ then f is said to be an odd function.
e.g. f (x) = sin x; g (x) = x3 + x.

y=x y = x3 y = x2
y = cos x

O O O O

Odd functions (Symmetric about origin) Even functions (Symmetric about y-axis)

SHORT NOTES
34 RELATION & FUNCTION

NOTE :
(a) f (x)  f (x) = 0 => f (x) is even & f (x) + f (x) = 0 => f (x) is odd .
(b) A function may neither be odd nor even .
(c) Inverse of an even function is not defined and an even function can not be strictly monotonic
(d) Every even function is symmetric about the yaxis & every odd function is symmetric about the origin.
(e) Every function can be expressed as the sum of an even & an odd function.

f ( x )  f (  x ) f ( x)  f (  x ) 2x  2x 2 x  2 x
e.g. f ( x)   2x = +
2 2 2 2

EVEN ODD EVEN ODD

(f) The only function which is defined on the entire number line & is even and odd at the same time is f(x) =0.
Any non zero constant is even.
(g) If f and g both are even or both are odd then the function f.g will be even but if any one of them is odd
then f.g will be odd .

f (x) g (x) f (x) + g (x) f (x) - g (x) f (x).g (x) f(x) / g(x) (gof )(x) (f o g) (x)
odd odd odd odd even even odd odd
even even even even even even even even
odd even neither odd nor even neither odd nor even odd odd even even
even odd neither odd nor even neither odd nor even odd odd even even

Illustration :

Identity the functions, as even, odd or neither nor odd.


 2x  1 
(i) f(x) =  ln x  1  x 
2
(ii) f(x) = x ·  x 
   2 1
(iii) f(x) = 2x3 – x + 1 (iv) f(x) = 3
(v) f(x) = x2 – |x|

Sol.
(i) 
f(x) = ln  1  x 2 

f(–x) = ln  x  1  x 2   ln  1  x  x 
2

  1  x  x  1  x  x  
2 2

 1  x  x   ln 1  x    f ( x )
 l n 
 2
2


Hence odd function.

SHORT NOTES
RELATION & FUNCTION 35

 2x  1 
(ii) f(x) = x·  x 
 2 1

 2 x  1 
f(–x) = (–x)   x 
 2 1

 1  2x   2x  1 
 (  x ) 
x 
 x  x   f ( x )
 1 2   2 1
hence even function

(iii) f(x) = 2x3 – x + 1


f(–x) = –2x3 + x + 1  f(x) or –f(x)
Hence neither even nor odd function

(iv) f(x) = 3
f(–x) = 3 = f(x)
Hence even function

(v) f(x) = x2 – |x|


f(–x) = x2 – |–x| = f(x)
even function

Practice Problem

Q.1 Let f(x) = [x], x  0


= g(x) , x < 0
Find g(x) if f(x) is even
 x 2  1
Q.2 Let f : [–2, 2]  R, where f(x) = x3 + sin x +   be an odd function. Then find the values of the
 a 
parameter a.

Q.3 Identify whether the given function is even odd or neither even nor odd
where
 x | x |, x  1

f ( x )  [1  x ]  [1  x ],  1  x  1
  x | x |, x 1
where | | & [·] represents modulus and greatest integral function

Answer key

Q.1 g(x) = –[x] Q.2 a>5 Q.3 f(x) is even

SHORT NOTES
36 RELATION & FUNCTION

9. INVERSE OF A FUNCTION :

Let f : A  B be a oneone & onto function, then their exists a unique function
g : B  A such that f(x) = y  g(y) = x,  x  A & y  B. Then g is said to be inverse of f.
Thus g = f1 : B  A = {(f(x), x)  (x, f(x))  f}.

Consider a one-one onto function with domain A= {a, b, c} & range B = {1, 2, 3}
f f –1
A B B A
a 1 1 a
b 2 2 b
c 3 3 c

Domain of f = {a, b, c} = Range of f–1


Range of f = {1, 2, 3} = Domain of f–1

Note: (a) Only one-one onto functions (i.e., Bijections) are invertible.
(b) To find the inverse
Step-1: write y = f (x)
Step-2: solve this equation for x in terms of y (if possible)
Step-3: To express f –1 as a function of x, interchange x and y.

Illustration :
Find the inverse of the following bijective function
(i) f : R  R+ , f(x) = 10x+1 (ii) f(x) = 3x – 5
1 2x
(iii) f : [1, )  [2, ), f(x) = x + (iv) f : R  (0, 1), f(x) =
x 1  2x
Sol.
(i) y = 10x+1
x + 1 = log10 y
x = –1 + log10 y
 f–1 = y = –1 + log10 x, f–1 : R+  R
(ii) f(x) = 3x – 5
y = 3x – 5
y5
x=
3
x5
 f–1 (x) = y =
3

(iii) f : [1, )  [2, )


1
y = f(x) = x +
x
 2
x – xy + 1 = 0

SHORT NOTES
RELATION & FUNCTION 37

y  y2  4
 x=
2

x  x2  4
 f–1
(x) =
2
Since range is [1, ), hence

x  x2  y
f–1 (x) =
2

2x
(iv) f : R  (0, 1), f(x) =
1  2x
2x
y=  y + 2x y = 2x
1  2x
y  y 
 2x =  x = log2  
1 y  1 y 

 x 
 f–1 (x) = y = log2  
 1 x 

9.1 Properties of inverse of a function :

(i) The inverse of Bijection is unique.


(ii) The inverse of Bijection is also bijection.
(iii) If f : A  B is Bijection & g : B  A is inverse of f, then fog = IB & gof = IA , where IA, IB are the
identical function on the set A and B respectively
(iv) If f : A  B and g : B  C are two bijections, then gof : A  C is bijections and (gof)–1 = f–1og–1 .
(v) In general fog  gof but if fog = gof then either f–1 = g or g–1 = f also (fog) (x) = (gof) (x) = x .

(vi) The graphs of f & g are the mirror images of each other in the line y = x. As shown in the figure given
below a point (x ', y' ) corresponding to y = x2(x > 0) changes to (y', x') corresponding to y   x ,
the changed form of x = y .

Illustration :

If f : R  R is defined by f(x) = x3 + 1, then find value of f–1 (28).

Sol. f –1 (28) = x  f(x) = 28  x3 + 1 = 28  x=3

SHORT NOTES
38 RELATION & FUNCTION

Illustration :

If the function f & g be defined as f(x) = ex and g(x) = 3x – 2 where f : R  R and g : R  R then
find the function fog and gof. Also find the domain of (fog)–1 and (gof )–1 .

Sol. (fog) (x) = f{g(x)}


f{g(x)} = f (3x – 2)
= e3x–2
(gof) (x) = g{f(x)} = g(ex) = 3ex – 2
To find (fog)–1 & (gof )–1
(fog) (x) = y = e3x–2
 3x – 2 = log y

log y  2 log x  2
 x=  (fog)–1 x =
3 3
Domain of (fog)–1 is x > 0 i.e. x  (0, )
Again gof (x) = y = 3ex – 2

y2  y2  x2


 ex =  x = log    (gof)–1 x = log  
3  3   3 

x2
Domain of (gof )–1 is >0
3
x > –2
 x  (–2, )

Illustration :

e x  e x
If f: [0, )  [1, ), f (x) = . Find f–1(x).
2
e x  e x
Sol. f (x) =
2
1
 2y = ex +  e2x – 2ex y + 1 = 0
ex
 e2x – 2ex y + y2 = y2 – 1  (ex – y)2 = y2 – 1

 ex = y ± y2  1  
x = log y  y 2  1 
 
f–1 (x) = y = log x  x 2  1 
Since range is [0, ) hence

 
f–1 (x) = y = log x  x 2  1 

SHORT NOTES
RELATION & FUNCTION 39

Illustration :

Find the inverse of the function f : N  N, f (x) = x + (–1)x–1 .

Sol. f (x) = x + (–1)x–1 , x  N


Then we have f (1) = 1 + 1 = 2, f (2) = 1
f (3) = 4, f (4) = 3
f (5) = 6, f (6) = 5
The points on graph are (1, 2), (2, 1), (3, 4) (4, 3), (5, 6), (6, 5) ....... etc. Thus if (a, b) is a point on
the graph then (b, a) is also a point on the graph. Hence f is the inverse of itself.
i.e. f–1(x) = x + (–1)x–1 , x  N

Practice Problem

Q.1 If y = ax + b and the equation f(x) = f–1 (x) is satisfied by every real value of x then
(A) a = 2, b = –1 (B) a = –1, b  R
(C) a = 1, b  R (D) a = 1, b = –1

Q.2 Find the inverse of following functions


x , x  1
log e x  2
(i) f(x) = 5 , x>0 (ii) f (x) = x , 1  x  4
8 x , x  4
(ii) f (x) = loge (x2 + 3x + 1), x  [1, 3]

Answer key

x ,   x  1
 5  4e x  3
Q.1 B 1
Q.2 (i) f ( x )  e log5 x 1
(ii) f ( x )   x , 1  x  16 (ii) f 1 ( x ) 
log2 x, 16  x   2

10. PERIODIC FUNCTION:

A function f(x) is called periodic if there exists a positive number T(T > 0) called the period of the
function such that f (x + T) = f(x), for all values of x within the domain of x.
e.g. The function sin x & cos x both are periodic over 2 & tan x is periodic over .

Graphically : ,1
2
If the graph repeats at fixed interval then function is said
to be periodic and its period is the width of that interval.
For example graph of sin x repeats itself at an interval 0  2
of 2
f (x) = sin x

SHORT NOTES
40 RELATION & FUNCTION

10.1 Properties of periodic function :


(i) f (T) = f (0) = f (T) , where ‘T’ is the period.
(ii) Inverse of a periodic function does not exist.
(iii) Every constant function is always periodic, with no fundamental period .
1
(iv) If f(x) has a period p, then and f (x) also has a period p.
f (x )

T
(v) if f(x) has a period T then f(ax + b) has a period .
|a|
(vi) If f (x) has a period T & g (x) also has a period T then it does not mean that f (x) + g (x)
must have a period T. e.g. f (x) =| sin x | + | cos x |; sin4x + cos4x has fundamental period equal

to .
2
(vii) If f (x) and g (x) are periodic then f (x) + g (x) need not be periodic.
e.g. f (x) = cos x and g (x) = { x }

Illustration :

Find the period of the following functions.


2x 4x
(i) f (x) = cos – sin ;
3 5
(ii) f (x) = cos (sin x)
(iii) f (x) = sin (cos x);
n( n  1 )
(iv) f (x) = [x] + [2x] + [3x] + …… + [nx] – x
2
where n  N & [ ] denotes greatest integer function
 2x   4x 
Sol.(i) f ( x )  cos   sin 
 3   5 
 2 x  2 ( 3 )
Period of cos   = 3
 3  2

 4 x  2 5
Period of sin   = ×5= 
 5  4 2

5
L.C.M. of 3 &  = 15
2
(ii) f (x) = cos (sin x)
Since cos is even functions f ( + x) = cos (sin ( + x)) = cos (–sin x) = cos (sin x) = f(x)
Hence  is period.

(iii) f (x) = sin (cos x)


Period is 2

SHORT NOTES
RELATION & FUNCTION 41

n( n  1 )
(iv) f (x) = [x] + [2x] + [3x] + …… + [nx] – x
2
= –{x} – {2x} – …… – {nx}

Period of {x} = 1
1
period of {2x} =
2
1
period of {3x} =
3
……………………
……………………
 1 1 1
L.C.M. of  1, , , ,  = 1
 2 3 n

Illustration :
sin nx
If f (x) = has its period as 4, then find the integral values of n.
x
sin
n
2
Sol. Period of sin nx =
n
x
Period of sin = 2n
n
 2 
L.C.M. of  , 2 n  = 2n
 n 
2n = 4
n = 2, – 2

Illustration :
Find the period of f (x) = | sin x | + | cos x | .
Sol. | sin x | has period 
| cos x | has period 
f (x) is an even function & sin x, cos x are complementary then period of
1 
f (x) = {LCM of  & } =
2 2

Illustration :
Prove that if f (x) = sin x + cos ax is a periodic function then a must be rational.
Sol. f (x) = sin x + cos ax
Period of sin x = 2
2
Period of cos ax =
a
2
LCM of 2 & is possible only when a is rational, hence a must be rational.
a

SHORT NOTES
42 RELATION & FUNCTION

Practice Problem

1  | sin x | sin x 
  
2  cos x | cos x | 
Q.1 Find the period of the function f(x) =

Q.2 Find the period of following functions


(i) f (x) = cos 2 x (ii) f (x) = 2 sin (3x – )

Q.3 Let a function satisfying f(x + 4) + f(x – 4) = f(x) for all real x is periodic, then period p for them is
(A) 8 (B) 12 (C) 16 (D) 24

Q.4 If f(x) = (a + 3) x + 5a, x  R is periodic then find the value of a.

Answer key

2
Q.1 2 Q.2 (i) 1, (ii) Q.3 D Q.4 a = –3
3

11. SOME GRAPHICAL TRANSFORMATION :


Y
y = f (x)

Consider the graph y = f(x) shown alongside. X


O

Y
y –  = f(x – )
(i) Graph of y –  = f (x – ) is drawn by shifting the
origin to (, ) & then translating the graph of
y = f(x) w.r.t. new axes (,)
X
O

Y
y = – f(x)

(ii) The graph of y = – f(x) is the mirror image of X


O
f(x) in X-axis.

SHORT NOTES
RELATION & FUNCTION 43

y = |f (x)|

(iii) y = |f (x)| is mirror image of negative portion of


X
y = f(x) in X-axis. O

y = f (| x |)
(iv) y = f (|x|) is drawn by taking the mirror image of
positive x-axis graph in y-axis.
X
O

Y
(v) The graph of |y| = f(x) is drawn by deleting
|y| = f(x)
those portions of the graph y = f(x) which lie
below the X-axis and then taking the mirror X
O
image of the remaining portion in the X-axis, as
shown alongside.

Y
x = f (y)
y=x

y = f (x)

(vi) x = f(y) is drawn by taking mirror image of


y = f(x) in the line y = x. O
X

y = f(–x)
(vii) y = f(–x) is drawn by taking the mirror image
of y = f(x) in Y-axis. X
O

SHORT NOTES
" The only time SUCCESS
occurs before WORK is in
Dictonary "

WISH YOU ALL


THE VERY BEST

You might also like