Suvarna Garge (Editor)

Vieta's formulas

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, Vieta's formulas are formulas that relate the coefficients of a polynomial to sums and products of its roots. Named after François Viète (more commonly referred to by the Latinised form of his name, Franciscus Vieta), the formulas are used specifically in algebra.

Contents

Basic formulas

Any general polynomial of degree n

P ( x ) = a n x n + a n 1 x n 1 + + a 1 x + a 0

(with the coefficients being real or complex numbers and an ≠ 0) is known by the fundamental theorem of algebra to have n (not necessarily distinct) complex roots x1x2, ..., xn. Vieta's formulas relate the polynomial's coefficients { ak } to signed sums and products of its roots { xi } as follows:

{ x 1 + x 2 + + x n 1 + x n = a n 1 a n ( x 1 x 2 + x 1 x 3 + + x 1 x n ) + ( x 2 x 3 + x 2 x 4 + + x 2 x n ) + + x n 1 x n = a n 2 a n x 1 x 2 x n = ( 1 ) n a 0 a n .

Equivalently stated, the (n − k)th coefficient ank is related to a signed sum of all possible subproducts of roots, taken k-at-a-time:

1 i 1 < i 2 < < i k n x i 1 x i 2 x i k = ( 1 ) k a n k a n

for k = 1, 2, ..., n (where we wrote the indices ik in increasing order to ensure each subproduct of roots is used exactly once).

The left hand sides of Vieta's formulas are the elementary symmetric functions of the roots.

Generalization to rings

Vieta's formulas are frequently used with polynomials with coefficients in any integral domain R. In this case the quotients a i / a n belong to the ring of fractions of R (or in R itself if a n is invertible in R) and the roots x i are taken in an algebraically closed extension. Typically, R is the ring of the integers, the field of fractions is the field of the rational numbers and the algebraically closed field is the field of the complex numbers.

Vieta's formulas are useful in this situation, because they provide relations between the roots without having to compute them.

For polynomials over a commutative ring which is not an integral domain, Vieta's formulas are only valid when a n is a non-zerodivisor and P ( x ) factors as a n ( x x 1 ) ( x x 2 ) ( x x n ) . For example, in the ring of the integers modulo 8, the polynomial P ( x ) = x 2 1 has four roots: 1, 3, 5, and 7. Vieta's formulas are not true if, say, x 1 = 1 and x 2 = 3 , because P ( x ) ( x 1 ) ( x 3 ) . However, P ( x ) does factor as ( x 1 ) ( x 7 ) and as ( x 3 ) ( x 5 ) , and Vieta's formulas hold if we set either x 1 = 1 and x 2 = 7 or x 1 = 3 and x 2 = 5 .

Example

Vieta's formulas applied to quadratic and cubic polynomial:

For the second degree polynomial (quadratic) P ( x ) = a x 2 + b x + c , roots x 1 , x 2 of the equation P ( x ) = 0 satisfy

x 1 + x 2 = b a , x 1 x 2 = c a .

The first of these equations can be used to find the minimum (or maximum) of P. See second order polynomial.

For the cubic polynomial P ( x ) = a x 3 + b x 2 + c x + d , roots x 1 , x 2 , x 3 of the equation P ( x ) = 0 satisfy

x 1 + x 2 + x 3 = b a , x 1 x 2 + x 1 x 3 + x 2 x 3 = c a , x 1 x 2 x 3 = d a .

Proof

Vieta's formulas can be proved by expanding the equality

a n x n + a n 1 x n 1 + + a 1 x + a 0 = a n ( x x 1 ) ( x x 2 ) ( x x n )

(which is true since x 1 , x 2 , , x n are all the roots of this polynomial), multiplying the factors on the right-hand side, and identifying the coefficients of each power of x .

Formally, if one expands ( x x 1 ) ( x x 2 ) ( x x n ) , the terms are precisely ( 1 ) n k x 1 b 1 x n b n x k , where b i is either 0 or 1, accordingly as whether x i is included in the product or not, and k is the number of x i that are excluded, so the total number of factors in the product is n (counting x k with multiplicity k) – as there are n binary choices (include x i or x), there are 2 n terms – geometrically, these can be understood as the vertices of a hypercube. Grouping these terms by degree yields the elementary symmetric polynomials in x i – for xk, all distinct k-fold products of x i .

History

As reflected in the name, these formulas were discovered by the 16th century French mathematician François Viète, for the case of positive roots.

In the opinion of the 18th century British mathematician Charles Hutton, as quoted in (Funkhouser), the general principle (not only for positive real roots) was first understood by the 17th century French mathematician Albert Girard; Hutton writes:

...[Girard was] the first person who understood the general doctrine of the formation of the coefficients of the powers from the sum of the roots and their products. He was the first who discovered the rules for summing the powers of the roots of any equation.

References

Vieta's formulas Wikipedia