Online calculator for solving parabolic equations
When the vertex of the parabolic equation is (h, k) and the focal point is (x1, y1), then the vertex equation of the parabolic equation:
(X-h)2 = 4a(Y-k); ( a = √(h-x1) * (h-x1) + (k - y1) * (k-y1) )
The standard form of parabolic equation:
Y = (1/4a)X2 - (h/2a)X + (k + h2/4a);( a = √(h-x1) * (h-x1) + (k - y1) * (k-y1) )