Question:

Let \( f : \mathbb{R} \to \mathbb{R} \) be defined by \( f(x) = \frac{x}{\sqrt{1+x^2}} \), then \( (f \circ f)(x) \) is

Show Hint

In composition, simplify denominator carefully—common mistake area.
Updated On: Apr 23, 2026
  • $\frac{x}{\sqrt{1+x^2}}$
  • $\frac{x}{\sqrt{1+3x^2}}$
  • $x$
  • $1$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Composition of function: $(f \circ f)(x) = f(f(x))$

Step 1:
Substitute $f(x)$ into itself.
\[ f(f(x)) = f\left(\frac{x}{\sqrt{1+x^2}}\right) \]

Step 2:
Apply definition of $f$.
\[ = \frac{\frac{x}{\sqrt{1+x^2}}}{\sqrt{1 + \left(\frac{x}{\sqrt{1+x^2}}\right)^2}} \]

Step 3:
Simplify denominator.
\[ = \frac{x}{\sqrt{1+x^2}} \cdot \frac{1}{\sqrt{1 + \frac{x^2}{1+x^2}}} \] \[ = \frac{x}{\sqrt{1+x^2}} \cdot \frac{1}{\sqrt{\frac{1+2x^2}{1+x^2}}} \]

Step 4:
Final simplification.
\[ = \frac{x}{\sqrt{1+2x^2+x^2}} = \frac{x}{\sqrt{1+3x^2}} \] Conclusion:
$(f \circ f)(x) = \frac{x}{\sqrt{1+3x^2}}$
Was this answer helpful?
0
0