$$\mathbf r_1 (t) = (t^2 - t, t^2 + t) \\ \mathbf r_2(u) = (u+u^2, u-u^2)$$
I'm trying to find two of the intersection points, but I'm lost as to how to approach the question. Is it possible to remove the parameter?
$$\mathbf r_1 - \mathbf r_2 = (t^2-t-u-u^2)\mathbf{\hat i} + (t^2+t-u+u^2)\mathbf{\hat j} = \mathbf0 $$So,
$$ t^2 -t - u - u^2 = 0 \\t^2+t-u+u^2 = 0 $$ Solving, $$ t=0,u=0 \\ t=-1, u = 1$$
When I sub back into the equations, I don't get the same points for $t=-1, u =1$, so I'm doing something wrong...The answers say intersection points are $(0,0)$ and $(2,0)$. Where does $(2,0)$ come from?
