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

Question

If f(x)=loge(1x1+x)f(x) = {\log _e}\left( {{{1 - x} \over {1 + x}}} \right), x<1\left| x \right| < 1 then f(2x1+x2)f\left( {{{2x} \over {1 + {x^2}}}} \right) is equal to

Options

Solution

Key Concepts and Formulas

  • Function Evaluation: To find f(g(x))f(g(x)), substitute g(x)g(x) for every instance of xx in the definition of f(x)f(x).
  • Logarithm Properties: The key property used here is the power rule: logb(Ak)=klogb(A)\log_b(A^k) = k \log_b(A).
  • Algebraic Identities: Perfect square trinomials: (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2 and (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2.

Step-by-Step Solution

Step 1: Substitute the argument into the function definition. We are given f(x)=loge(1x1+x)f(x) = {\log _e}\left( {{{1 - x} \over {1 + x}}} \right) and need to find f(2x1+x2)f\left( {{{2x} \over {1 + {x^2}}}} \right). We substitute 2x1+x2\frac{2x}{1+x^2} for xx in the definition of f(x)f(x): f(2x1+x2)=loge(1(2x1+x2)1+(2x1+x2))f\left( {{{2x} \over {1 + {x^2}}}} \right) = {\log _e}\left( {{{1 - \left( {{{2x} \over {1 + {x^2}}}} \right)} \over {1 + \left( {{{2x} \over {1 + {x^2}}}} \right)}}} \right) Explanation: This step directly applies the definition of function evaluation. The expression 2x1+x2\frac{2x}{1+x^2} becomes the new input for the function ff.

Step 2: Simplify the argument of the logarithm. We focus on simplifying the fraction inside the logarithm: 12x1+x21+2x1+x2\frac{1 - \frac{2x}{1+x^2}}{1 + \frac{2x}{1+x^2}} To simplify this complex fraction, we find a common denominator for the numerator and the denominator separately.

  • Numerator simplification: 12x1+x2=1(1+x2)1+x22x1+x2=1+x22x1+x2=x22x+11+x21 - \frac{2x}{1+x^2} = \frac{1(1+x^2)}{1+x^2} - \frac{2x}{1+x^2} = \frac{1+x^2 - 2x}{1+x^2} = \frac{x^2 - 2x + 1}{1+x^2}
  • Denominator simplification: 1+2x1+x2=1(1+x2)1+x2+2x1+x2=1+x2+2x1+x2=x2+2x+11+x21 + \frac{2x}{1+x^2} = \frac{1(1+x^2)}{1+x^2} + \frac{2x}{1+x^2} = \frac{1+x^2 + 2x}{1+x^2} = \frac{x^2 + 2x + 1}{1+x^2} Now, we divide the simplified numerator by the simplified denominator: x22x+11+x2x2+2x+11+x2=x22x+11+x2×1+x2x2+2x+1=x22x+1x2+2x+1\frac{\frac{x^2 - 2x + 1}{1+x^2}}{\frac{x^2 + 2x + 1}{1+x^2}} = \frac{x^2 - 2x + 1}{1+x^2} \times \frac{1+x^2}{x^2 + 2x + 1} = \frac{x^2 - 2x + 1}{x^2 + 2x + 1} Explanation: We used the principle of finding a common denominator to combine terms and then performed fraction division. The terms (1+x2)(1+x^2) in the numerator and denominator cancel out.

Step 3: Apply algebraic identities to further simplify the argument. We recognize that the numerator and denominator are perfect square trinomials:

  • x22x+1=(x1)2=(1x)2x^2 - 2x + 1 = (x-1)^2 = (1-x)^2
  • x2+2x+1=(x+1)2x^2 + 2x + 1 = (x+1)^2 So, the argument simplifies to: (1x)2(1+x)2=(1x1+x)2\frac{(1-x)^2}{(1+x)^2} = \left( \frac{1-x}{1+x} \right)^2 Explanation: This step leverages the standard algebraic identities for (ab)2(a-b)^2 and (a+b)2(a+b)^2 to rewrite the expression in a more compact form.

Step 4: Substitute the simplified argument back into the logarithm and use logarithm properties. Now, we substitute this simplified expression back into the logarithm from Step 1: f(2x1+x2)=loge((1x1+x)2)f\left( {{{2x} \over {1 + {x^2}}}} \right) = {\log _e}\left( {\left( {{{1 - x} \over {1 + x}}} \right)^2} \right) Using the logarithm power rule, logb(Ak)=klogb(A)\log_b(A^k) = k \log_b(A): =2loge(1x1+x)= 2 {\log _e}\left( {{{1 - x} \over {1 + x}}} \right) Explanation: The power rule for logarithms allows us to bring the exponent of the argument to the front as a multiplier.

Step 5: Relate the result to the original function f(x)f(x). We observe that the expression loge(1x1+x){\log _e}\left( {{{1 - x} \over {1 + x}}} \right) is the definition of f(x)f(x). Therefore, we can rewrite the result as: 2loge(1x1+x)=2f(x)2 {\log _e}\left( {{{1 - x} \over {1 + x}}} \right) = 2f(x) Explanation: By comparing the simplified expression with the original definition of f(x)f(x), we establish the relationship.

Common Mistakes & Tips

  • Algebraic Errors: Be meticulous with algebraic manipulations, especially when dealing with fractions and signs. A small error can lead to a completely different result.
  • Logarithm Properties Misapplication: Ensure that the power rule is applied correctly. It applies to the entire argument being raised to a power, not to terms within the argument or a power of the logarithm itself (e.g., (logex)2(\log_e x)^2).
  • Domain Considerations: The condition x<1|x| < 1 ensures that 1x>01-x > 0 and 1+x>01+x > 0, so 1x1+x>0\frac{1-x}{1+x} > 0, making the logarithm well-defined. It also ensures that 2x1+x2<1\left| \frac{2x}{1+x^2} \right| < 1, so the argument of ff remains within its valid domain.

Summary

The problem required us to evaluate f(2x1+x2)f\left( {{{2x} \over {1 + {x^2}}}} \right) given f(x)=loge(1x1+x)f(x) = {\log _e}\left( {{{1 - x} \over {1 + x}}} \right). By substituting the new argument into the function, simplifying the resulting complex fraction using algebraic identities, and applying the power rule of logarithms, we arrived at 2loge(1x1+x)2 {\log _e}\left( {{{1 - x} \over {1 + x}}} \right), which is equal to 2f(x)2f(x).

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

Practice More Sets, Relations & Functions Questions

View All Questions