I'm trying to manually plot a parametric function:
$$ r=\frac{\phi}{\phi - \pi} $$
I've translated the above to Сartesian coordinate system and found zeros for $x$ and $y$ axes.
$$ \cases{ x = r\cos\phi = \frac{\phi}{\phi - \pi}\cdot \cos\phi\\ y = r\sin\phi = \frac{\phi}{\phi - \pi}\cdot \sin\phi } $$
Then i wanted to find the value of $x$ and $y$ as $\phi \to \pi$. It's clear that $x$ tends to $\pm \infty$ depending from which side $\phi$ approaches $\pi$ since $\cos\pi = -1$. But it's not clear how to deal with the value of $y$ since it's $y =\pm \infty\cdot0$.
I've found the limit using L'opitals rule, but the problem is taken from a precalculus section of the book i'm solving. I am not supposed to use limits or derivatives.
I've already spent a couple of hours pondering on that, but that doesn't seem very obvious to me.
So now I'm wondering how could I find that limit in a precalculus manner?
Below is the graph in case someone is curious what it's really about:


We can make use of the well-known fact that $\lim_{x \to 0} \frac{\sin x}{x} = 1$ and how it is proven. The main step in the prove is to note that $\cos x \le \frac{\sin x}{x} \le 1$. We will use this idea.
Now note that $\sin( \phi - \pi) = - \sin \phi $ and so we have:
$$ - \phi \le -\frac{\phi}{\phi-\pi} \sin(\phi -\pi) \le - \phi \cos(\phi - \pi)$$
Now you can see that the middle is bounded by $-\pi$ from both sides as we get closer and closer to $\pi$. Hence we can conclude that $y=-\pi$, as $\phi \to \pi$