Example
Fit a quadratic model through three points.
highlighted = computed this step
Step 1 — Given points
Read the three points.
A=(-1,6)B=(0,3)C=(2,3)
Step 2 — Use point A
Substitute point A.
a−b+c=6
Step 3 — Use point B
Substitute point B.
Step 4 — Use point C
Substitute point C.
4a+2b+c=3
Step 5 — Solve coefficients
Solve for the coefficients.
a=1,b=-2,c=3
Step 6 — Model
Write the quadratic model.
y=x2−2x+3
Step 7 — Plot fitted parabola
Plot the fitted parabola.
Coordinate plot
Step 8 — Verify
Check all three points.
all three points satisfy the model
parabola-from-three-points
Substitute each point into y = ax^2 + bx + c, solve for a, b, and c, then verify all three points.