I want to divide an ellipse into $n$ equal parts with vertex at one of the foci.
I chose $n=12$ and drew six lines in the ellipse:
- A line that goes through points $(0,b)$ & $(f,0)$: $y=-\frac{b}{f}x+b$, and the opposite line $y=\frac{b}{f}x-b$.
- A line that goes through $(f,0)$ & $(-f,\frac{b^2}{a})$: $y=-\frac{b^2}{2af}x+\frac{b^2}{2a}$, and the opposite line $y=\frac{b^2}{2af}x-\frac{b^2}{2a}$.
- And the lines $x=f$, & $y=0$.
I plugged $a=5$, $b=3$, and $f=4$; and the result using Desmos graphing calculator:
Clearly the elliptical segments don't have equal areas (each two segments have equal areas); per Hagen's comment that's because I have lines that create opposite segments.
What should the lines be so that all areas are the same? Can we obtain an answer regarding $n$ parts in general or we have to choose a number for $n$ like I did? Of course I need parametrical equations like what I wrote in the question body, not numerical like $y=2x+3$.
I also tried integration but it's very complicated.
Note: This question has nothing to do with Kepler's second law. Please approach it in a geometrical and algebraic sense.