document.write( "Question 162738: the finite region enclosed by the curve with equation y=9-x² and the x-axis is rotated through 360º about the x-axis. find, to 3 significant figures, the volume of the solid generated. \n" ); document.write( "
Algebra.Com's Answer #119956 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
You'll need calculus for this one. If you plot the given function you see that it is a parabola with vertex at (0,9) and x intercepts at (-3,0) and (3,0). So let's find the volume in the solid between x=0 and x=3. Then we just need to double that to get the entire volume\r
\n" ); document.write( "\n" ); document.write( "\"graph%28400%2C400%2C-10%2C10%2C-10%2C10%2C+9-x%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "When you rotate that curve around the x axis, you'll get a solid that you can slice into 'disks'. Imagine the disks are standing on end. As you make the disk thinner and thinner, it approaches becoming a whole bunch of 'circles' with a width of deltax. The radius of each thin circle is given by \"9-x%5E2\" from 0 to 3. So the area of each circle is \"pi%2Ar%5E2\" = \"pi%2A%28%289-x%5E2%29%29%5E2\"
\n" ); document.write( "\"pi%2A%28%289-x%5E2%29%29%5E2\"
\n" ); document.write( "\"pi%2A%2881-18x%5E2+%2B+x%5E4%29\"\r
\n" ); document.write( "\n" ); document.write( "Now we need to take that Area and integrate if over from 0 to 3\r
\n" ); document.write( "\n" ); document.write( "\"int%28+A%5Bx%5D%2C+dx%2C+0%2C+3+%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"int%28+pi%2A%2881-18x%5E2+%2B+x%5E4%29%2C+dx%2C+0%2C+3+%29\"
\n" ); document.write( "pi*(81x - 6x^3 + x^5/5) from 0 to 3
\n" ); document.write( "pi*(81*3 - 6*3^3 + (3^5)/5) - pi*(0+0+0)
\n" ); document.write( "\"pi%2A%28243+-+162+%2B+48.6%29\"
\n" ); document.write( "\"pi%2A129.6\"
\n" ); document.write( "Remember to double it to pick up the volume on the left side of the y-axis
\n" ); document.write( "\"2%2Api%2A129.6\"
\n" ); document.write( "\"814.3\"
\n" ); document.write( "\"814\" to three sig figs
\n" ); document.write( "
\n" );