![]() |
VOOZH | about |
Please note that Exercise 1.3 from Chapter 1, “Relations and Functions” in the NCERT Solutions, has been removed from the revised syllabus. As a result, this exercise will no longer be a part of your study curriculum.
Solution:
f= {(1, 2), (3, 5), (4, 1)}
g= {(1, 3), (2, 3), (5, 1)}
f(1)= 2, g(2) = 3 => gof(1) = 3
f(3) = 5, g(5) = 1 => gof(3) = 1
f(4) =1, g(1) = 3 => gof(4) = 3
=> gof = {(1,3), (3,1), (4,3)}
Solution:
f: R-> R, g: R-> R, h: R-> R
(f+g) oh(x) = (f+g) oh(x)
= (f+g) [h(x)]
= f[h(x)] + g[h(x)]
= foh(x) + goh(x)
(f+g) oh = foh + goh
(f * g) oh(x) = (f * g) oh(x)
= (f * g) [h(x)]
= f[h(x)] * g[h(x)]
= foh(x) * goh (x)
(f * g) oh = (foh) * (goh)
Solution:
(i) We have,
f(x) = |x| and g (x) = | 5x - 2 |
gof(x) = g(f(x)) = g(|x|)
=> gof(x) = | 5 |x|-2 |
fog(x) = f(g(x)) = f(|5x-2|)
=> fog(x) = || 5x-2|| = | 5x -2 |
(ii) We have,
f(x) = 8x3 and g(x) = x1/3
gof(x) = g(f(x)) = g(8x3)
=> gof(x) = (8x3)1/3 = 2x
fog(x) = f(g(x)) = f(x1/3)
=> fog(x) = 8(x1/3)3 = 8x
Solution:
Given that,
Now,
fof(x) = f(f(x)) =
=
On simplifying by taking LCM = (6x-4)
fof(x) =
=> fof (x) = = x
=> fof(x) = IA (x) for all
=> fof(x) = IA such that A = R - which is the domain of f
=> f-1 = f
Hence, proved.
(i) f : {1, 2, 3, 4} -> {10}
with f = {(1, 10), (2, 10), (3,10), (4,10)}
(ii) g: {5, 6, 7, 8} -> {1, 2, 3, 4}
with g = {(5, 4), (6, 3), (7, 4), (8, 2)}
(iii) h : {2, 3, 4, 5} -> {7, 9, 11, 13}
with h : {(2, 7), (3, 9), (4, 11), (5, 13)}
Solution:
(i) We have f(1) = f(2) = f(3) = f(4) = 10 which means that f is many-one
and not one-one, therefore inverse of f does not exist.
(ii) Here g(5) = g(7) =4 i.e. g is many-one, so inverse of g does not exist.
(iii) Since range of h = {7, 9, 11, 13} = co-domain, therefore h is onto,
Also, each element of domain has a unique image in h, therefore h is one-one.
Now, since h is both one-one and onto,thus inverse of h exists.
h-1 = {(7, 2), (9, 3), (11, 4), (13, 5)}
Solution:
Let x, y [-1, 1]
f(x) =
f(y) =
Now,
Let f(x) = f(y)
=> x(x + 2) = y(x + 2)
=> x y + 2x = x y + 2y
=> 2x = 2y
=> x = y
=> f is one-one
Also,
X = [-1, 1] and,
Y = { } = range of f.
=> f is onto
Since f is one-one and onto, therefore inverse of f exists.
Let y = f(x) => x =f-1(y)
=> y =
=> x y + 2y = x
=> 2y = x(1 - y)
=> x =
Therefore, f : Y-> X is defined by f(y) = .
Solution:
It is given that,
f(x) = 4x + 3 where f : R -> R
Let,
f(x) = f(y)
=> 4x + 3 = 4y + 3
=> 4x = 4y
=> x = y
=> f is one-one function
Also,
Let y = 4x + 3 where y R
=> x =
Since for any . there exists such that
f(x) = = 4 +3 = y
=> f is onto
Since f is both one-one and onto, therefore f-1 exists
=> f-1(y) =
Solution:
Let f(x) = f(y)
=> x + 4 = y + 4
=> x2 = y2
=> x = y [ x,y R+ ]
=> f is one-one
Let y = x2 + 4 where y
=> x2 = y - 4 4 [ y
=> x =
Therefore, for any y , there exists x =
=> f is onto
Since, f is both one-one and onto, f-1 exists for every ,
=> f-1(y) =
Solution:
Let f(x) = f(y)
=> 9x2 + 6x -5 = 9y2 + 6y - 5
=> 9x2 + 6x = 9y2 + 6y
=> 9(x2 - y2) + 6 (x - y) = 0
=> (x - y) [9 (x + y) + 6] = 0
=> x - y =0
=> x = y
=> f is one-one
Now, let y = 9x2 + 6x - 5
=> 9x2 + 6x - 5 (x + y) = 0
=> x =
=> f(x) =
On simplifying, we have f (x) = y
=> f is onto
Since f is both one-one and onto. f-1 exists
f-1(y) =
Solution:
We have,
f : X -> Y is an invertible function
Let g and h be two distinct inverses of f.
Then, for all y Y,
fog (y) = I (y) = foh (y)
=> f g (y)) = f(h (y))
=> g(y) = h(y) [f is one-one]
=> g = h [g is one-one]
which contradicts our supposition.
Hence, f has a unique inverse.
Solution:
Given that,
f(1) = a, f(2) = b, f(3) = c
We have,
f = {(1, a), (2, b), (c, 3)}
which shows that f is both one-one and onto and thus f is invertible.
Therefore,
f-1 = {(a, 1), (b, 2), (c, 3)}
Also,
(f-1)-1 = {(1, a), (2,b), (3, c)}
=> (f-1)-1 = f
Hence proved.
Solution:
Since, f is an invertible function,
=> f is both one-one and onto
Also,
Let g : Y -> X , where g is a one-one and onto function such that
gof (x) = Ix and fog (y) = Iy => g = f-1
=> f-1 o (f-1)-1 = I
=> f o [f-1 o (f-1)-1] = f o I
=> (f o f-1) o (f-1)-1 = f
=> I o (f-1)-1 = f
Hence, (f-1)-1 = f
Solution:
Answer: (C)
We have,
f(x) = (3 - x3)1/3 where f : R -> R
Now,
fof(x) = f(f(x))
=> fof(x) = f((3 - x3)1/3)
=> fof(x) = [3 - ((3 - x3)1/3 )3]1/3
=> fof(x) = [3 - (3 - x3)]1/3
=> fof(x) = (x3)1/3
=> fof(x) = x
Hence, option C is correct.
(A) g(y) = (B) g(y) =
(C) g(y) = (D) g(y) =
Solution:
Answer: (B)
Let y = f(x)
=> y =
=> 3xy + 4y = 4x
=> x( 4 - 3y) = 4y
=> x =
f-1(y) = g (y) =
Class 11 NCERT Solutions- Chapter 2 Relation And Functions – Exercise 2.3 |
|---|