Showing a polynomial has at least one zero outside the unit circle.

jdinatale
Messages
153
Reaction score
0
The first thing that we should notice is that the leading coefficient $a_n = 1$. I was thinking about considering the factored form of p.

I googled, and there is an algorithm called the "Schur-Cohn Algorithm" that is suppose to answer exactly this, but I can't find any information on it or how to use it. Besides, this question is asked in an introduction to complex variables class, so we shouldn't have to use that algorithm.

Also, I found this questioned answered elsewhere, but I can't understand their solutions

http://www.edaboard.com/thread154228.html

Joseph-4.png
 
Physics news on Phys.org
jdinatale said:
The first thing that we should notice is that the leading coefficient $a_n = 1$. I was thinking about considering the factored form of p.

I googled, and there is an algorithm called the "Schur-Cohn Algorithm" that is suppose to answer exactly this, but I can't find any information on it or how to use it. Besides, this question is asked in an introduction to complex variables class, so we shouldn't have to use that algorithm.

Also, I found this questioned answered elsewhere, but I can't understand their solutions

http://www.edaboard.com/thread154228.html

Joseph-4.png
The second solution in that link looks reasonable.

What is p(0) ?

Suppose we write the zeros of p(z) as z1, z2, z3, ..., zn.

Write p(z) in factored form, and from that, set z=0 to find a different expression for p(0).
 
SammyS said:
The second solution in that link looks reasonable.

What is p(0) ?

Suppose we write the zeros of p(z) as z1, z2, z3, ..., zn.

Write p(z) in factored form, and from that, set z=0 to find a different expression for p(0).

That makes total sense now! Thanks, I have the problem solved now!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top