A Quintic and Higher Degree Polynomial Equations

Pikkugnome
Messages
23
Reaction score
6
TL;DR Summary
Formula for roots of higher degree polynomials.
What's the root formula for fifth and higher degree polynomial equations, which have roots in radicals?
 
Physics news on Phys.org
Pikkugnome said:
TL;DR Summary: Formula for roots of higher degree polynomials.

What's the root formula for fifth and higher degree polynomial equations, which have roots in radicals?
There are none for the general case, meaning, it has been proven that there cannot be such solutions.

I doubt that the class of polynomials of a certain degree higher than four that do have radical solutions can be described in a way that allows the listing of their roots. You can construct such polynomials by multiplying terms ##x-x_k ## but that won't exhaust these classes.
 
Only certain quintic polynomials are solvable. See this. It is related to Galois theory, which I know nothing about. I think that the higher degree polynomials are even more complicated. People usually resort to numeric algorithms for fourth degree and higher polynomials.
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...
Back
Top