Solving the Quintic Equation x^5+ax+b

  • Thread starter Thread starter footmath
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 3K views
footmath
Messages
26
Reaction score
0
how can i solve this equation :
x^5+ax+b
 
Physics news on Phys.org
footmath said:
how can i solve this equation :
x^5+ax+b

That isn't an equation; it is just an expression. Perhaps you mean find the roots of it or solve the equation x5+ax+b = 0.

Either way you are pretty much out of luck. The quintic equation is not generally solvable although some special cases are. Whether this one is solvable generally or not, I don't know. But if you have a particular equation in mind so you know a and b, you might be able to solve it if you are lucky or you could solve it numerically.
 
The solutions (real and/or complex) of the quintic equation x5+ax+b = 0 are computed thank to a number of methods of numerical calculus.
Analytical solving is solving is possible in case of some particular values of corfficients a and b.
In the general case, the solutions cannot be expressed in terms of a conbination of a finite number of elementary or usal functions. Special functions are necessary : the solutions can be expessed in terms of Jacobi theta function (which is of no use in practice).
 
thank you .
what do you think about this equation : x^6+x^2+x=y
if you believe that it can not be Solvable prove it please .
 
First, would you mind give your precise definition of "Solvable".
 
Also, does the OP have any experience in group theory? To show a certain quintic is unsolvable requires use of Galois Theory.
 
footmath said:
thank you .
what do you think about this equation : x^6+x^2+x=y
if you believe that it can not be Solvable prove it please .

If what you mean by "solveable" is to find the roots, then yes, because that particular polynomial factors.

x6+x2+x = x(x2+x+1)(x3-x2+1)
 


I want inverse of f(x)=x^5+ax+b
 


footmath said:
I want inverse of f(x)=x^5+ax+b

If a < 0 the function is not 1-1 and has no single valued inverse. If a > 0, at least it is increasing and has an inverse. But good luck with finding a formula for it.
 
I want inverse of f(x)=x^5+ax+b
The solutions (real and/or complex) of the quintic equation x5+ax+b = 0 are computed thank to a number of methods of numerical calculus.
Analytical solving is solving is possible in case of some particular values of corfficients a and b.
In the general case, the solutions cannot be expressed in terms of a conbination of a finite number of elementary or usal functions. Special functions are necessary : the solutions can be expessed in terms of Jacobi theta function (which is of no use in practice).