Susanne217
- 311
- 0
Homework Statement
Let p(z) = \sum_{j=0}^{n} a_{n-j}z^j be a polynomial of at least degree 1 thus
n \geq 1.
Show that if z\neq 0 then 1/z is a root of the polynomial p.
Homework Equations
Fundamental theorem of Algebra
The Attempt at a Solution
If a expand the polynomial above then
p(z) = \sum_{j=0}^{n} a_{n-j}z^j = a_n + a_{n-1}z + a_{n-2}z^2 + \cdots + a_0 z^n
to test if 1/z is a root of p then this must be equal too
p(1/z) = \sum_{j=0}^{n} a_{n-j}z^j = a_n + a_{n-1}(1/z) + a_{n-2}(1/z)^2 + \cdots + a_0 (1/z)^n = 0
Then as I see it its my task to show that the new sum
\sum_{n=0}^{\infty} a_n (\frac{1}{z})^n converges to zero. Then by the ratio-test
\frac{a_{n+1}(\frac{1}{z})^{n+1}}{a_n (\frac{1}{z})^{n}} \rightarrow 0 as z \rightarrow \infty therefore 1/z is a root of p.
Am I on the right track here?
Last edited: