Perimeter of Ellipse
|
01-21-2020, 02:37 AM
(This post was last modified: 05-18-2021 07:07 PM by Gerson W. Barbosa.)
Post: #19
|
|||
|
|||
RE: Perimeter of Ellipse
(01-19-2020 11:00 PM)Albert Chan Wrote: If you have AGM, this recursive formula is better (based on AGM2 method): That’s it! Thanks! I’ve used it on my other example, the much more eccentric orbit of Halley’s comet ( a = 2667950000 km; b = 678282900 km ). Just one call to the function, as in your example p(a, b) = π{(a + b)[h²(3h² - 136) + 320] + [a b/(a + b)](96h² - 256)}/[h²(3h² - 112) + 256] (*) where h = [(a - b)/(a + b)] and the error was reduced from 12315.162 km to 0.555 meters! (*) When comparing the arithmetic and harmonic means with the equivalent radius, I came up with Peano approximation, of which that’s a refinement. P.S.: The above approximation can be simplified to p(a, b) = π(a + b)[1 - (24h - 64)/(3h + 256/h - 112)] where h = [(a - b)/(a + b)]² |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)