Sponsored Links

Minggu, 19 November 2017

Sponsored Links

Quadratic equations problem 8 (Vieta's formulas) - YouTube
src: i.ytimg.com

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.


Video Vieta's formulas



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 {\displaystyle P(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+\cdots +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 . {\displaystyle {\begin{cases}x_{1}+x_{2}+\dots +x_{n-1}+x_{n}=-{\dfrac {a_{n-1}}{a_{n}}}\\(x_{1}x_{2}+x_{1}x_{3}+\cdots +x_{1}x_{n})+(x_{2}x_{3}+x_{2}x_{4}+\cdots +x_{2}x_{n})+\cdots +x_{n-1}x_{n}={\dfrac {a_{n-2}}{a_{n}}}\\{}\quad \vdots \\x_{1}x_{2}\dots x_{n}=(-1)^{n}{\dfrac {a_{0}}{a_{n}}}.\end{cases}}}

Equivalently stated, the (n - k)th coefficient an-k 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 {\displaystyle \sum _{1\leq i_{1}<i_{2}<\cdots <i_{k}\leq n}x_{i_{1}}x_{i_{2}}\cdots x_{i_{k}}=(-1)^{k}{\frac {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.


Maps Vieta's formulas



Generalization to rings

Vieta's formulas are frequently used with polynomials with coefficients in any integral domain R. Then, the quotients a i / a n {\displaystyle a_{i}/a_{n}} belong to the ring of fractions of R (or in R itself if a n {\displaystyle a_{n}} is invertible in R) and the roots x i {\displaystyle 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 then useful 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 {\displaystyle a_{n}} is a non-zerodivisor and P ( x ) {\displaystyle P(x)} factors as a n ( x - x 1 ) ( x - x 2 ) ... ( x - x n ) {\displaystyle a_{n}(x-x_{1})(x-x_{2})\dots (x-x_{n})} . For example, in the ring of the integers modulo 8, the polynomial P ( x ) = x 2 - 1 {\displaystyle P(x)=x^{2}-1} has four roots: 1, 3, 5, and 7. Vieta's formulas are not true if, say, x 1 = 1 {\displaystyle x_{1}=1} and x 2 = 3 {\displaystyle x_{2}=3} , because P ( x ) ? ( x - 1 ) ( x - 3 ) {\displaystyle P(x)\neq (x-1)(x-3)} . However, P ( x ) {\displaystyle P(x)} does factor as ( x - 1 ) ( x - 7 ) {\displaystyle (x-1)(x-7)} and as ( x - 3 ) ( x - 5 ) {\displaystyle (x-3)(x-5)} , and Vieta's formulas hold if we set either x 1 = 1 {\displaystyle x_{1}=1} and x 2 = 7 {\displaystyle x_{2}=7} or x 1 = 3 {\displaystyle x_{1}=3} and x 2 = 5 {\displaystyle x_{2}=5} .


POLYNOMIALS 9/20/2015. STANDARD FORM OF A POLYNOMIAL ax + bx + cx ...
src: images.slideplayer.com


Example

Vieta's formulas applied to quadratic and cubic polynomial:

For the second degree polynomial (quadratic) P ( x ) = a x 2 + b x + c {\displaystyle P(x)=ax^{2}+bx+c} , roots x 1 , x 2 {\displaystyle x_{1},x_{2}} of the equation P ( x ) = 0 {\displaystyle P(x)=0} satisfy

x 1 + x 2 = - b a , x 1 x 2 = c a . {\displaystyle x_{1}+x_{2}=-{\frac {b}{a}},\quad x_{1}x_{2}={\frac {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 {\displaystyle P(x)=ax^{3}+bx^{2}+cx+d} , roots x 1 , x 2 , x 3 {\displaystyle x_{1},x_{2},x_{3}} of the equation P ( x ) = 0 {\displaystyle 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 . {\displaystyle x_{1}+x_{2}+x_{3}=-{\frac {b}{a}},\quad x_{1}x_{2}+x_{1}x_{3}+x_{2}x_{3}={\frac {c}{a}},\quad x_{1}x_{2}x_{3}=-{\frac {d}{a}}.}

Vieta's Formulas for quadratic equation and guessing roots - high ...
src: i.ytimg.com


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 ) {\displaystyle a_{n}x^{n}+a_{n-1}x^{n-1}+\cdots +a_{1}x+a_{0}=a_{n}(x-x_{1})(x-x_{2})\cdots (x-x_{n})}

(which is true since x 1 , x 2 , ... , x n {\displaystyle x_{1},x_{2},\dots ,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 . {\displaystyle x.}

Formally, if one expands ( x - x 1 ) ( x - x 2 ) ? ( x - x n ) , {\displaystyle (x-x_{1})(x-x_{2})\cdots (x-x_{n}),} the terms are precisely ( - 1 ) n - k x 1 b 1 ? x n b n x k , {\displaystyle (-1)^{n-k}x_{1}^{b_{1}}\cdots x_{n}^{b_{n}}x^{k},} where b i {\displaystyle b_{i}} is either 0 or 1, accordingly as whether x i {\displaystyle x_{i}} is included in the product or not, and k is the number of x i {\displaystyle x_{i}} that are excluded, so the total number of factors in the product is n (counting x k {\displaystyle x^{k}} with multiplicity k) - as there are n binary choices (include x i {\displaystyle x_{i}} or x), there are 2 n {\displaystyle 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 {\displaystyle x_{i}} - for xk, all distinct k-fold products of x i . {\displaystyle x_{i}.}


Applications of Quadratic Equations Slideshow 23, Mathematics Mr ...
src: images.slideplayer.com


History

As reflected in the name, the 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:

...[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.


Trick to remember formula for roots of polynomials - Vieta's ...
src: i.ytimg.com


See also

  • Newton's identities
  • Elementary symmetric polynomial
  • Symmetric polynomial
  • Content (algebra)
  • Properties of polynomial roots
  • Gauss-Lucas theorem
  • Rational root theorem
  • Vieta jumping

Applications of Quadratic Equations Slideshow 23, Mathematics Mr ...
src: images.slideplayer.com


References

  • Hazewinkel, Michiel, ed. (2001) [1994], "Viète theorem", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4 
  • Funkhouser, H. Gray (1930), "A short account of the history of symmetric functions of roots of equations", American Mathematical Monthly, Mathematical Association of America, 37 (7): 357-365, doi:10.2307/2299273, JSTOR 2299273 
  • Vinberg, E. B. (2003), A course in algebra, American Mathematical Society, Providence, R.I, ISBN 0-8218-3413-4 
  • Djuki?, Du?an; et al. (2006), The IMO compendium: a collection of problems suggested for the International Mathematical Olympiads, 1959-2004, Springer, New York, NY, ISBN 0-387-24299-6 

Source of the article : Wikipedia

Comments
0 Comments