Questions tagged [quintics]

Questions about polynomials with degree $5$. There is no general algebraic solution to these equations as proven by the Abel-Ruffini theorem, although some quintics are solvable.

A quintic equation is an equation in the form:

$$ax^5 + bx^4 + cx^3 + dx^2+ex+f = 0 $$

where $a,b,c,d,e,f$ are members of a field, typically either the rational numbers, the real numbers, or the complex numbers, and $a \ne 0$.

According to the Fundamental Theorem of Algebra, quintic equations always have $5$ roots. This number includes complex roots, as well as repeated roots.

The Abel-Ruffini theorem states that there is no algebraic solution to a quintic equation with arbitrary coefficients. An algebraic solution is a solution which uses only addition, subtraction, multiplication, division, exponentiation, and $n$th root extraction. However, this theorem does not imply that all quintics do not have an algebraic solution (one counterexample is $(x-1)^5 = 0$), or that a specific quintic equation is not solvable using radicals. Sextic ($6$th degree) equations and polynomials of higher degrees also do not have a general algebraic solution under this theorem.

There are several methods to find the roots of solvable quintics. One method is to use the Tschrinhaus transformation $x = y - \frac{b}{5a}$, which depresses the quintic or removes the fourth-degree term. Then the original quintic has a solvable root if the transformed quintic is a product of lower-order polynomials with rational coefficients, or if Cayley's resolvent, the polynomial $P^2 - 1024z \Delta$ is solvable. Alternatively, quintics of the form $x^5+ax+b = 0$ can be represented parametrically using the Bring-Jerrard form.

The roots of quintics and other higher-order polynomials can be approximated by Newton's method, the secant method, the method of false position, Padé approximants, and other root-finding algorithms.

Quintic equations are relevant to problems in celestial mechanics. Solving for the locations of the Lagrangian points of an astronomical orbit, where the masses of both objects are non-negligible, requires solving a quintic. For example, finding a stable location for a satellite between the Sun and the Earth requires solving a quintic.

References (not for academic use):

https://en.wikipedia.org/wiki/Quintic_function

https://en.wikipedia.org/wiki/Abel%E2%80%93Ruffini_theorem

https://mathworld.wolfram.com/QuinticEquation.html

Further reading:

https://archive.lib.msu.edu/crcmath/math/math/q/q111.htm

104 questions
1
vote
0 answers

Finding $k$ such that $a$ is a real root $x^5-x^3+x-2=0$ with $[a^6]=3k$. ($[x]$ denotes the Greatest Integer function.)

If $a$ is a real root of the equation $x^5-x^3+x-2=0$ such that $[a^6]=3k$. Find $k$. Here, $[x]$ denotes the Greatest Integer function. My try: First I plugged in $1$ in the equation. I got $-1$, which is close to $0$ so the root must be near 1.…
1
vote
1 answer

Sketchable parts of infinite formulas for solutions of some quintic equations

According to Abel-Ruffini Theorem and Galois Theory, you cannot solve the general quintic equation by radicals - i.e., it is impossible to express its solutions by a finite number of additions, subtractions, multiplications and taking roots of any…
Dan
  • 11
1
vote
0 answers

Are there any examples of using Bring radicals to solve a quintic equation?

It says here on Wikipedia that the general quintic equation can be solved if it is reduced to the principal quintic form, then to the Bring–Jerrard normal form. It gives a good overview and after reading it a few times, I feel I understand the…
1
vote
0 answers

Problem with Dummit's Article on Solving Solvable Quintics

" $(7)\space\space\space[x^2 + (T_1 + T_2\Delta)x+(T_3+T_4\Delta)][x^2 + (T_1 - T_2\Delta)x+(T_3-T_4\Delta)]$ $(8.0)\space\space\space l_0 = (a_0 + a_1\theta + a_2\theta^{2} + a_3\theta^{3} + a_4\theta^{4} +…
1
vote
2 answers

Is $x^5-10x^3+20x= 8.58368$ solvable?

This quintic has 5 real roots, how do we find out if it is solvable and ,in that case, how to solve it? Is there a generally valid numeric approach?
user471905
0
votes
0 answers

Understanding Abel Ruffini theorem

Due to efforts of Abel, Ruffini, we know that there does not exist a general formula for a quintic equation. But given a specific quintic, say $x^5+5x^2-97x+1001=0$, Can there exist a root for it in radicals not necessarily involving the…
0
votes
0 answers

Why couldn't Euler extend his method of solving a quartic to solve a quintic polynomial?

Euler creates a structure/identity (which are now generalised and known as Newton's identities) to solve a depressed quartic equation, where the coefficients are essentialy that of a cubic. We know by Newton's identies we can extended this pattern…
0
votes
1 answer

Special case quintic equation analytic solution

I've met this quintic equation in my research: $$x^5 - \frac{k}{k-1} \cdot x^3 +\frac{r}{k-1}=0$$ with the additional conditions: $$k>1; \quad 0
DuzaBF
  • 1
0
votes
1 answer

Is quintic equations have anything to do with their coefficients?

I was reading about quintic equations and this came up: In the early nineteenth century, Paolo Ruffini (1765–1822) and Niels Henrik Abel (1802–1829) proved that no such general formulas utilizing the usual operations and root operations exist.…