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?
2026-04-26 11:07:18.1777201638
How to find a generic parabola through 3 arbitrary points in R^2?
1.2k Views Asked by user7087 https://math.techqa.club/user/user7087/detail At
1
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.