Sridhara’s Polynomial Root Formula
- Sridhara’s Polynomial Root Formula is a closed-form solution for quadratic equations that expresses roots in terms of coefficients using the discriminant.
- It integrates classical methods like completing the square with modern approaches such as ODE formulations and symmetric homogeneous normal forms to ensure numerical stability.
- The ODE approach not only recovers the traditional quadratic formula but also establishes a framework for generalizing root-finding techniques to higher-degree polynomials.
Searching arXiv for the cited papers and closely related formulations. Sridhara’s Polynomial Root Formula denotes the classical closed-form expression for the roots of a quadratic polynomial and, in modern analysis, the associated differential-equation viewpoint in which a root is treated as a function of the independent term. For a quadratic equation
Sridhara’s formula coincides with the modern quadratic formula,
with the discriminant governing the root structure over and (Hungerbühler, 2017). A later ODE-based treatment shows that the same formula is recovered by differentiating an algebraic root branch with respect to the constant term, thereby embedding the quadratic case into a broader framework for polynomial root functions of degree (Gasull et al., 2020).
1. Classical statement and discriminant structure
For the quadratic polynomial with , Sridhara’s formula gives the two roots as
Defining the discriminant by
the real-coefficient classification is standard: if 0, there are two distinct real roots; if 1, there is a repeated real root
2
and if 3, the roots are a complex-conjugate pair,
4
This classification is stated explicitly for real coefficients 5 (Hungerbühler, 2017).
The same formula is not restricted to real or complex arithmetic. It works over any field of characteristic 6, provided a square-root function is consistently chosen. The characteristic-7 case is treated separately via the Artin–Schreier map, which lies outside ordinary real or complex numerical practice (Hungerbühler, 2017).
A common misconception is that the formula’s modern symbolic form and its historical attribution are identical questions. The review distinguishes them: Sridhara’s formula is exactly the standard quadratic formula, but the paper credits the first symbolic appearance of the modern formula, in the sense of expressing roots in terms of coefficients, to Descartes in 1637 (Hungerbühler, 2017). This indicates that attribution, symbolic notation, and algorithmic content belong to different historical layers.
2. Historical prehistory and algebraic derivation
The prehistory of the quadratic formula is described as extensive. Babylonian mathematics, including tablet BM 13901, used procedures equivalent to completing the square to solve equations of the form 8. Euclid’s Elements and the intersecting chords theorem supplied geometric solutions of quadratic problems. Al-Khwarizmi systematically classified quadratic equations and their solutions, marking a transition to elementary algebra. The symbolic expression of roots in coefficient form is then credited to Descartes (Hungerbühler, 2017).
The classical derivation proceeds by completing the square. Starting from
9
one rewrites:
0
then adds 1 to both sides:
2
Hence
3
so that
4
This is precisely the formula identified with Sridhara (Hungerbühler, 2017).
The derivation is elementary, but its algebraic significance is broader. It isolates the discriminant as the obstruction to repeated roots and exhibits the quadratic equation as reducible to a single square-root extraction. This suggests why the formula remains the template against which later variants, stable rearrangements, and generalizations are assessed.
3. Equivalent forms, Vieta relations, and numerical stability
Several algebraically equivalent variants are reviewed. If the equation is first normalized to
5
then
6
Equivalently, for the monic form
7
one has
8
These are rescaled versions of Sridhara’s formula (Hungerbühler, 2017).
The Vieta relations for roots 9 of 0 are
1
Besides their theoretical use, they are explicitly noted as a numerical postprocessing device, for example
2
This is especially relevant when one root has been computed stably and the other would otherwise suffer cancellation (Hungerbühler, 2017).
The numerically stable reciprocal rearrangement highlighted in the review is
3
Its purpose is to reduce catastrophic cancellation when 4 is large relative to 5. In the direct formula, one of the numerators 6 may subtract nearly equal large quantities. In the reciprocal form, one chooses the sign so that the denominator has the largest magnitude, then computes the other root by Vieta (Hungerbühler, 2017).
This stability issue is exhibited by the test equation
7
The smaller root is approximately 8, but direct evaluation of
9
is cancellation-sensitive. The reciprocal form avoids that subtraction, while the other root is recovered through the product relation (Hungerbühler, 2017). The paper also notes that the reciprocal form behaves well in the degenerate linear case 0, returning 1 when 2.
For real coefficients, further stable strategies are obtained by scaling to
3
and then using double-angle identities for 4 or 5, depending on the sign of 6. These forms are explicitly described as numerically stable approaches in standard references (Hungerbühler, 2017).
4. Symmetric homogeneous normal form
A central modern reformulation writes the quadratic in homogeneous normal form,
7
for which the roots admit the symmetric expression
8
This is presented as a new formula in the review paper, algebraically equivalent to the classical quadratic formula but structurally different (Hungerbühler, 2017).
The equivalence follows from the classical expression
9
combined with the identity
0
The branch choice in the square roots determines the correspondence between the two signs and the two roots. Correctness can also be checked by direct substitution into the normalized quadratic (Hungerbühler, 2017).
For real 1 and 2, the classification in homogeneous form is explicit. There is a double root 3 iff 4; there are two distinct positive real roots iff 5; and there are two real roots of opposite sign iff 6 (Hungerbühler, 2017). The last condition is naturally phrased in terms of 7, not necessarily 8 itself.
The significance of the symmetric form is twofold. First, it can reduce cancellation when 9 is large and 0 is moderate, especially near the double-root regime 1. Second, it is compact in problems where homogeneous, dimensionally consistent parameters arise directly. The review states that it makes explicit a “sum of two squares” structure after normalization and may be more natural in geometric or physical applications (Hungerbühler, 2017).
The paper’s “well depth” example illustrates this point. From
2
one obtains
3
With
4
the symmetric formula yields the physically relevant root
5
The paper notes that 6 is the distance fallen in the time a stone reaches speed 7, while the bracketed term is dimensionless; its Taylor expansion in 8 begins with 9 (Hungerbühler, 2017).
5. ODE formulation of the quadratic root branch
A different modern perspective fixes a polynomial family
0
and considers a root branch 1 satisfying
2
Assuming the branch exists on a domain avoiding discriminant singularities and is at least 3 in 4, implicit differentiation gives the fundamental relation
5
For 6, where
7
this becomes
8
equivalently
9
as a separated-variables ODE (Gasull et al., 2020).
The same paper develops a discriminant-based framework using the equivalent parameterization
0
For a branch 1 with 2, if
3
and 4 is defined by
5
then
6
For the quadratic specialization 7, one has
8
hence
9
Returning to the 0-parameterization yields
1
a first-order linear ODE with rational coefficients in 2 (Gasull et al., 2020).
These two differential equations are equivalent along the solution curve because
3
which is simply the quadratic identity obtained from 4. The discriminant thus appears simultaneously as the square of the affine function 5 and as the coefficient controlling the linear ODE (Gasull et al., 2020).
6. Recovery of Sridhara’s formula from ODEs and higher-degree context
The ODE approach recovers the explicit quadratic formula by two routes. Starting from
6
set
7
Then
8
so
9
and hence
00
Choosing an initial point such as 01, where 02 has roots 03 and 04, gives 05. Therefore
06
and
07
This is exactly Sridhara’s formula (Gasull et al., 2020).
The linear-ODE route begins with
08
Rewriting as
09
one obtains the integrating factor
10
Integration then gives
11
and the initial condition determines
12
recovering again
13
The paper identifies this as the classical formula commonly attributed to Sridhara (Sridharacharya) (Gasull et al., 2020).
Within the same framework, the quadratic case is the first member of a broader hierarchy. For general degree 14, the root branch satisfies a generalized Abel ODE
15
with rational 16, and also an 17-th order linear ODE with polynomial coefficients in 18. The paper states that for 19 one obtains a linear ODE, a Riccati ODE, and an Abel ODE, respectively, and that the same framework recovers Cardano’s and Ferrari’s solutions in the cubic and quartic cases (Gasull et al., 2020).
This broader setting does not alter the status of Sridhara’s formula as the closed-form solution of the quadratic. Rather, it places the quadratic formula inside a dynamical viewpoint where discriminants, branch selection, and analytic continuation are encoded in differential equations. A plausible implication is that the familiar discriminant 20 is not only an algebraic invariant but also the natural singular object controlling the evolution of the root branch as the constant term varies.