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)
 
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...
Thread 'Could gamma-ray bursts have an intragalactic origin?'
This is indirectly evidenced by a map of the distribution of gamma-ray bursts in the night sky, made in the form of an elongated globe. And also the weakening of gamma radiation by the disk and the center of the Milky Way, which leads to anisotropy in the possibilities of observing gamma-ray bursts. My line of reasoning is as follows: 1. Gamma radiation should be absorbed to some extent by dust and other components of the interstellar medium. As a result, with an extragalactic origin, fewer...
This hypothesis of scientists about the origin of the mysterious signal WOW seems plausible only on a superficial examination. In fact, such a strong coherent radiation requires a powerful initiating factor, and the hydrogen atoms in the cloud themselves must be in an overexcited state in order to respond instantly. If the density of the initiating radiation is insufficient, then the atoms of the cloud will not receive it at once, some will receive it earlier, and some later. But then there...
Back
Top