Skip to content

Theory of Equations & Polynomials

Foundational Definition

An nth-degree polynomial equation over C is given by:

P(x)=anxn+an1xn1++a1x+a0=0(an0)

By the Fundamental Theorem of Algebra, P(x)=0 possesses exactly n complex roots α1,α2,,αn.


1. Vieta's Formulas (Relations Between Roots and Coefficients)

📊Visual Mathematical Intuition
Quadratic Parabola Loci, Vertex & Location of Roots
x y α β Vertex (-b/2a, -D/4a) k_1 k_2 D < 0 (f(x) > 0)
Parabola Vertex:V(b2a,D4a)V\left(-\frac{b}{2a}, -\frac{D}{4a}\right)
Discriminant Cases:D>0 (2 Real),  D=0 (1 Real),  D<0 (Complex)D > 0 \text{ (2 Real)}, \; D = 0 \text{ (1 Real)}, \; D < 0 \text{ (Complex)}
Trapping in (k1, k2):af(k1)>0,  af(k2)>0,  k1<b2a<k2a \cdot f(k_1) > 0, \; a \cdot f(k_2) > 0, \; k_1 < -\frac{b}{2a} < k_2

Parabolic curve geometry showing vertex (b/2a,D/4a)(-b/2a, -D/4a), discriminant root conditions (Δ>0,=0,<0\Delta > 0, = 0, < 0), and boundary interval (k1,k2)(k_1, k_2) trapping criteria.

Let α1,α2,,αn be the roots of P(x)=0. Expanding ank=1n(xαk)=0 gives:

S1=i=1nαi=an1anS2=1i<jnαiαj=an2anS3=1i<j<knαiαjαk=an3anSn=i=1nαi=(1)na0an

2. Newton's Sums for Polynomial Roots

Newton-Girard Power Sum Theorem

Let pk=i=1nαik=α1k+α2k++αnk be the power sum of degree k. For kn:

anpk+an1pk1+an2pk2++a0pkn=0

High-Speed Application (JEE Advanced Pattern): For quadratic ax2+bx+c=0 with roots α,β and pn=an=αn+βn:

apn+bpn1+cpn2=0apn+bpn1=cpn2

3. Location of Roots for Quadratic Equations

Let f(x)=ax2+bx+c (a>0). The discriminant D=b24ac.

Condition on RootsNecessary & Sufficient Conditions
Both roots greater than a real number k (α,β>k)D0,b2a>k,f(k)>0
Both roots less than a real number k (α,β<k)D0,b2a<k,f(k)>0
A number k lies between the roots (α<k<β)f(k)<0 (automatically implies D>0)
Both roots lie strictly within interval (k1,k2)D0,k1<b2a<k2,f(k1)>0,f(k2)>0
Exactly one root lies in interval (k1,k2)f(k1)f(k2)<0

4. Condition for Common Roots

One Common Root

If a1x2+b1x+c1=0 and a2x2+b2x+c2=0 have a common root α:

(c1a2c2a1)2=(a1b2a2b1)(b1c2b2c1)

Both Roots Common

a1a2=b1b2=c1c2

5. Descartes' Rule of Signs

Bound on Real Roots

The number of positive real roots of a polynomial P(x) with real coefficients cannot exceed the number of sign variations in the sequence of its coefficients, and differs from it by an even non-negative integer.
The number of negative real roots is bounded similarly by the sign variations in P(x).