
Makenna P.
asked 01/05/21Given the points below, write the quadratic function that contains all 3.
(-2, -6), (0, 6), (2, 2)
(2, 6), (1, 1), (-2, -2)
(-2, 7), (-1, 3), (3, 7)
(1, 0), (2, 4), (0, 2)
(2, -4), (3, -7), (1, -3)
3 Answers By Expert Tutors

Bradford T. answered 01/05/21
Retired Engineer / Upper level math instructor
Just for fun, since it's already been solved algebraically, solve with linear algebra
For 3 points
[x12 x1 1][a] [y1]
[x22 x2 1][b] = [y2]
[x32 x3 1][c] [y3]
So, for (-2,-6)(2,2)(0,6) the augmented matrix is
[4 -2 1 -6]
[4 2 1 2]
[0 0 1 6]
After Gaussian Elimination
[1 0 0 -2]
[0 1 0 2]
[0 0 1 6]
Which translates to a =-2, b = 2 and c = 6
Let's pick another one:
(1, 0), (2, 4), (0, 2)
[1 1 1 0]
[4 2 1 4]
[0 0 1 2]
After elimination
[1 0 0 3]
[0 1 0 -5]
[0 0 1 2]
a = 3, b = -5, c = 2
Arguably, this may not be easier, I think it is good to know.
However, you can use on line tools to do the Gaussian elimination for you once you have the matrix.
Any quadratic function can be written in the form y = ax2 + bx + c
For any of these sets of 3 points, we can substitute the x and y values into the equation above. For the first set of 3 points, (-2, -6), (0, 6), (2, 2), we get
-6 = a(-2)2 + b(-2) + c
6 = a(0)2 + b(0) + c
2 = a(2)2 + b(2) + c
These simplify to
-6 = 4a - 2b + c
6 = 0 + 0 + c
2 = 4a + 2b + c
or
-6 = 4a - 2b + c
6 = c
2 = 4a + 2b + c
We can start using systems of equations to solve for each variable (a, b, and c) to figure out the quadratic function.
For example, we can take the 1st and 3rd equations, and choose to subtract the 3rd equation from the 1st one.
-6 = 4a - 2b + c
- 2 = 4a + 2b + c
-8 = 0 - 4b + 0
-8 = -4b
/-4 /-4
2 = b
Equation 2 already tells us that c = 6
We can now choose an equation, put back in values of b = 2 and c = 6, and solve for a.
I have chosen equation 1:
-6 = a(-2)2 + (2)(-2) + 6
-6 = 4a - 4 + 6
-6 = 4a + 2
-2 -2
-8 = 4a
/4 /4
-2 = a
Now that we have values for a, b, and c, we can now put them back into the general equation for a quadratic function: y = ax2 + bx + c
y = -2x2 + 2x + 6
To solve for the other quadratic functions, you can follow the same general method.

Doug C. answered 01/05/21
Math Tutor with Reputation to make difficult concepts understandable
desmos.com/calculator/brytvgsq3v
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Denise G.
01/05/21