Here is an ellipse, $\mathrm E$, whose center occurs at $x=-1$ and $y=1$ and whose semimajor axis length is $\sqrt {2/5 \,}$. Therefore, the origin is outside of the ellipse. $$\mathrm E = \{ \mathbf x \in \mathbb R^2 : 4x^2 + 3xy + 4y^2 -x +y =0 \}$$
Here it is parameterized in polar coordinates. $$4 \rho ^2 + 3 \rho^2 \cos \phi \sin \phi + 4 \rho^2 + \rho \sin \phi - \rho \cos \phi = 0 \Rightarrow \rho = \frac {\cos \phi - \sin \phi} {4 + 3\cos \phi \sin \phi}$$ Apparently $\rho \in \mathbb R \,\forall \, \phi$. But I would expect that:
$\forall \phi \in \mathcal A \subset \left [0 , 2 \pi \right ], \rho \notin \mathbb R$ ;
$\forall \phi \in \mathcal B \subset \left [0 , 2 \pi \right ]$, the "function" $\rho \left ( \phi \right ) $ should return two real numbers;
$\forall \phi \in \{ m , n \} \subset \left [0 , 2 \pi \right ], \rho \in \mathbb R$.
Why the apparent contradiction?
The center of $\mathrm E$ is situated at $x=-1$ and $y=1$ ;
The semimajor axis of $\mathrm E$ has length $\sqrt {2/5 ,}$.
– EricVonB Oct 19 '18 at 22:28