Let $(x,y)$ be Cartesian coordinates in the plane and suppose a moving point has coordinates $$x=\dfrac{t}{1-t^2}, \quad y=\dfrac{t-2t^3}{1-t^2}$$ at time $t\ (t\geq 0)$. Describe the trajectory of the point and find asymptotes.
Solution: I sketched the trajectory of the point and it was not so difficult. Firstly we need to sketch $x(t)$ and $y(t)$ then we need to "combine" them in order to get the graph of $(x,y)$.
But I have some issues with finding asymptotes.
Definition: The line $c_0+c_1x$ is called an asymptote of the graph of the function $y=f(x)$ as $x\to - \infty$ (or $x\to +\infty$) if $f(x)-(c_0+c_1x)=o(1)$ as $x\to -\infty$ (or $x\to+\infty$).
Proposition: The line $y=kx+b$ is an oblique asymptote for the function $f(x)$ as $x\to +\infty$ if and only if $\lim \limits_{x\to +\infty}\dfrac{f(x)}{x}=k,\ k\in \mathbb{R}$ and $\lim \limits_{x\to +\infty} (f(x)-kx)=b, \ b\in \mathbb{R}$.
Since $\lim \limits_{t\to 1}\dfrac{y(t)}{x(t)}=-1$ and $\lim \limits_{t\to 1} ((y(t)+x(t))=2$, the line $y=-x+2$ is an asymptote for both ends of the trajectory, corresponding to $t$ approaching $1$. It is also clear that the line $x=0$ is a vertical asymptote for the portion of the trajectory corresponding to $t\to+\infty$.
This is an excerpt from Zorich's book.
Our parametric curve $(x(t),y(t))$ defines a function $f:\mathbb{R}\to \mathbb{R}$. Zorich is doing limit computation in terms of $t$. Can anyone explain in a rigorous way why it implies that $\lim \limits_{x\to +\infty}\dfrac{f(x)}{x}=-1$ and $\lim \limits_{x\to +\infty} (f(x)+x)=2$.
Would be very grateful for help!