I'm kinda confused on how to find the values that a parameter takes given two points of parametrized curve, this is the problem I have:
Parametrize $y=x^2$ in the interval of the two points $(-1,1)$ and $(1,1)$ find the values of the parameter where this function takes value.
My solution was this, the parametrizatition is $x=t$ and $y=t^2$, this results in the fuction $\alpha =t \hat i+t^2 \hat j$, but I don't know what are the values of $t$ in the interval $(-1,1)\cup(1,1)$ for the parametrized curve.
Any help would be awesome, thanks.
I'm not sure whether you are very confused or if you are just using poor notation. You talk about $(-1, 1)\cup (1, 1)$ as if (-1, 1) and (1, 1) were intervals but you had already said that (-1, 1) and (1, 1) are points, not intervals! You have x= t so the values for t are just the values for x, -1 to 1.