Worked solution
Part (a): Where the two lines meet
Set the two expressions for y equal to each other:
x+5=2x+1
Rearrange:
5−1=2x−x⟹x=4
Recompute independently by substituting back: at x=4, y=x+5=9 and y=2x+1=9 ✓, both lines give the same point, confirming x=4.
Part (b): Volume of the solid of revolution
For 0≤x≤4, check which line is on top: at x=0, y=x+5=5 is above y=2x+1=1; at x=2, y=7 is above y=5. So y=x+5 is the outer boundary (radius R) and y=2x+1 is the inner boundary (radius r). Since R and r are both positive throughout [0,4] (minimum value r=1 at x=0), the region R never touches the x-axis, so the solid is a “washer”, the volume of revolution of the outer curve minus the volume of revolution of the inner curve:
V=π∫04[(x+5)2−(2x+1)2]dx
Using the (ax+b)n rule term by term, with n=2:
∫(x+5)2dx=3(x+5)3∫(2x+1)2dx=2×3(2x+1)3=6(2x+1)3
So
V=π[3(x+5)3−6(2x+1)3]04
At x=4: x+5=9, 2x+1=9, so 393−693=3729−6729=243−121.5=121.5
At x=0: x+5=5, 2x+1=1, so 353−613=3125−61=6250−61=6249=41.5
V=π(121.5−41.5)=80π
Recompute independently by expanding the brackets first
(x+5)2−(2x+1)2=(x2+10x+25)−(4x2+4x+1)=−3x2+6x+24
∫04(−3x2+6x+24)dx=[−x3+3x2+24x]04
At x=4: −64+48+96=80. At x=0: 0.
V=π(80−0)=80π
This matches the result from the (ax+b)n method exactly, confirming the volume is correct. Both methods also agree that the differentiated check holds: dxd(−x3+3x2+24x)=−3x2+6x+24, matching the integrand above.
Final answers
- (a) The lines meet at x=4
- (b) V=80π cubic units