Polynomials (Edexcel A Level Maths: Pure): Flashcards

Exam code: 9MA0

1/23

0Still learning

Know0

  • What is the rule for expanding two brackets multiplied together?

Cards in this collection (23)

  • What is the rule for expanding two brackets multiplied together?

    Every term in one bracket must be multiplied by every term in the other.

    So \left(a + b\right) \left(x + y + z\right) gives six products: a x + a y + a z + b x + b y + b z.

  • \left(a + b\right)^{2} expands to a^{2} + \_\_\_\_\_\_ + b^{2}.

    \left(a + b\right)^{2} expands to a^{2} + 2 a b + b^{2}.

    The middle term comes from the two cross-products, a b and b a, which is exactly what is lost if you square each term separately.

  • What does FOIL stand for, and when can you use it?

    First, Outside, Inside, Last. It is the each-term-times-each-term rule carried out in a fixed order.

    It only applies when both brackets contain exactly two terms.

  • True or False?

    \left(a + b\right)^{3} can be expanded by writing the bracket out three times and multiplying.

    True.

    A cube is simply the bracket multiplied by itself three times, and at that size writing it out is perfectly practical.

  • How do you expand three or more sets of brackets?

    Two at a time.

    Expand and simplify the first pair, then multiply that result by the next bracket, and so on.

  • When is it worth using the binomial expansion instead of writing brackets out?

    When the power is large, such as \left(a + b\right)^{7}.

    Writing out and multiplying that many brackets is impractical.

  • Define polynomial.

    A polynomial is an algebraic expression with a finite number of terms, in which every index is a non-negative integer.

    So 3 x + 5 and even the plain number 8 are polynomials, but \sqrt{x}, 5 x^{- 3} and \frac{3}{x} are not.

  • What ordinary arithmetic method is polynomial division modelled on?

    Long division, the "bus stop" method used for dividing numbers.

    It splits a polynomial into a factor pair, with or without a remainder left at the end.

  • Dividing x^{3} + 6 x^{2} - 9 x - 14 by x + 3 gives a quotient of x^{2} + 3 x - 18, so:

    x^{3} + 6 x^{2} - 9 x - 14 = \left(x + 3\right) \left(x^{2} + 3 x - 18\right) + \_\_\_\_\_\_

    x^{3} + 6 x^{2} - 9 x - 14 = \left(x + 3\right) \left(x^{2} + 3 x - 18\right) + 40

    Written this way the division shows the polynomial as a product plus a leftover, exactly as 17 = 5 \times 3 + 2 does for numbers.

  • When dividing a polynomial, which term do you deal with first?

    The highest power of the dividend, compared against the highest power of the divisor.

    Dividing x^{3} + 6 x^{2} - 9 x - 14 by x - 2, it takes x^{2} to make x^{3}, so x^{2} goes on top.

  • True or False?

    If a polynomial division leaves a remainder, the divisor is not a factor.

    True.

    A factor divides exactly and leaves zero, so any non-zero remainder shows that the divisor is not a factor.

  • Once you have written a term on top of a polynomial division, what are the next two moves?

    Multiply the whole divisor by that term, and subtract the result from what you are dividing.

    Then bring down the terms you have not yet used and repeat with the new leading term.

  • Define the factor theorem.

    For a polynomial \text{f}\left(x\right): if \text{f}\left(p\right) = 0 then \left(x - p\right) is a factor, and if \left(x - p\right) is a factor then \text{f}\left(p\right) = 0.

    It holds in both directions, which is what makes it usable either way round.

  • If \text{h} \left(- 2\right) = 0, which expression is a factor of \text{h} \left(x\right)?

    \left(x + 2\right), because x - \left(- 2\right) = x + 2.

    The theorem is stated with a minus sign, so a negative value of p produces a plus inside the bracket.

  • You are told that \left(x + 2\right) is a factor of \text{h}\left(x\right). What can you write down straight away?

    That \text{h}\left(- 2\right) = 0.

    Substituting x = - 2 must give zero, which can be used to confirm the factor or to find an unknown coefficient.

  • True or False?

    If \text{f}\left(2\right) = 5, then \left(x - 2\right) is not a factor of \text{f}\left(x\right).

    True.

    The theorem requires \text{f}\left(p\right) to be zero, so any non-zero value rules that bracket out.

  • What is the factor theorem mainly used for in this course?

    Factorising polynomials.

    It finds one linear factor quickly, with a single substitution and no division at all.

  • Which two techniques does factorising a cubic combine?

    The factor theorem, to find one linear factor, and polynomial division, to get the rest.

    Neither is enough alone: the theorem gives a factor but not the quotient, and division needs a divisor before it can start.

  • What is the goal when fully factorising a polynomial?

    To write it as a product of linear factors, taken as far as it will go.

    For example x^{3} + 4 x^{2} - 11 x - 30 = \left(x + 2\right) \left(x - 3\right) \left(x + 5\right).

  • What is the first move in factorising a cubic \text{f}\left(x\right)?

    Find a value p for which \text{f}\left(p\right) = 0.

    Until you have one factor there is nothing to divide by, so this has to come first.

  • True or False?

    Every cubic can be written as a product of three linear factors.

    False.

    If the quadratic left after dividing does not factorise, the answer stops at one linear factor times a quadratic.

    For example 2 x^{3} + 3 x^{2} + 10 x - 6 = \left(2 x - 1\right) \left(x^{2} + 2 x + 6\right).

  • Factorising x^{3} + 6 x^{2} - 9 x - 14: since \text{f} \left(- 1\right) = 0, dividing by \left(x + 1\right) leaves x^{2} + 5 x - 14, which factorises as:

    \left(x + \_\_\_\_\_\_\right) \left(x - \_\_\_\_\_\_\right)

    \left(x + 7\right) \left(x - 2\right)

    So the full factorisation is x^{3} + 6 x^{2} - 9 x - 14 = \left(x + 1\right) \left(x + 7\right) \left(x - 2\right).

  • Can the same method be used on a polynomial of degree higher than three?

    Yes, because each linear factor found reduces the degree by one.

    A quartic simply needs the find-a-factor-then-divide cycle carried out twice before a quadratic is left.

Sign up to unlock flashcards

or