Analyzing the Setup
The function is given by f(x)=2+∣x∣−∣x−1∣+∣x+1∣. The modulus function acts as a mirror, reflecting negative values to become positive.
To dismantle this, we identify the critical points where the arguments inside the modulus vanish. Setting x=0, x−1=0, and x+1=0, we find the critical points: x=−1,0,1.
Mapping the Terrain
We define the function in each of the four intervals created by these points.
For x<−1:
f(x)=2+(−x)−(1−x)+(−x−1)=−x.
For −1≤x<0:
f(x)=2+(−x)−(1−x)+(x+1)=x+2.
For 0≤x<1:
f(x)=2+(x)−(1−x)+(x+1)=3x+2.
For x≥1:
f(x)=2+(x)−(x−1)+(x+1)=x+4.
The Derivative Check (S1)
Statement (S1) asks us to sum the derivatives at four specific points. The derivative of a linear function mx+c is simply the slope m.
The slopes in the respective intervals are:
- For x<−1, f′(x)=−1.
- For −1<x<0, f′(x)=1.
- For 0<x<1, f′(x)=3.
- For x>1, f′(x)=1.
Evaluating the sum:
f′(−23)+f′(−21)+f′(21)+f′(23)=−1+1+3+1=4
Since the statement claims this sum is 2, (S1) is false.
The Area Under the Curve (S2)
We calculate the integral
∫−22f(x)dx by splitting it at the critical points:
I=∫−2−1(−x)dx+∫−10(x+2)dx+∫01(3x+2)dx+∫12(x+4)dx
Calculating each segment:
1. ∫−2−1(−x)dx=[−2x2]−2−1=−0.5−(−2)=1.5
2. ∫−10(x+2)dx=[2x2+2x]−10=0−(0.5−2)=1.5
3. ∫01(3x+2)dx=[23x2+2x]01=1.5+2=3.5
4. ∫12(x+4)dx=[2x2+4x]12=(2+8)−(0.5+4)=5.5
Summing these values:
1.5+1.5+3.5+5.5=12
Statement (S2) is true. Therefore, only (S2) is correct.