Question:

If a real valued function \( f \) is defined by \( f(x) = \frac{ax + \sqrt{a^2 - x^2}}{bx} \), then \( f \) is:

Show Hint

Always examine domain restrictions carefully when roots and denominators are involved. Use boundary analysis and symmetry to test injectivity and surjectivity.
Updated On: May 27, 2025
  • only one-one
  • only onto
  • both one-one and onto
  • neither one-one nor onto
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

We are given the function: \[ f(x) = \frac{ax + \sqrt{a^2 - x^2}}{bx} \] where \( a \) and \( b \) are constants. Step 1: Determine the domain of \( f(x) \) - The square root expression \( \sqrt{a^2 - x^2} \) implies: \( a^2 - x^2 \geq 0 \Rightarrow x \in [-a, a] \) - The denominator \( bx \neq 0 \Rightarrow x \neq 0 \) So, the domain of \( f(x) \) is: \[ x \in [-a, a] \setminus \{0\} \] Step 2: Test for injectivity (One-One) Suppose \( f(x_1) = f(x_2) \). Then: \[ \frac{ax_1 + \sqrt{a^2 - x_1^2}}{bx_1} = \frac{ax_2 + \sqrt{a^2 - x_2^2}}{bx_2} \] This equation does not imply \( x_1 = x_2 \), and is not generally solvable to prove injectivity. Hence, \( f \) is not one-one. Example: Take \( a = 1, b = 1 \), then: \[ f\left(\frac{1}{2}\right) = \frac{\frac{1}{2} + \sqrt{1 - \left(\frac{1}{2}\right)^2}}{\frac{1}{2}} = \frac{\frac{1}{2} + \frac{\sqrt{3}}{2}}{\frac{1}{2}} = 1 + \sqrt{3} \] \[ f\left(-\frac{1}{2}\right) = \frac{-\frac{1}{2} + \sqrt{1 - \left(\frac{1}{2}\right)^2}}{-\frac{1}{2}} = \frac{\frac{\sqrt{3} - 1}{2}}{-\frac{1}{2}} = -( \sqrt{3} - 1 ) = 1 - \sqrt{3} \] These are not equal, but no general injectivity is evident. Try plotting or checking symmetry — ultimately, \( f \) fails the horizontal line test across its domain. Conclusion: Not one-one. Step 3: Test for surjectivity (Onto) Let us observe the function behavior: \[ f(x) = \frac{a}{b} + \frac{\sqrt{a^2 - x^2}}{bx} \] As \( x \to 0^+ \), \( f(x) \to +\infty \); As \( x \to 0^- \), \( f(x) \to -\infty \); As \( x \to \pm a \), the square root \( \to 0 \), and the value tends to \( \frac{a}{b} \) Hence, \( f(x) \) sweeps all values in \( \mathbb{R} \), depending on \( x \)'s sign and proximity to 0, making it onto.
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Understand the function.
Given:
\[ f(x) = \frac{a x + \sqrt{a^2 - x^2}}{b x}, \] where \( a, b \) are constants and \( x \neq 0 \) (to avoid division by zero).

Step 2: Determine the domain of \( f \).
For the square root to be defined (real-valued), the radicand must be non-negative:
\[ a^2 - x^2 \geq 0 \implies |x| \leq |a|. \]
Also, \( x \neq 0 \) due to division by \( b x \).
So, the domain is \( (-|a|, 0) \cup (0, |a|) \).

Step 3: Analyze whether \( f \) is one-to-one (injective).
The presence of both \( x \) and \( \sqrt{a^2 - x^2} \) in the numerator suggests the function may not be injective over the domain because:
- For a given value of \( f(x) \), there could be multiple \( x \) values yielding the same output due to the square root term.

Step 4: Analyze whether \( f \) is onto (surjective).
Because \( x \) approaches values close to zero and \( \pm a \), \( f(x) \) can cover a wide range of real values.
By varying \( x \) in the domain, the function covers the range of all real numbers or a significant interval.

Step 5: Conclusion.
Hence, the function \( f \) is only onto (surjective), but not one-to-one.
Was this answer helpful?
0
0