Calculating Velocity at any given point in an orbit

  • Context: Undergrad 
  • Thread starter Thread starter relativitydude
  • Start date Start date
  • Tags Tags
    Orbit Point Velocity
Click For Summary
SUMMARY

This discussion focuses on calculating the velocity at any point in an elliptical orbit using parametric equations. The user initially defines the ellipse with x = a*cos(t) and y = b*sin(t) and derives the velocity components as x' = -a*sin(t) and y' = b*cos(t). However, a key correction is made regarding the parameterization of the ellipse, emphasizing that the function f(t) should allow for variable angular velocity to comply with Kepler's laws. The conversation concludes with the suggestion to utilize conservation of angular momentum and energy for a more straightforward solution.

PREREQUISITES
  • Understanding of parametric equations in mathematics
  • Familiarity with calculus, specifically derivatives
  • Knowledge of Kepler's laws of planetary motion
  • Basic principles of angular momentum and energy conservation
NEXT STEPS
  • Study advanced parametric equations and their applications in physics
  • Learn about variable angular velocity in orbital mechanics
  • Explore the conservation laws in celestial mechanics
  • Investigate numerical methods for simulating orbits
USEFUL FOR

Students and professionals in physics, mathematics, and engineering who are interested in orbital mechanics and the calculation of velocities in elliptical orbits.

relativitydude
Messages
70
Reaction score
0
Hello,

I'm trying to really understand orbits. I want to be able to calculate the velocity at any given point in an orbit.

Now, parametrically an ellipse can be:

x = a*cos(t)
y = b*sin(t)

If those are position, can I take the derivative to obtain velocity?

x' = -a*sin(t)
y' = b*cos(t)

For the overall velocity:

V = sqrt( (-a*sin(t))^2 + (b*cos(t))^2)

However, there is a pesky t in there, now I use:

x' = -a*sin(t)

Solve for t

-x'/a = sin(t)
asin(-x'/a) = t

And subsitute t back into overall equation? Does this make sense or am I just making stuff up?
 
Physics news on Phys.org
relativitydude said:
Hello,

I'm trying to really understand orbits. I want to be able to calculate the velocity at any given point in an orbit.

Now, parametrically an ellipse can be:

x = a*cos(t)
y = b*sin(t)

If those are position, can I take the derivative to obtain velocity?

x' = -a*sin(t)
y' = b*cos(t)

For the overall velocity:

V = sqrt( (-a*sin(t))^2 + (b*cos(t))^2)

However, there is a pesky t in there, now I use:

x' = -a*sin(t)

Solve for t

-x'/a = sin(t)
asin(-x'/a) = t

And subsitute t back into overall equation? Does this make sense or am I just making stuff up?

From your equations, you have computed the speed
V = sqrt( (-a*sin(t))^2 + (b*cos(t))^2).
Since
x = a*cos(t)
y = b*sin(t)
then
(x/a) = cos(t)
(y/b) = sin(t).
So,
V = sqrt( (-a*(y/b))^2 + (b*(x/a))^2).
 
I was going for in only for terms of x, to disclude y

Is it valid how you subsituted the original x and y, but not the differentiated ones?
 
Last edited:
relativitydude said:
I was going for in only for terms of x, to disclude y

Is it valid how you subsituted the original x and y, but not the differentiated ones?

I believe it's fine.

Continuing on...
(x/a) = cos(t)
(y/b) = sin(t)
means that
(x/a)^2+(y/b)^2=1
which can be solved for (y/b)^2.
That expression can then be inserted in the speed expression I derived, yielding an expression for the speed in terms of x... if that's what you really want.
 
relativitydude said:
Hello,

I'm trying to really understand orbits. I want to be able to calculate the velocity at any given point in an orbit.

Now, parametrically an ellipse can be:

x = a*cos(t)
y = b*sin(t)

If those are position, can I take the derivative to obtain velocity?

x' = -a*sin(t)
y' = b*cos(t)

For the overall velocity:

V = sqrt( (-a*sin(t))^2 + (b*cos(t))^2)

However, there is a pesky t in there, now I use:

x' = -a*sin(t)

Solve for t

-x'/a = sin(t)
asin(-x'/a) = t

And subsitute t back into overall equation? Does this make sense or am I just making stuff up?


Your very first step is wrong :-( You've parameterized an ellipse, but it's not the most general possible parameterization, which is

x = a cos(f(t))
y = b sin(f(t))

where f(t) can be any function.

then dx/dt = -a sin(f(t)) df/dt, dy/dt = b cos(f(t)) df/dt

The correct parameterization will sweep out equal areas in equal times (Kepler's law - this conserves angular momentum), so the angular velocity will be inversely proportional to the radius. Your equation has the angular velocity as being constant, which is wrong.

You should be able to work the problem out more simply, by taking advantage of the fact that angular momentum and energy are both conserved.
 
nicely done my son!
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K