Solveeit Logo

Question

Question: What is the relationship between the roots and the coefficients of a polynomial?...

What is the relationship between the roots and the coefficients of a polynomial?

Explanation

Solution

A polynomial is a mathematical expression of one or more algebraic terms each of which consists of a constant multiplied by one or more variables raised to a positive integral power (likea+bx+cx2a + bx + c{x^2})

Complete step-by-step solution:
Let α1,α2,α3...αn{\alpha _1},{\alpha _2},{\alpha _3}...{\alpha _n} are the roots of any polynomial which is given by an expression,
f(x)=a0xn+a1xn+a2xn2+...+an1x+an=0f(x) = {a_0}{x^n} + {a_1}{x^{n - `}} + {a_2}{x^{n - 2}} + ... + {a_{n - 1}}x + {a_n} = 0
Therefore, we can write
f(x)=a0(xα1)(xα2)(xα3)...(xαn)f(x) = {a_0}(x - {\alpha _1})(x - {\alpha _2})(x - {\alpha _3})...(x - {\alpha _n})
Now, equating the right hand side of both the above equation, we get
a0(xα1)(xα2)(xα3)...(xαn)=a0xn+a1xn+a2xn2+...+an1x+an=0{a_0}(x - {\alpha _1})(x - {\alpha _2})(x - {\alpha _3})...(x - {\alpha _n}) = {a_0}{x^n} + {a_1}{x^{n - `}} + {a_2}{x^{n - 2}} + ... + {a_{n - 1}}x + {a_n} = 0
Now, comparing coefficient of xn1{x^{n - 1}} on both sides we get
s1=α1+α2+α3+...+αn=αi=a1a0{s_1} = {\alpha _1} + {\alpha _2} + {\alpha _3} + ... + {\alpha _n} = \sum {{\alpha _i}} = - \dfrac{{{a_1}}}{{{a_0}}}
s1=coeff. of(xn1)coeff. of(xn)\Rightarrow {s_1} = - \dfrac{{\text{coeff. of}({x^{n - 1}})}}{{\text{coeff. of} ({x^n})}}
Comparing coefficient of xn2{x^{n - 2}} on both sides, we get
s1=α1α2+α1α3+...=ijαiαj=(1)2a2a0{s_1} = {\alpha _1}{\alpha _2} + {\alpha _1}{\alpha _3} + ... = \sum\limits_{i \ne j} {{\alpha _i}{\alpha _j}} = {( - 1)^2}\dfrac{{{a_2}}}{{{a_0}}}
s1=(1)2coeff. of(xn2)coeff. of(xn)\Rightarrow {s_1} = {( - 1)^2}\dfrac{{\text{coeff. of}({x^{n - 2}})}}{{\text{coeff. of}({x^n})}}
Particular case: Quadratic equation ax2+bx+c=0a{x^2} + bx + c = 0,
>>The solutions of the quadratic equation, ax2+bx+c=0a{x^2} + bx + c = 0 is given by x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}
>>The expression b24ac=D{b^2} - 4ac = D is called the discriminant of the quadratic equation.
>>If α & β are the roots of the quadratic equation ax2+bx+c=0a{x^2} + bx + c = 0 then;

  1. α+β=ba\alpha + \beta = - \dfrac{b}{a}
  2. αβ=ca\alpha \beta = \dfrac{c}{a}
  3. αβ=Da\left| {\alpha - \beta } \right| = \dfrac{{\sqrt D }}{{\left| a \right|}}
    >>Quadratic equation whose roots are α & β is (xα)(xβ)=0(x - \alpha )(x - \beta ) = 0i.e.
    x2(α+β)x+αβ=0{x^2} - (\alpha + \beta )x + \alpha \beta = 0 i.e. x2{x^2} - (sum of roots) x$$$$ + product of roots=0 = 0
    Nature of Roots: Consider the quadratic equation ax2+bx+c=0a{x^2} + bx + c = 0 where a,b,cR&a0a,b,c \in R\& a \ne 0 then;
    \to D>0D > 0 \Leftrightarrow Roots are real & distinct (unequal).
    \to D=0D = 0 \Leftrightarrow Roots are real & coincident (equal).
    \to D<0D < 0 \Leftrightarrow Roots are imaginary.

Note:
>>A polynomial is a combination of terms that are only added, subtracted or multiplied.
>>A quadratic polynomial with real coefficients is of the form ax2+bx+ca{x^2} + bx + c, where a, b, c are real numbers with a0a \ne 0 .
>>The highest exponent of the variable in the equation is called the degree of polynomial.
>>Polynomials of degrees 1,2and31,2and3 are called linear, quadratic and cubic polynomials respectively.