OneFactoring Question: Solving x^3 + x + 2=0

  • Thread starter Thread starter Sparky_
  • Start date Start date
  • Tags Tags
    Factoring
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
2 replies · 2K views
Sparky_
Messages
227
Reaction score
5

Homework Statement


factor
[tex] x^3 + x +2 = 0 [/tex]



Homework Equations



I know the answer is
[tex] (x-2)(x+1)^2[/tex]



The Attempt at a Solution



My question is when factoring problems like this - what should I look for or what should I group or separate to make the factoring easier?

Are some problems like this simply trial and error or with some tips and tricks (from experience) do they become faster?

Thanks
Sparky_
 
Physics news on Phys.org
Usually you go for the http://www.purplemath.com/modules/rtnlroot.htm" first. Sometimes you can play around with it and try to factor by grouping. I got the answer by first writing x3 + x + 2 as x3 - x + 2x + 2 and then factor them by grouping.
 
Last edited by a moderator:
Since you know that it can be factored into [tex](x-2)(x+1)^2[/tex] then you know that if you plug x=2 or x=-1 into the polynomial, you will get zero. The idea of the rational root test allows you to find all possible rational roots by plugging in certain values and seeing if that value will return 0.

So if you plugged in x=2, you will get 23+2+2=12 so I can tell you know that it can't be factored into what you gave me. Plugging in x=-1 gives (-1)3-1+2=0 so we can take out a factor (x+1).

Now to find out what is left, you can use polynomial division or equate coefficients of each side by expanding the left side:

[tex](x+1)(x^2+ax+2)=x^3+x+2[/tex]

Do you see how this works and how to solve for a?