What Is the Correct Parametrization for the Intersection of Two Surfaces?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
Weave
Messages
143
Reaction score
0

Homework Statement


Find a vector function that represents the curve of the intersection of two surfaces.



Homework Equations


[tex]z^2=x^2+y^2[/tex] with plane [tex]z=1+y[/tex]


The Attempt at a Solution


So shouldn't it be
[tex]r(t)=<cos(t), sin(t), 1+sin(t)>[/tex]
since x=cos(t), y=sin(t), and z= 1+sin(t)?
The book gives a wacky answer
 
Physics news on Phys.org
I know [tex]z^2=x^2+y^2[/tex] is a cone.
 
Can anyone help me, I have got probably an hour
 
So how would I go about coming to a vector equation?
 
Weave said:
So how would I go about coming to a vector equation?

Since you already have:
[tex]z=1+y[/tex]
I'd substitute, simplify, and see what happens:

[tex]z^2=x^2+y^2[/tex]
[tex](1+y)^2=x^2+y^2[/tex]
...

Which should work out reasonably well.
 
Weave said:
...
So shouldn't it be
[tex]r(t)=<cos(t), sin(t), 1+sin(t)>[/tex]
since x=cos(t), y=sin(t), and z= 1+sin(t)?
The book gives a wacky answer

There are more than one way to parameterize a curve, so your answer and the books answer needn't agree.
[edit:]
But I note an error. Since you've chosen [itex]x=cos(t), y=sin(t)[/itex] then [itex]x^2+y^2=1[/itex] you've implicitly added then another constraint and you cannot satisfy [itex]z^2 = x^2+y^2[/itex]. Rather try [itex]x = z\cdot\cos(t)[/itex] and [itex]y=z\cdot\sin(t)[/itex]

[end edit:]
With regard to vectorizing you have already done that:
[tex]\mathbf{r}(t)=<x(t), y(t), z(t)> = x(t)\hat{\imath}+y(t)\hat{\jmath} + z(t)\hat{k}[/tex]
These are just two ways of writing the same vector. The basis is:
[tex]\langle 1,0,0\rangle=\hat{\imath}[/tex]
[tex]\langle 0,1,0\rangle = \hat{\jmath}[/tex]
[tex]\langle 0,0,1\rangle = \hat{k}[/tex]
 
Last edited:
Weave said:

Homework Statement


Find a vector function that represents the curve of the intersection of two surfaces.



Homework Equations


[tex]z^2=x^2+y^2[/tex] with plane [tex]z=1+y[/tex]


The Attempt at a Solution


So shouldn't it be
[tex]r(t)=<cos(t), sin(t), 1+sin(t)>[/tex]
since x=cos(t), y=sin(t), and z= 1+sin(t)?
The book gives a wacky answer

Since z= 1+ y, z^2= (1+y)^2= 1+ 2y+ y^2= x^2+ y^2. Cancelling the y^2 on each side, 1+ 2y= x^2 or y= (x^2- 1)/2. Taking x itself to be the parameter, we have x= t (of course, y= (t^2- 1)/2, z= 1+ y= 1+ (t^2- 1)/2