Skip to main content
Back to Sets, Relations & Functions
JEE Main 2018
Sets, Relations & Functions
Functions
Medium

Question

Let f(x)=(x+1)21,x1f\left( x \right) = {\left( {x + 1} \right)^2} - 1,x \ge - 1 Statement - 1 : The set {x:f(x)=f1(x)}={0,1}\left\{ {x:f\left( x \right) = {f^{ - 1}}\left( x \right)} \right\} = \left\{ {0, - 1} \right\}. Statement - 2 : ff is a bijection.

Options

Solution

Key Concepts and Formulas

  • Bijective Function: A function is bijective if it is both injective (one-to-one) and surjective (onto).
  • Inverse Function: For a bijective function f:ABf: A \to B, the inverse function f1:BAf^{-1}: B \to A exists such that f(f1(x))=xf(f^{-1}(x)) = x for all xx in the domain of f1f^{-1} (range of ff), and f1(f(x))=xf^{-1}(f(x)) = x for all xx in the domain of ff.
  • Solving f(x)=f1(x)f(x) = f^{-1}(x): If ff is strictly monotonic (increasing or decreasing), the solutions to f(x)=f1(x)f(x) = f^{-1}(x) are the same as the solutions to f(x)=xf(x) = x.

Step-by-Step Solution

Step 1: Analyze Statement - 2: "ff is a bijection."

To determine if f(x)=(x+1)21f(x) = (x+1)^2 - 1 with x1x \ge -1 is a bijection, we need to check if it's injective and surjective.

Step 1a: Check for Injectivity We take x1,x2[1,)x_1, x_2 \in [-1, \infty) such that f(x1)=f(x2)f(x_1) = f(x_2). (x1+1)21=(x2+1)21(x_1+1)^2 - 1 = (x_2+1)^2 - 1 (x1+1)2=(x2+1)2(x_1+1)^2 = (x_2+1)^2 Taking the square root of both sides, we get x1+1=x2+1|x_1+1| = |x_2+1|. Since x11x_1 \ge -1 and x21x_2 \ge -1, we have x1+10x_1+1 \ge 0 and x2+10x_2+1 \ge 0. Therefore, x1+1=x1+1|x_1+1| = x_1+1 and x2+1=x2+1|x_2+1| = x_2+1. So, x1+1=x2+1x_1+1 = x_2+1, which implies x1=x2x_1 = x_2. Thus, f(x)f(x) is injective on its domain [1,)[-1, \infty).

Step 1b: Determine the Range of f(x)f(x) The domain of ff is x[1,)x \in [-1, \infty). For x1x \ge -1, we have x+10x+1 \ge 0. Squaring this, we get (x+1)20(x+1)^2 \ge 0. Subtracting 1, we get (x+1)211(x+1)^2 - 1 \ge -1. So, the range of f(x)f(x) is [1,)[-1, \infty).

Step 1c: Check for Surjectivity For a function to be surjective onto a codomain, its range must be equal to the codomain. If the codomain is not explicitly stated, it is usually assumed to be the set of all real numbers, R\mathbb{R}. The range of f(x)f(x) is [1,)[-1, \infty), which is not equal to R\mathbb{R}. Therefore, f(x)f(x) is not surjective onto R\mathbb{R}. However, if we consider the codomain to be the range of the function, i.e., [1,)[-1, \infty), then f:[1,)[1,)f: [-1, \infty) \to [-1, \infty) is surjective. For the purpose of finding the inverse function and solving f(x)=f1(x)f(x) = f^{-1}(x), it is standard to consider the codomain to be the range. Thus, ff is considered a bijection from [1,)[-1, \infty) to [1,)[-1, \infty). Statement - 2: "ff is a bijection." is true (when considering the codomain as its range).

Step 2: Find the Inverse Function f1(x)f^{-1}(x)

To find the inverse function, we set y=f(x)y = f(x) and solve for xx in terms of yy. y=(x+1)21y = (x+1)^2 - 1 y+1=(x+1)2y+1 = (x+1)^2 Taking the square root, we get y+1=x+1\sqrt{y+1} = |x+1|. Since x1x \ge -1, x+10x+1 \ge 0, so x+1=x+1|x+1| = x+1. y+1=x+1\sqrt{y+1} = x+1 x=y+11x = \sqrt{y+1} - 1 Now, we swap xx and yy to get the inverse function: f1(x)=x+11f^{-1}(x) = \sqrt{x+1} - 1 The domain of f1(x)f^{-1}(x) is x+10x+1 \ge 0, which means x1x \ge -1. This is the range of f(x)f(x), as expected.

