Question
Question: Show that the function \(f:R \to R\) is defined by \(f\left( x \right) = \dfrac{x}{{{x^2} + 1}}\), \...
Show that the function f:R→R is defined by f(x)=x2+1x, ∀x∈R is neither one-one nor onto. Also, if g:R→R is defined as g(x)=2x−1, find fog(x).
Solution
A function f:X→Y is defined to be one-one, if the images of distinct elements of X under f are distinct, i.e., for every x1,x2∈X, f(x1)=f(x2) implies x1=x2. Otherwise, f is not one-one. Also, a function f:X→Y is onto only if the range of f=Y.
Complete step-by-step answer:
Given, f:R→R is defined by f(x)=x2+1x, ∀x∈R
(1) f is not one-one: Let x1,x2∈R (domain) and f(x1)=f(x2)
⇒x12+1x1=x22+1x2
⇒x1(x22+1)=x2(x12+1)
⇒x1+x1⋅x22=x2+x2⋅x12
⇒x1+x1⋅x22−x2−x2⋅x12=0
⇒(x1−x2)−x1x2(x1−x2)=0
⇒(x1−x2)(1−x1x2)=0
⇒x1=x2 or x1x2=1
We note that there are points , x1 and x2 with x1=x2 and f(x1)=f(x2). For instance, if we take x1=1 and x2=21, then we have f(x1)=52 and f(x2)=52, but 2=21. Hence f is not one-one.
(2) f is not onto: Let y∈R(Co-domain)
f(x)=y
⇒1+x2x=y
⇒y(1+x2)=x
⇒yx2−x+y=0
This is the quadratic equation in variable x, whose solution can be find by the formula:
x=2a−b±b2−4ac
Here, a=y,b=−1,c=y
∴x=2y−1±(1)2−4⋅y⋅y
⇒x=2y−1±1−4y2
Since x∈R, ∴1−4y2⩾0
⇒(1+2y)(1−2y)=0
⇒2−1⩽y⩽21
So Range(f)∈[2−1,21]
Since, Range(f)=R(Co−domain)
∴f is not onto.
Hence f is neither one-one nor onto.
Given, f(x)=x2+1x and g(x)=2x−1
Now, fog(x)=f[g(x)]
⇒fog(x)=f(2x−1)
⇒fog(x)=(2x−1)2+12x−1
⇒fog(x)=4x2+1−4x+12x−1
⇒fog(x)=4x2−4x+22x−1
The value of fog(x)is4x2−4x+22x−1
Note: Given two functions f and g, then fog(x)=f[g(x)] is known as composite function because it is the composition of f and g. Note that the domain of fog is the set of all real numbers x.