SOLUTION: Hi, I am new to this site, can someone help me. I have not had math in years and I am terrible at it. My question is: Find the quadratic equations that fits the following set of d

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Hi, I am new to this site, can someone help me. I have not had math in years and I am terrible at it. My question is: Find the quadratic equations that fits the following set of d      Log On


   



Question 460108: Hi, I am new to this site, can someone help me. I have not had math in years and I am terrible at it.
My question is: Find the quadratic equations 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%2C5%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%2C2%2C0%2C1%2C0%2C-8%2C0%2C0%2C1%2C-5%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=2, b=-8 and c=-5


So the quadratic equation that goes through the three given points is y=2x%5E2-8x-5


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


y=2%28-1%29%5E2-8%28-1%29-5


y=2%281%29-8%28-1%29-5


y=2%2B8-5


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.


Let me know if this helps.