A-level Mathematics/OCR/C1/Polynomials

From Wikibooks, open books for an open world
Jump to navigation Jump to search

You are already familiar with expressions such as or and perhaps . The general word for an expression that can be written in this form is a polynomial. Excluding the constant term, every power of in a polynomial is a positive integer. Expressions that have to a non-integer or negative power are not polynomials.

Basics of polynomials[edit | edit source]

All polynomials can be written in the form:

.

The numbers are known as the co-efficients, and will often already be known. For example in the coefficient of is 4. The co-efficients may be 1 or even 0, for example is still a polynomial.

Degrees of polynomials[edit | edit source]

The number , i.e. the highest power in the polynomial is known as the degree, or sometimes the order, of the polynomial. For example, is a degree 4 polynomial. Certain degrees have names, and are often written using certain letters for the coefficients when they are unknown:

  • Degree 0 - Constant - or
  • Degree 1 - Linear - or
  • Degree 2 - Quadratic -
  • Degree 3 - Cubic -
  • Degree 4 - Quartic

Notation[edit | edit source]

Most of the polynomials on this page are written in terms of , for example, , although polynomials can be written with other letters. , for example, is called a polynomial in .

It is conventional to write polynomials in descending powers for clarity, although a polynomial may have the powers in any order. By writing polynomials in descending powers it is possible to see what the degree of the polynomial is simply by looking at the first term. Performing operations with two or more polynomials are also much simpler when the powers are in order, since like powers are usually grouped during calculations.

Indeed, you may lose marks in your exam if you don't simplify things like to .

Operations with polynomials[edit | edit source]

Addition[edit | edit source]

To add polynomials you simply add the co-efficients of each term. If that sounds confusing don't worry as you will probably already know how to do this, it is basically the same as collecting like terms. You add the co-efficients of together, the co-efficients of together, and so on. For example:

Notice that and . Some find it helpful to write this out like numerical addition:

+
 

When using this method it is essential that terms with to the same power are lined up, leaving spaces if necessary as in the example above.

Subtraction[edit | edit source]

For subtraction of polynomials, it is possible to use the same method as above, except subtracting instead of adding. It may get confusing when there are negative terms involved, so it is preferred to reverse the signs in the second row and then add the two polynomials together.

This:

-
 

Would become this:

+
 

This method is desirable in the exam because subtracting negative numbers may cause confusion, and mistakes may be overlooked in the pressure of the exam.

Multiplication[edit | edit source]

To multiply polynomials you simply multiply all the terms in one by all the terms in the other and then sum the results. This method is known as the FOIL Method. It stands for First Outer Inner Last. For example:

can be broken down into:

Multiply the First terms together.

Then multiply the Outer terms together.

Then multiply the Inner terms together.

Then multiply the Last terms together.

Then we add the results together to give us , written in descending powers.

As you become confident with the process, you'll be able to do the entire multiplication in one go without splitting it up, like this:

Multiplication table[edit | edit source]

Some people find it helpful to show this in a table, with one polynomial as rows and the other as columns:

The headings are then multiplied to produce:

The answer is the sum of all the cells:

, as before. This method is particularly useful for multiplying longer polynomials where the answer might not fit on a single line and cause mistakes.

Long multiplication[edit | edit source]

The polynomials to be multiplied can also be laid out like regular long multiplication, like this:

This is the 1st row multiplied by
This is the 1st row multiplied by
This is the sum of the two answers

Division[edit | edit source]

Division of polynomials can be done just like regular long division. However, you will need to be quite adept at addition, subtraction and multiplication of polynomials to divide.

For example, to divide by you write it like this:

1. Divide the first term of the dividend by the highest term of the divisor. Place the result above the bar (x3 ÷ x = x2).

2. Multiply the divisor by the result you just obtained (the first term of the eventual quotient). Write the result under the first two terms of the dividend (x2 * (x-3) = x3 - 3x2).

3. Subtract the product you just obtained from the appropriate terms of the original dividend, and write the result underneath. This can be tricky at times, because of the sign. ((x3-12x2) - (x3-3x2) = -12x2 + 3x2 = -9x2) Then, "pull down" the next term from the dividend.

4. Repeat the last three steps, except this time use the two terms that you have just written as the dividend.

5. Repeat step 4. This time, there is nothing to "pull down".

The polynomial above the bar is your answer, and the number left over (-123) is the remainder.

remainder

Curves of polynomials[edit | edit source]

It is possible to look at a polynomial and get an idea to the general shape of its curve. The most important factors are the degree of the polynomial, and the sign of the co-efficient of the highest power. For a more accurate sketch of the graph, you will need to know where the curve has turning points and where it intersects the and axis. A sketch with this information will often be sufficiently detailed, and is usually much quicker and easier than plotting the curve point by point.

Turning points[edit | edit source]

A turning point is where a curve that is decreasing changes to increasing, or vice versa. On a graph, the curve simply changes direction, hence the name turning point. In , the turning point is at (0,0), the trough of the "bucket". The turning point in is a minimum (plural minima), and a maximum (plural maxima) is the same bucket shape, but upside down. For a polynomial of degree , its curve will have at most turning points.

