4

enter image description hereCan an ellipse be divided into sectors of equal area? Is there any generalized formula to do so? The total area of the ellipse $A$ has to be divided into $n$ equal sectors such that $A=A_1+A_2+ ⋯+A_n$ given its semi-major axis $a$ and semi-minor axis $b$. Any solution or resources will be of great help?

pretty
  • 163
  • 11
    Reminds me of that one Kepler's law: A planet in an elliptic orbit sweeps out equal areas in equal times. – G Tony Jacobs May 25 '18 at 21:49
  • 2
    What is the origin of the sectors? One of the foci, or the center of the ellipse? – Arthur May 25 '18 at 22:17
  • I think that this is (potentially) an interesting question, but I feel like I am forced to vote to put it on hold as "lacking context." If you were to edit your question to to provide an answer to the issue raised by Arthur, I would be more than willing to retract that vote. It might also be worthwhile to spend some time thinking about Kepler's law; a unit speed parameterization of the ellipse would likely give the right answer. – Xander Henderson May 26 '18 at 03:51
  • @Arthur: The origin of the sectors lies at the center of the ellipse. – pretty May 26 '18 at 07:46

1 Answers1

7

Recall that any ellipse can be obtained by affinity from a circle and that the affinity preserves the ratio between the areas.

Thus we can consider the division into sectors of equal area for a circle and then the corresponding affine transformation to the ellipse.

enter image description here

Notably. as an example, let consider the affinity by $X=ax$ and $Y=by$ such that

$$x^2+y^2=1 \to \frac{X^2}{a^2}+\frac{Y^2}{b^2}=1$$

with reference to the first quadrant, the equations for the lines dividing the circle into $n$ sectors of equal area $A=\frac{\pi}{4n}$ are

$$y=(\tan \theta_k)\cdot x, \quad \theta_k=\frac{k\pi}{2n},\quad k=1,...,n-1$$

the equations for the lines dividing the ellipse into $n$ sectors of equal area $A=\frac{\pi ab}{4n}$ are

$$Y=\frac b a (\tan \theta_k)\cdot X, \quad \theta_k=\frac{k\pi}{2n},\quad k=1,...,n-1$$

user
  • 154,566