I'm a little confused about what you're trying to do, but I assume you're trying to find the equation of a parabola given a picture of the graph.
Start off with:
[SIZE="3"]Y = Ax^2 + bx + c[/SIZE]
Which you can convert to turning point form via method of Completing the square:
[SIZE="3"]y = a(x + b/2a)^2 + c - (b^2)/4a[/SIZE]
Then obverve your graph's turning point to get the co-ordinates of the turning point. eg (Xtp , Ytp) = (5, -3)
Which you can equate to your turning point form expression:
Xtp = -b/2a
Ytp = c - b^2/2a
Rearranging your expression you can get b and c in terms of a:
b = -2a*Xtp
c = Ytp + 2a(Xtp)^2
Sub those two expressions back into "y = a(x + b/2a)^2 + c - (b^2)/4" to get the relationship between Y and X in terms of "a"
Then, pick any coordinate on your graph (pick something with an easy number like 0 or 1 if possible) and sub those ordinates into X and Y of the above equation. Then it's possible to simplify the expression and find out that "a = ?????" (some number)
Sub the answer into
"b = -2a*Xtp
c = Ytp + 2a(Xtp)^2"
to obtain the values of B and C.
Finally, you should have found the values for A, B and C.
Hopely that helped.