I'm looking for a possibly rotated parabola in the plane, i.e., the solution to a quadric like $$ Ax^2 + 2Bxy + Cy^2 + Dx + Ey + F = 0 $$ where exactly one of the eigenvalues of $$ \begin{bmatrix} A & B \\ B & C \end{bmatrix} $$ is zero, and where the solution set is nonempty.
I know the $xy$ coordinates of the vertex $V$ of the parabola (i.e., the point that lies on the axis of reflectional symmetry) and of two points $P$ and $Q$ of the parabola, one on each side of the vertex, so that going from $P$ to $V$ to $Q$ along the parabola involves no backtracking.
(The corresponding problem where $P$ and $Q$ might both be on the same side has multiple solutions for some configurations, but that's why I've included the "between-ness condition".)
I'd like to know either the coefficients $A, \ldots, F$, or the focus and directrix, or any other unambiguous description of the parabola that I can convert to one of these.
I keep feeling as if something from projective geometry involving perspectivities and projectivities and (2,2)-correspondences ought to make this simple, but I can't see it.
I am pretty sure there is no simple solution for this problem.
You can assume the origin is at the vertex via the transformation $x\mapsto x-v_1$, $y\mapsto y-v_2$.
Via a rotation you can assume that the equation is $\bar x^2=a \bar y$. The rotation is given by an angle $\alpha$, or equivalently, by $s=sin(\alpha)$ and $c=cos(\alpha)$, with $c^2+s^2=1$.
Then $$ \bar x=c x+ s y,\quad \bar y = -s x+c y,\quad \text{(and so $x=c\bar x-s\bar y,\quad y=s\bar x +c\bar y$)} $$ which gives the equation of the parabola in the original variables as $$ (cx+sy)^2=a(-sx+cy). $$ Evaluating this equation at $P=(p_1,p_2)$ gives $$ a=\frac{(c p_1+s p_2 )^2}{c p_2-s p_1}. $$ If you insert this in the equality $$ (cq_1+sq_2)^2=a(-sq_1+cq_2),\qquad\text{(parabola equation at $Q=(q_1,q_2)$)} $$ and multiply by $(-sp_1+cp_2)$, you obtain the third degree equation $$ Ac^3+Bc^2s+Cc s^2+Ds^3=0, $$ with $$ A=p_2 q_1^2-p_1^2 q_2,\quad B=(p_1-q_1)(p_1 q_1-2 p_2 q_2), $$ $$ C=(p_2-q_2)(2 p_1 q_1- p_2 q_2),\quad\text{and}\quad D=p_2^2 q_1-p_1 q_2^2. $$ It is easy to see that $AD\ne 0$ if $P\ne V$, $Q\ne V$ and the three points are not aligned, hence we have a third degree equation either for $\frac cs$ or $\frac sc$ (maybe for both).
Assume you solve this equation for $\frac cs$ and obtain $\frac cs=K$. Then $$ s=\frac{1}{\sqrt{K^2+1}}\quad\text{and}\quad c=\frac{K}{\sqrt{K^2+1}}, $$ which gives you the complete solution (i.e., the equation) of the parabola, since you have $a$ in terms of $c$ and $s$.
This is NOT a construction you can carry out with ruler and compass in general, since the values have minimal polynomials up to degree six.
For example, if $P=(1,2)$, $Q=(1,3)$, then $a\sim 0.0132968$ is a zero of the polynomial $$ P_a(x)=50 x^6-35 x^4+11 x^2-1, $$ $s=sin(\alpha)\sim -0.377016\ $ is a zero of the polynomial $$ P_s(x)=50 x^6-165 x^4+5656 x^2-1, $$ and $c=cos(\alpha)\sim 0.926207\ $ is a zero of the polynomial $$ P_c(x)=50 x^6-115 x^4+91 x^2-25. $$
So, in general you have to solve a third degree equation, which I think is not simple. You can always choose $a$ to be greater than zero, and you must choose solutions of $c,s$ such that $\bar P_x \bar Q_x=(cp_1+sp_2)(cq_1+sq_2)<0$, in order that $V$ is between $P$ and $Q$.
Maybe one can use the Origami constructive geometry to do this in a simpler way.