by Guest » Thu Nov 12, 2020 10:32 pm
First, do you know what the "shell" and "disk" methods are?
To find a volume of a figure created by rotating a 2d region about an axis using the "shell method, imagine cutting the region with lines parallel to the axis. Here lines parallel to the axis will be vertical, from the x-axis up to the graph. But that graph "changes" at x= 1 so do this in two different parts. For x= 0 to 1, the lines go from y= 0 up to y= x (the line through (0, 0) and (1, 1) is y= x) so at each x has lenth x- 0= x. further the horizontal distance from x to the axis of rotation, x= -2, is x- (-2)= x+ 2. So, as that rotates around the axis it will sweep out a cylinder with radius x+ 2, so circumference [tex]2\pi(x+ 2)[/tex] and surface area [tex]2\pi(x+2)(y)=2\pi(x^2+ 2x)[/tex]. Taking thickness "dx" the volume of each shell is [tex]2\pi (x^2+ 2x)dx[/tex] and the total volume is the "sum" of all those, or, more correctly, the integral, [tex]2\pi \int_{x= 0}^1 x^2+ 2x dx[/tex]. Now we need to do the same with the other part, from x= 1 to x= 4. Here, each shell would go up from y= 0 to the parabola [tex]x= y^2[/tex] or [tex]y= \sqrt{x}[/tex]. The rest is the same- the radius is x+ 2 so the surface area is [tex]2\pi(x+2)(y)= 2\pi (x^{3/2}+ 2x^{1/2}[/tex] so the total volume is [tex]2\pi \int_1^4 x^{3/2}+ 2x^{1/2} dx[/tex]. The entire volume is [tex]2\pi\left(\int_0^2 x^2+ 2x dx+ \int_1^4 x^{3/2}+ 2x^{1/2}dx\right)[/tex].