009B Sample Final 3, Problem 4 Detailed Solution

From Grad Wiki
Jump to navigation Jump to search

Find the volume of the solid obtained by rotating about the  -axis the region bounded by    and  


Background Information:  
1. You can find the intersection points of two functions, say  

        by setting    and solving for  

2. The volume of a solid obtained by rotating a region around the  -axis using disk method is given by

          where    is the radius of the disk.


Solution:

Step 1:  
We start by finding the intersection points of the functions    and  
We need to solve
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0={\sqrt {1-x^{2}}}.}
If we square both sides, we get
       Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0=1-x^{2}.}
The solutions to this equation are    and  
Hence, we are interested in the region between    and  
Step 2:  
Using the disk method, the radius of each disk is given by
       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=\sqrt{1-x^2}.}
Therefore, the volume of the solid is
        Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{V} & = & \displaystyle{\int_{-1}^1 \pi (\sqrt{1-x^2})^2~dx}\\ &&\\ & = & \displaystyle{\int_{-1}^1 \pi (1-x^2)~dx}\\ &&\\ & = & \displaystyle{\pi\bigg(x-\frac{x^3}{3}\bigg)\bigg|_{-1}^1}\\ &&\\ & = & \displaystyle{\pi\bigg(1-\frac{1}{3}\bigg)-\pi\bigg(-1+\frac{1}{3}\bigg)}\\ &&\\ & = & \displaystyle{\frac{4\pi}{3}.} \end{array}}


Final Answer:  
       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{4\pi}{3}}

Return to Sample Exam