parameterization of the intersection's curve of two surfaces

192 Views Asked by At

I'm stuck on this problem and i'm not really sure how to proceed to resolve it. I have a first curve, parameterized by:

$$ z = \sqrt{x+y} $$

And a second one, parameterized by:

$$ z= 1+y $$

I need to find the curve for the intersection of those two surfaces, but i'm not sure even where to begin and what I should be doing...

3

There are 3 best solutions below

2
On BEST ANSWER

from the second equation,

$$y=z-1$$ and from the first

$$x=z^2-y=z^2-z+1$$

0
On

we get the following equation $$1+y=\sqrt{x+y}$$ by squaring we get $$y^2+y+x-1=0$$ can you solve this equation? $$y_{1,2}=-\frac{1}{2}\pm\sqrt{\frac{1}{4}-x+1}$$

0
On

$$z = \sqrt{x+y}$$

and $$z= 1+y$$

Thus $$\sqrt{x+y}=1+y$$

$$x+y=y^2+2y+1$$

$$ x=y^2+y+1$$

The parametrization could be $$ x=t^2+t+1, y=t, z=1+t $$ ,