I want to find ellipse circumference using 5 points. I have 5 point of an arc of the ellipse. To reach my goal i know that i have to do the following things:
- First, I have to find the general equation of the ellipse using this method
- Then we should find the major and minor axis by analyzing the general equation. (the ellipse might be rotated.)
- Then using this method, we can find the circumference of the ellipse.
Is there any simpler way to do this?
How can I find the major and minor axis from general rotated equation?
PS: I am a computer programmer. I don't know much about pure mathematics.
I don't know if the following method is simpler but it gives a construction to find all the points of the ellipse. This method is based on Pascal's theorem and it cannot be understood without understanding at least the statement of the said theorem.
Let's see the following figure and follow the instructions.
If you have five points then, according to Pascal's theorem, you can choose any two of them and denote them by $1$ an $2$, and denote the remaining $3$ points by $1'$,$2'$, and $3'$.
Here is the construction which will find for you all the points on the ellipse.
Now, $X$ is a sixth point on the ellipse. If you move the moving point $M$ around then your points on the ellipse will loom up. After one revolution you can go through the points of the ellipse again and you can watch the intersection points of the red line and the ellipse. If this distance is maximal then the red line is on the great axis...
Good luck.