Let f : [–1, 3] → R be defined as f(x) = ,
where [t] denotes the greatest integer less than or equal to t. Then f, is discontinuous at
f (x) is discontinuous at x = 0, 1
Let's analyze the function f(x) defined piecewise on the interval [-1, 3]. The function involves absolute value |x| and the greatest integer function [x] (also known as the floor function). We need to find the points where f is discontinuous.
The function is defined as:
We know that the greatest integer function [x] is discontinuous at all integer points. The absolute value function |x| is continuous everywhere but has a sharp corner (non-differentiable) at x=0. However, our main concern is discontinuity of f(x).
Let's break the domain into subintervals based on the definition of f and the behavior of [x] and |x|.
Step 1: Analyze the first piece: f(x) = |x| + [x] for -1 ≤ x < 1
In this interval, [x] takes constant values on integer intervals:
However, we must check the boundaries:
So, in the first piece, discontinuity at x=0.
Step 2: Analyze the second piece: f(x) = x + |x| for 1 ≤ x < 2
In this interval, x is positive (since x≥1), so |x| = x. Therefore, f(x) = x + x = 2x. This is linear, continuous.
Check boundaries:
So, discontinuity at x=1.
Step 3: Analyze the third piece: f(x) = x + [x] for 2 ≤ x ≤ 3
In this interval:
Check boundaries:
So, discontinuity at x=3.
Summary of discontinuities:
Also, note that the greatest integer function [x] is discontinuous at integers, but in our function f, it is combined with other functions. We have already considered the integer points in our domain: x=-1,0,1,2,3. We found that x=-1 and x=2 are continuous. So only three points of discontinuity: x=0, x=1, x=3.
Final Answer: f is discontinuous at only three points.
Greatest Integer Function (Floor function) [x]: It returns the greatest integer less than or equal to x. It is discontinuous at all integer points.
Absolute Value Function |x|: Defined as |x| = x if x≥0, and |x| = -x if x<0. It is continuous everywhere but not differentiable at x=0.
Continuity of a Function: A function f is continuous at a point x=a if: . For piecewise functions, check left-hand limit, right-hand limit, and the value at the point.