Valupatitta said:
Can someone please explain (in simple language PLEASE) what the following means in the syllabus and explain it
The Student is able to:
- prove that, if a polynomial has integer coefficients and if 'a' is an integer root, then 'a' is a divisor of the constant term.
- test a given polynomial with integer coefficients for possible integer roots
i've only started the topic last week and i need some1 to explain it in simple language (and most preferably with examples) on how to approach these kinds of questions that is stated in the syllabus.
tyvm ^^
The first dotpoint asks you to prove that a root of a polynomial can divide the constant term, if its roots are nice whole numbers. So for example (x-1)(x-2)(x-3) has a constant term of - 6, so if its roots are integers, then they are factors of 6 (e.g. roots 1,2,3 are factors of 6).
The second dotpoint asks you to basically guess integer roots using the factor theorem. So if you had an equation like x³ - 3x² + 3x - 1, then you are required to guess and check to find that say x=1 is a root of the polynomial. (i.e. when you sub it in, you get zero)
The proof for the first dotpoint is quite trivial.
Consider the general form of P(x) of degree n.
P(x) = c
1x
n + c
2x
n-1 + c
3x
n-2 + ............ + c
n-1x + c
n
where c
i is an integer for i = 1,2,3,.....,n
If a is an integer root of P(x) then P(a) = 0, thus
c
1a
n + c
2a
n-1 + c
3a
n-2 + ............ + c
n-1a + c
n = 0
=> c
n = - c
1a
n - c
2a
n-1 - c
3a
n-2 - ............ - c
n-1a
=> c
n = - a{c
1a
n-1 + c
2a
n-2 + c
3a
n-3 + ............ + c
n-1}
Now c
n (the constant term) and a are both integers and the big sum in the brackets is also an integer, hence we have the expression that:
c
n = a x (some integer)
This means that c
n/a = some integer, which implies that the constant term c
n is divisible by a, hence the proof is complete.