Calculating Ellipse Length: 9x^2 + 10y^2 = 90 (to 6 decimal places)

  • Thread starter Thread starter wilcofan3
  • Start date Start date
  • Tags Tags
    Ellipse Length
wilcofan3
Messages
27
Reaction score
0

Homework Statement



Find the length of the ellipse 9x^2 + 10y^2 = 90 correct to six decimal places.

Homework Equations



4Larc in the first quadrant = Lellipse

The Attempt at a Solution



Just checking to see if I did this right:

9x^2 + 10y^2 = 90

x^2/10 + y^2/9 = 1

Therefore a = \sqrt{10} and b = 3.

This makes x = \sqrt{10}sin t and y = 3 cos t

Since \int \sqrt{(dx)^2 + (dy)^2} is the formula for arc length, do I just get: 4\int \sqrt{10(cos t)^2 - 9(sin t)^2}?

And are the bounds just from 0 to \pi/2?

Thanks!
 
Physics news on Phys.org
wilcofan3 said:

Homework Statement



Find the length of the ellipse 9x^2 + 10y^2 = 90 correct to six decimal places.


Homework Equations



4Larc in the first quadrant = Lellipse

The Attempt at a Solution



Just checking to see if I did this right:

9x^2 + 10y^2 = 90

x^2/10 + y^2/9 = 1

Therefore a = \sqrt{10} and b = 3.

This makes x = \sqrt{10}sin t and y = 3 cos t

Since \int \sqrt{(dx)^2 + (dy)^2} is the formula for arc length, do I just get:
This is the formula: \int \sqrt{(dx/dt)^2 + (dy/dt)^2}dt
wilcofan3 said:
4\int \sqrt{10(cos t)^2 - 9(sin t)^2}?
There's a mistake in the line above. What do you get when you square dy/dt? Also, don't forget your dt in the integrand.
wilcofan3 said:
And are the bounds just from 0 to \pi/2?
Thanks!
Yes.
 
You should be aware that the calculation of the circumference of an ellipse results in what is known as an "elliptic integral" which cannot be done in terms of elementary functions.
 
The instructions provided by the OP imply that numerical integration is to be performed.
Find the length of the ellipse 9x^2 + 10y^2 = 90
correct to six decimal places.
 
Mark44 said:
This is the formula: \int \sqrt{(dx/dt)^2 + (dy/dt)^2}dt

There's a mistake in the line above. What do you get when you square dy/dt? Also, don't forget your dt in the integrand.

Oh, is it just that it should be positive instead of negative? That's the only thing I'm seeing, and yeah, I need to put the dt in there.

So, other than that, is it correct?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top