Papers
Topics
Authors
Recent
Search
2000 character limit reached

Sridhara’s Polynomial Root Formula

Updated 6 July 2026
  • 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

ax2+bx+c=0,a0,ax^2+bx+c=0,\qquad a\neq 0,

Sridhara’s formula coincides with the modern quadratic formula,

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},

with the discriminant Δ=b24ac\Delta=b^2-4ac governing the root structure over R\mathbb{R} and C\mathbb{C} (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 nn (Gasull et al., 2020).

1. Classical statement and discriminant structure

For the quadratic polynomial ax2+bx+c=0ax^2+bx+c=0 with a0a\neq 0, Sridhara’s formula gives the two roots as

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.

Defining the discriminant by

Δ=b24ac,\Delta=b^2-4ac,

the real-coefficient classification is standard: if x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},0, there are two distinct real roots; if x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},1, there is a repeated real root

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},2

and if x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},3, the roots are a complex-conjugate pair,

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},4

This classification is stated explicitly for real coefficients x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},5 (Hungerbühler, 2017).

The same formula is not restricted to real or complex arithmetic. It works over any field of characteristic x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},6, provided a square-root function is consistently chosen. The characteristic-x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},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 x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},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

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},9

one rewrites:

Δ=b24ac\Delta=b^2-4ac0

then adds Δ=b24ac\Delta=b^2-4ac1 to both sides:

Δ=b24ac\Delta=b^2-4ac2

Hence

Δ=b24ac\Delta=b^2-4ac3

so that

Δ=b24ac\Delta=b^2-4ac4

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

Δ=b24ac\Delta=b^2-4ac5

then

Δ=b24ac\Delta=b^2-4ac6

Equivalently, for the monic form

Δ=b24ac\Delta=b^2-4ac7

one has

Δ=b24ac\Delta=b^2-4ac8

These are rescaled versions of Sridhara’s formula (Hungerbühler, 2017).

The Vieta relations for roots Δ=b24ac\Delta=b^2-4ac9 of R\mathbb{R}0 are

R\mathbb{R}1

Besides their theoretical use, they are explicitly noted as a numerical postprocessing device, for example

R\mathbb{R}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

R\mathbb{R}3

Its purpose is to reduce catastrophic cancellation when R\mathbb{R}4 is large relative to R\mathbb{R}5. In the direct formula, one of the numerators R\mathbb{R}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

R\mathbb{R}7

The smaller root is approximately R\mathbb{R}8, but direct evaluation of

R\mathbb{R}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 C\mathbb{C}0, returning C\mathbb{C}1 when C\mathbb{C}2.

For real coefficients, further stable strategies are obtained by scaling to

C\mathbb{C}3

and then using double-angle identities for C\mathbb{C}4 or C\mathbb{C}5, depending on the sign of C\mathbb{C}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,

C\mathbb{C}7

for which the roots admit the symmetric expression

C\mathbb{C}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

C\mathbb{C}9

combined with the identity

nn0

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 nn1 and nn2, the classification in homogeneous form is explicit. There is a double root nn3 iff nn4; there are two distinct positive real roots iff nn5; and there are two real roots of opposite sign iff nn6 (Hungerbühler, 2017). The last condition is naturally phrased in terms of nn7, not necessarily nn8 itself.

The significance of the symmetric form is twofold. First, it can reduce cancellation when nn9 is large and ax2+bx+c=0ax^2+bx+c=00 is moderate, especially near the double-root regime ax2+bx+c=0ax^2+bx+c=01. 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

ax2+bx+c=0ax^2+bx+c=02

one obtains

ax2+bx+c=0ax^2+bx+c=03

With

ax2+bx+c=0ax^2+bx+c=04

the symmetric formula yields the physically relevant root

ax2+bx+c=0ax^2+bx+c=05

The paper notes that ax2+bx+c=0ax^2+bx+c=06 is the distance fallen in the time a stone reaches speed ax2+bx+c=0ax^2+bx+c=07, while the bracketed term is dimensionless; its Taylor expansion in ax2+bx+c=0ax^2+bx+c=08 begins with ax2+bx+c=0ax^2+bx+c=09 (Hungerbühler, 2017).

5. ODE formulation of the quadratic root branch

A different modern perspective fixes a polynomial family

a0a\neq 00

and considers a root branch a0a\neq 01 satisfying

a0a\neq 02

Assuming the branch exists on a domain avoiding discriminant singularities and is at least a0a\neq 03 in a0a\neq 04, implicit differentiation gives the fundamental relation

a0a\neq 05

For a0a\neq 06, where

a0a\neq 07

this becomes

a0a\neq 08

equivalently

a0a\neq 09

as a separated-variables ODE (Gasull et al., 2020).

The same paper develops a discriminant-based framework using the equivalent parameterization

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.0

For a branch x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.1 with x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.2, if

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.3

and x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.4 is defined by

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.5

then

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.6

For the quadratic specialization x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.7, one has

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.8

hence

x=b±b24ac2a.x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.9

Returning to the Δ=b24ac,\Delta=b^2-4ac,0-parameterization yields

Δ=b24ac,\Delta=b^2-4ac,1

a first-order linear ODE with rational coefficients in Δ=b24ac,\Delta=b^2-4ac,2 (Gasull et al., 2020).

These two differential equations are equivalent along the solution curve because

Δ=b24ac,\Delta=b^2-4ac,3

which is simply the quadratic identity obtained from Δ=b24ac,\Delta=b^2-4ac,4. The discriminant thus appears simultaneously as the square of the affine function Δ=b24ac,\Delta=b^2-4ac,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

Δ=b24ac,\Delta=b^2-4ac,6

set

Δ=b24ac,\Delta=b^2-4ac,7

Then

Δ=b24ac,\Delta=b^2-4ac,8

so

Δ=b24ac,\Delta=b^2-4ac,9

and hence

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},00

Choosing an initial point such as x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},01, where x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},02 has roots x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},03 and x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},04, gives x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},05. Therefore

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},06

and

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},07

This is exactly Sridhara’s formula (Gasull et al., 2020).

The linear-ODE route begins with

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},08

Rewriting as

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},09

one obtains the integrating factor

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},10

Integration then gives

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},11

and the initial condition determines

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},12

recovering again

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},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 x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},14, the root branch satisfies a generalized Abel ODE

x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},15

with rational x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},16, and also an x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},17-th order linear ODE with polynomial coefficients in x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},18. The paper states that for x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},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 x=b±b24ac2a,x=\frac{-b\pm\sqrt{b^2-4ac}}{2a},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.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Sridhara's Polynomial Root Formula.