Parametric representation of a plane inside a cylinder

Click For Summary

Homework Help Overview

The discussion revolves around finding a parametric representation for the part of the plane defined by the equation z = x + 3 that lies within the cylinder described by x² + y² = 1. Participants explore the geometric implications of the cylinder and the plane, considering how to express the relationships between the variables in parametric form.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the visualization of the cylinder and the plane, with some suggesting the use of trigonometric functions to represent the circular cross-section of the cylinder. Questions arise regarding the necessity of including y in the parametric equations, given that y is constrained to zero on the specified plane.

Discussion Status

There is an ongoing exploration of different parametric representations, with some participants proposing specific equations while others seek clarification on the reasoning behind these choices. Multiple interpretations of how to approach the problem are being considered, and guidance has been offered regarding the use of polar coordinates.

Contextual Notes

Participants note that the problem constraints include the requirement for the representation to remain within the bounds of the cylinder, leading to discussions about the appropriate limits for the parameters involved.

ProPatto16
Messages
323
Reaction score
0

Homework Statement



find parametric representation for the part of the plane z=x+3 inside the cylinder x2+y2=1


The Attempt at a Solution



intuitively... the cylinder is vertical with the z axis at its centre. and the plane is the whole surface inside the cylinder where y=0... visually cutting the cylinder into 2 half cylinders. also intuitively this means we only have to restrict the value of x, since y=0 at all point in the given plane and all values of z are in the given plane and in the cylinder. so y=0 and z=z where z is an element of R and x+3 needs to be between -1 and 1 of the x coordinates of the cylinder so x needs to have restriction -4<x<-2... those signs are meant to be equal to as weel as greater/less than.

but how do i make up the parametric equations? and is that even right?
 
Physics news on Phys.org
You have to think that when looking straight into the cylinder, that is, at the XY plane from above, what you see is the very outline of the cylinder, so for this curve,

x(t) = \cos t

y(t) = \sin t​

How do you get z(t)? From the equation of the plane, z=x+3; yet we already have x as a function of the parameter t, so

z(t) = x(t) + 3 = \cos t + 3​

so the parametric representation of your curve should be

\mathbf{r} = \cos t \mathbf{i} + \sin t \mathbf{j} + (\cos t + 3)\mathbf{k},​

where t \in [0, 2 \pi].

If you meant the surface inside the cylinder, all you have to is think of a trivial parametrization for a surface given in rectangular coordinates:

\mathbf{S}(x, y) = S_1(x, y)\mathbf{i} + S_2(x, y)\mathbf{j} + S_3(x, y)\mathbf{k}​

For us, S_1(x, y) = x, S_2(x, y) = y and S_3(x, y) = x + 3, where it's easily seen that the parameters x and y must vary such that x^2 + y^2 \leq 1, to stay within the bound determined by the cylinder.

Hope this helps.
 
Last edited:
what made you look at it from that angle? like why should i know to do that? any particular reason?

and to me it looks like youve found the parametric equations for inside the cylinder?
the question says find the parametric equations for the part of the place z = x +3 that is inside the cylinder. on that plane there is no value of y other than zero. so I am a bit lost?
 
ProPatto16 said:
what made you look at it from that angle? like why should i know to do that? any particular reason?

and to me it looks like youve found the parametric equations for inside the cylinder?
the question says find the parametric equations for the part of the place z = x +3 that is inside the cylinder. on that plane there is no value of y other than zero. so I am a bit lost?

You have z = x + 3 in terms of x and y. Since the x and y variables are to describe a circle, you might normally use polar coordinates r and θ. That gives you the standard equations for x and y:

x = r cos(θ)
y = r sin(θ)

for the domain. And it is easy to express z in terms of r and θ since you have z = x + 3 so

z = 3 + r cos(θ)

with appropriate r and θ limits to describe the circular domain.
 
the parametric representaion... is it simply [rcos\theta, rsin\theta, rcos\theta+3] where 0 < r < 1 and 0 < \theta < 2pi ??

those signs would equal to also.
 
ProPatto16 said:
the parametric representaion... is it simply [rcos\theta, rsin\theta, rcos\theta+3] where 0 < r < 1 and 0 < \theta < 2pi ??

those signs would equal to also.

Yes. That is a parametric representation of the surface. It isn't the only one but it is a very natural one.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K