Vector parameterization of intersection of 2 surfaces

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
4 replies · 7K views
musicmar
Messages
95
Reaction score
0

Homework Statement


Find a vector parameterization of the intersection of the surfaces x2+y4+2z3=6 and x=y2 in R3.


The Attempt at a Solution



I let x=t.
Then y3=t

I solved the first equation for z in terms of x
z = cube root ((t2+(t(cube rt(t)) - 6)/-2)

I know this is wrong because I checked the back of the book, but I'm not sure how to do it correctly.
Thank you!
 
Physics news on Phys.org
musicmar said:
I let x=t.
Then y3=t

Is your 2nd surface [itex]x=y^2[/itex] or [itex]x=y^3[/itex]?

In either case, to avoid taking sqare roots and cube roots of stuff, try letting [itex]y=t[/itex] instead and solving for x.
 
x=y3, sorry.

So, when y=t, x=t3
and z= cube rt ((-1/2)(t6+t4-6))

This is still wrong. The answer is <t2,t,cube rt(3-t4)>
It doesn't help that I know the answer unless I know how to do it, though.
 
musicmar said:
x=y3, sorry.

So, when y=t, x=t3
and z= cube rt ((-1/2)(t6+t4-6))

This is still wrong. The answer is <t2,t,cube rt(3-t4)>
It doesn't help that I know the answer unless I know how to do it, though.

Judging from the answer, it looks as though the 2nd surface is supposed to be [itex]x=y^2[/itex], so I'd double check the question if I were you.
 
thank you. you were right, it was x=y^2.