StepWorking
01given
The curve is y=x∣x−3∣, bounded by the x-axis from x=−1 to x=2. We need to find 12A, where A is the total enclosed area.
02goal
Find 12A=12∫−12∣y∣dx.
03approach
For x∈[−1,2], x−3<0, so ∣x−3∣=−(x−3)=3−x. Thus y=x(3−x)=3x−x2. Over [−1,0], y≤0, so ∣y∣=−(3x−x2)=x2−3x. Over [0,2], y≥0, so ∣y∣=3x−x2. Split the integral at x=0.
04execute
Compute the first integral A1=∫−10(x2−3x)dx=[3x3−23x2]−10=0−(−31−23)=611.
05execute
Compute the second integral A2=∫02(3x−x2)dx=[23x2−3x3]02=(23(4)−38)−0=6−38=310=620.
06execute
Total area A=A1+A2=611+620=631. Therefore, 12A=12×631=62.
✓verify
Check: Direct integral without absolute values ∫−12(3x−x2)dx=23(3)−39=29−3=23=69. Total area must exceed net signed integral: 631>69, with difference 2A1=2(11/6)=22/6, which is correct since 631−622=69.