1.1 Roots of polynomial equations
- Syllabus
- 9231–2028–2029
- Topic
- 1.1
- Level
- AS
For $A x^4+B x^3+C x^2+D x+E=0$ with roots $\alpha,\beta,\gamma,\delta$:\sum \alpha=-\frac{B}{A},\qquad \sum_{i<j}\alpha_i\alpha_j=\frac{C}{A},\qquad \sum_{i<j<k}\alpha_i\alpha_j\alpha_k=-\frac{D}{A},\qquad \alpha\beta\gamma\delta=\frac{E}{A}.Thesamealternatingpatterntruncatesfordegrees2and3.
These are Vieta's relations: expand A(x−α)(x−β)⋯ and match coefficients. Each sigma means all distinct combinations of that size, not one selected pair or triple. Put the equation in descending powers first and divide every relation by the leading coefficient A.
If $e_1=\sum\alpha$, $e_2=\sum_{i<j}\alpha_i\alpha_j$ and $e_3=\sum_{i<j<k}\alpha_i\alpha_j\alpha_k$, then\sum\alpha^2=e_1^2-2e_2,\qquad \sum\alpha^3=e_1^3-3e_1e_2+3e_3.
For 2x3−5x2−4x+3=0, e1=5/2, e2=−2 and e3=−3/2. Hence ∑α2=(5/2)2−2(−2)=41/4. This obtains the symmetric value without solving the cubic; the same relations can instead form equations for unknown coefficients.
Do not lose the alternating signs: for a monic polynomial the coefficient pattern is 1,−e1,+e2,−e3,+e4. The syllabus restricts direct coefficient-root work here to equations of degree 2, 3 or 4.
For original roots x=α and required new roots y=g(α): (1) rearrange to express x in terms of y; (2) substitute that expression for x in f(x)=0; (3) clear denominators or eliminate radicals; (4) collect into a polynomial in y and make the leading coefficient convenient; (5) check its degree and that each required transformed root satisfies it.
For reciprocal roots $y=1/x$, substitute $x=1/y$. Iff(x)=2x^3-3x^2+5x-7,theny^3f(1/y)=2-3y+5y^2-7y^3=0,soanequationforthereciprocalrootsis7y^3-5y^2+3y-2=0.
For a linear change y=mx+c with m=0, use x=(y−c)/m. For example, if x2−3x+2=0 and y=2x−1, substituting x=(y+1)/2 and multiplying by 4 gives (y+1)2−6(y+1)+8=0, hence y2−4y+3=0. Its roots 1,3 are exactly 2(1)−1,2(2)−1.
For powers such as y=x2 or x3, substitution may introduce y or 3y. Isolate the radical expression, raise to the necessary power, and simplify. Because raising powers can introduce extra solutions, verify the final roots against the original transformation and preserve the expected number of transformed roots, including multiplicity.
Transform roots, not coefficients. Multiplying the final equation by any non-zero constant changes no roots, but multiplying by a variable expression or clearing a denominator carelessly can add the forbidden value where that denominator was zero.