I want to find the curve of intersection of $z=4x^2+y^2$ and $y=x^2$.
To do this, I can assign a parameter $t$ to the variable $y$, so that $$y=t, \quad x=\sqrt t, \quad z=4t+t^2$$ and the parametric form of the curve is $$( \sqrt t, t, 4t+t^2).$$ But I can also choose to assign the parameter $x=t$, so that $$x=t, \quad y=t^2, \quad z=4t^2+t^4$$ and the parametric form of the curve is $$( t, t^2, 4t^2+t^4).$$
These expressions don't seem to be equivalent to each other, which make me wonder: Is there any mistake on the previous calculations? Or are these two parametric representations valid for the curve I am looking for?
You say “These expressions don't seem to be equivalent to each other.” How so? Can you find a point $(x,y,z)$ that only one of the two parameterizations hits? The interpretation of $t$ is different in the parameterizations (it is the $x$ coordinate in one and the $y$ coordinate in the other), but the curve they describe is the same. Similarly, the equations $y=x^3$ and $\sqrt[3]y=x$ don’t look the same, but they describe the same curve.
Different parameterizations can describe the same curve.