Find the values of t where the graph of the parametric equations crosses itself: $x = t^3-4t^2+t+7$ and $y = t^2-t$.
I am asking this problem on behalf of me and my Calculus 3 class. We understand the idea of $t$ being two different times, so making them say $s$ and $t$, then setting $x(s) = x(t)$ and $y(s) = y(t)$.
So we get:
$$x(t) = t^3-4t^2+t+7 = s^3-4s^2+s+7 = x(s)$$
$$y(t) = t^2-t = s^2-s = y(s)$$
However, past that we are completely lost. Our textbook goes over this type of problem for all of one paragraph, summarizing the process heavily. We asked our professor to go over this type of problem again but it still makes next to no sense. We also looked on YouTube and here on StackExchange for examples but they are either not the same type of problem, or the answers given are heavily summarized with no clear process. We are looking for a concrete process or set of ideas to follow in order to solve a problem like this.
Any help to this is greatly appreciated!
By ploting the path we can get a pretty big hint of where it should cross itself.
By looking at the graph it becomes easy to see that the path crosses itself with something like x=1 and y=2. But we wanna do this algebraically, not graphically. So, lets try another method.
We can easily see that the path crosses itself if 2 or more points with different values of t, have the same vallues of both x and y (s and t as you were calling them).
We know that s and t must be different, but x and y must be iqual, lets try once again to visualize this.
We know that x²-x = y²-y, so we get the following plot:
The places where the functions intersect are the places where x²-x=y²-y, so, lets try to find the equation to those intersections: y²-y+(x-x²)=0, using something as simple as the bhaskara's formula, we get that y=0.5±0.5√(4x²-4x+1).
This can be simplified to y=0.5±|x-0.5|.
If you do the same for the equation x³-4x²+x+7=y³-4y²+y+7, we should end up with something like this:
We only want the points where s≠t, so, we're only interested in the points where (s,t) = (-1,2) and (2,-1).
This gives us our solution, with t=-1 and t=2 the coordinates (x,y) of your path are the same, so, the path intersects itself.