Question:

If a real valued function $$ f(x) = \begin{cases} \frac{\sin a(x - [x])}{e^{x - [x]}}, & x<1 \\ b + 1, & x = 1 \\ \frac{|x^2 + x - 2|}{x - 1}, & x>1 \end{cases} $$ is continuous at $ x=1 $, then find $ b $. Here, $ [x] $ denotes the greatest integer function.

Show Hint

Check limits from left and right and match function value for continuity.
Updated On: Jun 4, 2025
  • 6
  • 4
  • \( \log_e 9 \)
  • \( \log_e 2 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Continuity at \( x = 1 \) means: \[ \lim_{x \to 1^-} f(x) = f(1) = \lim_{x \to 1^+} f(x) \] For \( x<1 \): \[ f(x) = \frac{\sin a(x - [x])}{e^{x - [x]}}. \] As \( x \to 1^- \), \( [x] = 0 \), so: \[ \lim_{x \to 1^-} f(x) = \frac{\sin a \cdot 1}{e^1} = \frac{\sin a}{e} \] For \( x = 1 \): \[ f(1) = b + 1 \] For \( x>1 \): \[ f(x) = \frac{|x^2 + x - 2|}{x - 1}. \] Since \( x \to 1^+ \), \( x^2 + x - 2 = (x - 1)(x + 2) \), and for \( x>1 \), \[ |x^2 + x - 2| = x^2 + x - 2 = (x - 1)(x + 2) \] So, \[ f(x) = \frac{(x - 1)(x + 2)}{x - 1} = x + 2 \] Hence, \[ \lim_{x \to 1^+} f(x) = 1 + 2 = 3 \] Equate limits: \[ \frac{\sin a}{e} = b + 1 = 3 \implies b = 2 \] But question asks for \( b \), so: There seems to be an error in options. The closest correct choice is \( \log_e 9 \) (This might be a typo).
Was this answer helpful?
0
0