Parametrizing Intersection of Cylinder and Plane

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
dbkats
Messages
6
Reaction score
0

Homework Statement


Let C be a cylinder of radius 1. It is cut by the x-y plane from below, and by the plane z-x=1 above. Parametrize all the surfaces of the cylinder. Find a unit normal (pointing outward) for each surface.

Homework Equations


Equation for a cylinder:
[tex]x^2+y^2=1[/tex]
Equation of the plane:
[tex]z-x=1[/tex]

The Attempt at a Solution


Bottom:
[tex]g(r,\theta)=(rcos(\theta),rsin(\theta), 0)[/tex]
[tex]n=(0,0,-1)[/tex]
Side:
I'm not so certain about this one... it should be a function of the height as well as the angle, but I'm not certain how to restrict the angle to depend on the height...
I guess something like [tex]x^2+y^2 \le z-x[/tex]
I think this is the normal, though...
[tex]n=(x,y,0)[/tex]
Top:
I should compute the intersection of the plane and the cylinder. So I get
[tex]x^2+y^2=z-x[/tex]
[tex]z=(x-1/2)^2+y^2-1/4[/tex]
And what now?
 
Last edited:
Physics news on Phys.org
dbkats said:

Homework Statement


Let C be a cylinder of radius 1. It is cut by the x-y plane from below, and by the plane z-x=1 above. Parametrize all the surfaces of the cylinder. Find a unit normal (pointing outward) for each surface.

Homework Equations


Equation for a cylinder:
[tex]x^2+y^2=1[/tex]
Equation of the plane:
[tex]z-x=1[/tex]

The Attempt at a Solution


Bottom:
[tex]g(r,\theta)=(rcos(\theta),rsin(\theta), 0)[/tex]
[tex]n=(0,0,-1)[/tex]

Looks good for the bottom.

Side:
I'm not so certain about this one... it should be a function of the height as well as the angle, but I'm not certain how to restrict the angle to depend on the height...
I guess something like [tex]x^2+y^2 \le z-x[/tex]
I think this is the normal, though...
[tex]n=(x,y,0)[/tex]

Your original thought, height and angle are the natural parameters. So try using ##z## and ##\theta## as your parameters.
Top:
I should compute the intersection of the plane and the cylinder. So I get
[tex]x^2+y^2=z-x[/tex]
[tex]z=(x-1/2)^2+y^2-1/4[/tex]
And what now?

The top is the slanted plane ##z=1+x##, not the "intersection of the plane and cylinder". You might try ##x## and ##y## as the parameters.