SOLUTION: Please help me find the quadratic function given by {{{f(x)=a(x-h)^2+k}}} that models this data: Year - 1940, 1968, 1997; Wage ($) - 0.25, 1.60, 5.15. I would love to know the ste

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Please help me find the quadratic function given by {{{f(x)=a(x-h)^2+k}}} that models this data: Year - 1940, 1968, 1997; Wage ($) - 0.25, 1.60, 5.15. I would love to know the ste      Log On


   



Question 462509: Please help me find the quadratic function given by f%28x%29=a%28x-h%29%5E2%2Bk that models this data: Year - 1940, 1968, 1997; Wage ($) - 0.25, 1.60, 5.15. I would love to know the steps to do this, and then I can find the answer. I just don't know where to start. Thank you.
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
Essentially, your problem boils down to finding the correct "a", "h" and "k". To find three unknowns, the general rule is that you need three equations. We will get these three equations using f(x) three times, once for each ordered pair you've been given:
(1940, 0.25)
(1968, 1.60)
(1997, 5.15)

Inserting each of these ordered pairs into f(x) we get:
0.25+=+a%281940+-+h%29%5E2+%2B+k
1.60+=+a%281968+-+h%29%5E2+%2B+k
5.15+=+a%281997+-+h%29%5E2+%2B+k
Simplifying each of these we get:
0.25+=+a%283763600+-+3880h+%2B+h%5E2%29+%2B+k
1.60+=+a%283873024+-+3936h+%2B+h%5E2%29+%2B+k
5.15+=+a%283988009+-+3994h+%2B+h%5E2%29+%2B+k
Continuing to simplify:
0.25+=+3763600a+-+3880ah+%2B+ah%5E2+%2B+k
1.60+=+3873024a+-+3936ah+%2B+ah%5E2+%2B+k
5.15+=+3988009a+-+3994ah+%2B+ah%5E2+%2B+k
A system like this can be difficult to solve. But since each of these equations has both "ah^2" and "k" as terms we can simplify quickly. Subtracting the second equation fron the first and the third equation from the first we get:
-1.35+=+-109424a+%2B+156ah
-4.90+=+-224409a+%2B+114ah
Now we have a system of two equations with two unknowns. It should be relatively simple to solve this system for "a" and "h". (Suggestion: Multiply the first equation by -114 and the second equation by 156 and then add the equations.)

Then take these values for "a" and "h" and use them with one of the earlier equations (that has "k" in it) to find "k".

Then you just write f(x) with these three values