Skip to main content
Back to Limits, Continuity & Differentiability
JEE Main 2023
Limits, Continuity & Differentiability
Limits, Continuity and Differentiability
Hard

Question

Let ƒ : [–1,3] \to R be defined as f(x) = \left\{ {\matrix{ {\left| x \right| + \left[ x \right]} & , & { - 1 \le x < 1} \cr {x + \left| x \right|} & , & {1 \le x < 2} \cr {x + \left[ x \right]} & , & {2 \le x \le 3} \cr } } \right. where [t] denotes the greatest integer less than or equal to t. Then, ƒ is discontinuous at:

Options

Solution

Key Concepts and Formulas

  • Continuity of a Function: A function f(x)f(x) is continuous at a point x=cx=c if the following three conditions are met:
    1. f(c)f(c) is defined.
    2. limxcf(x)\lim_{x \to c} f(x) exists (i.e., limxcf(x)=limxc+f(x)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x)).
    3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c).
  • Greatest Integer Function [x][x]: This function gives the greatest integer less than or equal to xx. It has jump discontinuities at integer values.
  • Absolute Value Function x|x|: This function is defined as x=x|x| = x if x0x \ge 0 and x=x|x| = -x if x<0x < 0. It is continuous everywhere but has a sharp corner at x=0x=0, making it non-differentiable there.

Step-by-Step Solution

Step 1: Rewrite the function by simplifying the absolute value and greatest integer functions in each interval.

The function is defined piecewise: f(x) = \left\{ {\matrix{ {\left| x \right| + \left[ x \right]} & , & { - 1 \le x < 1} \cr {x + \left| x \right|} & , & {1 \le x < 2} \cr {x + \left[ x \right]} & , & {2 \le x \le 3} \cr } } \right.

We need to analyze each interval separately:

  • Interval 1: 1x<1-1 \le x < 1

    • For 1x<0-1 \le x < 0: x=x|x| = -x and [x]=1[x] = -1. So, f(x)=x+(1)=x1f(x) = -x + (-1) = -x - 1.
    • For 0x<10 \le x < 1: x=x|x| = x and [x]=0[x] = 0. So, f(x)=x+0=xf(x) = x + 0 = x. Combining these, for 1x<1-1 \le x < 1, we have: f(x) = \left\{ {\matrix{ {-x - 1} & , & {-1 \le x < 0} \cr {x} & , & {0 \le x < 1} \cr } } \right.
  • Interval 2: 1x<21 \le x < 2

    • For 1x<21 \le x < 2: x=x|x| = x. So, f(x)=x+x=2xf(x) = x + x = 2x.
  • Interval 3: 2x32 \le x \le 3

    • For 2x<32 \le x < 3: [x]=2[x] = 2. So, f(x)=x+2f(x) = x + 2.
    • For x=3x = 3: [x]=3[x] = 3. So, f(x)=3+3=6f(x) = 3 + 3 = 6. Combining these, for 2x32 \le x \le 3, we have: f(x) = \left\{ {\matrix{ {x + 2} & , & {2 \le x < 3} \cr {6} & , & {x = 3} \cr } } \right.

The rewritten function is: f(x) = \left\{ {\matrix{ {-x - 1} & , & {-1 \le x < 0} \cr {x} & , & {0 \le x < 1} \cr {2x} & , & {1 \le x < 2} \cr {x + 2} & , & {2 \le x < 3} \cr {6} & , & {x = 3} \cr } } \right.

Step 2: Identify potential points of discontinuity.

Discontinuities can occur at:

  • The endpoints of the domain: x=1x = -1 and x=3x = 3.
  • The points where the definition of the function changes: x=0x = 0, x=1x = 1, and x=2x = 2.
  • Points where the component functions themselves are discontinuous (e.g., the greatest integer function at integers). In our rewritten piecewise function, the component functions (x1,x,2x,x+2 -x-1, x, 2x, x+2) are all linear and thus continuous within their respective open intervals. Therefore, we only need to check the points where the definition changes or at the domain endpoints. The points to check are x=1,0,1,2,3x = -1, 0, 1, 2, 3.

Step 3: Check for continuity at x=1x = -1.

  • f(1)=(1)1=11=0f(-1) = -(-1) - 1 = 1 - 1 = 0.
  • limx1f(x)\lim_{x \to -1^-} f(x): This limit is not applicable as the domain starts at x=1x=-1. However, we consider the limit from the right.
  • limx1+f(x)=limx1+(x1)=(1)1=11=0\lim_{x \to -1^+} f(x) = \lim_{x \to -1^+} (-x - 1) = -(-1) - 1 = 1 - 1 = 0. Since f(1)f(-1) is defined and the limit from the right exists and equals f(1)f(-1), the function is continuous at x=1x = -1.

Step 4: Check for continuity at x=0x = 0.

  • f(0)=0f(0) = 0 (from the 0x<10 \le x < 1 case).
  • limx0f(x)=limx0(x1)=(0)1=1\lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} (-x - 1) = -(0) - 1 = -1.
  • limx0+f(x)=limx0+(x)=0\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} (x) = 0. Since limx0f(x)limx0+f(x)\lim_{x \to 0^-} f(x) \ne \lim_{x \to 0^+} f(x), the limit limx0f(x)\lim_{x \to 0} f(x) does not exist. Therefore, f(x)f(x) is discontinuous at x=0x = 0.

Step 5: Check for continuity at x=1x = 1.

  • f(1)=2(1)=2f(1) = 2(1) = 2 (from the 1x<21 \le x < 2 case).
  • limx1f(x)=limx1(x)=1\lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} (x) = 1.
  • limx1+f(x)=limx1+(2x)=2(1)=2\lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} (2x) = 2(1) = 2. Since limx1f(x)limx1+f(x)\lim_{x \to 1^-} f(x) \ne \lim_{x \to 1^+} f(x), the limit limx1f(x)\lim_{x \to 1} f(x) does not exist. Therefore, f(x)f(x) is discontinuous at x=1x = 1.

