Functions[1
Functions[1
Functions and
Binary Operations
Function
Let A and B be two non-empty sets, then a function f from set A to set
B is a rule which associates each element of A to a unique element of B.
f
It is represented as f : A → B or A → B and function is also called the
er
ap
mapping.
np
tio
es
Characteristics of a Function f : A → B
(i) For each element x ∈ A, there is unique element y ∈ B.
(ii) The element y ∈ B is called the image of x under the function f.
Also, y is called the value of function f at x i.e. f ( x ) = y.
(iii) f : A → B is not a function, if there is an element in A which has
more than one image in B. But more than one element of A may
be associated to the same element of B.
(iv) f : A → B is not a function, if an element in A does not have an
image in B.
Functions and Binary Operations 11
Identification of a Function from its Graph
Let us draw a vertical line parallel to Y-axis, such that it intersects the graph of
the given expression. If it intersects the graph at more than one point, then the
expression is a relation else, if it intersects at only one point, then the
expression is a function.
Y Y
X′ X X′ X
O O
Y′ Y′
(i) (ii)
In figure (i), the vertical parallel line intersects the curve at two points, thus the
expression is a relation whereas in figure (ii), the vertical parallel line intersects
the curve at one point. So, the expression is a function.
er
ap
Types of Functions
np
tio
es
X' X
O
Y'
(iii) Monotonically If the function is increasing or decreasing in
whole domain, then the function is one-one.
12 Handbook of Mathematics
2. Many-One Function
A function f : A → B is called many-one function, if two or more
than two different elements in A have the same image in B.
Method to Test Many-One
(i) Analytically If x1 ≠ x2 ⇒ f ( x1 ) = f ( x2 ) for some x1 , x2 ∈ A, then
the function is many-one.
er
A B
ap
f
np
4
1
tio
5
es
2
qu
3 6
et
ne
@
am
Y
y = f (x)
X' X
Y'
= n!, n=m
ap
np
0, n>m
tio
es
qu
et
ne
4. Into Function
@
A
f
gr
2 5
Te
Equal Functions
Two functions f and g are said to be equal iff
(i) domain of f = domain of g.
(ii) codomain of f = codomain of g.
(iii) f ( x ) = g( x ) for every x belonging to their common domain and
then we write f = g.
The domain of the real function f ( x ) is the set of all those real numbers
qu
et
for which the expression for f ( x ) or the formula for f ( x ) assumes real
ne
@
values only.
m
a
gr
The range of a real function of a real variable is the set of all real
values taken by f ( x ) at points of its domain.
Working Rule for Finding Range of Real Functions
Let y = f ( x ) be a real function, then for finding the range we may use
the following steps
Step I Find the domain of the function y = f ( x ).
Step I Transform the equation y = f ( x ) as x = g ( y ).
i.e. convert x in terms of y.
Step III Find the values of y from x = g( y ) such that the values of x
are real and lying in the domain of f.
Step IV The set of values of y obtained in step III be the range of
function f.
Functions and Binary Operations 15
X' X
O
Y'
Domain of f ( x ) = R and Range of f ( x ) = { c}.
2. Identity Function
er
The function which associates each real number x to the same number
ap
np
i.e. y = f ( x ) = x , ∀x ∈ R.
qu
Y
et
ne
y=x
@
am
gr
le
Te
45°
X' X
O
Y'
Domain of f ( x ) = R and Range of f ( x ) = R
3. Linear Function
If a and b are fixed real numbers, then the linear function is defined as
y = f ( x ) = ax + b. The graph of a linear function is given in the
following diagram, which is a straight line with slope tanα.
Y Y
y = ax + b, y = ax + b, a < 0 , b > 0
a > 0,
b > 0,
(0, b) (0, b)
α α
X' X X' X
O O
Y' Y'
Domain of f ( x ) = R and Range of f ( x ) = R.
16 Handbook of Mathematics
4. Quadratic Function
If a , b and c are fixed real numbers, then the quadratic function is
expressed as
y = f ( x ) = ax 2 + bx + c, a ≠ 0
2
b 4ac − b2
⇒ y = a x + +
2a 4a
which represents a downward parabola, if a < 0 and upward parabola,
b 4ac − b2
if a > 0 and vertex of this parabola is at − , .
2a 4a
Y Y – b , 4ac – b2
2a 4a
y = ax2 + bx + c, a > 0 A
O X
X'
er
ap
np
X' X
O
tio
es
A y = ax2 + bx + c, a < 0
qu
2
et
2a 4a
@
am
Domain of f ( x ) = R
gr
le
Te
4ac − b2 4ac − b2
Range of f ( x ) is − ∞ , , if a < 0 and , ∞ , if a > 0.
4a 4a
5. Power Function
The power function is given by y = f ( x ) = x n , n ∈ I , n ≠ 1, 0.
The domain and range of y = f ( x ), is depend on n.
(a) If n is positive even integer, i.e. f ( x ) = x 2 , x 4 , ...
Y
y = x n, n is positive even integer
X' X
O
Y'
X' X
O
Y'
Domain of f ( x ) = R and Range of f ( x ) = R
(c) If n is negative even integer, i.e. f ( x ) = x − 2 , x − 4 , K
Y y = x n, n is negative even integer
X' X
O
er
ap
np
Y'
tio
Y
am
gr
le
Te
X' X
O
Y'
Domain of f ( x ) = R − { 0} and Range of f ( x ) = R − { 0}
y= x
X' X
O
Y'
Domain of f ( x ) = [0, ∞ ) and Range of f ( x ) = [0, ∞ )
18 Handbook of Mathematics
X' X
O
Y'
8. Signum Function
tio
es
|x| x
ne
, if x ≠ 0 , if x ≠ 0
@
y = f(x) = x or |x|
am
0, if x = 0 0, if x = 0
gr
le
Te
y=1
X' X
O
y=–1
Y'
Symbolically, signum function is denoted by sgn ( x ).
Thus, y = f ( x ) = sgn (x)
−1, if x < 0
where, sgn ( x ) = 0, if x = 0
1, if x > 0
Domain of sgn ( x ) = R and Range of sgn ( x ) = { −1, 0, 1}
Functions and Binary Operations 19
9. Greatest Integer Function/Step Function/
Floor Function
The greatest integer function is defined as y = f ( x ) = [x ]
Y
3
2
1
–2 –1
X' X
1 2 3 4
–1
–2
Y'
x [ x]
es
0≤ x < 1
qu
0
et
1≤ x < 2
ne
1
@
–1≤ x < 0 –1
am
–2≤ x < –1
gr
–2
le
Te
M M
3
2
1
–3 –2 –1
X' X
1 2 3 4
–1
–2
Y'
n < x ≤ n + 1, then ( x ) = n + 1
np
tio
∴ f ( x ) = ( x ) = [x ] + 1
es
qu
et
x (x )
ne
@
–1< x ≤ 0 0
am
0< x ≤ 1
gr
1
le
Te
1< x ≤ 2 2
2 <x≤3 3
– 2 < x≤ –1 –1
M M
Domain of f = R and Range of f = I
2
+
–
x
x
=
=
y
X' X
–2 –1 O 1 2 3
Y'
Functions and Binary Operations 21
Properties of Fractional Part Function
(i) { x } = x − [x ]
(ii) { x } = x , if 0 ≤ x < 1
(iii) { x } = 0, if x ∈ I
(iv) { − x } = 1 − { x }, if x ∉ I
Y' Y'
qu
et
(i) (ii)
ne
@
X' X
O (1, 0) X' X
O (1, 0)
Y' Y'
(i) (ii)
f
tio
g
qu
f f f(x)
et
g g g( x )
@
am
gr
x f(x)
g (f (x))
gof
Inverse of a Function
Let f : A → B is a bijective function, i.e. it is one-one and onto
function. Then, we can define a function g : B → A, such that
f ( x ) = y ⇒ g( y ) = x, which is called inverse of f and vice-versa.
Symbolically, we write g = f −1
f
A B
x y
g = f –1
Periodic Functions
am
gr