Please forgive my naive assumptions, if these come across as such -- I am not a mathematician by the standards of this community.
Allow me to elaborate: for what's it worth, intuitively I feel convinced that if we divide a cubic Bézier spline $B(t)$ into distinct segments at the values of $t$ where the derivative (tangent) of the curve is parallel to the vertical axis and the curve thus about to "loop back on itself", each such segment may thus only have one and only one $y$ for any given $x$ since it does not feature any change of direction along the $x$ axis within it, and there should thus in the very least exist some non-parametric function $f_i(x)$ (codomain $y$) defining that segment $i$, for each segment.
Is that a sensible assumption, or is does my intuition mislead me?
Furthermore, perhaps such sets of $f_i(x)$ exist for every cubic Bézier curve at least, but we have no means to calculate them, or they incorporate imaginary numbers or what not, or are otherwise immensely complex, even for curves with rational coefficients (control points)? Perhaps they exhibit too large error (deviate from the original curve segment) and may only approximate the original curve, altogether?
If such functions can exist and can be more or less trivially calculated (I guess I would have seen plenty of examples of such calculations if that were the case), can someone point me in the right direction as to how I could figure these out, at least? Unless I am punching way above my weight here.
Again, intuitively, I figure a cubic Bézier curve may at most change direction along the $x$ axis at most twice, so I thought there will be at most 3 segments divided by the points where the curve loops back, and thus at most 3 such $f_i(x)$ for the curve.
If my question is unclear, I will gladly spend time on some illustrations.