Analyzing the Setup
The curve is defined by y=x∣x−3∣. To find the area bounded by this curve between x=−1 and x=2, we must first resolve the absolute value.
In the interval x∈[−1,2], the value of x is always less than 3. Consequently, x−3 is always negative, which implies ∣x−3∣=−(x−3)=3−x.
Thus, within our interval of interest, the function simplifies to:
y=x(3−x)=3x−x2
The Sign Trap
Why We Must Split
To find the total geometric area, we must account for the regions where the curve lies above or below the x-axis. Factoring y=x(3−x), we identify roots at x=0 and x=3.
Within the interval [−1,2], the curve crosses the x-axis at x=0.
- For x∈[−1,0), the value of y is negative (below the x-axis).
- For x∈(0,2], the value of y is positive (above the x-axis).
The total area
A is given by the sum of the absolute values of the integrals:
A=∫−10∣3x−x2∣dx+∫02∣3x−x2∣dx
The Integration Masterclass
First, we calculate
I1=∫−10∣3x−x2∣dx. Since the function is negative here, we integrate the negated expression:
I1=∫−10(x2−3x)dx=[3x3−23x2]−10
Evaluating at the limits:
I1=0−(3(−1)3−23(−1)2)=−(−31−23)=31+23=611
Next, we calculate
I2=∫02(3x−x2)dx. Since the function is positive here, we integrate directly:
I2=[23x2−3x3]02=(23(2)2−323)−0=6−38=310
Summing these components, we find the total area
A:
A=611+310=611+620=631
The Final Victory
The problem requires the value of
12A. Substituting our calculated area:
12×A=12×631=2×31=62
Through careful analysis of the modulus and precise integration, we have arrived at the final answer: 62.