Given the equation 3x^2 +2x +k =03x2+2x+k=0, how do you state the sum and product of the roots?
1 Answer
The sum of the roots is
Explanation:
Given:
3x^2+2x+k = 03x2+2x+k=0
Divide through by
x^2+2/3x+k/3 = 0x2+23x+k3=0
Note that if this has roots
0 = (x-r_1)(x-r_2) = x^2-(r_1+r_2)x+r_1 r_20=(x−r1)(x−r2)=x2−(r1+r2)x+r1r2
So equating coefficients, we find that the sum of the roots is
Footnote
Consider what happens for a polynomial of degree
When we multiply binomials like this:
(x-r_1)(x-r_2)...(x-r_n)
=x^n
-(r_1+r_2+...+r_n)x^(n-1)
+(r_1r_2+r_1r_3+...+r_1r_n+r_2r_3+...+r_(n-1)r_n)x^(n-2)
-(r_1r_2r_3+...+r_(n-2)r_(n-1)r_n)x^(n-3)
+...+-r_1r_2...r_n
The coefficients of the resulting polynomial are called the elementary symmetric polynomials in
Any symmetric polynomial in
For example, when
r_1^2+r_2^2 = (r_1+r_2)^2 - 2(r_1r_2)