Academy
Formulas/maths/Parabola/Parabola with Shifted Vertex

Parabola with Shifted Vertex

Vertex at (h, k), axis parallel to x-axis. All properties of y² = 4ax apply with origin shifted to (h, k). Similarly (x−h)² = 4a(y−k) for axis parallel to y-axis.
Derivation

When the vertex is at (h,k)(h, k) and the axis is parallel to the x-axis, substitute X=xhX = x - h, Y=ykY = y - k to translate the origin to (h,k)(h, k). In the new coordinates the equation is Y2=4aXY^2 = 4aX, which translates back to:

(yk)2=4a(xh)(y - k)^2 = 4a(x - h)

Elements in original coordinates:

ElementValue
Vertex(h,k)(h, k)
Focus(h+a,k)(h + a, k)
Directrixx=hax = h - a
Axisy=ky = k

Similarly, (xh)2=4a(yk)(x - h)^2 = 4a(y - k) has vertex (h,k)(h, k), focus (h,k+a)(h, k+a), directrix y=kay = k - a.

Identifying the vertex from a general equation: Any equation of the form y2+Dy+Ex+F=0y^2 + Dy + Ex + F = 0 (with no x2x^2 term) represents a parabola. Complete the square in yy:

(y+D/2)2=ExF+D2/4(y + D/2)^2 = -Ex - F + D^2/4 (y+D/2)2=E ⁣(xD2/4FE)(y + D/2)^2 = -E\!\left(x - \frac{D^2/4 - F}{E}\right)

This is (Y)2=EX(Y)^2 = -E \cdot X, a parabola with vertex at (D24F4E,D2)\left(\frac{D^2 - 4F}{4E},\, -\frac{D}{2}\right).