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

Question

For xR{0,1}x \in R - \left\{ {0,1} \right\}, Let f 1 (x) = 1x1\over x, f 2 (x) = 1 – x and f 3 (x) = 11x1 \over {1 - x} be three given functions. If a function, J(x) satisfies (f 2 o J o f 1 ) (x) = f 3 (x) then J(x) is equal to :

Options

Solution

Key Concepts and Formulas

  • Function Composition: For functions ff and gg, the composition (fg)(x)(f \circ g)(x) is defined as f(g(x))f(g(x)). When composing multiple functions, like (f2Jf1)(x)(f_2 \circ J \circ f_1)(x), it is evaluated from right to left: f2(J(f1(x)))f_2(J(f_1(x))).
  • Algebraic Manipulation: Solving for an unknown function often involves isolating it through algebraic operations, including finding common denominators and simplifying fractions.
  • Variable Substitution: To transform an expression like J(g(x))J(g(x)) into J(x)J(x), we can set t=g(x)t = g(x) and then express xx in terms of tt (i.e., x=g1(t)x = g^{-1}(t)), substituting these into the expression.

Step-by-Step Solution

We are given three functions:

  1. f1(x)=1xf_1(x) = \frac{1}{x}
  2. f2(x)=1xf_2(x) = 1 - x
  3. f3(x)=11xf_3(x) = \frac{1}{1 - x}

We are also given the functional equation: (f2Jf1)(x)=f3(x)(f_2 \circ J \circ f_1)(x) = f_3(x) where xR{0,1}x \in R - \{0, 1\}. Our goal is to find the expression for J(x)J(x).

Step 1: Expand the function composition. The given equation (f2Jf1)(x)=f3(x)(f_2 \circ J \circ f_1)(x) = f_3(x) means that f2(J(f1(x)))=f3(x)f_2(J(f_1(x))) = f_3(x). Explanation: This step breaks down the composite function into a sequence of function applications, starting from the innermost function.

Step 2: Substitute the expression for f1(x)f_1(x). Substitute f1(x)=1xf_1(x) = \frac{1}{x} into the equation: f2(J(1x))=f3(x)f_2\left(J\left(\frac{1}{x}\right)\right) = f_3(x) Explanation: We replace f1(x)f_1(x) with its definition to simplify the argument of the JJ function.

Step 3: Substitute the expression for f3(x)f_3(x). Substitute f3(x)=11xf_3(x) = \frac{1}{1-x} into the equation: f2(J(1x))=11xf_2\left(J\left(\frac{1}{x}\right)\right) = \frac{1}{1 - x} Explanation: We replace f3(x)f_3(x) with its definition to have the right-hand side of the equation fully defined in terms of xx.

Step 4: Apply the definition of f2(x)f_2(x) to the left side. The function f2(y)=1yf_2(y) = 1 - y. In our equation, the input to f2f_2 is J(1x)J\left(\frac{1}{x}\right). Therefore, applying f2f_2 gives: 1J(1x)=11x1 - J\left(\frac{1}{x}\right) = \frac{1}{1 - x} Explanation: We use the definition of f2f_2 by substituting its argument, J(1x)J\left(\frac{1}{x}\right), into the expression 1x1-x.

Step 5: Isolate J(1x)J\left(\frac{1}{x}\right). Rearrange the equation to solve for J(1x)J\left(\frac{1}{x}\right): J(1x)=111xJ\left(\frac{1}{x}\right) = 1 - \frac{1}{1 - x} Explanation: We move J(1x)J\left(\frac{1}{x}\right) to one side and the other terms to the other side to isolate the expression containing JJ.

Step 6: Simplify the expression for J(1x)J\left(\frac{1}{x}\right). Combine the terms on the right-hand side by finding a common denominator: J(1x)=1(1x)1x11xJ\left(\frac{1}{x}\right) = \frac{1 \cdot (1 - x)}{1 - x} - \frac{1}{1 - x} J(1x)=1x11xJ\left(\frac{1}{x}\right) = \frac{1 - x - 1}{1 - x} J(1x)=x1xJ\left(\frac{1}{x}\right) = \frac{-x}{1 - x} This can also be written as: J(1x)=xx1J\left(\frac{1}{x}\right) = \frac{x}{x - 1} Explanation: Performing algebraic simplification is crucial to obtain a manageable form of the expression for J(1x)J\left(\frac{1}{x}\right).

Step 7: Use substitution to find J(x)J(x). We have an expression for J(1x)J\left(\frac{1}{x}\right). To find J(x)J(x), let t=1xt = \frac{1}{x}. From this substitution, we can express xx in terms of tt: x=1tx = \frac{1}{t}. Now, substitute tt for 1x\frac{1}{x} and 1t\frac{1}{t} for xx into the simplified expression for J(1x)J\left(\frac{1}{x}\right): J(t)=1t1t1J(t) = \frac{\frac{1}{t}}{\frac{1}{t} - 1} Explanation: This substitution technique allows us to change the argument of the function JJ from 1x\frac{1}{x} to tt, and then we will replace tt with xx to get the desired J(x)J(x).

Step 8: Simplify the expression for J(t)J(t). Simplify the complex fraction: J(t)=1t1ttJ(t) = \frac{\frac{1}{t}}{\frac{1 - t}{t}} J(t)=1tt1tJ(t) = \frac{1}{t} \cdot \frac{t}{1 - t} J(t)=11tJ(t) = \frac{1}{1 - t} Explanation: We simplify the fraction by multiplying the numerator by the reciprocal of the denominator.

Step 9: Replace the dummy variable. Replace the dummy variable tt with xx to obtain the expression for J(x)J(x): J(x)=11xJ(x) = \frac{1}{1 - x} Explanation: Since tt was just a placeholder variable, we can replace it with xx to express the function JJ in its standard form.

Step 10: Compare with the given options. We found that J(x)=11xJ(x) = \frac{1}{1 - x}. Let's look at the given functions:

  • f1(x)=1xf_1(x) = \frac{1}{x}
  • f2(x)=1xf_2(x) = 1 - x
  • f3(x)=11xf_3(x) = \frac{1}{1 - x}

Our result J(x)=11xJ(x) = \frac{1}{1 - x} is exactly the definition of f3(x)f_3(x).

Therefore, J(x)=f3(x)J(x) = f_3(x).

Common Mistakes & Tips

  • Order of Operations: Always apply function compositions from right to left. For (fgh)(x)(f \circ g \circ h)(x), evaluate h(x)h(x) first, then gg of that result, and finally ff of that result.
  • Algebraic Errors: Be meticulous with algebraic manipulations, especially with signs and common denominators. An error in simplification can lead to an incorrect final function.
  • Variable Substitution: When using substitution like t=g(x)t = g(x), remember to also express the original variable (xx) in terms of the new variable (tt) and substitute it into the entire expression.

Summary

The problem required finding an unknown function J(x)J(x) given a composite functional equation. By systematically expanding the composition, substituting the known function definitions, and performing algebraic manipulations to isolate J(1x)J\left(\frac{1}{x}\right), we obtained an expression for J(1x)J\left(\frac{1}{x}\right). A variable substitution (t=1xt = \frac{1}{x}) was then used to transform this expression into J(x)J(x). The final result, J(x)=11xJ(x) = \frac{1}{1 - x}, was identified as f3(x)f_3(x).

The final answer is \boxed{f 3 (x)} which corresponds to option (D).

Practice More Sets, Relations & Functions Questions

View All Questions