Skip to content

Theory of Equations & Polynomials

Foundational Definition

An $n^{\text{th}}$-degree polynomial equation over $\mathbb{C}$ is given by: $$P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 = 0 \quad (a_n \neq 0)$$ By the Fundamental Theorem of Algebra, $P(x) = 0$ possesses exactly $n$ complex roots $\alpha_1, \alpha_2, \dots, \alpha_n$.


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

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 $p_k = \sum_{i=1}^n \alpha_i^k = \alpha_1^k + \alpha_2^k + \dots + \alpha_n^k$ be the power sum of degree $k$. For $k \ge n$: $$a_n p_k + a_{n-1} p_{k-1} + a_{n-2} p_{k-2} + \dots + a_0 p_{k-n} = 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)$.