Analyzing the Setup
The goal is to evaluate the definite integral:
∫−22∣1−x2∣dx
The function f(x)=∣1−x2∣ represents a parabola 1−x2 that has been reflected across the x-axis wherever it dips below zero. This creates a 'W' shape on the Cartesian plane, crossing the x-axis at x=−1 and x=1.
The Power of Symmetry
Before performing the calculation, we observe that f(−x)=∣1−(−x)2∣=∣1−x2∣=f(x). This confirms that the function is even, meaning it is perfectly symmetrical about the y-axis.
We can simplify the integral using the property
∫−aaf(x)dx=2∫0af(x)dx. Thus, our integral becomes:
2∫02∣1−x2∣dx
The Critical Point
The modulus function changes behavior at the roots of the internal expression. Since 1−x2=0 at x=1, we must split the integral at this critical point within the interval [0,2].
For 0≤x≤1, the expression 1−x2 is non-negative, so ∣1−x2∣=1−x2. For 1<x≤2, the expression is negative, so ∣1−x2∣=−(1−x2)=x2−1.
The integral is now expressed as:
2[∫01(1−x2)dx+∫12(x2−1)dx]
The Final Calculation
We evaluate the two polynomial integrals separately. The antiderivative of 1−x2 is x−3x3, and the antiderivative of x2−1 is 3x3−x.
Evaluating the first part:
[x−3x3]01=(1−31)−0=32
Evaluating the second part:
[3x3−x]12=(38−2)−(31−1)=32−(−32)=34
Summing these results and multiplying by the symmetry factor of
2:
2×(32+34)=2×36=2×2=4
The total area trapped under the curve is 4.