Polynomials
Part of the Oxford MAT Livestream
MAT syllabus
The quadratic formula. Completing the square. Discriminant. Factorisation. Factor Theorem.
Revision
- The discriminant of a quadratic ax2+bx+c=0 is b2−4ac. If the discriminant is positive then the quadratic has two real solutions. If the discriminant is zero then there's one (repeated) real solution. If the discriminant is negative then there are no real solutions.
- If b2−4ac≥0, then the solution(s) of ax2+bx+c=0 are x=−b±√b2−4ac2a.
- ax2+bx+c can be written as a(x−α)(x−β) if b2−4ac≥0, where α and β are roots given by the quadratic formula.
- (Complete the square) We can write x2+bx+c in the form (x+r)2+p because x2+bx+c=(x+b2)2+(c−b24).This is handy if we're trying to prove that the quadratic is non-negative, because anything squared is non-negative.
- (Difference of two squares) The expression x2−a2 factorises as (x−a)(x+a). This comes up quite a lot!
- (Factor Theorem) If p(a)=0 for a polynomial p(x), then (x−a) is a factor of p(x).
- The degree of a polynomial is the highest power of x, so the degree of any quadratic is 2, and the degree of any cubic is 3, for example.
- When sketching the graph of y=ax2+bx+c, we need to consider whether a is positive or negative (whether it's a "happy" or "sad" quadratic), whether the quadratic has any roots, and where it crosses the y-axis.
- Sometimes a function which is not a quadratic might secretly be a quadratic in a different variable. For example, y=e2x+ex+3−1 is not a quadratic, but if we write u=ex then we have y=u2+e3u−1, which is a quadratic. This is sometimes called "changing variable".
Warm-up
- Find a positive number x which satisfies x2=x+1.
- Find a negative number x which satisfies x2=x+1.
- For which values of k does x2−x+k=0 have exactly two real solutions?
- For which values of k does x4−x2+k=0 have exactly two real solutions?
- Write x2+4x+3 in the form (x+a)2+b.
- How many real solutions does x2+bx+1=0 have? Find the different cases in terms of b.
- Let p(x)=x3−13x2−65x−51. Check that p(17)=0. Factorise p(x).
- How many real solutions does the equation 3x2+5x−2=0 have?
- For what values of c does 3x2+5x+c=0 have exactly two real solutions?
- For what values of b does 3x2+bx−2=0 have exactly two real solutions?
- For what values of a does ax2+5x−2=0 have exactly two real solutions?
- What's the degree of the polynomial (x2+1)10? What's the degree of the polynomial (x+1)(x+3)(x+5)(x+7)…(x+1727)(x+1729)?
- Think about differentiating each of the polynomials in the previous question (but do not do it!) What would be the degree of the resulting polynomial be in each case?
- In each of the following cases, choose a variable u in terms of x to make the function into a quadratic in u. There might be more than one sensible choice of u in each case.
- y=x+√x.
- y=x8+2x4+1.
- y=log2(x2)×log2(2x4).
- y=e−2x+6e−4x.
- y=1+x(1−x)2. [Hint: This last one is really difficult, sorry!]
MAT questions
MAT 2013 Q1A
For what values of the real number a does the quadratic equation x2+ax+a=1 have distinct real roots?
(a) a≠2,
(b) a>2,
(c) a=2,
(d) all values of a.
Hint: Be careful here; a isn't in the normal place for a quadratic equation.
MAT 2016 Q1F
Let n be a positive integer. Then x2+1 is a factor of
(3+x4)n−(x2+3)n(x2−1)n
for
(a) all n,
(b) even n,
(c) odd n,
(d) n≥3,
(e) no values of n.
Hint: change variable to make this into a more friendly polynomial.
MAT 2013 Q1E
The expression
d2dx2[(2x−1)4(1−x)5]+ddx[(2x+1)4(3x2−2)2]
is a polynomial of degree
(a) 9,
(b) 8,
(c) 7,
(d) less than 7.
Hint: You do not need to be able to differentiate the terms inside the square brackets exactly, and you should not multiply out the brackets!
MAT 2014 Q2
Let a and b be real numbers. Consider the cubic equation
x3+2bx2−a2x−b2=0
(i) Show that if x=1 is a solution of (∗) then 1−√2≤b≤1+√2.
(ii) Show that there is no value of b for which x=1 is a repeated root of (∗).
(iii) Given that x=1 is a solution, find the value of b for which (∗) has a repeated root.
For this value of b, does the cubic y=x3+2bx2−a2x−b2 have a maximum or a minimum at its repeated root?
Hints: in the first part, once we've plugged in x=1 we get an equation involving b and a2. The variable a could be any real number, so all that I can say about a2 is that it's ≥0. That's the best I can do!
In the second part, once we've shown that x=1 can't be a repeated root, then in the next case where x=1 and the equation has a repeated root, that root cannot be x=1- so the roots of the cubic must be 1 (not repeated) and something else (repeated). I suggest giving that "something else" a name (a letter).
For the last bit of part (iii), a sketch is probably helpful. At this stage, we know where all the roots are, and we know the general shape of the cubic.
Extension
The following material is included for your interest only, and not for MAT preparation.
Let's try to factorise p(x)=x4−a4. We can see that a is a root, so by the factor theorem, we can write p(x)=(x−a)q(x) for some cubic q(x). Long division gives q(x)=x3+ax2+a2x+a3.
Now −a is a root of that cubic, so q(x)=(x+a)r(x) where r(x) is some quadratic. Long division gives r(x)=x2+a2. The discriminant of this quadratic is −4a2, which is negative, so there are no more linear factors. Alternatively, note that x4−a4=(x2)2−(a2)2 is the difference of two squares, so p(x)=(x2−a2)(x2+a2). The first term here is also the difference of two squares, so p(x)=(x−a)(x+a)(x2+a2). The difference of two squares is so useful! Now that you've seen this, try factorising x8−a8 and x16−a16 (and so on?).
As well as the Factor Theorem, there's also something called the Remainder Theorem. The Remainder Theorem states that when the polynomial p(x) is divided by (x−a) then the remainder is p(a). The Factor Theorem is then a special case of the Remainder Theorem (when a is a root).
Here are a couple of previous MAT questions based on the Remainder Theorem. Just to be clear, the MAT syllabus was changed in 2018 and the Remainder Theorem was removed, so these would not be suitable MAT questions after 2017.
MAT 2013 Q1G
Let n≥2 be an integer and pn(x) be the polynomial
pn(x)=(x−1)+(x−2)+…(x−n).
What is the remainder when pn(x) is divided by pn−1(x)?
(a) n2,
(b) n+12,
(c) n2+n2,
(d) −n2.
MAT 2017 Q1H
In this question a and b are real numbers, and a is non-zero.
When the polynomial x2−2ax+a4 is divided by x+b the remainder is 1.
The polynomial bx2+x+1 has ax−1 as a factor.
It follows that b equals
(a) 1 only,
(b) 0 or −2,
(c) 1 or 2,
(d) 1 or 3,
(e) −1 or 2.