Can You Determine the Center of Mass Distance Using Instantaneous Orbital Data?

  • Thread starter DiamondGeezer
  • Start date
  • Tags
    Orbits
In summary: The conversation was about the relationship between acceleration, velocity, and distance in circular and elliptical orbits. The participants discussed how in circular orbits, the acceleration is related to the tangential velocity and radius, while in elliptical orbits, both the velocity and acceleration are constantly changing. They also discussed the possibility of inferring the distance to the center of mass from measurements of velocity and acceleration. One participant explained how this could be done using state vectors and the semi-major axis and eccentricity of the orbit. Another participant mentioned that G and M1 data may not be accurate enough for this purpose, and a third participant suggested using Keplers law instead. In summary, the conversation revolved around the complexities of calculating the distance to the center of mass in
  • #1
DiamondGeezer
126
0
I've been doing some calculations but am obviously too dumb to work out something which should be straightforward (and no, this isn't homework)

In a circular orbit, the acceleration is related to the tangential velocity and the radius via

a=v^2/r

In an elliptical orbit, both the velocity and the acceleration are constantly changing. At two points in the orbit, the radial acceleration is zero, for example.

Q: Is it possible to infer the distance to the center of mass, knowing the 2-velocity and 2-acceleration at any instance of time?
 
Astronomy news on Phys.org
  • #2
what do you mean by" 2-velocity and 2-acceleration"
 
  • #3
OK- 3-acceleration and 3-velocity then.

I only mention 2-velocity and 2-accleration because in an elliptical orbit (like a planet around the sun) the orbit is executed on a plane.
 
  • #4
DiamondGeezer said:
OK- 3-acceleration and 3-velocity then.

I only mention 2-velocity and 2-accleration because in an elliptical orbit (like a planet around the sun) the orbit is executed on a plane.

I think kof was more confused by your wording, as am I, than anything else.

Do you mean if you make 2 (or 3) measurements of velocity/acceleration of a satellite, you can infer the orbit? (P.S all orbits are executed in a plane, not just ellipses)
 
  • #5
Nabeshin said:
I think kof was more confused by your wording, as am I, than anything else.

Do you mean if you make 2 (or 3) measurements of velocity/acceleration of a satellite, you can infer the orbit? (P.S all orbits are executed in a plane, not just ellipses)

NO.

3-acceleration and 3-velocity means that you can take measurements of acceleration and velocity in 3 orthogonal directions.
 
  • #6
DiamondGeezer said:
NO.

3-acceleration and 3-velocity means that you can take measurements of acceleration and velocity in 3 orthogonal directions.

Well, if you knew the full acceleration vector, and knowing it's due completely to gravity, a simple Newton's 2nd law and universal law of gravitation should yield the distance to the COM.
 
  • #7
Nabeshin said:
Well, if you knew the full acceleration vector, and knowing it's due completely to gravity, a simple Newton's 2nd law and universal law of gravitation should yield the distance to the COM.

Prove it.
 
  • #8
DiamondGeezer said:
Prove it.

I don't know if latex is working...

F=m2a=Gm1m2/r^2

r=(Gm1/a)^(1/2)

That's all there is to that one. The thing is, you don't usually have an acceleration measurement.
 
  • #9
Actually, you can calculate the entire elliptical orbit from just the state vectors, ie. the position and velocity vectors. I can't remember how I did it just now, but a few years ago I made a 2d gravitational simulation program which did just that.

Cheers,
Mike
 
  • #10
Nabeshin said:
I don't know if latex is working...

F=m2a=Gm1m2/r^2

r=(Gm1/a)^(1/2)

That's all there is to that one. The thing is, you don't usually have an acceleration measurement.

Not what I'm looking for: the G and M1 data are not known accurately enough for my purposes.

What I need is a vector equation relating velocity, acceleration and distance to center of mass in the case of an elliptical orbit.
 
  • #11
DiamondGeezer said:
Not what I'm looking for: the G and M1 data are not known accurately enough for my purposes.

What I need is a vector equation relating velocity, acceleration and distance to center of mass in the case of an elliptical orbit.

Umm, G is known to pretty high precision so you must be looking for a damn good measurement. Like h4tt3n said, you can calculate the elliptical orbit from the state vectors, but this involves the position vector which it sounds like you don't have.

Off the top of my head I can't think of any vector equations relating the three quantities you mentioned (Measurements of these values are probably going to be a lot more imprecise than the measurement of G though...). I'll think about it more in the morning, but if you could describe what you need this for, that information might prove useful.
 
  • #12
