Hello, Jaina!
Find a formua for the area of the cross-sections of the solid perpendicular to the x-axis.
The equation of the circle is \(\displaystyle x^2\,+\,y^2\,=\,1\)
The solid lies between planes perpendicular to the x-axis at \(\displaystyle x=-1\) and \(\displaystyle x=1\).
In each case, the cross-sections perpendicular to the x-axis between these planes
run from y= - √(1-x²) to y=√(1-x²). . We don't need this information.
a) The cross-sections are squares with bases in the xy-plane.
b) The cross-sections are equilateral triangles with bases in the xy-plane.
Code:
|
*** P
* | |* The cross-section is taken at PQ.
* | y| *
* | | * The length of PQ is 2y.
- -*- - - + - + -*- -
* | | *
* | y| *
* | |*
*** Q
|
Think of a loaf of bread with a circular base,
The slices are made perpendicular to the x-axis (like PQ).
In part (a), the slices are all squares with side \(\displaystyle PQ = 2y\).
The 'face' of the slice has area: \(\displaystyle (2y)^2\,=\,4y^2\).
The 'thickness' of the slice is \(\displaystyle dx\).
Hence, the volume of one slice is:
.\(\displaystyle dV\:=\:4y^2\,dx\)
Since \(\displaystyle y\:=\:\sqrt{1\,-\,x^2}\), we have:
.\(\displaystyle dV\:=\:4(\sqrt{1\,-\,x^2})^2\,dx\:=\;4(1-x^2)\,dx\)
To find the total volume, we just "add up the slices":
. . \(\displaystyle \L V\;=\;4\int^{\;\;\;1}_{-1}(1 - x^2)\,dx\)
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
The procedure is the same for part (b).
Since the cross-sections are equilateral triangles,
. . we have a different formula.
Code:
*
/|\
/ | \
/ |h \
/ | \
/ | \
*-----+-----*
y y
The base is still \(\displaystyle 2y\).
We find that the height is \(\displaystyle \sqrt{3}y\).
The area of the triangle is:
.\(\displaystyle A\:=\:\frac{1}{2}(2y)(\sqrt{3}y)\:=\;\sqrt{3}y^2\)
The volume of the triangular slice is:
.\(\displaystyle dV\:=\:\sqrt{3}y^2\,dx\:=\:\sqrt{3}(1\,-\,x^2)\,dx\)
The total volume is:
.\(\displaystyle \L\sqrt{3}\int^{\;\;\;1}_{-1}(1\,-\,x^2)\,dx\)