1

The picture probably explains my question best.
I need to find a way to divide a circle into 3 parts of equal area with only 2 lines that intersect each other on the outline of the circle.
Also I need to check, if whatever diameter is between those lines, also splits circles with a different diameter into equal parts.
And lastly, and probably the most difficult question: How do I have to calculate the angle between x lines that all intersect in one point, so that the circle is split into x+1 parts with area = 1/(x+1) of the circle?
I tried my best, but couldn't even find a single answer or the right strategy to tackle the question...

enter image description here1

Andrei
  • 37,370
  • Yes. If you find the red lines so that they divide the blue circle into 3 parts of equal areas, then the green circle is also dividd into 3 equal parts.
  • – CiaPan Mar 18 '21 at 20:58