How to Factor a Sextic Equation into Two Cubics?

  • Context: Undergrad 
  • Thread starter Thread starter elfboy
  • Start date Start date
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
3 replies · 3K views
elfboy
Messages
92
Reaction score
1
Anyone know of a good way to factor

x^6+x^4(13^.5/2-13/2)+x^2(13-2*13^.5)+3*13^.5/2-13/2 into 2 cubics?

without having to manipulate the messy cubic equation?
 
Mathematics news on Phys.org
These things are intended as exercises in recognising patterns of which you have already dealt with simpler examples, woven into something more elaborate.

The rules are you are supposed to show an effort. Try and deal with different bits of it. For instance can you not do something with the part that has as factor a straight 13? The rest of it looks more difficult. I would ask you check whether you have really transcribed it exactly right. These things (I cannot imagine it is anything but an artificially constructed problem) are meant to work out to something that rhymes with sense.
 
Last edited:
The equation looks arbitrary but its roots are plus minus sin(pi/13), sin(3pi/13), and sin(4pi/13)
 
After a month of working on this problem on and off I finally factored it in the way desired

(x^3+bx^2+c*x+(-3*13^.5/2+13/2)^.5)*(x^3-bx^2+c*x-(-3*13^.5/2+13/2)^.5)

13^.5/2-13/2=-b^2+2c
13-2*13^.5=c^2-b(26-6*13^.5)^.5solve for b and c and plug into the above expression to obtain the two cubics:

(x^3+(13/2+3*13^.5/2)^.5*x^2+13^.5*x+(-3*13^.5/2+13/2)^.5)*
(x^3-(13/2+3*13^.5/2)^.5*x^2+13^.5*x-(-3*13^.5/2+13/2)^.5)=0

i didn't think this was possible to get a nice expression but I've done it