Concept:A function is one‑one (injective) if different inputs always give different outputs, i.e., f(x₁) = f(x₂) ⇒ x₁ = x₂. It is onto (surjective) if every real number y has some x such that f(x) = y.
Explanation:Check one‑one: Let f(x₁) = f(x₂).
1+x12x1=1+x22x2Cross‑multiply:
x1(1+x22)=x2(1+x12)⇒
x1+x1x22=x2+x2x12⇒
x1−x2=x1x2(x1−x2)⇒
(x1−x2)(1−x1x2)=0So either
x1=x2 or
x1x2=1.
Hence, for example, f(2) = f(1/2) = 0.4 but 2 ≠ 1/2. Thus f is not one‑one.
Check onto: For a real y, solve
1+x2x=y.
⇒
x=y(1+x2)=y+yx2⇒
yx2−x+y=0.
This quadratic has real x only if discriminant ≥ 0:
1−4y2≥0 ⇒
∣y∣≤21.
Thus for y = 2 (or any |y| > 0.5), no real x exists. So f is not onto (its range is
[−21,21]).
Answer:The function is neither one‑one nor onto. Hence the correct option is B.