Academy
Formulas/maths/Parabola/Parabola Opening Left

Parabola Opening Left

Vertex at origin, axis along negative x-axis. Focus at (−a, 0), directrix x = a.
Derivation

Place the focus at S(a,0)S(-a, 0) and directrix x=ax = a. For P(x,y)P(x, y) on the parabola, the definition PS=PMPS = PM gives:

(x+a)2+y2=ax(x0)\sqrt{(x+a)^2 + y^2} = a - x \quad (x \leq 0)

Squaring:

(x+a)2+y2=(ax)2(x+a)^2 + y^2 = (a-x)^2 x2+2ax+a2+y2=a22ax+x2x^2 + 2ax + a^2 + y^2 = a^2 - 2ax + x^2 y2=4axy^2 = -4ax

Summary of elements for y2=4axy^2 = -4ax:

ElementValue
Vertex(0,0)(0, 0)
Focus(a,0)(-a, 0)
Directrixx=ax = a
Axisy=0y = 0
OpensLeft

The curve lies entirely in x0x \leq 0 since y20y^2 \geq 0 requires 4ax0x0-4ax \geq 0 \Rightarrow x \leq 0.