Calculating the distance a satellite traveled

  • Thread starter Thread starter shemer77
  • Start date Start date
  • Tags Tags
    Satellite
shemer77
Messages
96
Reaction score
0

Homework Statement


Im trying to figure out how to calculate how much a satellite in an elliptical orbit travels around in a day. The satellite is in a 12 day orbit with Earth focused at (3,0). The equation i have for the ellipse is 16x^2 +25y^2 = 400. Other relevant information i have is the area that the satellite covered total every day, along with a and b coordinates for where it is every day, however I am having trouble cacluating the distance it travels day by day.

The Attempt at a Solution



My first intution was to use the ∫ of √(25*sin(t)^2 + 16*cos(t)^2) dt and then just change the limits of integration, but I am not sure if that would be right and what would i set the limits too?
 
Physics news on Phys.org
Are you expected to compute the arclength along the ellipse analytically or numerically? I ask because I believe you are going to have little success getting a function that expresses the arclength. What you have on your hands is an "elliptic integral of the second kind": there is an exact value for the full perimeter of the ellipse, but the problem (a fairly old one) of finding the distance along an arbitrary arc along the ellipse does not produce an arclength integral with an antiderivative "in closed form".

Applying the Pythagorean Identity to your integral (which looks correct to me) gives us \int_{t_{1}}^{t_{2}} \sqrt{25 - 9 \cos^{2} t } dt , which now has the typical form of such an elliptic integral. Unfortunately, not much can be done with this in exact form. You will need to use a numerical approximation method to get arclength values for each day, starting, say, from perigee.
 
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...

Similar threads

Back
Top