Calculating the distance a satellite traveled

  • Thread starter Thread starter shemer77
  • Start date Start date
  • Tags Tags
    Satellite
Click For Summary
SUMMARY

The discussion focuses on calculating the distance a satellite travels in a 12-day elliptical orbit, defined by the equation 16x² + 25y² = 400, with the Earth located at (3,0). The user attempts to compute the arc length using the integral ∫√(25sin(t)² + 16cos(t)²) dt but faces challenges in determining the limits of integration and the feasibility of obtaining a closed-form solution. The problem involves elliptic integrals, specifically the elliptic integral of the second kind, indicating that numerical approximation methods are necessary for accurate distance calculations along the orbit.

PREREQUISITES
  • Understanding of elliptical orbits and their mathematical representation
  • Familiarity with integral calculus, particularly arc length calculations
  • Knowledge of elliptic integrals, specifically the second kind
  • Proficiency in numerical approximation methods for integration
NEXT STEPS
  • Study the properties and applications of elliptic integrals of the second kind
  • Learn numerical integration techniques such as Simpson's rule or the trapezoidal rule
  • Explore software tools for numerical analysis, such as MATLAB or Python's SciPy library
  • Investigate the calculation of arc lengths in elliptical orbits using parametric equations
USEFUL FOR

Students and professionals in astrophysics, aerospace engineering, and applied mathematics who are involved in orbital mechanics and satellite trajectory analysis.

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 [itex]\int_{t_{1}}^{t_{2}} \sqrt{25 - 9 \cos^{2} t } dt[/itex] , 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.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 101 ·
4
Replies
101
Views
10K
  • · Replies 126 ·
5
Replies
126
Views
7K
  • · Replies 32 ·
2
Replies
32
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K