Key Concepts and Formulas
- Greatest Integer Function [t]: The greatest integer less than or equal to t. For example, [3.7]=3, [−2.1]=−3, [5]=5.
- Continuity: A function f(x) is continuous at a point x=a if limx→a−f(x)=limx→a+f(x)=f(a).
- Differentiability: A function f(x) is differentiable at a point x=a if the left-hand derivative (LHD) equals the right-hand derivative (RHD) at x=a.
- LHD at x=a: limh→0−−hf(a−h)−f(a) or limh→0+−hf(a−h)−f(a)
- RHD at x=a: limh→0+hf(a+h)−f(a)
- Limit of θsinθ: limθ→0θsinθ=1.
Step-by-Step Solution
Step 1: Analyze the definition of the function f(x) and simplify it over different intervals.
The function is defined piecewise. We need to determine the value of [x] and ∣x∣ in each specified interval.
-
Interval 1: x∈(−2,−1)
For x∈(−2,−1), we have [x]=−2.
The first part of the function becomes x−[x]sin(x−[x])=x−(−2)sin(x−(−2))=x+2sin(x+2).
-
Interval 2: ∣x∣<1
This interval is equivalent to x∈(−1,1).
This interval can be further split into x∈(−1,0] and x∈(0,1).
- For x∈(−1,0]: ∣x∣=−x (since x≤0). So, [∣x∣]=[−x].
If x=0, [∣x∣]=[0]=0.
If x∈(−1,0), then −x∈(0,1), so [∣x∣]=[−x]=0.
Thus, for x∈(−1,0], [∣x∣]=0.
The function is max{2x,3[∣x∣]}=max{2x,3(0)}=max{2x,0}.
Since x∈(−1,0], 2x∈(−2,0]. Therefore, max{2x,0}=0.
- For x∈(0,1): ∣x∣=x (since x>0). So, [∣x∣]=[x].
For x∈(0,1), [x]=0.
The function is max{2x,3[∣x∣]}=max{2x,3(0)}=max{2x,0}.
Since x∈(0,1), 2x∈(0,2). Therefore, max{2x,0}=2x.
-
Interval 3: Otherwise
This means x∈/(−2,−1) and x∈/(−1,1).
So, x∈(−∞,−2]∪[−1,−1]∪[1,∞).
However, the second condition ∣x∣<1 implies x∈(−1,1).
The "otherwise" condition covers x≤−2 and x≥1.
For these values, f(x)=1.
Combining these, we can rewrite f(x) as:
f(x) = \left\{ {\matrix{ \frac{\sin(x+2)}{x+2} & , & {x \in ( - 2, - 1)} \cr 0 & , & {x \in ( - 1,0]} \cr 2x & , & {x \in (0,1)} \cr 1 & , & {x \le -2 \text{ or } x \ge 1} \cr } } \right.
Step 2: Identify potential points of discontinuity.
Points of discontinuity can occur where the definition of the function changes. These are the boundary points of the intervals: x=−2, x=−1, x=0, and x=1.
-
Check continuity at x=−2:
The function is defined as f(x)=1 for x≤−2. So, f(−2)=1.
The limit from the right at x=−2 is from the interval (−2,−1).
limx→−2+f(x)=limx→−2+x+2sin(x+2). Let θ=x+2. As x→−2+, θ→0+.
limθ→0+θsinθ=1.
Since limx→−2−f(x)=f(−2)=1 and limx→−2+f(x)=1, the function is continuous at x=−2.
-
Check continuity at x=−1:
We need to check the left-hand limit, right-hand limit, and the function value.
The function is defined as f(x)=0 for x∈(−1,0]. So, f(−1)=0.
Left-hand limit: limx→−1−f(x). This is from the interval (−2,−1), where f(x)=x+2sin(x+2).
limx→−1−x+2sin(x+2)=−1+2sin(−1+2)=1sin(1)=sin(1).
Right-hand limit: limx→−1+f(x). This is from the interval (−1,0], where f(x)=0.
limx→−1+f(x)=0.
Since limx→−1−f(x)=sin(1)=limx→−1+f(x)=0, the function is discontinuous at x=−1.
-
Check continuity at x=0:
We need to check the left-hand limit, right-hand limit, and the function value.
The function is defined as f(x)=0 for x∈(−1,0]. So, f(0)=0.
Left-hand limit: limx→0−f(x). This is from the interval (−1,0], where f(x)=0.
limx→0−f(x)=0.
Right-hand limit: limx→0+f(x). This is from the interval (0,1), where f(x)=2x.
limx→0+f(x)=limx→0+2x=2(0)=0.
Since limx→0−f(x)=limx→0+f(x)=f(0)=0, the function is continuous at x=0.
-
Check continuity at x=1:
We need to check the left-hand limit, right-hand limit, and the function value.
The function is defined as f(x)=2x for x∈(0,1). The limit from the left is limx→1−2x=2(1)=2.
The function is defined as f(x)=1 for x≥1. So, f(1)=1.
The limit from the right is limx→1+f(x)=limx→1+1=1.
Since limx→1−f(x)=2=limx→1+f(x)=1, the function is discontinuous at x=1.
Therefore, the points of discontinuity are x=−1 and x=1. So, m=2.
Step 3: Identify potential points of non-differentiability.
Points of non-differentiability can occur at points of discontinuity and at points where the definition of the function changes within a continuous interval, or where the derivative from the left does not equal the derivative from the right.
From Step 2, we know that f(x) is discontinuous at x=−1 and x=1. A function cannot be differentiable at a point where it is discontinuous. So, f(x) is not differentiable at x=−1 and x=1.
We need to check differentiability at x=0, where the function is continuous but the definition changes from 0 to 2x.
-
Check differentiability at x=0:
We need to calculate the left-hand derivative (LHD) and the right-hand derivative (RHD) at x=0.
We know f(0)=0.
LHD at x=0:
For x<0 and close to 0 (i.e., x∈(−1,0)), f(x)=0.
limh→0+−hf(0−h)−f(0)=limh→0+−hf(−h)−0. Since −h∈(−1,0) for small h>0, f(−h)=0.
LHD = limh→0+−h0−0=0.
RHD at x=0:
For x>0 and close to 0 (i.e., x∈(0,1)), f(x)=2x.
limh→0+hf(0+h)−f(0)=limh→0+hf(h)−0. Since h∈(0,1) for small h>0, f(h)=2h.
RHD = limh→0+h2h−0=limh→0+h2h=2.
Since LHD =0 and RHD =2, LHD = RHD. Therefore, f(x) is not differentiable at x=0.
We also need to check differentiability at x=−2, where the function definition changes from 1 to x+2sin(x+2).
-
Check differentiability at x=−2:
We know f(−2)=1.
LHD at x=−2:
For x<−2, f(x)=1.
limh→0+−hf(−2−h)−f(−2)=limh→0+−h1−1=0.
RHD at x=−2:
For x∈(−2,−1), f(x)=x+2sin(x+2).
limh→0+hf(−2+h)−f(−2)=limh→0+h−2+h+2sin(−2+h+2)−1=limh→0+hhsinh−1.
As h→0+, hsinh→1. So the numerator approaches 1−1=0.
This limit is of the form 00. We can use L'Hopital's rule or Taylor series.
Using Taylor series for sinh≈h−6h3 for small h:
hsinh−1≈hh−6h3−1=1−6h2−1=−6h2.
So, limh→0+h−6h2=limh→0+−6h=0.
Alternatively, using L'Hopital's rule on limh→0+hhsinh−1:
limh→0+1h2hcosh−sinh=limh→0+h2hcosh−sinh.
Applying L'Hopital's rule again:
limh→0+2hcosh−hsinh−cosh=limh→0+2h−hsinh=limh→0+−2sinh=0.
Since LHD =0 and RHD =0, the function is differentiable at x=−2.
The points where f(x) is not differentiable are x=−1, x=1 (due to discontinuity), and x=0 (due to differing LHD and RHD).
So, n=3.
Step 4: Determine the ordered pair (m, n).
From Step 2, we found m=2 (discontinuities at x=−1 and x=1).
From Step 3, we found n=3 (non-differentiability at x=−1, x=1, and x=0).
The ordered pair is (m,n)=(2,3).
Common Mistakes & Tips
- Incorrectly evaluating [x] or |x|: Pay close attention to the interval for x when determining the values of [x] and ∣x∣. For example, in (−2,−1), [x] is always −2. In (−1,0], ∣x∣ is −x and [∣x∣] is 0.
- Assuming differentiability at points of continuity: A function can be continuous at a point but not differentiable if the left and right derivatives do not match (e.g., sharp corners). Always check LHD and RHD at such points.
- Forgetting that discontinuity implies non-differentiability: If a function is not continuous at a point, it cannot be differentiable at that point. This is a quick way to identify some points of non-differentiability.
- Algebraic errors in limits or derivatives: Be careful with algebraic manipulations, especially when using L'Hopital's rule or Taylor series.
Summary
We first simplified the piecewise function f(x) by carefully evaluating the greatest integer function and absolute value function over the given intervals. We then systematically checked for continuity at the boundary points of these intervals. We found discontinuities at x=−1 and x=1, giving m=2. Next, we checked for differentiability. Points of discontinuity are automatically points of non-differentiability. We also checked differentiability at the point x=0 where the function is continuous but the definition changes. By comparing the left-hand and right-hand derivatives at x=0, we found that the function is not differentiable there. Thus, the total number of points of non-differentiability is n=3. The ordered pair (m,n) is (2,3).
The final answer is \boxed{(2, 3)}.