Explanation
To solve a definite integral containing an absolute value function, we must first determine where the expression inside the modulus changes its sign.
Step 1: Analyze the Modulus Function
The expression inside the absolute value is 1−x2. Let's find its critical points by setting it to zero:
1−x2=0⟹x2=1⟹x=±1
Now, we check the sign of 1−x2 in the intervals between our integration limits [−2,3]:
For x∈[−2,−1): 1 - x^2 < 0 \implies |1 - x^2| = -(1 - x^2) = x^2 - 1
For x∈[−1,1]: 1−x2≥0⟹∣1−x2∣=1−x2
For x∈(1,3]: 1 - x^2 < 0 \implies |1 - x^2| = -(1 - x^2) = x^2 - 1
Step 2: Split the Integral
Using the intervals determined above, we split the original integral into three parts:
∫−23∣1−x2∣dx=∫−2−1(x2−1)dx+∫−11(1−x2)dx+∫13(x2−1)dx
Step 3: Integrate Each Section
Part 1: ∫−2−1(x2−1)dx
[3x3−x]−2−1=(3(−1)3−(−1))−(3(−2)3−(−2))
=(−31+1)−(−38+2)
=32−(−32)=34
Part 2: ∫−11(1−x2)dx
Since 1−x2 is an even function, we can simplify this to 2∫01(1−x2)dx:
2[x−3x3]01=2(1−31)=2(32)=34
Part 3: ∫13(x2−1)dx
[3x3−x]13=(333−3)−(313−1)
=(9−3)−(31−1)
=6−(−32)=6+32=320
Step 4: Sum the Values
Now, add the results of the three parts together:
Total Value=34+34+320=34+4+20=328
Final Answer
The correct option is (c) 28/3.