Julian Days: Guide to Formula & Calculations

  • Context: Undergrad 
  • Thread starter Thread starter lewis198
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
lewis198
Messages
95
Reaction score
0
the julian day formula goes like this:

[tex]\begin{matrix}a & = & \left\lfloor\frac{14 - month}{12}\right\rfloor \\ \\y & = & year + 4800 - a \\ \\m & = & month + 12a - 3 \\\end{matrix}[/tex]

For a date in the Gregorian calendar (at noon):

[tex]\begin{matrix}JDN & = & day + \left\lfloor\frac{153m + 2}{5}\right\rfloor + 365y + \left\lfloor\frac{y}{4}\right\rfloor - \left\lfloor\frac{y}{100}\right\rfloor + \left\lfloor\frac{y}{400}\right\rfloor - 32045\end{matrix}[/tex]

For a date in the Julian calendar (at noon):

[tex]\begin{matrix}JDN & = & day + \left\lfloor\frac{153m + 2}{5}\right\rfloor + 365y + \left\lfloor\frac{y}{4}\right\rfloor - 32083\end{matrix}[/tex]

I do not understand how each step works, so can someone please guide me through?
 
Last edited by a moderator:
Astronomy news on Phys.org
See

http://www.vsg.cape.com/~pbaum/date/date0.htm

for a derivation.
 
Last edited by a moderator:
Another source to consider:
http://aa.usno.navy.mil/faq/docs/JD_Formula.html
 
Last edited by a moderator: