Solveeit Logo

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:RRf: R \rightarrow R be function defined by f(x)=x28x2+2f(x) = \frac{x^2-8}{x^2+2}, then ff is

A

one-one but not onto

B

one-one and onto

C

onto but not one-one

D

neither one-one nor onto

Answer

D

Explanation

Solution

Let the function be f:RRf: R \rightarrow R defined by f(x)=x28x2+2f(x) = \frac{x^2-8}{x^2+2}.

To check if ff is one-one (injective), we examine if f(x1)=f(x2)f(x_1) = f(x_2) implies x1=x2x_1 = x_2. Let f(x1)=f(x2)f(x_1) = f(x_2). x128x12+2=x228x22+2\frac{x_1^2-8}{x_1^2+2} = \frac{x_2^2-8}{x_2^2+2}

(x128)(x22+2)=(x228)(x12+2)(x_1^2-8)(x_2^2+2) = (x_2^2-8)(x_1^2+2)

x12x22+2x128x2216=x12x22+2x228x1216x_1^2 x_2^2 + 2x_1^2 - 8x_2^2 - 16 = x_1^2 x_2^2 + 2x_2^2 - 8x_1^2 - 16

2x128x22=2x228x122x_1^2 - 8x_2^2 = 2x_2^2 - 8x_1^2

10x12=10x2210x_1^2 = 10x_2^2

x12=x22x_1^2 = x_2^2

x1=±x2x_1 = \pm x_2.

Since f(x1)=f(x2)f(x_1) = f(x_2) does not imply x1=x2x_1 = x_2 (it can be x1=x2x_1 = -x_2), the function is not one-one. For example, f(2)=22822+2=484+2=46=23f(2) = \frac{2^2-8}{2^2+2} = \frac{4-8}{4+2} = \frac{-4}{6} = -\frac{2}{3} and f(2)=(2)28(2)2+2=484+2=46=23f(-2) = \frac{(-2)^2-8}{(-2)^2+2} = \frac{4-8}{4+2} = \frac{-4}{6} = -\frac{2}{3}. Since f(2)=f(2)f(2) = f(-2) but 222 \neq -2, ff is not one-one.

To check if ff is onto (surjective), we find the range of the function and compare it with the codomain RR. Let yy be in the range of ff. Then there exists xRx \in R such that f(x)=yf(x) = y.

y=x28x2+2y = \frac{x^2-8}{x^2+2}

y(x2+2)=x28y(x^2+2) = x^2-8

yx2+2y=x28yx^2 + 2y = x^2 - 8

2y+8=x2yx22y + 8 = x^2 - yx^2

2y+8=x2(1y)2y + 8 = x^2(1-y)

If 1y=01-y = 0, i.e., y=1y=1, the equation becomes 2(1)+8=x2(0)2(1)+8 = x^2(0), which is 10=010 = 0. This is a contradiction, so y=1y=1 is not in the range of ff. If 1y01-y \neq 0, i.e., y1y \neq 1, we can write x2=2y+81yx^2 = \frac{2y+8}{1-y}.

For xx to be a real number, x2x^2 must be non-negative. So, we require 2y+81y0\frac{2y+8}{1-y} \ge 0.

We analyze the sign of the expression 2y+81y\frac{2y+8}{1-y}. The critical points are y=4y=-4 (where 2y+8=02y+8=0) and y=1y=1 (where 1y=01-y=0).

  • If y<4y < -4, e.g., y=5y=-5, 2(5)+81(5)=26<0\frac{2(-5)+8}{1-(-5)} = \frac{-2}{6} < 0.

  • If 4y<1-4 \le y < 1, e.g., y=0y=0, 2(0)+810=810\frac{2(0)+8}{1-0} = \frac{8}{1} \ge 0.

  • If y>1y > 1, e.g., y=2y=2, 2(2)+812=121<0\frac{2(2)+8}{1-2} = \frac{12}{-1} < 0.

So, 2y+81y0\frac{2y+8}{1-y} \ge 0 when 4y<1-4 \le y < 1. The range of the function is [4,1)[-4, 1).

The codomain of the function is given as RR. Since the range [4,1)[-4, 1) is a proper subset of the codomain RR, the function is not onto. For example, any real number y1y \ge 1 or y<4y < -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:

  1. The function f(x)=x28x2+2f(x) = \frac{x^2-8}{x^2+2} is not one-one because f(x)=f(x)f(x) = f(-x) for all xRx \in R, and xxx \neq -x for x0x \neq 0.

  2. To find the range, let y=f(x)y = f(x). Solving for x2x^2, we get x2=2y+81yx^2 = \frac{2y+8}{1-y}. For xx to be real, x20x^2 \ge 0, which requires 2y+81y0\frac{2y+8}{1-y} \ge 0. This inequality holds for 4y<1-4 \le y < 1. The range is [4,1)[-4, 1).

  3. The codomain is RR. Since the range [4,1)[-4, 1) is not equal to the codomain RR, the function is not onto.

  4. Therefore, the function is neither one-one nor onto.