QUESTION
Given an ellipsoid of semi-axis $a, b, c$, for any $z $$\in$ $(-c, c)$ we get an elliptic section with semi-axis $a_z, b_z$ and parametric equation
$$ \begin{split} x &= a_z\cos(t)\\ y &= b_z\sin(t) \end{split} \quad \text{for} \quad 0 \leq t \leq 2\pi $$
Let us consider only the first quadrant of such ellipses, i.e. $ 0 \leq t \leq \dfrac{\pi}{2}$ and define the ratio
$$ q_z(t) = \frac{\Delta p_z(t)}{P_z/4} $$
where $\Delta p_z(t)$ is the arclength of the ellipse as a function of the angle spanned and $P_z$ is the ellipse's perimeter.
Can the following statement be proven?
$$q_{z_{1}}(t) = q_{z_{2}}(t) \quad \text{for}\quad z_1,z_2,t \quad \text{s.t.} \begin{cases} z_1 \neq z_2\\ z_1, z_2 \in (-c, c)\\ 0 \leq t \leq \frac{\pi}{2} \end{cases}$$
To put it another way: given an angle $t$ and two parallel elliptical sections of the same ellipsoid, is the ratio between the arclength of $t$ and the ellipse's perimeter the same on both ellipses?
BACKGROUND
Never worked with elliptic integrals before. My 'intuitive' approach is the following:
- Prove that if $r_{z_{1}} = r_{z_{2}}$ then $q_{z_{1}}(t) = q_{z_{2}}(t)$ (where $r_z=\frac{a_z}{b_z}$)
- Prove that $r_z$ is constant throughout $z$
But I have no clue on how to approach step 1.
EDIT
Found my proof of step 2 of the 'intuitive' approach.
The ellipsoid equation can be written as
$$ \frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1 $$
The intersection of plane $y=0$ with the ellipsoid's equation gives us a relation between $z$ and the semi-axis $a_z$ of the elliptical section cut by the plane $z$
$$ \frac{a^2_z}{a^2} + \frac{z^2}{c^2} = 1 \xrightarrow{} a_z = a\sqrt{1 - \frac{z^2}{c^2}} $$
and the same applies for $x=0$ and semi-axis $b_z$
$$b_z = b\sqrt{1 - \frac{z^2}{c^2}}$$
proving then that $r_z = \frac{a_z}{b_z} = \frac{a}{b}$ which is constant throughout $z$ for any given ellipsoid.
EDIT 2
Having seen that $r_z$ is constant means that all the parallel elliptic sections of an ellipsoid are (as expected) proportional to each other. If we can prove that this proportional scaling of the ellipses also holds for the perimeter and the arclength then we can also prove the statement of the question.
The ellipsoid has the implicit equation $$\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1$$
and a $z$ section,
$$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1-\frac{z^2}{c^2}.$$
So the axis of the sections are $\dfrac{ac}{\sqrt{c^2-z^2}}$ and $\dfrac{bc}{\sqrt{c^2-z^2}}$ and all sections are homothetic.
This answers your question.