I'm stuck with this, and would appreciate if someone could guide me through it as I can't really take the exercise further without this knowledge.
I have two parametric equations (they represent the parametric equations of a points movement):
x = $e^{5t-1} + t^2$
y = $3t -1$
How do I remove the t element from these equations? In order to get the trajectory equation, I need to eliminate the 't' elements from both.
I need to reach a result that looks like this:


I'm not sure if this will be satisfactory explanation.
From the second equation you get $t={y+1\over 3}$. Now put this in the first equation and you will have an equation without $t$.