TomMe
- 51
- 0
Problem:
If c_{1}, ..., c_{n} are the complex roots of a_{n}z^n + a_{n-1}z^{n-1} + ... + a_{1}z + a_{0} = 0 with a_{n} not 0
and S_{k} is the sum of the products of these roots taken k by k,
then S_{k} = (-1)^k . \frac{a_{n-k}}{a_{n}}. Prove this by using induction.
So for n = 3 this will give:
S_{1} = c_{1} + c_{2} + c_{3}
S_{2} = c_{1}c_{2} + c_{1}c_{3} + c_{2}c_{3}
S_{3} = c_{1}c_{2}c_{3}
Now I am stuck just at the point where I need to prove that
S_{p} = (-1)^p . \frac{a_{n-p}}{a_{n}} => S_{p+1} = (-1)^{p+1} . \frac{a_{n-(p+1)}}{a_{n}}
I thought that by looking at the n = 3 case I would see this connection between S1 and S2, but I can't see it.
Hopefully someone can help me gain some insight. Thanks!
If c_{1}, ..., c_{n} are the complex roots of a_{n}z^n + a_{n-1}z^{n-1} + ... + a_{1}z + a_{0} = 0 with a_{n} not 0
and S_{k} is the sum of the products of these roots taken k by k,
then S_{k} = (-1)^k . \frac{a_{n-k}}{a_{n}}. Prove this by using induction.
So for n = 3 this will give:
S_{1} = c_{1} + c_{2} + c_{3}
S_{2} = c_{1}c_{2} + c_{1}c_{3} + c_{2}c_{3}
S_{3} = c_{1}c_{2}c_{3}
Now I am stuck just at the point where I need to prove that
S_{p} = (-1)^p . \frac{a_{n-p}}{a_{n}} => S_{p+1} = (-1)^{p+1} . \frac{a_{n-(p+1)}}{a_{n}}
I thought that by looking at the n = 3 case I would see this connection between S1 and S2, but I can't see it.
Hopefully someone can help me gain some insight. Thanks!