If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Select problems from exercise 1.2

solutions ncert selected problems.
In this article we will look at solutions of a few selected problems from exercise 1.2 of NCERT.
Problem 1:
Show that the function f:RR defined by f(x)=1x is one-one and onto, where R is the set of all non-zero real numbers. Is the result true, if the domain R is replaced by N with co-domain being same as R?
Solution:
A function is one-one if no two different inputs give the same output.
Let's check some of the function outputs.
f(x)121713
x273
In the second row, try to look for a different input which gives the same output in the above row. See that it is impossible to do so.
Let us now generally show that f is one-one. Let x1 and x2 be two inputs having the same output.
f(x1)=f(x2)1x1=1x2for x10 and x20 we can writex1=x2
So x1=x2, meaning inputs are the same. Thus for the same output, we cannot have two different inputs. f is one-one.
Now, a function is onto if its range is equal to its co-domain. In this case f is onto if the function output takes all non-zero real numbers.
Let's check the graph of f(x)=1x.
f takes all real numbers except zero. On both sides, the graph tends to zero, but never actually touches zero.
To show f is onto algebraically, take any yR. Pick x=1y. Because y is a non-zero real number, x is also a non-zero real number, or xR.
f(x)=f(1y)=y
Hence for every yR, there exists some xR such that f(x)=y. Therefore, f is onto.
Now, for the second part of the question, let us consider f:NR, f(x)=1x.
As far as one-one nature is concerned, nothing changes here. Earlier no two different real number inputs gave the same output. And now, no two different natural number inputs will give the same output. So, f remains one-one.
The main question is whether f remains onto as well. Because xN, x=1,2,3,. So f(x)=1,12,13,.
See that f(x) does not take any negative real number. Also, many positive real numbers like those between 12 and 1 are left out. So, f is not onto in this case.
Problem 2:
Let A and B be sets. Show that f:A×BB×A such that f(a,b)=(b,a) is a bijective function.
Solution:
A function is bijective if it is both one-one and onto.
Let us first see an example. Let A={1,2} and B={p,q,r}.
A×B={(1,p),(1,q),(1,r),(2,p),(2,q),(2,r)}B×A={(p,1),(q,1),(r,1),(p,2),(q,2),(r,2)}
See that f will map each element in the first line above to the element exactly below it. No two different inputs have the same output and all elements of B×A are covered. For this example, the function is one-one and onto.
Let us now generally show that f is one-one. Let (a1,b1) and (a2,b2) be two different inputs having the same output.
f(a1,b1)=f(a2,b2)(b1,a1)=(b2,a2)
Now, recall two ordered pairs are equal if and only if their first and second elements are respectively equal. So, b1=b2 and a1=a2.
This means the two inputs are the same and our initial assumption is false. For the same output, we cannot have two different inputs. f is one-one.
To show f is onto, consider the number of elements in A×B and B×A.
n(A×B)=n(B×A)=n(A)×n(B)
Now, f:A×BB×A is a one-one function where the domain and co-domain have the same number of elements. So, f must be onto.
To conclude, f is a bijective function.
Problem 3:
Let f:NN be defined by f(n)={n+12, if n is oddn2, if n is even for all nN.
State whether the function f is bijective. Justify your answer.
Solution:
For f to be bijective, f should be both one-one and onto.
f will be one-one if no two different inputs give the same output. Also f will be onto if its range covers the entire set of natural numbers.
Let's check the behaviour of the function.
n1234
oddevenoddeven
f(n)1122
Clearly, f is not one-one. f(1)=f(2)=1.
But see that f is onto. If we see the pattern in the second row, we find that all natural numbers will be covered by f.
f is onto but not one-one. So, f is not bijective.
Problem 4:
Let A=R{3} and B=R{1}. Consider the function f:AB defined by f(x)=x2x3. Is f one-one and onto? Justify your answer.
Solution:
f will be one-one if no two different inputs give the same output. Also f will be onto if its range is equal to R{1}, i.e. the function output takes all real numbers except 1.
It is a little difficult to understand the behaviour of the function the way it is written. However, if we manipulate the expression a little bit, we can write f in a much simpler form.
f(x)=x2x3=x3+1x3=x3x3+1x3=1+1x3
Now 1x3 is one-one for xR{3}.
So, f(x) is one-one.
Also, 1x3 takes all real values except 0. Its behaviour is similar to 1x. Here's the graph.
So, f(x)=1+1x3 takes all real values except 1.
Range of f=R{1}. Thus f is onto.

Want to join the conversation?

No posts yet.