Answ
Answ
Answ
4
5 (c)
7 (a)
8 Let A be a set.
Then, Identity relation IA=IA is reflexive, since (a, a) ∈ A ∀a
The converse of it need not be necessarily true.
Relation R = {(1, 1), (2, 2) , (3, 3), (2, 1), (1, 3)} is reflexive on A.
Let (a, b) ∈ R1
Then, (a, b) ∈ R1
Therefore we can write ‘a’ as a =1/b
⇒ b = 1/a
⇒ (b, a) ∈ R1
So, R1 is symmetric.
Transitivity:
11 a
12 c
13 d
14 c
15
16
17 1.
Given f: Q − {3} → Q, defined by f (x) = (2x +3)/(x-3)
Now we have to check for the given function is injection, surjection and bijection condition.
Injection test:
Let x and y be any two elements in the domain (Q − {3}), such that f(x) = f(y).
f(x) = f(y)
(2x + 3)/(x – 3) = (2y + 3)/(y – 3)
(2x + 3) (y − 3) = (2y + 3) (x − 3)
2xy − 6x + 3y − 9 = 2xy − 6y + 3x − 9
9x = 9y
x=y
So, f is an injection.
Surjection test:
Let y be any element in the co-domain (Q − {3}), such that f(x) = y for some element x in Q (domain).
f(x) = y
(2x + 3)/(x – 3) = y
2x + 3 = x y − 3y
2x – x y = −3y − 3
x (2−y) = −3 (y + 1)
x = -3(y + 1)/(2 – y) which is not defined at y = 2.
So, f is not a surjection and f is not a bijection.
2.
Given f: R → R, defined by f(x) = sin2x + cos2x
Now we have to check for the given function is injection, surjection and bijection condition.
Injection condition:
f(x) = sin2x + cos2x
We know that sin2x + cos2x = 1
So, f(x) = 1 for every x in R.
So, for all elements in the domain, the image is 1.
So, f is not an injection.
Surjection condition:
Range of f = {1}
Co-domain of f = R
3.
Given f: R → R, defined by f(x) = 5x3 + 4
Now we have to check for the given function is injection, surjection and bijection condition.
Injection test:
Let x and y be any two elements in the domain (R), such that f(x) = f(y).
f(x) = f(y)
5x3 + 4 = 5y3 + 4
5x3= 5y3
x3 = y3
x=y
So, f is an injection.
Surjection test:
Let y be any element in the co-domain (R), such that f(x) = y for some element x in R (domain).
f(x) = y
5x3+ 4 = y
x3 = (y – 4)/5 ∈ R
So, f is a surjection and f is a bijection.
18
19
20