Is it true that n points on a cartesian plane define a unique polynomial of degree n-1? How can I prove this?
More specifically I'm looking to prove that three points defines a unique parabola.
Consider y = ax^2 + bx + c
Subbing three points (x1, y1), (x2, y2), (x3, y3) would give:
a(x1)^2 + b(x1) + c = y1
a(x2)^2 + b(x2) + c = y2
a(x3)^2 + b(x3) + c = y3
Since there are three unknowns a,b,c and three equations, the system is solvable and thus the three points define a parabola.
But how do I know only these three points define a UNIQUE parabola?
More specifically I'm looking to prove that three points defines a unique parabola.
Consider y = ax^2 + bx + c
Subbing three points (x1, y1), (x2, y2), (x3, y3) would give:
a(x1)^2 + b(x1) + c = y1
a(x2)^2 + b(x2) + c = y2
a(x3)^2 + b(x3) + c = y3
Since there are three unknowns a,b,c and three equations, the system is solvable and thus the three points define a parabola.
But how do I know only these three points define a UNIQUE parabola?