Youngkwon C. answered 04/12/16
Tutor
4.9
(8)
Knowledgeable and patient tutor with a Ph.D. in Electrical Eng.
Hi Billy,
According to the definition of a parabola,
any point, (x, y), on the parabola needs to satisfy the following equation.
√((x - (-4))2 + (y - 0)2) = |x - 4| (Eq. 1)
By squaring both sides of Eq. 1, we get
(x+4)2 + y2 = (x-4)2 (Eq. 2)
By simplifying Eq. 2, we get the equation of the parabola
x = -(1/16)y2 (Eq. 3)
The length of latus rectum,
which is 4 times the distance from the focus (-4, 0) to the vertex (0, 0),
is given by
4 × |-4 - 0| = 16
Hope these help.