Given three points (-1,1) (1,3) (-2,12) how do you write a quadratic function in standard form with the points?
1 Answer
May 14, 2016
Explanation:
Suppose
The three points satisfy this equation, so we have:
#1 = f(-1) = a-b+c#
#3 = f(1) = a+b+c#
#12 = f(-2) = 4a-2b+c#
Hence:
#2b = (a+b+c)-(a-b-c) = 3 - 1 = 2#
So:
Substituting this into the equations we have and rearranging a bit we get:
#a+c = 2#
#4a+c = 14#
Subtracting, we find:
#3a=12#
Hence
So