Behaviour with extreme values of [edit | edit source]

What happens to a polynomial at large positive and negative values for ?

If we say is our large number, we can put it into , we can take a look at what happens:

First for :

Now for :

The most change in the final answer is made by the term. This is the dominant term. For a polynomial of degree , is the dominant term as .

Once you have investigated the behaviour of polynomials with extreme values of , you may notice that if is even, it will share the same general shape as , and if is odd it will share the same general shape as .

If the coefficient of is positive, curves with an even value of will have a bucket shape, and curves with an odd value of will generally be negative when is negative, and positive when is positive (like ).

If the coefficient of is negative, curves with an even value of will have an upside down bucket shape, and curves with an odd value of will generally be positive when is negative, and negative when is positive (similar to ).

Intersections with axes[edit | edit source]

To find where the curve crosses the axis, you can simply look at the constant term. , for example, would cross the axis at . If there is no constant term, the curve will go through the origin, (0,0), and would therefore cross the axis at .

In factorised form, you can find the points at which the curve crosses the axis. would cross the axis at , , and , because by making one of the brackets equal to , it makes the whole polynomial equal to , and equal to . is of course the line of the axis. Each instance of the curve crossing the axis is a root of the equation. A polynomial of degree will have at most roots.

To solve an equation means to find every root. Polynomials of degree 2 can be solved using the quadratic formula. For higher degree polynomials you may need to factorise the equation like above, plot the graph point by point and look at where the curve crosses the axis, or use a numerical method. You can check your answers by substituting them into the original equation and seeing if the result is .

Quadratic expressions[edit | edit source]

A quadratic is a polynomial of degree 2, in the form .

Graph[edit | edit source]

A quadratic graph is one that can be written in the form . The graph of is shown on the right, and as you can see it has the same characteristic "bucket" shape that all quadratics have, called a parabola. The vertex is the maximum or minimum point. The line of symmetry is the line that divides the graph into two mirror halves. It can be found by the formula .

However, these properties can be more easily deduced from its completed square form ( ). In this form we know that, - d is the axis of symmetry, and that e is maximum or minimum point. If a is greater 0 then the vertex (-d,e) will be a minimum point. If a is less than 0 the vertex (-d,e) will be a maximum point.

Completing the square[edit | edit source]

Completing the square is the process of changing a quadratic from the form to the equivalent form , where a, d and e are constants. For example, the quadratic would become .

Changing a quadratic to completed square form makes it easy to find several things, such as the roots of the quadratic and the vertex of the quadratic, without even requiring a sketch.

Here are the steps for completing the square. Don't worry, it's easier than it looks.

Step Action Example General case
1. Ensure the quadratic is in the conventional form: .
2. Unless , "pull/factor out a", that is, divide the entire quadratic by and put it outside a bracket.

Note: If the quadratic is part of an equation you can divide each side by , for example simply becomes .

3. Replace the part with .

It is important to realise that which is close to what it was there before but not equal. This will be corrected in the next step. To prevent writing something that isn't actually equal it is a good idea to do both these steps at once in your working once you have got used to the method.

4. Correct the error introduced in the previous step by inserting the subtraction of a suitable number. This suitable number can be found in two ways:
  1. By expanding the term inserted in the previous step and comparing it to the original; or
  2. By remembering that the error is always .

This step is known as "completing the square" and gives the method its name.

  1. which is 3 greater than , so is inserted: ; or
  2. so the error is 4:
5. If step 2 was necessary then simplify the result a bit by expanding the outer bracket. Then you are finished.
6. Check that what you have obtained expands back to what you started with.

Note: You may feel confident enough to skip this step.

So the completed square form of is . The tells us that the lowest point of the curve is at and the tells us that the line of symmetry is at or . Therefore the vertex is at , and if you look at the graph, you can see that is the case.

The quadratic formula[edit | edit source]

The quadratic formula is derived from the general case of completing the square:

It can be used to find the roots of a quadratic by putting numbers directly into it. For example, for :

so and . The factors of the equation are and .

Here is the way that the quadratic formula is derived from the completing the square formula.

Step Action Example General case
1. To solve an equation in the form first complete the square using the method above.
2. Isolate the term.

3. Square root each side, including a as the bit inside the bracket might be negative or positive.

Then some simplification:

4. Isolate .

or or

The discriminant[edit | edit source]

Notice that the quadratic equation contains inside a square root sign. This part is called the discriminant and can be considered on its own to determine the number of roots of the equation.

  • If then you will be unable to find the square roots as you don't know how to square root a negative number. The type of numbers you have encountered so far are known as real numbers and so it is said that the quadratic has no real roots.
  • If then changing the sign in front of the square root won't make any difference, because it is zero either way. You will therefore get the same root twice, so it is said the quadratic has one repeated root.
  • If then the will mean you get two answers, and so you can say the quadratic has two distinct (i.e. different) roots.

This is part of the C1 (Core Mathematics 1) module of the A-level Mathematics text.