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...
from the second equation,
$$y=z-1$$ and from the first
$$x=z^2-y=z^2-z+1$$