Step 6: Check for continuity at x=2x = 2.

  • f(2)=2+2=4f(2) = 2 + 2 = 4 (from the 2x<32 \le x < 3 case).
  • limx2f(x)=limx2(x+2)=2+2=4\lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} (x + 2) = 2 + 2 = 4.
  • limx2+f(x)=limx2+(x+2)=2+2=4\lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (x + 2) = 2 + 2 = 4. Since limx2f(x)=limx2+f(x)=4\lim_{x \to 2^-} f(x) = \lim_{x \to 2^+} f(x) = 4, the limit limx2f(x)\lim_{x \to 2} f(x) exists and is equal to 4. Also, f(2)=4f(2) = 4. Thus, limx2f(x)=f(2)\lim_{x \to 2} f(x) = f(2). Therefore, f(x)f(x) is continuous at x=2x = 2.

Step 7: Check for continuity at x=3x = 3.

  • f(3)=6f(3) = 6 (as defined for x=3x=3).
  • limx3f(x)=limx3(x+2)=3+2=5\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} (x + 2) = 3 + 2 = 5.
  • limx3+f(x)\lim_{x \to 3^+} f(x): This limit is not applicable as the domain ends at x=3x=3. Since limx3f(x)=5\lim_{x \to 3^-} f(x) = 5 and f(3)=6f(3) = 6, we have limx3f(x)f(3)\lim_{x \to 3^-} f(x) \ne f(3). Therefore, f(x)f(x) is discontinuous at x=3x = 3.

Step 8: Summarize the points of discontinuity.

Based on the analysis, the function f(x)f(x) is discontinuous at x=0x = 0, x=1x = 1, and x=3x = 3. These are exactly three points.

Common Mistakes & Tips

  • Incorrectly simplifying x|x| or [x][x]: Ensure you correctly evaluate x|x| and [x][x] for each specific sub-interval. For example, [x][x] is 1-1 for 1x<0-1 \le x < 0, not 00.
  • Forgetting to check both left and right limits: Continuity requires the limit to exist, which means the left-hand limit must equal the right-hand limit.
  • Not checking the function value at the point: Even if the left and right limits are equal, the function must also be defined at that point and equal to the limit for continuity.
  • Assuming continuity within intervals: While linear functions are continuous, the piecewise definition means you must check the transition points between these linear segments.

Summary

To determine the points of discontinuity, we first simplified the piecewise function by correctly evaluating the absolute value and greatest integer functions in each interval. We then identified the potential points of discontinuity, which are the points where the function definition changes and the endpoints of the domain. For each of these points (x=1,0,1,2,3x = -1, 0, 1, 2, 3), we checked the three conditions for continuity: the existence of the function value, the existence of the limit, and whether the function value equals the limit. We found that the function is continuous at x=1x = -1 and x=2x = 2, but discontinuous at x=0x = 0, x=1x = 1, and x=3x = 3. Therefore, there are exactly three points of discontinuity.

The final answer is \boxed{A}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions