Factorizing a polynomial using complex numbers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 3K views
alpha01
Messages
77
Reaction score
0
x3+4x2+9x+10

finding 1 root and using synthetic division we can factorize to:

(x+2)(x2+2x+5)

using complex numbers to factorize (x2+2x+5) we have (x+1)(x-2i)(x+2i), and so our final solution is:

(x+2)(x+1)(x-2i)(x+2i)

is this correct?
 
Last edited:
Physics news on Phys.org
alpha01 said:
x3+4x2+9x+10

finding 1 root and using synthetic division can can factorize to:

(x+2)(x2+2x+5)
So far, so good.
alpha01 said:
using complex numbers to factorize (x2+2x+5) we have (x+1)(x-2i)(x+2i), and so our final solution is:

(x+2)(x+1)(x-2i)(x+2i)

is this correct?
It should be obvious that x^2 + 2x + 5 doesn't factor to (x + 1)(x - 2i)(x + 2i). In any case, this is not a calculus question.
 
i jus started in complex numbers today and that's what i came up with.. if someone could please move the thread to the correct place that would be appreciated..

Mark44, Can you please advise how i should go about finding the solution to that part of the question?
 
rock.freak667 said:
For x2+2x+5, how would you find the roots? If they aren't rational, is there a formula you can use?

there is an example in my notes where the quadratic equation has been used for polynomials with no real solutions. Using the same principal here we have:

x = (-2 +- sqrt(-16)) / 2

now, the square root of 16 is 4 so we have

x = (-2 +- 4i)/2
= -1 +- 2i

and that's how i got my roots.
 
(post corrected)
all the roots you got are correct but the way you reconstructed the polynomial is not:
it should be

f(x)= (x+2)( x-(-1+2i) )( x-(-1-2i) ) (post was initially incorrect, but is now correct)

notice that x only appears 3 times, which is the same as the degree of the polynomial, this will always be true

lemme know if you have any other questions :smile:
 
Last edited:
thank you logicalTime. It makes perfect sense now.
 
actually.. i just noticed something when i actually went back and wrote it... shouldn't it really be (x+(1-2i))(x+(1+2i))? because x = - 1 is x + 1 = 0 for both solutions so the only thing that should change in the outcomes is the sign in front of the 2i

why does one of the factors in your solution have x - 1?
 
(post corrected)
whoops, I messed up since the roots are -2, -1-2i, -1+2i then reconstructing the polynomial is:

f(x)= (x+2)(x-(-1-2i))(x-(-1+2i))

so when you plug in a root, one of the terms becomes zero making the whole thing equal to zero

should be correct now, sry bout that
 
Last edited:
actually i have x=-1 so should be (x+(1-2i))(x+(1+2i))... not (x-(1-2i))(x-(1+2i))
 
Last edited:
agh, it's late and I'm being sloppy, time for bed
I corrected my previous mistakes they are a little different format from yours, just because I like to make it obvious that plugging in the root leads to zero.