You can compute your semi-major axis with
a = (2 / R - V ^ 2 / Mu) ^ -1
where mu is G*M, G is the gravitational constant, and M is the mass of the sun.
where R is sqrt(Rx^2+Ry^2+Rz^2), where R is the magnitude of your position vector
where V is sqrt(Vx^2+Vy^2+Vz^2), where V is the magnitude of your velocity vector

You can then compute your eccentricity in the following manner:

Hx = Ry * Vz - Rz * Vy
Hy = Rz * Vx - Rx * Vz
Hz = Rx * Vy - Ry * Vx
H = Sqr(Hx ^ 2 + Hy ^ 2 + Hz ^ 2)

p = H ^ 2 / Mu
q = Rx * Vx + Ry * Vy + Rz * Vz ' dot product of r*v

E = Sqr(1 - p / a) ' eccentricity

With your SMA and your eccentricity, you should be able to answer your question.
 
  • #13
tony873004 said:
You can compute your semi-major axis with
a = (2 / R - V ^ 2 / Mu) ^ -1
where mu is G*M, G is the gravitational constant, and M is the mass of the sun.
where R is sqrt(Rx^2+Ry^2+Rz^2), where R is the magnitude of your position vector
where V is sqrt(Vx^2+Vy^2+Vz^2), where V is the magnitude of your velocity vector

You can then compute your eccentricity in the following manner:

Hx = Ry * Vz - Rz * Vy
Hy = Rz * Vx - Rx * Vz
Hz = Rx * Vy - Ry * Vx
H = Sqr(Hx ^ 2 + Hy ^ 2 + Hz ^ 2)

p = H ^ 2 / Mu
q = Rx * Vx + Ry * Vy + Rz * Vz ' dot product of r*v

E = Sqr(1 - p / a) ' eccentricity

With your SMA and your eccentricity, you should be able to answer your question.

But I'm not trying to calculate the eccentricity and I don't know what the value of the semi-major axis is!

I'm trying to work out how far the centre of mass is given the velocity and acceleration at a point in time and knowing that the orbit is elliptical!
 
  • #14
Keplers law still works pretty well.
 
  • #15
Nabeshin said:
Umm, G is known to pretty high precision
G is one of the least well-known physical constants: four decimal places of accuracy. We know the fine structure constant to eleven digits or so. Astronomers rarely use G; they use μ=G*M instead because the standard gravitational parameter μ can be measured independently of either G or M and can be measured to a high degree of accuracy. We know μ for the Sun to ten places of accuracy, for example.

DiamondGeezer said:
But I'm not trying to calculate the eccentricity and I don't know what the value of the semi-major axis is!

I'm trying to work out how far the centre of mass is given the velocity and acceleration at a point in time and knowing that the orbit is elliptical!
You can't if all you know is the velocity and acceleration. Think of it this way: The gravitational acceleration toward an object of mass M and distance r is -GM/r2, directed toward the mass. Double the distance and quadruple the mass and you get exactly the same acceleration, but a very different orbit.
 
  • #16
DiamondGeezer said:
But I'm not trying to calculate the eccentricity and I don't know what the value of the semi-major axis is!

I'm trying to work out how far the centre of mass is given the velocity and acceleration at a point in time and knowing that the orbit is elliptical!
Hello Diamondgeezer
I wanted to react on your first alinea, but now I have read the second it has become more complicated. I have to do that in short time because if I take to long I am asked to login again and after that my quote has dissapeared, a very boresome technical problem I have encounted earlier but have to live with it.
 
  • #17
OK to your first alinea I wanted to say it is a beginvalue problem then, but that you state in your second alinea. The velocity known is OK but the acceleration has two parts Newtonian attraction and centrifugal acceleration. The remark of Chronos about Kepler is correct... So I would say you need at least the surface of the ellipse. Or could you add the actual distance to the sun to your list of beginvalues. Knowing that it is an ellipse is a limiting value and not a number. From that you only know that the total energy = potential energy + kinetic energy is below zero
greetings Janm
 
  • #18
You can use Kepler's law p^2=a^3.

The period squared is equal to the semi-major axis cubed.
 
  • #19
There's only one problem with using Kepler's law (well, two problems). He doesn't know the period and he doesn't know the semi-major axis.
 
  • #20
tony873004 said:
You can compute your semi-major axis with
a = (2 / R - V ^ 2 / Mu) ^ -1
where mu is G*M, G is the gravitational constant, and M is the mass of the sun.
Hello tony873004
Somewhere here must lie the anwer. I have problems with the unities a=>L/T , R=>L , Mu=>L^3/(WT^2), V^2=>L^2/T^2
so V^2/Mu=>W/L, with L=lenght T=time and W=Weight
with this formula correct R can be calculated from V and a.