Step 3: Analyze Statement - 1: "The set {x:f(x)=f1(x)}={0,1}\{x:f(x) = f^{-1}(x)\} = \{0, -1\}."

Since f(x)=(x+1)21f(x) = (x+1)^2 - 1 is strictly increasing on its domain x1x \ge -1 (its derivative f(x)=2(x+1)0f'(x) = 2(x+1) \ge 0 for x1x \ge -1), we can solve f(x)=f1(x)f(x) = f^{-1}(x) by solving f(x)=xf(x) = x.

Step 3a: Solve f(x)=xf(x) = x (x+1)21=x(x+1)^2 - 1 = x x2+2x+11=xx^2 + 2x + 1 - 1 = x x2+2x=xx^2 + 2x = x x2+x=0x^2 + x = 0 x(x+1)=0x(x+1) = 0 This gives two possible solutions: x=0x=0 or x=1x=-1. Both of these values are in the domain x1x \ge -1. Let's verify these solutions in f(x)=f1(x)f(x) = f^{-1}(x): For x=0x=0: f(0)=(0+1)21=11=0f(0) = (0+1)^2 - 1 = 1 - 1 = 0. f1(0)=0+11=11=0f^{-1}(0) = \sqrt{0+1} - 1 = 1 - 1 = 0. So, f(0)=f1(0)=0f(0) = f^{-1}(0) = 0.

For x=1x=-1: f(1)=(1+1)21=01=1f(-1) = (-1+1)^2 - 1 = 0 - 1 = -1. f1(1)=1+11=01=1f^{-1}(-1) = \sqrt{-1+1} - 1 = 0 - 1 = -1. So, f(1)=f1(1)=1f(-1) = f^{-1}(-1) = -1.

The set of solutions is indeed {0,1}\{0, -1\}. Statement - 1: "The set {x:f(x)=f1(x)}={0,1}\{x:f(x) = f^{-1}(x)\} = \{0, -1\}." is true.

Step 4: Evaluate the Relationship Between the Statements

Statement - 2 asserts that ff is a bijection. Statement - 1 provides the solution set for f(x)=f1(x)f(x) = f^{-1}(x). For a strictly monotonic function, the fact that it is a bijection (onto its range) allows for the existence of its inverse. Furthermore, the property that solutions to f(x)=f1(x)f(x) = f^{-1}(x) lie on y=xy=x is applicable because ff is strictly monotonic. The bijection property is therefore a prerequisite and a foundational reason why the inverse exists and the method of solving f(x)=xf(x)=x is valid. If ff were not a bijection, its inverse might not exist or might not be unique, and the equation f(x)=f1(x)f(x)=f^{-1}(x) might not be solvable in this manner or might have different properties. The fact that ff is a bijection ensures that f1(x)f^{-1}(x) is well-defined, and its monotonicity allows us to equate f(x)f(x) with xx to find the intersection points.

Common Mistakes & Tips

  • Domain and Range: Always pay close attention to the domain and range of the function, especially when dealing with inverse functions and square roots.
  • Monotonicity: Recognize when a function is strictly monotonic. This is a key property that simplifies solving f(x)=f1(x)f(x) = f^{-1}(x) to f(x)=xf(x) = x. If the function is not monotonic, solutions can also exist where f(x)xf(x) \ne x.
  • Bijection Requirement: Remember that a function must be bijective for its inverse to exist. If the codomain is not specified, assume it to be the range for the function to be considered a bijection for inverse calculation.

Summary

We first analyzed Statement - 2 and confirmed that the given function f(x)=(x+1)21f(x) = (x+1)^2 - 1 with domain x1x \ge -1 is indeed a bijection from [1,)[-1, \infty) to [1,)[-1, \infty). We then proceeded to find the inverse function f1(x)=x+11f^{-1}(x) = \sqrt{x+1} - 1. Finally, we analyzed Statement - 1 by solving the equation f(x)=f1(x)f(x) = f^{-1}(x). Since f(x)f(x) is strictly increasing on its domain, we solved the equivalent equation f(x)=xf(x) = x, which yielded the solutions x=0x=0 and x=1x=-1. Both statements were found to be true. The fact that ff is a bijection is a necessary condition for f1(x)f^{-1}(x) to exist, and its monotonicity allows us to solve f(x)=f1(x)f(x)=f^{-1}(x) by solving f(x)=xf(x)=x, thus Statement - 2 is a correct explanation for Statement - 1.

The final answer is A\boxed{A}.

Practice More Sets, Relations & Functions Questions

View All Questions