cruisx said:
hi, thanks for the reply but when a friend helped me out with it i got
(1/8)x^2 + (1/2)x + (7/2) = y
is this correct?
Yes.
(1/8)x^2 + (1/2)x + 7/2 = 1/8 (x+2)^2+3
so it's the same answer mathman gave you.
You can check it in several ways (this is always a good exercise if you aren't completely sure of your answer). We need to check that (-2,3) and (2,5) satisfy your equation so we insert x=-2 and x=2 to check the values of y:
1/8*(-2)^2 + 1/2 * (-2) + 7/2 = 3
1/8*(2)^2 + 1/2 * 2 + 7/2 = 5
Thus you graph passes through both points. You also need to verify that it has a minimum or maximum at x = -2. This can be checked in a number of ways. In general for an equation of form:
ax^2 + bx + c = y
the minimum or maximum is at x = -2a/b. If you don't know this formula, but know a little calculus you can determine local maximum and minimum points by differentiating and setting the derivative equal to 0. This gives us:
1/4x + 1/2 = 0
in your case which has the solution x = -2. Since we know that a parabola has exactly one minimum or maximum point and it's differentiable at all points we know that this is it so the vertex is at x = -2. Otherwise you could try to complete the square to get:
y = 1/8(x+2)^2 + 3
which shows us that y\geq 3 because the square of a real number is non-negative. Hence the vertex is at y= 3 which verifies our answer of (-2,3) for the vertex.
EDIT: Apparently you edited your post while I replied and changed the correct answer to an incorrect answer. In the first formula you omitted ^2, but I expect this is a typo as you remember it in later formulas. After 2 = 16a you should get 1 = 8a which gives a= 1/8 as mathman pointed out, but you somehow got a=8 which is incorrect (16*8 is not 2). Apart from that you should read mathman's reply as his solution is exactly the same.