All topics

s3.1.4

Sum/Product of the Roots

1,000 questions

For a polynomial pn(x)=anxn+an1xn1++a1x+a0=0p_n(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_0 = 0, Vieta's formulas describe the relationship between the coefficients and the sums and products of its roots.

  • Sum of the roots: an1an-\frac{a_{n-1}}{a_n}
  • Sum of the products of the roots taken two at a time: an2an\frac{a_{n-2}}{a_n}
  • Product of the roots: (1)na0an(-1)^n \frac{a_0}{a_n}

For a quadratic ax2+bx+c=0ax^2+bx+c=0, the sum of roots is b/a-b/a and the product is c/ac/a. For a cubic ax3+bx2+cx+d=0ax^3+bx^2+cx+d=0, the sum of roots is b/a-b/a, the sum of roots taken two at a time is c/ac/a, and the product is d/a-d/a.

Practise this