Finding original algebraic equation

  • Thread starter Thread starter -EquinoX-
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
-EquinoX-
Messages
561
Reaction score
1

Homework Statement



if I have a root of a +/- bi

i = imaginary number

what should the original algebra eqution?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
The original polynomial should have factors of (x - (a + bi))(x - (a - bi)), or equivalently, a single factor of (x2 - 2ax + a2 + b2). If the degree of the polynomial you're working with is larger than 2, there will be other roots, as well.
 
x- (a+ bi) and x- (a- bi) are factors. Multiply [itex](x- (a+bi))(x- (a- bi)= ((x-a)- bi)((x-a)+bi)= (x-a)^2+ b^2[/itex] and set it equal to 0.
 
thanks Mark, shouldn't it be a^2 - b^2?
 
-EquinoX- said:
thanks Mark, shouldn't it be a^2 - b^2?
Nope. The a2 + b2 comes from multiplying (-(a + bi))(-(a - bi)) = (a + bi)(a - bi) = a2 -b2i2 = a2 + b2.