Parametrizing a Cylinder: Solving for the Part Between Two Planes

  • Thread starter Thread starter hils0005
  • Start date Start date
  • Tags Tags
    Cylinder
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 6K views
hils0005
Messages
61
Reaction score
0

Homework Statement



Parametrize the part of the cylinder 4y^2 + z^2 = 36 between the planes x= -3 and x=7


The Attempt at a Solution


radius=6
Parametric equations:
x=x
y=4 + 6cos(theta)
z=6sin(theta)

in vector form
[tex]\widehat{}r[/tex]= x[tex]\widehat{}i[/tex] + (4 + 6cos(theta))[tex]\widehat{}j[/tex] + 6sin(theta)[tex]\widehat{}k[/tex]

-3 [tex]\leq[/tex] x [tex]\leq[/tex] 7

I really don't know if I'm completing correctly, any direction would be appreciated. Thanks!
 
Physics news on Phys.org
hils0005 said:

Homework Statement



Parametrize the part of the cylinder 4y^2 + z^2 = 36 between the planes x= -3 and x=7


The Attempt at a Solution


radius=6
Parametric equations:
x=x
y=4 + 6cos(theta)
z=6sin(theta)

These y,z do NOT satisfy 4y^2+z^2=36. Moreover, you cannot speak of a radius here, as the crosssection of the cylinder is not a circle.
 
the cross sections of the cylinder perpendicular to the x-axis are circles y^2 + z^2=6^2 correct?
then this would be given parametrically as y=6cos(theta) and z=6sin(theta) right?
 
This is correct, but in your original problem the y^2 is multiplied by a factor 4.
If you let y'=2y, then you have

y'^2+z^2=36 and so

y'=6 cos(theta)
z =6 sin(theta)

Now use y=y'/2 and you're done.
 
Thanks I did not know what to do with factor of 4

so would this be correct?
x=x
y=3cos(theta)
z=6sin(theta)

in vector form
[tex]\widehat{}r[/tex]= x[tex]\widehat{}i[/tex] + 3cos(theta)[tex]\widehat{}j[/tex] + 6sin(theta)[tex]\widehat{}k[/tex]

-3 [tex]\leq[/tex] x [tex]\leq[/tex] 7

do i need to say anything about theta going from 0 to 2pi?