Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Question about roots in polynomial p(X)

Status
Not open for further replies.

eecs4ever

Full Member level 3
Joined
Jan 31, 2006
Messages
176
Helped
28
Reputation
56
Reaction score
10
Trophy points
1,298
Location
Analog Environment
Activity points
2,838
Question about roots

Suppose a polynomial p(x) has real coeficients.

and if z1 is a root of p(x) . z1 may be complex.
prove the conjugate of z1 is also a root.

if z1 is real, then z1 conjugate = z1, and the proof is complete.
How about if z1 is complex?
 

Re: Question about roots

If the root z1 is complex and the coefficients of the polynomial are all real, you must somehow get rid of the complex part of the root when it is multiplied by other roots.

for example, if f(x) has complex roots z1, z2, z3, ...:

f(x) = (x-z1)*(x-z2)*....

Just multiplying out the first 2 terms, we get

f(x) = (x^2 - z2 * x - z1 * x + z1 * z2)*....

For the polynomial coefficients to be real, it must be true that

(z2 + z1) is real and z1*z2 is real. This can only be achieved if z2 and z1 are complex conjugates.

It is also easy to see that the complex roots only come in conjugate pairs, so any even degree polynomial can have all of its roots be complex. If there are an odd number of terms, the additional odd root must be real.

Basically the idea is that the only way to obtain a real result when the roots are multiplied together, the roots must be complex conjugate pairs.
 

    eecs4ever

    Points: 2
    Helpful Answer Positive Rating
Re: Question about roots

jayc, your intuition is good.

heres a proof i found online. this is more rigorous.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top