Analyzing the Modulus Function
The function f(x)=∣x∣+∣x−2∣ acts as a piecewise function that changes its definition based on the critical points x=0 and x=2. Given the integration limits from −a to a with a>2, we partition the integral into three distinct intervals:
1. For x∈[−a,0], both terms are negative: ∣x∣+∣x−2∣=−x−(x−2)=−2x+2.
2. For x∈[0,2], the function simplifies: ∣x∣+∣x−2∣=x−(x−2)=2.
3. For x∈[2,a], both terms are positive: ∣x∣+∣x−2∣=x+x−2=2x−2.
The Master Equation
We set up the integral sum based on these intervals and equate it to 22:
∫−a0(−2x+2)dx+∫022dx+∫2a(2x−2)dx=22
Evaluating these integrals step-by-step:
∫−a0(−2x+2)dx=[−x2+2x]−a0=0−(−a2−2a)=a2+2a
∫022dx=[2x]02=4
* ∫2a(2x−2)dx=[x2−2x]2a=(a2−2a)−(4−4)=a2−2a
Summing these results gives:
(a2+2a)+4+(a2−2a)=22
Solving for a
Simplifying the equation above, the linear terms cancel out:
Since the problem constraints specify a>2, we discard the negative root and conclude that a=3.
Evaluating the Final Integral
We now evaluate the integral ∫−33(x+[x])dx. By the linearity of integration, we split this into two parts:
The first term, ∫−33xdx, involves an odd function integrated over symmetric limits, which evaluates to 0.
For the second term, we evaluate the greatest integer function as a sum of steps:
The final result of the integration is −3.