How to partition area of an ellipse into odd number of regions?

Is it possible to divide an ellipse into 3,5 or 7 etc. parts of equal area? If yes then how?

enter image description here

Describe a circle around the ellipse and the circle of an equilateral triangle we construct. Projection of points on the circle is an ellipse with the ellipse on the surface distribution of three equal parts. To divide into 5 the same procedure to construct a pentagon in a circle.


Place an electric charge at one focus of the ellipse and fixate it. Place a second charge of opposite polarity on the ellipse with frictionless support and impart the initial velocity that will cause its trajectory to trace the ellipse periodically. Measure the period, divide it by the desired number of regions, mark the positions of the second charge at intervals of the resulting time, and connect them to the focus. By Kepler's second law, the resulting areas will be equal.


Scale in the $y$-direction until we get a circle, divide, scale back. Given the ellipse, if the division of the circle can be done with Euclidean tools, so can the division of the ellipse. If the construction must be done with straightedge and compass, this construction unfortunately excludes almost all odd numbers, though $3$ and $5$ are fine, since the equilateral triangle and the regular pentagon are Euclidean constructible.

Here is some detail. Suppose, for example, that the ellipse has equation $x^2/a^2+y^2/b^2=1$. Draw the circle with center the origin and radius $a$. Let $P$ be one of the division points of the circle. Drop a line from $P$ parallel to the $y$-axis until it meets the ellipse.

Whatever methods of construction are allowed, as long as they work for the circle and include the Euclidean tools, they can be extended to the ellipse.

Comment:: The general idea is fairly powerful. For example, suppose that we want the tangent lines to a standard ellipse that pass through a given point on the $x$-axis. Transform the ellipse to a circle by scaling in the $y$-direction, solve the problem for the circle using geometric ideas, scale back. No calculus needed. Or a simpler problem, find the area of the ellipse with major and minor axes of length $2a$ and $2b$. Using the transform technique, as long as we think we know what scaling in the $y$-direction does to areas, we can conclude that the area of the ellipse is $\pi ab$.


Here are some easy solutions, satisfying Arjang's requirements:

  1. Put the ellipse in some orientation, and pass a horizontal line from top to bottom. Continuously count the area covered "so far", and put a segment whenever it is exactly $1/N$ of the area.
  2. Joriki's solution: select some point inside the ellipse, and do the same with a circular "sweep radius".
  3. Pick some line orientation, and like in (1), mark off an area of size $1/N$. Continue with some other orientation, etc. Should work with any convex curve.
  4. Mark off some rectangle which touches the ellipse in all its vertices. We get a rectangle and four convex shapes. Divide each of the convex shapes into $N$ parts using one of the methods above. Divide the rectangle into $N$ parts using a straightedge and compass.

And so on.