Deep Dive · Mathematical Proofs
Vedic Trigonometry
Mathematical proofs, derivations, and formulas from Aryabhata, Madhava, Brahmagupta, and Baudhayana — the foundations of trigonometry and calculus.
Aryabhata's Sine Difference Formula
Aryabhata (499 CE) discovered that the second differences of the sine function are proportional to the sine itself. This is equivalent to the differential equation d^2(sin x)/dx^2 = -sin x — a result not formally proven in Europe until Newton and Leibniz developed calculus in the 17th century.
Core Formula
Explanation
The second finite difference of the n-th sine value equals the negative of that sine value divided by the radius. In modern notation: sin(n+1)h - 2sin(nh) + sin(n-1)h = -(2/R)(1-cos h) * sin(nh), where h = 3.75 degrees and R = 3438.
Historical Significance
This formula allowed Aryabhata to generate his entire 24-entry sine table from just two seed values (sin 3.75 and sin 7.5 degrees). It also implies knowledge of the second derivative of sine — a concept belonging to calculus.
Source: Aryabhatiya, Ganitapada, Verse 12
Madhava's Sine Power Series
Madhava of Sangamagrama (~1350 CE) discovered the infinite series expansion for sine. The Kerala School's Yuktibhasa (1530 CE) provides the complete geometric proof — the first rigorous proof of a power series in mathematical history.
Core Formula
Explanation
The proof proceeds by: (1) dividing the arc into n equal parts, (2) expressing sin as a sum of cosine increments via the identity sin(a+b) - sin(a) = 2cos(a+b/2)sin(b/2), (3) replacing cos terms with 1 - 2sin^2 and recursively substituting, (4) taking the limit as n approaches infinity. Jyeshthadeva's Yuktibhasa presents this as a geometric argument using infinitesimal arcs.
Historical Significance
This is the Taylor/Maclaurin series for sine, discovered 300+ years before Taylor (1715) and Maclaurin (1742). The Kerala proof is also the first known use of mathematical induction and limiting arguments resembling integration.
Source: Yuktibhasa by Jyeshthadeva, Chapter 6
Madhava's Pi Series & Correction Terms
Madhava discovered pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... (known in Europe as Leibniz-Gregory series, 1674). More remarkably, he discovered correction terms that dramatically accelerate convergence, enabling computation of pi to 11 decimal places.
Core Formula
Explanation
Madhava's three correction terms: f1(n) = (-1)^(n+1) * 1/(2(2n+2)), f2(n) = (-1)^(n+1) * (2n+2)/((2n+2)^2 + 1) * 1/2, f3(n) = (-1)^(n+1) * ((2n+2)^2 + 4) / (((2n+2)^2 + 5) * (2n+2)) * 1/2. These are rational approximations to the exact remainder of the series — a concept not developed in Europe until Euler's work in the 18th century.
Historical Significance
The base series converges extremely slowly (needing millions of terms for modest accuracy). The correction terms transform it into a rapidly converging algorithm. Madhava obtained pi = 3.14159265359 — correct to 11 decimal places, a world record for his era.
Source: Tantrasangraha by Nilakantha, recording Madhava
Baudhayana's Geometric Constructions
Baudhayana's Sulba Sutra (~800 BCE) provides geometric constructions for altar building that require solving right-triangle relationships. These constructions implicitly use trigonometric ratios centuries before the formal development of trigonometry.
Core Formula
Explanation
Baudhayana provides: (1) the diagonal theorem (Pythagorean theorem) stated as 'the diagonal of a rectangle produces both areas'; (2) the value of sqrt(2) = 1 + 1/3 + 1/(3*4) - 1/(3*4*34) = 1.4142156...; (3) methods for constructing squares equal in area to circles (squaring the circle) with area accuracy of ~1.7%. His constructions for transforming rectangles into squares and circles into squares demonstrate practical computation of what we now call sin(45) and tan(45).
Historical Significance
These constructions predate Greek geometry by 300+ years. The Sulba Sutras represent the oldest known computational geometry, and they demonstrate that trigonometric relationships were being used practically even before formal trigonometric functions were defined.
Source: Baudhayana Sulba Sutra, Chapters 1-3
Brahmagupta's Interpolation Formula
Brahmagupta (628 CE) developed a second-order interpolation formula for computing sine values between table entries. This is equivalent to Newton's forward difference interpolation formula, discovered over 1,000 years later.
Core Formula
Explanation
Brahmagupta's formula in his own terms: 'Multiply the residual arc by half the difference of the tabular difference (the one crossed over and the one to be crossed over), divide by the radian, and add to or subtract from half the sum of the same tabular differences.' This yields a quadratic interpolation that matches the modern Newton-Stirling formula.
Historical Significance
This formula reduces maximum interpolation error from about 3% (linear) to under 0.1% (quadratic). It shows that Indian mathematicians understood second-order differences and their use in approximation — a key concept in numerical analysis.
Source: Brahmasphutasiddhanta, Chapter 25
Explore More
Learn trigonometry through hands-on crafts or explore the historical narrative.
Note on Sources
Mathematical formulas are expressed in modern notation for clarity. Original Sanskrit formulations can be found in the cited texts. Proofs are reconstructed from the Yuktibhasa and commentarial traditions. We encourage readers to verify all sources independently.