Definition of Absolute Value:∣u∣=u if u≥0, and ∣u∣=−u if u<0.
Properties of Definite Integrals: If a<c<b, then ∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx.
Fundamental Theorem of Calculus: If F′(x)=f(x), then ∫abf(x)dx=F(b)−F(a).
Step-by-Step Solution
Step 1: Analyze the Absolute Value Function
We need to evaluate −2∫31−x2dx. The absolute value function ∣1−x2∣ requires us to determine where 1−x2 is positive or negative. We find the roots of 1−x2=0:
1−x2=0⟹x2=1⟹x=±1
These roots, x=−1 and x=1, divide the number line into intervals where the sign of 1−x2 is constant.
Let's examine the sign of 1−x2 in the relevant intervals within the integration limits [−2,3]:
For x∈[−2,−1): Choose a test point, e.g., x=−1.5. 1−(−1.5)2=1−2.25=−1.25<0. So, 1−x2 is negative.
For x∈(−1,1): Choose a test point, e.g., x=0. 1−(0)2=1>0. So, 1−x2 is positive.
For x∈(1,3]: Choose a test point, e.g., x=2. 1−(2)2=1−4=−3<0. So, 1−x2 is negative.
Therefore, we can define ∣1−x2∣ piecewise:
∣1−x2∣={−(1−x2)=x2−11−x2if x∈[−2,−1] or x∈[1,3]if x∈(−1,1)
Note that the original expression is ∣1−x2∣, which is equivalent to ∣x2−1∣. The analysis of x2−1 gives:
x2−1>0 for x<−1 or x>1.
x2−1<0 for −1<x<1.
So, ∣x2−1∣=x2−1 when x≤−1 or x≥1, and ∣x2−1∣=−(x2−1)=1−x2 when −1<x<1.
Step 2: Split the Integral
The integration interval is [−2,3]. The critical points x=−1 and x=1 lie within this interval. We split the integral into three parts based on these critical points:
−2∫31−x2dx=−2∫−11−x2dx+−1∫11−x2dx+1∫31−x2dx
Now, substitute the piecewise definition of ∣1−x2∣ into each integral:
=−2∫−1(x2−1)dx+−1∫1(1−x2)dx+1∫3(x2−1)dx
Step 3: Evaluate Each Integral
We will evaluate each integral separately using the Fundamental Theorem of Calculus.
Integral 1:−2∫−1(x2−1)dx
The antiderivative of x2−1 is 3x3−x.
=[3x3−x]−2−1=(3(−1)3−(−1))−(3(−2)3−(−2))=(−31+1)−(−38+2)=(32)−(−32)=32+32=34
Integral 2:−1∫1(1−x2)dx
The antiderivative of 1−x2 is x−3x3.
=[x−3x3]−11=(1−313)−((−1)−3(−1)3)=(1−31)−(−1−(−31))=(32)−(−1+31)=32−(−32)=32+32=34
Integral 3:1∫3(x2−1)dx
The antiderivative of x2−1 is 3x3−x.
=[3x3−x]13=(333−3)−(313−1)=(327−3)−(31−1)=(9−3)−(−32)=6+32=318+32=320
Step 4: Sum the Results
Add the values of the three integrals:
34+34+320=34+4+20=328
Common Mistakes & Tips
Incorrectly identifying intervals: Ensure that the roots of the expression inside the absolute value are correctly found and that the sign of the expression in each interval is accurately determined.
Algebraic errors during integration or evaluation: Carefully perform the integration and substitution steps to avoid calculation mistakes.
Forgetting to split the integral: The absolute value function requires breaking down the integral at points where the argument of the absolute value changes sign.
Summary
To evaluate the definite integral of an absolute value function, we first identify the roots of the expression inside the absolute value to determine the intervals where the expression is positive or negative. We then split the original integral into sub-integrals over these intervals, replacing the absolute value with the appropriate expression (either the function itself or its negative). Finally, we evaluate each sub-integral and sum the results. In this case, the integral −2∫31−x2dx was split into three parts, evaluated, and summed to yield the final answer.
The final answer is 328 which corresponds to option (D).