Solveeit Logo

Question

Mathematics Question on Relations and Functions

Let f:RRf : \mathbb{R} \to \mathbb{R} be defined as f(x)=10x2f(x) = 10 - x^2, then:

A

ff is one-one and onto.

B

ff is one-one but not onto.

C

ff is neither one-one nor onto.

D

ff is onto but not one-one.

Answer

ff is onto but not one-one.

Explanation

Solution

The given function is:

f(x)=10x2.f(x) = 10 - x^2.

Step 1: Check for one-one.

A function ff is one-one if for f(x1)=f(x2)f(x_1) = f(x_2), we have x1=x2x_1 = x_2. Assume:

f(x1)=f(x2)    10x12=10x22.f(x_1) = f(x_2) \implies 10 - x_1^2 = 10 - x_2^2.

Simplify:

x12=x22    x1=±x2.x_1^2 = x_2^2 \implies x_1 = \pm x_2.

Since x1x2x_1 \neq x_2 in general, the function is not one-one.

Step 2: Check for onto.

A function ff is onto if for every yRy \in \mathbb{R}, there exists an xRx \in \mathbb{R} such that f(x)=yf(x) = y. Rearrange:

f(x)=10x2to solve for x:f(x) = 10 - x^2 \quad \text{to solve for } x: y=10x2    x2=10y.y = 10 - x^2 \implies x^2 = 10 - y.

For x20x^2 \geq 0, we require 10y010 - y \geq 0, or:

y10.y \leq 10.

The function f(x)f(x) maps xRx \in \mathbb{R} to y(,10]y \in (-\infty, 10]. Hence, ff is onto.

Conclusion: The function f(x)=10x2f(x) = 10 - x^2 is onto but not one-one.