Analyzing the Setup
The function is defined as h(x)=min({x},1−{x}) over the interval x∈[−2,2]. Here, {x} denotes the fractional part of x, which is defined as {x}=x−⌊x⌋.
To understand the behavior of h(x), we must visualize the two components:
1. f(x)={x}, which is a sawtooth wave increasing from 0 to 1 on every interval [n,n+1).
2. g(x)=1−{x}, which is the reflection of the sawtooth wave, decreasing from 1 to 0 on every interval [n,n+1).
The Intersection
The Birth of the Triangular Wave
The function h(x) selects the minimum of these two paths at any point x. The intersection occurs when:
Solving this yields 2{x}=1, or {x}=0.5. At this value, both functions equal 0.5.
For 0≤{x}<0.5, the function f(x) is smaller, so h(x)={x}. For 0.5<{x}<1, the function g(x) is smaller, so h(x)=1−{x}. This creates a continuous triangular wave oscillating between 0 and 0.5.
The Continuity Check
To verify continuity, we examine the transition points. At any integer n, {x}=0, so f(n)=0 and g(n)=1. However, as x→n−, {x}→1, making f(x)→1 and g(x)→0.
Since h(x)=min({x},1−{x}), at the integers, h(n)=min(0,1)=0. Because the limits from both sides approach 0, the function is continuous everywhere.
The Differentiability Hunt
A function is non-differentiable at points where it exhibits "sharp corners" or "kinks." For h(x), these occur at the troughs and the peaks of the triangular wave.
The troughs occur at the integers where
{x}=0. In the interval
(−2,2), these points are:
x∈{−1,0,1}
The peaks occur at the half-integers where
{x}=0.5. In the interval
(−2,2), these points are:
x∈{−1.5,−0.5,0.5,1.5}
Final Conclusion
Summing these up, the total number of points of non-differentiability in the open interval
(−2,2) is:
3 (troughs)+4 (peaks)=7 points
The function h(x) is continuous on [−2,2] but fails to be differentiable at 7 points within the interval (−2,2).