SOLUTION: I am having a hard time with quadratic equations, can someone help me. Find the quadratic equaton that fits the following set of data points ((-1,-5),(-4,59),(-3,37)) Thank

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: I am having a hard time with quadratic equations, can someone help me. Find the quadratic equaton that fits the following set of data points ((-1,-5),(-4,59),(-3,37)) Thank       Log On


   



Question 460073: I am having a hard time with quadratic equations, can someone help me.
Find the quadratic equaton that fits the following set of data points
((-1,-5),(-4,59),(-3,37))
Thank you

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Since we're forcing a parabola to go through these three points, this means that when we plug in each 'x' into the general formula f%28x%29=ax%5E2%2Bbx%2Bc, we'll get 'y'. So essentially, we're plugging in corresponding values of 'x' and 'y' and forming equations, which we'll use to solve for 'a', 'b', and 'c'.


So for instance, if we plug in x=-1, then we'll get the output of y=-5. This means that

-5=a%28-1%29%5E2%2Bb%28-1%29%2Bc which simplifies to a-b%2Bc=-5


Do the same with the second point to get the second equation 16a-4b%2Bc=59


Finally, do the same with the third point to get the third equation 9a-3b%2Bc=37

----------------------------------------------

After doing all that, we have the system


system%28a-b%2Bc=-5%2C16a-4b%2Bc=59%2C9a-3b%2Bc=37%29


which translates into this augmented matrix

%28matrix%283%2C4%2C1%2C-1%2C1%2C-5%2C16%2C-4%2C1%2C59%2C9%2C-3%2C1%2C37%29%29


Row reduce this matrix (see this image for full steps on how to do that) to get

%28matrix%283%2C4%2C1%2C0%2C0%2C1%2F3%2C0%2C1%2C0%2C-59%2F3%2C0%2C0%2C1%2C-25%29%29


Note: alternatively you can use a calculator to do the row reduction.


The last column represents the values of 'a', 'b', and 'c' respectively.


So a=1%2F3, b=-59%2F3 and c=-25


So the quadratic equation that goes through the three given points is y=expr%281%2F3%29x%5E2-expr%2859%2F3%29x-25


As a check, if we plug in x = -1, then....


y=expr%281%2F3%29%28-1%29%5E2-expr%2859%2F3%29%28-1%29-25


y=expr%281%2F3%29%281%29-expr%2859%2F3%29%28-1%29-25


y=1%2F3%2B59%2F3-25


y=1%2F3%2B59%2F3-75%2F3


y=%281%2B59-75%29%2F3


y=%28-15%29%2F3


y=-5


So plugging in x = -1 gives us y = -5, meaning that the point (-1,-5) lies on the parabola. This partially verifies our answer.


Do the same with the other two points to verify this equation actually works.