- #1
arc1
- 2
- 0
Homework Statement
This project deals with custom made gold wedding bands. Its shape is obtained by revolving the region shown about a horizontal axis. The resulting band has Inner radius R, Minimum Thickness T, Width W.
The curved boundary of the region is an arc of a circle whose center lies on the axis of revolution. For a typical wedding band with given dimensions R, T, W, the jeweller must first calculate the volume of the desired wedding band to determine how much gold will be required.
Show that the volume V is given by the formula
[tex]\frac {\pi W}{6} (W^2 + 12RT + 6T^2)[/tex]
Homework Equations
[tex]x^2 + y^2 = R^2[/tex]
The Attempt at a Solution
First i tried to use the shell method and came up with this:
[tex]2 \cdot 2\pi \left(\int_{R}^{(R+T)}x\frac w2 \,dx + \int_{(R+T)}^{b}x\sqrt{b^2-x^2} \, dx \right)[/tex]
where b is the radius of the curved boundary
and that led to this:
[tex]\pi W(2RT+T^2) + \pi\frac 43(b^2 -(R+T)^2)[/tex]
But now i got stuck. I don't know what to do about the b.
I don't even know if I'm on the right track now.