greetings Janm
 
  • #21
No, it cannot.

Suppose you find that, given the instantaneous velocity and acceleration at some time epoch, one possible explanation of the explanation is a mass [itex]m[/itex] located some distance [itex]d[/itex] away, in the direction of the acceleration vector.

The problem is this solution is not unique. A mass [itex]4m[/itex] located some distance [itex]2d[/itex] yields exactly the same acceleration, as does any mass, distance pair of the form [itex]\kappa^2m, \kappa d[/itex].
 
  • #22
Hello D H
You are right if velocity and acceleration is given at only one time but:

DiamondGeezer said:
Q: Is it possible to infer the distance to the center of mass, knowing the 2-velocity and 2-acceleration at any instance of time?

So if you take two points in time and intersect the two given accelerations the kappa you mention can be calculated!
greetings Janm
 
  • #23
I assumed that the 2- prefix was in the sense of 2-vectors, meaning two dimensional vectors.
 
  • #24
D H said:
I assumed that the 2- prefix was in the sense of 2-vectors, meaning two dimensional vectors.
Hello D H
I have not thought otherwise. So x,y plane z=0. By the way you stated that the acceleration wil be senkrecht to the velocity. In that I cannot concur. The centrifugal force is senkrecht to the velocity, but the acceleration (F/m) is the total of attraction and centrifugal force, which are only parallel if the object is following a circle. The radial part of the acceleration gives the falling and climbing resp. to and out the gravitational centre.
greetings Janm
 
  • #25
JANm said:
By the way you stated that the acceleration wil be senkrecht to the velocity.
I said no such thing (and I had to look that up. senkrecht=normal) My posts in this thread:
D H said:
You can't if all you know is the velocity and acceleration. Think of it this way: The gravitational acceleration toward an object of mass M and distance r is -GM/r2, directed toward the mass. Double the distance and quadruple the mass and you get exactly the same acceleration, but a very different orbit.
D H said:
There's only one problem with using Kepler's law (well, two problems). He doesn't know the period and he doesn't know the semi-major axis.
D H said:
No, it cannot.

Suppose you find that, given the instantaneous velocity and acceleration at some time epoch, one possible explanation of the explanation is a mass [itex]m[/itex] located some distance [itex]d[/itex] away, in the direction of the acceleration vector.

The problem is this solution is not unique. A mass [itex]4m[/itex] located some distance [itex]2d[/itex] yields exactly the same acceleration, as does any mass, distance pair of the form [itex]\kappa^2m, \kappa d[/itex].
There is no mention of the acceleration vector being normal to the velocity vector.


The centrifugal force is senkrecht to the velocity, but the acceleration (F/m) is the total of attraction and centrifugal force
Dang. I thought US schools were the only ones that completely and thoroughly botched the job of teaching orbits. There is absolutely no reason to invoke the concept of centrifugal force in explaining orbits. Doing so leads to erroneous concepts.

There is no centrifugal force in an inertial frame. Why invoke the concept? The centrifugal force only arises in a rotating reference frame. The only rotating reference frame that makes sense from an orbital sense is the frame with origin at the center of mass rotating at the mean orbital rate. If the objects are in a circular orbit, the objects are stationary in this frame: Zero velocity, zero acceleration. Not very useful. If the objects are not in a circular orbit, this rotating frame creates a real mess: Now you have coriolis forces to deal with due to the non-zero velocities.

The best way to look at most orbits is from the point of view of an inertial frame. The one exception is looking at pseudo orbits about one of the libration points. We aren't doing that here. Forget about centrifugal force.
 
  • #26
D H said:
. There is absolutely no reason to invoke the concept of centrifugal force in explaining orbits. Doing so leads to erroneous concepts.
Forget about centrifugal force.
Hello D H
The thread was opened with a=v^2/r, you state a_grav=-gM/r^2.
Please tell me that you are not serious declining centrifugal force and don't see that the first acceleration defines the centrifugal acceleration from the velocity and the radius of curvature (the best circle fitted to the curve?
My problem with this problem is how can the radius of curvature be found if only velocity and acceleration is known!
greetings Janm
 
  • #27
JANm said:
Hello D H
The thread was opened with a=v^2/r
The thread was opened with a=v^2/r as an introductory example.

Please tell me that you are not serious declining centrifugal force ...
I am seriously declining centrifugal force. It is not needed. It is not real. There is no such thing as the centrifugal force in an inertial frame.
[/QUOTE]...and don't see that the first acceleration defines the centrifugal acceleration from the velocity and the radius of curvature[/QUOTE]
Centrifugal force only exists in a rotating frame. I strongly suggest that you forget about centrifugal force until you get the basics down.

