How can I find the equation relating $x$ and $y$ directly without an additional parameter $t$, which both are related to initially.
For example, $\frac{\mathrm{d}y}{\mathrm{d}t} = 2t+1$, $\frac{\mathrm{d}x}{\mathrm{d}t} = 2t-1$, and $y = t^2+t$ , $x = t^2-t$
Finding $\frac{\mathrm{d}y}{\mathrm{d}x}$, it is $\frac{2t + 1}{2t - 1}$. However, from here, would it be ever possible to solve to find an equation directly relating $x$ and $y$? From what I've learnt in school, the question usually ends by asking you to find the value of $\frac{\mathrm{d}y}{\mathrm{d}x}$ given a certain $t$ value, so I'd like to find out more about this.
Thank you!