Parametric Curve from the intersection of 2 surfaces

heckald
Messages
4
Reaction score
0

Homework Statement


Prove that the curve \vec{r}(t) = <cost,sint/sqrt(2), sint/sqrt(2)> is at the intersection of a sphere and two elliptic cylinders. Reparametrize the curve with respect to arc length measured from
(0, 1/sqrt(2), 1/sqrt(2)) in the direction of increasing t.

Homework Equations



The Attempt at a Solution



x=cost
y=sint/sqrt(2)
z=sint/sqrt(2)

x^2+y^2+z^2=1
cost^2+sint^2/2+sint^2/2=1

does that show it is in the sphere?
 
Last edited:
Physics news on Phys.org
welcome to pf!

hi heckald! welcome to pf! :smile:

(have a square-root: √ and try using the X2 icon just above the Reply box :wink:)
heckald said:
x=cost
y=sint/sqrt(2)
z=sint/sqrt(2)

x^2+y^2+z^2=1
cost^2+sint^2/2+sint^2/2=1

does that show it is in the sphere?

yup! :biggrin:
 
okay so that proves it is within a sphere.

since z is equal to y would saying
cos2t+sin2t/√2=1 show that it is in a cylinder?

with a plane its a bit easier because z can be expressed with x and y. but spheres and cylinders are confusing.
 
heckald said:
okay so that proves it is within a sphere.

since z is equal to y would saying
cos2t+sin2t/√2=1 show that it is in a cylinder?

with a plane its a bit easier because z can be expressed with x and y. but spheres and cylinders are confusing.

By intuition i got
x2+2y2=1 and x2+2z2=1
since this seems to work out. however, i have no idea how to jump from the x,y,z to these equations.
 
heckald said:

Homework Statement


Prove that the curve \vec{r}(t) = <cost,sint/sqrt(2), sint/sqrt(2)> is at the intersection of a sphere and two elliptic cylinders. Reparametrize the curve with respect to arc length measured from
(0, 1/sqrt(2), 1/sqrt(2)) in the direction of increasing t.

Homework Equations



The Attempt at a Solution



x=cost
y=sint/sqrt(2)
z=sint/sqrt(2)

x^2+y^2+z^2=1
cost^2+sint^2/2+sint^2/2=1

does that show it is in the sphere?
I would order the statements differently. Instead of immediately writing x^2+ y^2+ z^2= 1, which is what you want to prove, start with

x^2+ y^2+ z^2= (cos(t))^2+ (sin(t)/\sqrt(2))^2+ (sin(t)/\sqrt(2))^2
= cos^2(t)+ sin^2(t)/2+ sin^2(t)/2= cos^2(t)+ sin^2(t)= 1

thus proving that this parameterization gives x^2+ y^2+ z^2= 1, the equation of a sphere. The curve satisfies the equation of the sphere and so lies on the sphere.

heckald said:
okay so that proves it is within a sphere.

since z is equal to y would saying
cos2t+sin2t/√2=1 show that it is in a cylinder?

with a plane its a bit easier because z can be expressed with x and y. but spheres and cylinders are confusing.
Since y= z, you can write it as x^2+ y^2+ y^2= x^2+ 2y^2= 1 which is a relation in only x and y. Since z can be anything for fixed x and y, this is a cylinder (strictly, it is an elliptical cylinder, not a circular cylinder). The curve satisfies the equation of a cylinder and so lies on the cylinder.

But you still haven't got the parameterization in arclength. Remember that the arc length is given by \int |\vec{T}|dt where \vec{T} is the tagent vector at each point
= \int \sqrt{(dx/dt)^2+ (dy/dt)^2+ (dz/dt)^2}dt
= \int_{\pi/2}^t \sqrt{sin^2(t)+ cos^2(t)/2+ cos^2(t)/2}dt= \int_{\pi/2}^tdt= \int_{\pi/2}^t dt

(I chose the lower limit to be \pi/2 because cos(\pi/2)= 0 and sin(\pi/2)/2= 1/2.)
 
Last edited by a moderator:
heckald said:
since z is equal to y would saying
cos2t+sin2t/√2=1 show that it is in a cylinder?
heckald said:
By intuition i got
x2+2y2=1 and x2+2z2=1
since this seems to work out. however, i have no idea how to jump from the x,y,z to these equations.

i don't understand what's bothering you about this :confused:

in 2D, x2+2y2=1 is an ellipse,

so in 3D x2+2y2=1 is an elliptical cylinder (the same 2D cross-section for all z)

similarly in 3D x2+2z2=1 is an elliptical cylinder …

that's it! :smile:
 
Thanks for the help i think i understand it now. Now i just need practice. Too bad my final is today lol.

thanks again.
 
Back
Top