Volume between cylinder and ellipsoid

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
ramb
Messages
13
Reaction score
0

Homework Statement


I have two surfaces, a cylinder and an ellipsoid. I want to find the volume bounded by those two surfaces. The sufaces are:
S
[tex]x^{2}+y^{2}=4[/tex]

and
M
[tex]4x^{2}+4y^{2}+z^{2}=64[/tex]

Homework Equations



reparameterize it to get it in the form:

[tex]\int\int_{D}(S-M)dA[/tex]

If you do this and reperameterize it, you need to multiply it by the determenant of the x and y values.

The Attempt at a Solution



I reperameterized the intersection of both curves to be:

[tex]x=2s*cos(t)[/tex]
[tex]y=2s*sin(t)[/tex]
[tex]z=-8(s^{2}-4)[/tex]

so using that integral form S - M
I got:

[tex]\int\int_{D}-3x^{2}-3y^{2}-z^{2}+60 dA[/tex]

plugging in the reperamiterization I got:

=[tex]\int\int_{R}-3(2scos(t))^{2}-3(2ssin(t))^{2}+16s^{2}-4|X_{s}*Y_{t}-X_{t}*Y_{s}| dA[/tex]

=[tex]\int\int_{R}(4s^{2}-4)(4s) dA[/tex]

=[tex]16\int_0^1\int_0^{2\pi}(s^{3}-s) dtds[/tex]= [tex]32\pi[/tex]

now I'm not sure if what I've done was correct, but can someone help me to make sure if it is, whether it be by this method or another method.

thanks.
 
Last edited:
Physics news on Phys.org
First, the "volume bounded by those two surfaces" isn't very clear. Do you mean the volume inside of both? I am guessing that is what you want. If so you are making the problem way too complicated. Draw a picture. The xy domain is the interior of a circle. Use cylindrical coordinates.