Question:

Let \( f \) be the function defined by:
\[ f(x) = \begin{cases} \frac{x^2 - 1}{x^2 - 2|x-1| - 1}, & \text{if } x \neq 1, \\ \frac{1}{2}, & \text{if } x = 1. \end{cases} \] The function is continuous at:

Show Hint

For a function to be continuous at a point, the left-hand limit, right-hand limit, and the function's value at that point must all exist and be equal.
Updated On: Feb 4, 2025
  • The function is continuous for all values of \( x \)
  • The function is continuous only for \( x>1 \)
  • The function is continuous at \( x = 1 \)
  • The function is not continuous at \( x = 1 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

To determine the continuity of \( f(x) \) at \( x = 1 \), we need to check if the left-hand limit (LHL), the right-hand limit (RHL), and the function's value at \( x = 1 \) are all equal. 
Step 1: Calculate the Left-Hand Limit (LHL)
\[ {LHL} = \lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} \frac{x^2 - 1}{x^2 + 2x - 3} \] Factor the numerator and denominator: \[ \lim_{x \to 1^-} \frac{(x - 1)(x + 1)}{(x + 3)(x - 1)} \] Cancel the common factor \( (x - 1) \): \[ \lim_{x \to 1^-} \frac{x + 1}{x + 3} \] Substitute \( x = 1 \): \[ \frac{1 + 1}{1 + 3} = \frac{2}{4} = \frac{1}{2} \] 
Step 2: Calculate the Right-Hand Limit (RHL)
\[ {RHL} = \lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} \frac{x^2 - 1}{x^2 - 2x + 1} \] Factor the numerator and denominator: \[ \lim_{x \to 1^+} \frac{(x - 1)(x + 1)}{(x - 1)^2} \] Cancel the common factor \( (x - 1) \): \[ \lim_{x \to 1^+} \frac{x + 1}{x - 1} \] As \( x \) approaches 1 from the right (i.e., \( x>1 \)), the numerator approaches 2, and the denominator approaches 0 from the positive side. Thus, the limit is \( +\infty \). \[ \lim_{x \to 1^+} \frac{x + 1}{x - 1} = +\infty \] 
Step 3: Evaluate the function at \( x = 1 \)
From the definition of \( f(x) \), we have \( f(1) = \frac{1}{2} \). 
Step 4: Compare LHL, RHL, and \( f(1) \)
We have: \[ {LHL} = \frac{1}{2} \] \[ {RHL} = +\infty \] \[ f(1) = \frac{1}{2} \] 
Conclusion:
Since LHL \( \ne \) RHL, the limit \( \lim_{x \to 1} f(x) \) does not exist. Therefore, the function \( f(x) \) is discontinuous at \( x = 1 \). Also, although LHL = \( f(1) \), the function is still discontinuous at \( x = 1 \) because the RHL is not equal to these values. For a function to be continuous at a point, the LHL, RHL, and the value of the function at that point must all be equal. 
 

Was this answer helpful?
0
0