My problem with this problem is how can the radius of curvature be found if only velocity and acceleration is known!
You can't. How many times do I have to tell you this?
 
  • #28
Hi

"2- acceleration" u mean we have R'' ? (R'' = d2R/dt2)

or

we have GM/R^2 = acceleration ?


+ velocity
 
  • #29
Unless the OP is misusing notation, 2-acceleration and 2-vector means the acceleration's and velocity's x and y components are known (with the z component zero).

The problem is indeterminate. All you know is the direction in which the massive object lies. The distance to that object is [itex]r=\sqrt{GM/|\boldsymbol a|}[/itex]. You don't know the mass; it is a free parameter. Vary the mass and you can make the distance be any value from zero to infinity. That you also know the velocity doesn't help a bit.
 
  • #30
http://www.picamatic.com/view/3620071_ellipse/

and w = V Sin X / R
:edited X:

and from Polar Direction we have :

R er
=> derivate (d f(x) / dt i`m not sure about the English word)

Velocity = R' er + Rw e(theta)
=> derivate again for acceleration

R'' er + R'w e[tex]\theta[/tex]+ R'w e[tex]\theta[/tex]+ Rw' e[tex]\theta[/tex]-Rw2 er

as we know Force([tex]\theta[/tex]) = 0 , Force(Radius) = K (something u said in ur question "2- acceleration")
[tex]\theta[/tex] = 180 - A (forgot to show on picture)

all of the sentences with e[tex]\theta[/tex] equals to Zero

so we will have :

R'' er -Rw2 = K

and if i haven't made any mistake in my paper i have calculated R'' :
R'' = (V Sin(X) (eCos[tex]\theta[/tex]+ e^2))/R

then multiple both side of R'' - Rw^2 = K by R
luckily it didnt become a quartic function :D (how ever if it would there was one shifty sentence in function -R-.)


and for the eccentricity (spell?) (e) it is possible to calculate but i haven't study ellipses yet so i don't know atm but i will think about it
(in the first page somebody said something about this but i don't know what that is)
 
Last edited by a moderator:
  • #31
oh... Latex errors ... at the end of Velocity that is e[tex]\theta[/tex] not that

Click on the Latex images and read there

and for :
[tex]\theta[/tex] = 180 - A

it was a exception for this picture
it depens on which quarter u want to calculate it may become like 180 + A
 
  • #32
kof9595995 said:
what do you mean by" 2-velocity and 2-acceleration"

DiamondGeezer said:
OK- 3-acceleration and 3-velocity then.

I only mention 2-velocity and 2-accleration because in an elliptical orbit (like a planet around the sun) the orbit is executed on a plane.
Since an elliptical orbit is planar, it is sufficient to assume the orbit is in the xy plane.

Motion about an ellipse can be written in parametric equations
[tex]x= a cos(\omega t)[/tex]
[tex]y= b sin(\omega t)[/tex]
where a and b are the semi-axes in the x and y directions, respectively.

Then the velocity vector is
[tex]\vec{v}= -a\omega sin(\omega t)\vec{i}+ b\omega cos(\omega t)\vec{j}[/tex]
and the acceleration vector is
[tex]\vec{a}= -a\omega^2 cos(\omega t)\vec{i}- b\omega^2 sin(\omega t)\vec{j}[/tex]
Of course, the crucial point is determining [itex]\omega[/itex]. You can use the fact that the force vector, and so the acceleration vector, must be directed toward one focus of the ellipse to determine that.
 
  • #33
and for finding "e"

i think this is the answer : (in ellipse)

-(e/Sin[theta] + Cotg[theta]) = |Vy|/|Vx|
 
  • #34
HallsofIvy said:
and the acceleration vector is
[tex]\vec{a}= -a\omega^2 cos(\omega t)\vec{i}- b\omega^2 sin(\omega t)\vec{j}[/tex]
Hello HallsofIvy
Are we differentiating again? I miss in the acceleration vector one term in the i direction -a*sin(wt) and in the j direction b*cos(wt)!

But overall the shape of the curve is okee but the parameter is not the regular wt. The parameter is a function of t and follows in some way out of the acceleration.
greetings Janm
 
  • #35
Ive said how to find "w" in my post "page 2" next to Picture

also "wt" which is [tex]\theta[tex]
 

Similar threads

Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
814
  • Classical Physics
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
678
  • Mechanics
Replies
28
Views
3K
  • Astronomy and Astrophysics
Replies
9
Views
7K
Replies
4
Views
879
  • Astronomy and Astrophysics
Replies
1
Views
2K
Back
Top