A-level Mathematics/OCR/FP1/Roots of Polynomial Equations

From testwiki
Revision as of 01:12, 31 July 2017 by imported>PokestarFan (clean up & typo fixing using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In this module we will discuss how symmetrical polynomial have special relationships with their roots. This characteristics make it easier to find the roots of a symmetrical polynomial or multiply factors together.

Symmetrical Polynomials

In mathematics a polynomial is considered to be symmetrical if you take the roots of the original polynomial and then interchange any root with another root, the polynomial will remain the same. For example the polynomial 8x3+16x222x30 is symmetrical because its factorized form is (2x3)(2x+2)(2x+5) and if you interchange the roots the resulting polynomial will be the same. However the polynomial 4x3+12x27x30 is not symmetrical because it factorized form is (2x3)(x+2)(2x+5) and if you interchange the roots the resulting polynomial will be 4x3+18x216x30 if you switch the 2 and the 5 around.

Roots Of Quadratic Polynomial

If we need to find the roots of a given quadratic function we have two formulae that can help us to find the roots of a quadratic equation.

Let α and β be the roots of ax2+bx+c=0. Then, α+β=ba,αβ=ca

Example

Find the values of a and b of the equation ax2+bx48 if α+β=6 and αβ=16.

  1. First we need to find the value of a and b, we use the relationships of the roots to find a and b.
    1. αβ=16=48a from this we can determine that a = 3
    2. α+β=6=ba
  2. Now that we have determined that a = 3 we can write the second relationship as:
    α+β=6=b3 so we can determine that b = -18
  3. Now we can write the complete equation.
    3x218x48

Roots Of Cubic Equations

If we need to find the roots of a given cubic function we have three formulae that can help us to find the roots of a cubic equation.

Let α,β and γ be the roots of ax3+bx2+cx+d=0. Then, α=ba,αβ=ca,αβγ=da

Where: α=α+β+γ

And: αβ=αβ+αγ+βγ

Example

In this example we consider the special case of the cubic x3+21x2+cx+280=0, where c is to be determined and we are given the additional information that its 3 roots are in arithmetic progression. Thus we can write the roots in the form p, p + q, p - q. Also factorize the equation.

  1. First to find p we use the α.
    α=p+(p+q)+(pq)=211
    α=3p=21
    p=7
  2. Then we need to find the value of q.
    7(7+q)(7q)=2801
    7q2343=280
    7q2=63
    q2=9
    q=3
  3. Now we can write out our roots.
    (-7 - 3),-7,(-7 + 3)
    -10,-7,-4
  4. We can now find c.
    αβ=7×4+7×10+10×4=c1
    138=c
  5. The complete equation is x3+21x2+138x+280=0
  6. Finally we write out the factorized equation.
  7. (x+7)(x+4)(x+10)=0

Simple Substitution of Roots

If you increase each root in a polynomial equation by the number n, you can calculate the resulting equation by replacing each x term in the original polynomial equation with (x - n). This leads to binomial expansion so make sure that you are well versed in it.

Example

Suppose that the cubic equation x3+x222x40=0 has roots α,β and γ. Find a cubic equation with the roots α2,β2 and γ2

  1. If x=α2 then α=x+2. Since α is a root of the original equation you can replace each x term with x + 2:
    (x+2)3+(x+2)222(x+2)40=0
  2. Using Binomial Expansion we can easily find the terms.
    (x3+6x2+12x+8)+(x2+4x+4)22(x+2)40=0
  3. Finally we combine all the terms and we have:
  1. x3+7x26x72

Template:A-level Mathematics/FP1/TOC