Given $(a,b)$, $(c,d)$, and $(e,f)$ (assume non-collinear and $a\neq c$, $c\neq e$, and $a\neq e$), is there a generic way to find a parabolic function between the three?
How to find a generic parabola through 3 arbitrary points in R^2?
0
$\begingroup$
conic-sections
1 Answers
2
Yes. Write $y = Ax^2 + Bx + C$. Substitute in the three points; if the values $a$, $c$ and $e$ are distinct, you get a nondegenerate system of three linear equations in three unknowns. Solve for $A$, $B$ and $C$ and you are there.
-
0Otherwise the problem is underdetermined. – 2012-02-01