Worked solution
Step 1: Set up the volume-of-revolution integral
For a region under y=f(x) between x=a and x=b, rotating fully about the x-axis gives
V=π∫aby2dx
Here y=x+1, a=0, b=3. Square the function carefully:
y2=(x+1)2=x2+2x+1
So
V=π∫03(x2+2x+1)dx
Step 2: Integrate and evaluate
∫(x2+2x+1)dx=3x3+x2+x
At x=3: 327+9+3=9+9+3=21
At x=0: 0
∫03(x2+2x+1)dx=21−0=21
So
V=21π
Step 3: Recompute independently using the substitution u = x + 1
Let u=x+1, so du=dx. When x=0, u=1; when x=3, u=4. Then y2dx=u2du, so
V=π∫14u2du=π[3u3]14=π(364−31)=π×363=21π
This matches the result from Step 2 exactly, confirming the volume is correct.
Final answer
V=21π cubic units