Conundrum of Solving True Anomaly in Binary Orbits: A Scientist's Dilemma

AI Thread Summary
The discussion centers on solving the equation tan(v + ω) = tan(θ + Ω)sec(i) for true anomaly (v) in binary orbits. The initial attempts using v = atan(tan(θ + Ω)sec(i)) - ω and v = atan2(sin(θ + Ω)sec(i), cos(θ + Ω)) - ω are deemed ineffective due to quadrant issues and the direction of orbital motion. A convoluted solution referenced from a specific paper has not yielded results when implemented in Octave/Matlab. The user also mentions complications arising from having data for multiple orbits, which further complicates the problem. Assistance is sought to find a reliable method to solve for v given the constraints.
Rod_123
Messages
3
Reaction score
0
I have a real doosy that has got me stumped.
I need to solve the following equation for v:
tan(v + ω) = tan(θ + Ω)sec(i)

The symbols stand for the following values in an elliptical orbit of one point source around another (on the celestial sphere):
where v = true anomaly; ω = argument of periastron; θ = position angle; Ω = position angle of the ascending node; i = orbital inclination (to line of sight)

The following obvious solutions don't actually work (at least not for every case):
v = atan(tan(θ + Ω)sec(i)) - ω
v = atan2(sin(θ + Ω)sec(i), cos(θ + Ω)) - ω

I think the reason the first one doesn't work is to do with quadrant issues when taking the arctangent.
I think the reason the second one doesn't work has something to do with the direction of orbital motion. I've tried:
v = atan2(± sin(θ + Ω)sec(i), cos(θ + Ω)) - ω, but that doesn't work either in every case.

There is a convoluted solution on page 643 of:
http://ajbasweb.com/old/ajbas/2014/November/640-648.pdf
but try as I might I cannot make this work (in Octave/Matlab) and it does seem unnecessarily complicated.

Either way I've been working on this for weeks and just can't get it. Any help would be hugely appreciated.

Rod
 
Astronomy news on Phys.org
http://orbitsimulator.com/formulas/OrbitalElements.html
Here's a calculator I made that will do it for you.
But the method is a bit different. It computes it from the R and V vectors and the Sun's mu (G*M), rather than directly from the other elements.
You can view the source and read the javascript. Search for "var TA = arctan2(TAy, TAx);" and work backwards from there.
 
Thanks for the reply, but I can't see how this is relevant to my problem - that could be my fault though. They both involve arctangents but the knowns are different. All I know are the variables listed (except v of course) and the direction of motion/orbit (clockwise or anti). Another issue I forgot to mention that may be relevant is that in many cases there is data for more than one orbit. I've tried just selecting data for one orbit, but still doesn't work.
 
Oops, that should be: tan(v + ω) = tan(θ - Ω)sec(i)
 
Publication: Redox-driven mineral and organic associations in Jezero Crater, Mars Article: NASA Says Mars Rover Discovered Potential Biosignature Last Year Press conference The ~100 authors don't find a good way this could have formed without life, but also can't rule it out. Now that they have shared their findings with the larger community someone else might find an explanation - or maybe it was actually made by life.
TL;DR Summary: In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect alien signals, it will further expand the radius of the so-called silence (or rather, radio silence) of the Universe. Is there any sense in this or is blissful ignorance better? In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect...
This thread is dedicated to the beauty and awesomeness of our Universe. If you feel like it, please share video clips and photos (or nice animations) of space and objects in space in this thread. Your posts, clips and photos may by all means include scientific information; that does not make it less beautiful to me (n.b. the posts must of course comply with the PF guidelines, i.e. regarding science, only mainstream science is allowed, fringe/pseudoscience is not allowed). n.b. I start this...
Back
Top