Abhishek S.
Shipping in public. Listening in private.

Abhishek

I lead women’s Indo-Western & Premium at Max Fashion. I also wrote the AI that runs the buying floor.

Rare profile. Category operator who ships production code.

Senior Buying Leader · Max Fashion Women’s Indo-Western & Premium · 530+ India stores NIFT ’12 · Twelve years on the floor

abhishek@bengaluru ~ %
>role: senior buying lead
>dept: women’s indo-western + premium
>floor: 530+ stores india

Surya Siddhanta

The Surya Siddhanta calculated the Earth's diameter to within 1% of modern satellite measurements long before the invention of the telescope. Composed in Sanskrit during the 4th or 5th century CE, this mathematical treatise functions as a coordinate system and ephemeris for calculating planetary positions. It treats the Earth as a stationary sphere in space and uses trigonometric sines to map the motion of celestial bodies.

How it works

The Surya Siddhanta divides the quadrant of a circle (90 degrees) into 24 equal segments of 3.75 degrees (225 arcminutes) each. The system calculates trigonometric sines, termed jya, by modeling half-chords in a circle with a radius ($R$) of 3438 units. This specific radius is selected to map angular measurements directly to linear values: since a full circle contains 21,600 arcminutes ($360 \times 60$), the radius of such a circle is $21,600 / 2\pi \approx 3437.75$, which rounds to 3438. In this radian-based framework, the arc length in minutes equals the radius, simplifying planetary transit calculations.

Geodesic and astronomical measurements

The treatise specifies the diameter of the Earth as 1,600 yojanas. Converting this to modern units depends on the length of a yojana, historically defined through human-scale increments (such as 1 yojana being equivalent to 4 kroshas or roughly 5 miles). Under a conversion of 1 yojana = 8.0 kilometers, the Earth's diameter is 12,800 kilometers, diverging from the modern mean diameter of 12,756 kilometers (as defined by the WGS 84 ellipsoid) by 0.34%.

Body Revolutions per Mahayuga Derived Period (Days) Modern Period (Days)
Moon (Sidereal) 57,753,336 27.3217 27.3216
Mercury 17,937,060 87.969 87.969
Venus 7,022,376 224.698 224.701
Sun (Earth Year) 4,320,000 365.258 365.256
Mars 2,296,824 686.997 686.980
Jupiter 364,220 4,332.32 4,332.59
Saturn 146,568 10,765.77 10,759.22

What is contested

Scholars date the Gupta-era layers of the surviving text to circa 400 CE, though the treatise claims divine origin at the end of the Satya Yuga. Historical updates occurred over centuries, with revisions extending to the 10th century CE to align calculation parameters with observed transits. The identity of Mayasura, the recipient of the text, is a subject of debate: some Western historians hypothesize a link to Hellenistic astronomers, while Indian scholars point to the unique decimal-based sine structure as evidence of indigenous mathematical development.

Why this has to do with other realms

The mathematical structure of the Surya Siddhanta serves as the foundation for the concept ayanamsa precession calculation in Indian astronomy. Because of the precession of the equinoxes, the tropical zodiac and sidereal zodiac drift apart by approximately 50.3 arcseconds per year. While Hellenistic astronomers addressed precession by shifting coordinate systems, the Surya Siddhanta model uses a trepidation theory (oscillation of the equinoxes) to correct celestial longitudes. This mathematical correction ensures that computations of planetary transits remain accurate over centuries, a challenge that mechanical calculators like the tech antikythera mechanism could not dynamically update without physical gear changes. The calculations rely on decimal place-value notation and the mathematical concept of concept zero, which permitted the division of time into tiny increments.

An open question

Can the underlying mean motion constants of the Surya Siddhanta, which align more closely with planetary coordinates of the 3rd millennium BCE than the 4th century CE, be used to reconstruct a lost pre-historic observation period, or are they the result of mathematical curve-fitting?

Key sources

Further reading

See Also

Abhishek's take

What strikes me about this is how a 5th-century ephemeris holds up when converted to modern code. When building my own tools to calculate retrograde patterns and dashas, the main challenge wasn't the mathematical complexity but correcting for the accumulating precession drift over fifteen hundred years. The Surya Siddhanta resolved this not with physical gear-cutting, but with pure computational geometry.

Where I've used this

I translated the planetary period ratios and mean motions into Python for my personal Sanskrit astrology library. Using these integer-based revolutions per mahayuga makes it trivial to check retrograde boundary states without floating-point drift.

Tags: #ancient-astronomy #sanskrit #mathematics #geodesy