Skip to content

How to find the min elevation for the moon within 24 hours #296

Answered by cosinekitty
bjarkeandersen asked this question in Q&A
Discussion options

You must be logged in to vote

Oh yes, that can happen because the Moon takes more than 24 hours to come back to the same hour angle, since it orbits in the same direction the Earth rotates. It is the same reason that the Moon does not always rise (or set) every calendar day.

If you are really wanting to know when the Moon is lowest in a given 24-hour period, even though it is not at a minimum altitude angle, I would do this:

  1. Like you do already, search for hour angle = 12 starting at time T1. Let this time be Tx.
  2. Also calculate the altitude angle at T1.
  3. Let T2 = T1.AddDays(1.0). Then calculate the hour angle at T2.
  4. Pick the time T1, T2, or Tx that has the lowest altitude. This will be the time in that 24-hour period …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cosinekitty
Comment options

Answer selected by bjarkeandersen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants