I am trying to figure out if the following is true:
Take the Lemniscate of Bernoulli (a plane curve defined from two given points F1 and F2, known as foci, at distance 2a from each other as the locus of points P so that PF1·PF2 = a^2).
Now imagine plotting it on the x,y axis.
Now imagine a straight line starting at either of the focal points and traveling in a direction perpendicular to the x-axis until it collides with P (the path of the lemniscate).
Is it true that the length of this line = a/2? And if so, why?
This is an illustration of what I'm asking (ignore right-hand side):
I'm doing some graphic design that depends on this being true, and it seems to be true visually, but I'm not a mathematician and it would be really useful to know if it is a guaranteed fact for some reason.
Thankyou for any help.

The equation for this curve in cartesian coordinates is given by
$$(x^2 + y^2)^2 = 2a^2 (x^2 - y^2).$$
We now just need to chck whether a vertical line through one of the focii intersectes this curve at a point of distance $a/2$ to the corresponding focus. Using the right focal point, such a line is given by $0 = x-a$. Now we can plug this into the original equation and solve for the $y$ coordinate of the intersection points:
$$(a^2+y^2)^2 = 2a^2(a^2-y^2).$$
After bringing both terms to the same side and simplifying, we get the equation
$$-a^4 + 4 a^2 y^2 + y^4 = 0$$
We can easily solve this equation as it is a quadratic equation in $u=y^2$ and get the (real) solutions
$$y = \pm \sqrt{\sqrt{5} - 2} \cdot a$$
You conjectured $y = \pm 0.5 a$ but if we compute this term we see that this is not true, our solution shows that we have $y = \pm 0.485868.... a$, which is quite close.