Key Concepts and Formulas
- Definite Integral for Area: The area A bounded by a curve y=f(x), the x-axis, and the lines x=a and x=b is given by A=∫ab∣f(x)∣dx.
- Absolute Value Definition: ∣x∣=x if x≥0, and ∣x∣=−x if x<0.
- Fundamental Theorem of Calculus: ∫abF′(x)dx=F(b)−F(a).
Step 1: Simplify the function y=x∣x−3∣ in the interval [−1,2]
We need to rewrite the absolute value function. Since we are integrating from x=−1 to x=2, x will always be less than 3. Therefore x−3<0 in this interval, so ∣x−3∣=−(x−3)=3−x.
Substituting this into the function gives:
y=x∣x−3∣=x(3−x)=3x−x2
Thus, we will be integrating f(x)=3x−x2 from x=−1 to x=2.
Step 2: Set up the area integral and analyze the sign of f(x)=3x−x2 in the interval [−1,2]
The area is given by:
A=∫−12∣3x−x2∣dx
We need to determine where 3x−x2 is positive and negative in the interval [−1,2]. We find the roots by setting 3x−x2=0, which gives x(3−x)=0, so x=0 or x=3. Since 3 is outside our interval [−1,2], we only need to consider the root x=0.
- For x∈[−1,0), let's test x=−0.5. Then f(−0.5)=3(−0.5)−(−0.5)2=−1.5−0.25=−1.75<0. Therefore, f(x)<0 on [−1,0).
- For x∈(0,2], let's test x=1. Then f(1)=3(1)−(1)2=3−1=2>0. Therefore, f(x)>0 on (0,2].
Therefore, we have
∣3x−x2∣={x2−3x3x−x2if −1≤x<0if 0≤x≤2
Step 3: Split the integral and evaluate
Now, we split the integral at x=0:
A=∫−10(x2−3x)dx+∫02(3x−x2)dx
First integral:
∫−10(x2−3x)dx=[3x3−23x2]−10=(303−23(0)2)−(3(−1)3−23(−1)2)=0−(−31−23)=31+23=62+69=611
Second integral:
∫02(3x−x2)dx=[23x2−3x3]02=(23(2)2−3(2)3)−(23(0)2−3(0)3)=(212−38)−0=6−38=318−38=310
Step 4: Calculate the total area
A=611+310=611+620=631
Step 5: Calculate 12A
12A=12(631)=2(31)=62
Common Mistakes & Tips:
- Remember to use the absolute value when calculating area, and to split the integral where the function changes sign.
- Be careful with signs when evaluating the definite integrals.
- Double-check your arithmetic when dealing with fractions.
Summary:
We simplified the function, found the intervals where the function was positive and negative, split the integral accordingly, and evaluated each integral. Finally, we calculated the value of 12A.
The final answer is 62.