The Tale of the Two Branches
Navigating Piecewise Continuity
Welcome, fellow explorers of the mathematical universe. Today, we are going to dissect a problem that perfectly encapsulates the beauty and the traps of calculus.
We are looking at a piecewise function, f(x), which behaves like a simple linear path for a while and then transforms into something more complex—an integral. Our goal is to determine the nature of this function at the junction point, x=2.
Is it a smooth transition, or is there a hidden sharp corner? Let us embark on this journey together.
Phase 1
The Linear Foundation
Imagine you are walking along a path defined by f(x)=5x+1 for all values of x≤2. This is a straightforward, predictable linear journey.
At the exact moment you reach
x=2, your position is:
f(2)=5(2)+1=11
The slope of this path is constant; it is the derivative of 5x+1, which is simply 5. This is our left-hand derivative, f′(2−)=5. It is a steady, reliable slope.
Phase 2
The Integral Enigma
For
x>2, our function is defined by an integral:
f(x)=∫0x(5+∣1−t∣)dt
This looks intimidating, but let us break it down. The modulus function ∣1−t∣ is the gatekeeper here, as it changes its behavior at t=1.
Because our upper limit x is greater than 2, our integral spans across the point t=1. To solve this, we must split the integral into two distinct regions: the region where t≤1 and the region where t>1.
We write it as:
f(x)=∫01(5+∣1−t∣)dt+∫1x(5+∣1−t∣)dt
In the first region, t≤1, so ∣1−t∣=1−t. The integrand becomes 5+1−t=6−t.
In the second region, t>1, so ∣1−t∣=t−1. The integrand becomes 5+t−1=4+t. Now, the problem is no longer a scary integral; it is just two simple polynomial integrations.
Phase 3
The Calculation
Let us evaluate the first part:
∫01(6−t)dt=[6t−2t2]01=6(1)−212=5.5=211
Now, the second part:
∫1x(4+t)dt=[4t+2t2]1x=(4x+2x2)−(4(1)+212)=4x+2x2−29
Adding these together:
f(x)=211+4x+2x2−29
Simplifying the constants,
211−29=22=1. Thus, for
x>2, our function is:
f(x)=2x2+4x+1
Phase 4
The Verdict
Now, let us test the junction. For continuity, we check the right-hand limit at
x=2:
f(2+)=222+4(2)+1=2+8+1=11
Since the left-hand limit was also 11, the function is continuous! The bridge is intact.
But is it smooth? We check the right-hand derivative:
f′(x)=dxd(2x2+4x+1)=x+4
At x=2, f′(2+)=2+4=6. Our left-hand derivative was 5.
Since $5
eq 6$, the slopes do not match. We have discovered a sharp corner! The function is continuous, but not differentiable at x=2.