I would like to divide an ellipse into $N$ parts such that these $N$ parts have the same arc length.
So given let's say $a$ and $b$ the semi-axis of an ellipse centered on $(0,0)$ and a positive integer $N$ , the solution should give $N$ angles $A_1 .. A_N$, with let's say $A_0=0$ such that the lines passing by $(0,0)$ and with these slopes will cut the ellipse, "revealing" arcs of the ellipse with equal length. So that the sum of these length obviously equals the perimeter of the ellipse.
In other words I have a pie in shape of ellipse, cut in $N$ slices, such that each "side" of these slices are equals and I need the "angle" of the slices.
I hope that my description is clear enough and that it has a possible simple solution too !
Thanks by advances you mathematicians ! (A programmer)
ps : approximations are most welcome