Perimeter of an ellipse from radii, and vice-versa

Perimeter of an ellipse from radii, and vice-versa

Postby Guest » Fri Nov 22, 2013 2:45 pm

Hi there,

I'm new here. Greetings.

I need to figure out how to calculate the perimeter, or circumference, of an ellipse using the radii, and vice-versa: how to figure out the radii given the perimeter and the ratio of the two radii to each other.

I found an equation for the perimeter, or circumference here: http://www.numericana.com/answer/ellipse.htm#elliptic
given the radii x and y, where x>y:

P=3.1415*(((2*((x^2)+(y^2)))-(((x-y)^2)/2))^.5)

The result will be an approximation but it will be close enough.

Any chance you could help me solve this equation for x in terms of C and y, and then also for y in terms of C and x?
I’m pretty rusty on my equations!

Many Thanks,

rgesh
San Francisco, CA
Guest
 

Re: Perimeter of an ellipse from radii, and vice-versa

Postby Guest » Tue May 21, 2019 8:57 pm

You have [tex]P= \pi (2(x^2- y^2)- (x^2- y^2)/2 )^{0,5}[/tex]
(You have a lot more parentheses than you need but too many is better than not enough!)

The first thing you will have to do is get rid of that square root. And that means you will have to square both sides of the equation: [tex]P^2= \pi^2(2(x^2- y^2)- (x^2- y^2)/2)[/tex].

Divide both sides of the equation by [tex]\pi^2[/tex] and multiply by 2:
[tex]\frac{2P^2}{\pi^2}= 4(x^2- y^2)- (x^2- y^2)= 4x^2- 4y^2- x^2+ y^2= 3x^2- 3y^2[/tex].

Add [tex]3y^2[/tex] to both sides of the equation:
[tex]\frac{2P^2}{\pi^2}+ 3y^2= 3x^2[/tex].

Divide both sides of the equation by 3:
[tex]\frac{2P^2}{3\pi^2}+ y^2= x^2[/tex].

Finally, take the square root of both sides:
[tex]x= \pm\sqrt{\frac{2P^2}{3\pi^2}+ y^2}[/tex].
Guest
 


Return to Expressions, Polynomial Identities



Who is online

Users browsing this forum: No registered users and 1 guest