Consider the parametric equations $x=x(t), y=y(t)$.
I'm told that the derivative can be expressed as $$\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}$$ provided $dx/dt\neq 0$.
However, in the derivation of this, it was assumed that we can express $y$ as a function of $x$, i.e. $y=f(x),$ for some $f$.
In my experience with parametric equations, it is not always possible to write $y=f(x)$, so how can we make this assumption?
Consider the case of the cycloid
$$\begin{cases}x=t-\sin t,\\y=1-\cos t\end{cases}.$$
You cannot solve the transcendental equation $x=t-\sin t$ analytically for $t$, so that you cannot express $y=f(x)$ with a closed-form expression. Anyway,
$$\frac{dy}{dx}=\frac{\dfrac{dy}{dt}}{\dfrac{dx}{dt}}=\frac{1-\cos t}{\sin t}$$ allows you to compute the slope at any point of the curve.
Addendum:
Notice that we can eliminate $t$ by
$$x=\arccos(1-y)-\sin(\arccos(1-y))$$
which gives the inverse of $f$ (but one has to consider several branches of the arc cosine).