So I was doing some problems looking for curves of an intersection between two surfaces. I was wondering how do I know when i "got" it? What is the algorithm of finding these curves?
For example,
Take the surfaces $z=4x^2+y^2$ and $y=x^2$. So the curve would be $z=4x^2+x^4$ if we just plug in one of the equations But this is not where the story ends. Now to fully represent the curve lets parametrize it. $x=t, y=t^2, z=4t^2+t^4$.
So here i had to plug in of the equations into the other one. Is this always how you solve such problems? Sometimes we want to parametrize first and then do some plugging but in the end, we have to somehow plug one equation into the other one. Am i correct? I am sorry if the question is vague but i am looking for a more or less universal way of finding a solution to such a problem.