Exercise 1
Show that the function defined by , is one one and onto function.
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
First check that \(\displaystyle f\) really lands inside the stated codomain: since \(\displaystyle |x|<1+|x|\) for every real \(\displaystyle x\),
\[|f(x)|=\frac{|x|}{1+|x|}<1,\]
so \(\displaystyle f(x)\in\{x\in\mathbf{R}:-1<x<1\}\).Remove the modulus by splitting at \(\displaystyle 0\):
\[f(x)=\frac{x}{1+x}\ \ (x\ge 0),\qquad f(x)=\frac{x}{1-x}\ \ (x<0).\]
Since the denominator \(\displaystyle 1+|x|\) is always positive, \(\displaystyle f(x)\) carries the sign of \(\displaystyle x\): \(\displaystyle f(x)>0\) for \(\displaystyle x>0\), \(\displaystyle f(x)<0\) for \(\displaystyle x<0\), and \(\displaystyle f(x)=0\) only for \(\displaystyle x=0\).One-one. By definition, we must show \(\displaystyle f(x_1)=f(x_2)\Rightarrow x_1=x_2\). Suppose \(\displaystyle f(x_1)=f(x_2)\). By the sign remark above, \(\displaystyle x_1\) and \(\displaystyle x_2\) cannot have opposite signs, and one of them is \(\displaystyle 0\) only if both are. So \(\displaystyle x_1,x_2\) lie on the same branch — this is the step to state, because otherwise the case work below is not justified.If \(\displaystyle x_1,x_2\ge 0\):
\[\frac{x_1}{1+x_1}=\frac{x_2}{1+x_2}\ \Rightarrow\ x_1(1+x_2)=x_2(1+x_1)\ \Rightarrow\ x_1+x_1x_2=x_2+x_1x_2\ \Rightarrow\ x_1=x_2.\]
If \(\displaystyle x_1,x_2<0\):
\[\frac{x_1}{1-x_1}=\frac{x_2}{1-x_2}\ \Rightarrow\ x_1(1-x_2)=x_2(1-x_1)\ \Rightarrow\ x_1-x_1x_2=x_2-x_1x_2\ \Rightarrow\ x_1=x_2.\]
Hence \(\displaystyle f\) is one-one.Onto. Take any \(\displaystyle y\) with \(\displaystyle -1<y<1\) and produce a pre-image.If \(\displaystyle y=0\): \(\displaystyle f(0)=0\).If \(\displaystyle 0<y<1\): put \(\displaystyle x=\dfrac{y}{1-y}\). Here \(\displaystyle 1-y>0\) and \(\displaystyle y>0\), so \(\displaystyle x>0\) and \(\displaystyle |x|=x\); then
\[f(x)=\frac{y/(1-y)}{1+\dfrac{y}{1-y}}=\frac{y}{(1-y)+y}=y.\]If \(\displaystyle -1<y<0\): put \(\displaystyle x=\dfrac{y}{1+y}\). Here \(\displaystyle 1+y>0\) and \(\displaystyle y<0\), so \(\displaystyle x<0\) and \(\displaystyle |x|=-x\); then
\[f(x)=\frac{x}{1-x}=\frac{y/(1+y)}{1-\dfrac{y}{1+y}}=\frac{y}{(1+y)-y}=y.\]So every element of \(\displaystyle \{x\in\mathbf{R}:-1<x<1\}\) is a value of \(\displaystyle f\), i.e. \(\displaystyle f\) is onto.Being both one-one and onto, \(\displaystyle f\) is a bijection from \(\displaystyle \mathbf{R}\) onto \(\displaystyle \{x\in\mathbf{R}:-1<x<1\}\).