Factorize in Q[x] , R[x] and C[X]

  • Thread starter Thread starter kezman
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
kezman
Messages
36
Reaction score
0
Factorize in Q[x] , R[x] and C[X]

[tex]4x^6 + 8x^5 - 3x^4 - 19x^3 - 26x^2 - 15x - 3[/tex]


I couldn't finish it but this is up to where I did:

[tex]4(x+1/2)^2 (x^4+x^3-2x^2-3x-3)[/tex]
 
Physics news on Phys.org
Im sorry I can't see that.
In the second gives -6
 
Well, my calculator says that the remaining real solutions of your fourth-degree factor are [tex]\pm \sqrt{3}[/tex] but I don't know how you could find those by hand.
 
Yes that's right thanks
 
0rthodontist said:
but I don't know how you could find those by hand.

That was a problem in my exam
 
It's easy to check if a polynomial has any rational roots. To see if it has irrational roots of the form [itex]\sqrt{r}[/itex] for r rational, you can break up the polynomial into even and odd terms and substitute in [itex]\sqrt{r}[/itex], which will leave something like [itex]e(r)+o(r) \sqrt{r}[/itex]. For r rational, this will only be zero if e(r)=o(r)=0. In this case,

[tex]x^4+x^3-2x^2-3x-3 = (x^4+2x^2-3) + (x^3-3x)=0[/tex]

plugging in x= [itex]\sqrt{r}[/itex]:

[tex](r^2+2r-3) + \sqrt{r} (r-3)[/tex]

We see that r=3 is a solution to both terms, and so [itex]x=\pm \sqrt{3}[/itex] is a root of the original polynomial. This process can be generalized to cube roots, etc, but I doubt if it's very useful unless you know in advance that you'll have a root of this form.
 
Last edited: