What is the total length of an ellipse and how can it be calculated?

  • Thread starter Thread starter ktpr2
  • Start date Start date
  • Tags Tags
    Ellipse Length
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 15K views
ktpr2
Messages
189
Reaction score
0
I'm asked to show that the total length of the ellipse
x = a sin x
y = b cos x, a>b>0 is

[tex]L = 4a \int_{1}^{pi/2} \sqrt{1-e^2sin^2x} dx[/tex]
where e is the eccentricity of the ellipse (e = c/a, where c = [tex]\sqrt{a^2-b^2}[/tex]

I've tried a whole bunch of algebraic and trignometric manipulation but I'm getting the feeling I'm overlooking something. How would you approach this problem? I've tried working backwards and eventually got something of the form:

[tex]L = \int_{1}^{pi/2} \sqrt{2b^2cos^2x+c^2cos^2x-b^2(cos 2x)} dx[/tex]

but i figured I should post here for ideas as well.
 
Physics news on Phys.org
This can be a challenging problem. Checking out how http://home.att.net/~numericana/answer/ellipse.htm#elliptic have solved this might give you some ideas on how to approach it.
 
Last edited by a moderator:
There's no big deal,Bob

[tex]L_{\mbox{ellipse}}=4L_{\mbox{arc in the first quadrant}}[/tex] (1)

Parametrization (polar elliptical)

[tex]\left\{\begin{array}{c}x(\phi)=a\cos\phi \\ y(\phi)=b\sin\phi \end{array} \right[/tex] (2)

[tex]\left\{\begin{array}{c} (dx)^{2}(\phi)=a^{2}\sin^{2}\phi \ (d\phi)^{2}\\ (dy)^{2}(\phi)=b^{2}\cos^{2}\phi \ (d\phi) ^{2}\end{array} \right[/tex] (3)

[tex]L_{\mbox{arc in the first quadrant}} =\int \sqrt{(dx)^{2}+(dy)^{2}} =\int_{0}^{\frac{\pi}{2}} \sqrt{a^{2}\sin^{2}\phi+b^{2}\cos^{2}\phi} \ d\phi[/tex] (4)

Now i'll leave it to the OP to finish it.

Daniel.

P.S.His answer is wrong.
 
wow. that was down and funky. I figured it out in four lines after an embarrassing number of scrap sheets before. Thanks people.

I'll give several hints to those with the same question in the future:

The integral is from 0 to 2pi originally, but you can cut it down to 0 to pi/2 and multiply by four. recall that c^2is really just 1 - b^2/a^2 and when at the end of a deserted road, question if you can multiply by 1 expressed in a twisty way.
 
the length of any geometrical arc is given by [ intg of ( (dx .dx +dy.dy)^1/2 ) ] within proper limits... that is according to "pythogorean theorem"..

on simplifying the above thing we get... intg [(1+(dy/dx)^2)^1/2) ].dx

Now, coming to the problem i.e., length of an ellipse, calculate (dy/dx) from the standard equation in terms of "x" and put it in the above integral and solve thus obtained integral within proper limits...thas alll... :)

if u do tht u will get approx L= pi[ 3(a+b)- {(3a+b)(a+3b)}^1/2 ]
 
By "within limits" i mean the limits of corresponding variable by which the integrand is multiplied i.e. the factor by which the integrand is multiplied which is a differential magnitude... ( eg., limits of "x" if the integrand is multiplied by "dx" and limits of "theta" if the integrand is multiplied by "d(theta)" )