Welcome to Orime!

    Choose your theme

    You can change it anytime.

    The Math of Divination

    The geometry behind astrological aspects.

    An aspect is an angle. Nothing more — but the geometry behind which angles matter goes back to Kepler, Pythagoras, and the harmonic series.

    01

    What an aspect is

    The angular distance between two planets along the ecliptic.

    Every planet has an ecliptic longitude λ — its position measured in degrees along the ecliptic from 0° (Aries point) to 360°. An aspect is the angular separation between any two of those longitudes.

    The formula is simple: take the absolute difference, fold it into the range 0°–180° by taking the minimum of the angle and its supplement.

    angle = |λ₁ − λ₂| mod 360° aspect = min(angle, 360° − angle)
    ☉ Sun 15° ♈☽ Moon 15° ♋90°Square
    Sun at 15° Aries (λ = 15°), Moon at 15° Cancer (λ = 105°). Arc = 105° − 15° = 90° → Square.
    02

    The major aspects

    Five angles, each a perfect integer division of the circle.

    The major aspects aren't arbitrary. Each one divides 360° by a small integer — 1, 2, 3, 4, or 6. This is the harmonic series applied to geometry.

    AspectAngle360° ÷ nShape
    Conjunctionn = 1Single point
    Opposition180°n = 2Diameter
    Trine120°n = 3Equilateral triangle
    Square90°n = 4Square
    Sextile60°n = 6Hexagon
    0° Conj90° □120° △180° ☍60° ⚹
    The five major aspects as polygons inscribed in the ecliptic circle. Each divides 360° by an integer.

    Notice that n = 5 is missing. Dividing the circle by 5 gives 72° — the quintile. It's real, it's used, but it took until the 17th century for someone to formalize it.

    03

    Kepler's contribution

    He added the circle divided by 5 — and heard music in it.

    Johannes Kepler (1571–1630) extended the aspect system by applying the same logic to higher divisions. He was specifically interested in the connection to musical harmony — the ratios between string lengths that produce consonant intervals are the same ratios that divide the circle.

    AspectAngleDivisionMusical analogy
    Quintile72°360 ÷ 5Major third
    Biquintile144°2 × 72°Minor sixth
    Sesquisquare135°360 ÷ 8 × 3Minor seventh
    Semisquare45°360 ÷ 8Semitone

    Kepler published this in Harmonices Mundi (1619) — the same book where he stated his Third Law of planetary motion. The harmonic framework wasn't a side project; it was the point.

    04

    Orbs — the tolerance zone

    Aspects are almost never exact. The orb decides when close is close enough.

    An orb is the maximum allowed deviation from the exact angle. A conjunction with an 8° orb means any two planets within 8° of each other count as conjunct.

    Aspect strength is often modeled as a linear falloff from exact:

    strength = 1 − (deviation / orb)

    An exact conjunction (0° deviation) scores 1.0. A conjunction at the edge of its 8° orb scores 0.0. Planets past the orb are not in aspect.

    There is no consensus on orb sizes. Classical astrologers used planet-specific orbs (the Sun gets wider orbs than Mercury). Modern software typically uses aspect-specific flat orbs. Both approaches are defensible — neither is proven.

    AspectCommon orbTight orb
    Conjunction / Opposition
    Trine / Square
    Sextile1.5°
    Quintile (Kepler)

    References: Kepler, J. (1619). Harmonices Mundi. — Hand, R. (1981). Horoscope Symbols. Para Research. — Ptolemy, C. (~150 CE). Tetrabiblos, Book I.