Question
Question: Let $f: R \rightarrow R$ be function defined by $f(x) = \frac{x^2-8}{x^2+2}$, then $f$ is...
Let f:R→R be function defined by f(x)=x2+2x2−8, then f is

one-one but not onto
one-one and onto
onto but not one-one
neither one-one nor onto
D
Solution
Let the function be f:R→R defined by f(x)=x2+2x2−8.
To check if f is one-one (injective), we examine if f(x1)=f(x2) implies x1=x2. Let f(x1)=f(x2). x12+2x12−8=x22+2x22−8
(x12−8)(x22+2)=(x22−8)(x12+2)
x12x22+2x12−8x22−16=x12x22+2x22−8x12−16
2x12−8x22=2x22−8x12
10x12=10x22
x12=x22
x1=±x2.
Since f(x1)=f(x2) does not imply x1=x2 (it can be x1=−x2), the function is not one-one. For example, f(2)=22+222−8=4+24−8=6−4=−32 and f(−2)=(−2)2+2(−2)2−8=4+24−8=6−4=−32. Since f(2)=f(−2) but 2=−2, f is not one-one.
To check if f is onto (surjective), we find the range of the function and compare it with the codomain R. Let y be in the range of f. Then there exists x∈R such that f(x)=y.
y=x2+2x2−8
y(x2+2)=x2−8
yx2+2y=x2−8
2y+8=x2−yx2
2y+8=x2(1−y)
If 1−y=0, i.e., y=1, the equation becomes 2(1)+8=x2(0), which is 10=0. This is a contradiction, so y=1 is not in the range of f. If 1−y=0, i.e., y=1, we can write x2=1−y2y+8.
For x to be a real number, x2 must be non-negative. So, we require 1−y2y+8≥0.
We analyze the sign of the expression 1−y2y+8. The critical points are y=−4 (where 2y+8=0) and y=1 (where 1−y=0).
-
If y<−4, e.g., y=−5, 1−(−5)2(−5)+8=6−2<0.
-
If −4≤y<1, e.g., y=0, 1−02(0)+8=18≥0.
-
If y>1, e.g., y=2, 1−22(2)+8=−112<0.
So, 1−y2y+8≥0 when −4≤y<1. The range of the function is [−4,1).
The codomain of the function is given as R. Since the range [−4,1) is a proper subset of the codomain R, the function is not onto. For example, any real number y≥1 or y<−4 is in the codomain but not in the range.
Since the function is neither one-one nor onto, the correct option is D.
Explanation:
-
The function f(x)=x2+2x2−8 is not one-one because f(x)=f(−x) for all x∈R, and x=−x for x=0.
-
To find the range, let y=f(x). Solving for x2, we get x2=1−y2y+8. For x to be real, x2≥0, which requires 1−y2y+8≥0. This inequality holds for −4≤y<1. The range is [−4,1).
-
The codomain is R. Since the range [−4,1) is not equal to the codomain R, the function is not onto.
-
Therefore, the function is neither one-one nor onto.