Home

Site Map

Search

physics,astronomy,applet,java,shareware,science,sun,moon,earth,sundial,java applet
GeoAstro
Applets

Astronomy
physics,education,software,applet,java,shareware,science,astronomy,mathematics,computer science,sun,moon,earth,optics,AC circuit,chaos,fractal,sundial,TSP,neural network,java,applet,programming,quiz
Chaos Game
physics,education,software,applet,java,shareware,science,astronomy,mathematics,computer science,sun,moon,earth,optics,AC circuit,chaos,fractal,sundial,TSP,neural network,java,applet,programming,quiz
Java
physics,education,software,applet,java,shareware,science,astronomy,mathematics,computer science,sun,moon,earth,optics,AC circuit,chaos,fractal,sundial,TSP,neural network,java,applet,programming,quiz
Miscel-

laneous
physics,education,software,applet,java,shareware,science,astronomy,mathematics,computer science,sun,moon,earth,optics,AC circuit,chaos,fractal,sundial,TSP,neural network,java,applet,programming,quiz
Physics Quiz
physics,education,software,applet,java,shareware,science,astronomy,mathematics,computer science,sun,moon,earth,optics,AC circuit,chaos,fractal,sundial,TSP,neural network,java,applet,programming,quiz
Who is
Who ?
 

The Day and Night Terminator Across the Earth

How to compute the day/night terminator on a world map


Map (c) Apple Computers, Inc.

The applet source

More details:
Lines of simultaneous sunrise and sunset, lines of equal solar altitude

 

The elevation angle h of a celestial body at a given latitude is determined by it's declination and hour angle (tau) 

sin h = sin(latitude)*sin(declination) + cos(latitude)*cos(declination)*cos(tau)

for rise and set: h=0

0 = sin(latitude)*sin(declination) + cos(latitude)*cos(declination)*cos(tau)

0 = tan(latitude)*tan(declination) + cos(tau)

The terminator can be calculated from:

tan(latitude) = - cos(tau)/tan(declination)

The coordinates (longitude,latitude) are

latitude = arctan(- cos(longitude)/tan(declination)),
longitude = x+ tau, -180°<= x<= 180°

details


(c) 2006-2007 J. Giesen

Last update: 2007, Feb 02