SELECT * FROM question_mgmt as q WHERE id=1537 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=6 AND chapterId=88 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th mathematics Relations and Functions check the injectivity and surjectivity of the foll

Question:

Check the injectivity and surjectivity of the following functions:

(i) f : N → N given by f(x) = x2

(ii) f : Z → Z given by f(x) = x2

(iii) f : R → R given by f(x) = x2

(iv) f : N → N given by f(x) = x3

(v) f : Z → Z given by f(x) = x

Answer:

(i) fN → N is given by,

f(x) = x2

It is seen that for xy ∈Nf(x) = f(y) ⇒ x2 = y2 ⇒ x = y.

f is injective.

Now, 2 ∈ N. But, there does not exist any x in N such that f(x) = x2 = 2.

∴ f is not surjective.

Hence, function f is injective but not surjective.

 

(ii) fZ → Z is given by,

f(x) = x2

It is seen that f(-1) = f(1) = 1, but -1 ≠ 1.

∴ f is not injective.

Now,-2 ∈ Z. But, there does not exist any element x ∈Z such that f(x) = x2 = -2.

∴ f is not surjective.

Hence, function f is neither injective nor surjective.

 

(iii) fR → R is given by,

f(x) = x2

It is seen that f(-1) = f(1) = 1, but -1 ≠ 1.

∴ f is not injective.

Now,-2 ∈ R. But, there does not exist any element x ∈ R such that f(x) = x2 = -2.

∴ f is not surjective.

Hence, function f is neither injective nor surjective.

 

(iv) fN → N given by,

f(x) = x3

It is seen that for xy ∈Nf(x) = f(y) ⇒ x3 = y3 ⇒ x = y.

f is injective.

Now, 2 ∈ N. But, there does not exist any element x in domain N such that f(x) = x3 = 2.

∴ f is not surjective

Hence, function f is injective but not surjective.

 

(v) fZ → Z is given by,

f(x) = x3

It is seen that for xy ∈ Zf(x) = f(y) ⇒ x3 = y3 ⇒ x = y.

∴ f is injective.

Now, 2 ∈ Z. But, there does not exist any element x in domain Z such that f(x) = x3 = 2.

∴ f is not surjective.

Hence, function f is injective but not surjective.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=1537 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=1537 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question