Is there a simple method for solving quartic equations in radicals?

  • Context: Undergrad 
  • Thread starter Thread starter AKG
  • Start date Start date
  • Tags Tags
    Radicals
Click For Summary

Discussion Overview

The discussion revolves around methods for solving quartic equations in radicals, including various approaches and transformations. Participants explore theoretical aspects, substitutions, and the implications of Galois theory in relation to quartic equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks a basic understanding of solving quartic equations, mentioning a specific example and a substitution to eliminate the cubic term.
  • Another participant suggests a factoring approach for quartics, proposing a specific form for the factors.
  • A participant describes a method involving a change of variables to express the quartic in a simpler form, leading to a cubic equation for certain coefficients.
  • There is mention of a substitution involving two variables (u and v) as a potential method for solving cubic equations, with a request for clarification on this approach.
  • One participant references Galois theory as a means to derive the quartic formula, indicating a historical method of understanding quartic solvability.
  • A link to a resource on Galois theory and the quartic formula is provided, suggesting further reading.
  • Another participant discusses the structure of the symmetric group S(4) and its relation to quartic equations, mentioning the invariance of certain polynomial expressions under specific group actions.
  • A new topic is introduced regarding binary quartics and their properties, with a request for sources on the positive definiteness of quartics.

Areas of Agreement / Disagreement

Participants express various methods and theories related to solving quartic equations, but no consensus is reached on a single approach. Multiple competing views and techniques are presented without resolution.

Contextual Notes

Some participants express uncertainty about specific substitutions and their effectiveness. There are unresolved mathematical steps and dependencies on definitions related to the methods discussed.

Who May Find This Useful

This discussion may be of interest to students and researchers in mathematics, particularly those focused on algebra, polynomial equations, and Galois theory.

AKG
Science Advisor
Homework Helper
Messages
2,561
Reaction score
4
I missed the lectures for this topic, so I don't have the notes, so I was wondering if anyone could give me the idea behind how to solve quartics in radicals. I know its long and messy, so just the basic idea would do. For example:

x4 + 2x³ + 3x² + 4x + 5 = 0

I recall something about getting rid of the cubic term, so maybe I should substitute x = (u - 1/2), giving:

u4 - 2u³ + 3/4u² - 1/2u + 1/16 + 2(u³ - 3/2u² + 3/4u - 1/8) + 3(u² - u + 1/4) + 4(u - 1/2) + 5 = 0

u4 + 3/4u² - 1/2u + 1/16 - 3u² + 3/2u - 1/4 + 3u² - 3u + 3/4 + 4u - 2 + 5 = 0

u4 + 3/4u² + 57/16 = 0

16u4 + 12u² + 57 = 0

Okay, this one happened to work out nicely, with the degree-1 term going away as well. Now I just have a quadratic in u². So perhaps a different example would be more enlightening.

Also, when asked to "solve in radicals" does that mean that the correct answer to the above problem should be given as:

[tex]x = \frac{1}{2} \pm \sqrt{\frac{-12 \pm \sqrt{-3504}}{32}}}[/tex]

So:

[tex]x = \frac{1 \pm \sqrt{\frac{-3 \pm \sqrt{-219}}{2}}}{2}[/tex]
 
Physics news on Phys.org
IIRC, the game plan is to factor the quartic as:

(x² + ax + b)(x² - ax + c)
 
Okay, so first I get rid of the x³ term with a change of variables. Then I end up with:

u4 + Au² + Bu + C = 0

and I want to find a, b, and c such that:

(u² + au + b)(u² - au + c) = u4 + (b-a²+c)x² + (ac-ab)x + (cb) = u4 + Au² + Bu + C, so I have three equations:

A = b+c-a²
B = a(c-b)
C = cb

So the third equations gives:

b = C/c

Subbing this into the second equation gives:

a = B/(c-b) = B/(c-C/c) = Bc/(c²-C)

Subbing these two into the first gives:

A = C/c + c - B²c²/(c²-C)²
A = (c²+C)/c - (Bc)²/(c²-C)²
Ac(c²-C)² = (c²+C)(c²-C)² - B²c³

I have a feeling this is going to give me a quartic in c to solve, which doesn't help the matter.

I remember my professor doing something strange, like subbing in x = u+v, (might not be exactly that substitution, and it might have been for solving the cubic, not the quartic: can't remember) and then factoring the resulting polynomial, and setting one of the factors to zero, and solving for u and v that way, and then in turn solving for x. I guess I should ask:

How do you solve the cubic in radicals?
 
If you do it right, to find a, b, and c only requires solving a cubic... though it will probably be a cubic in a² or something like that.

Incidentally, I guess it will be a polynomial in a² due to the symmetry of the factored form: we can swap (a, b, c) with (-a, c, b).



Anyways, the way I remember for solving the cubic is to make the substitution:

x = u + v

and later impose the constraint uv=D for a clever choice of D.
 
Find yourself a galois theory book, and use the solvability of S_4, I suppose, is one way of constructing the formula; I remember it was how I derived the formula, albeit a long time ago, so I can't be any more help than that.
 
http://planetmath.org/encyclopedia/GaloisTheoreticDerivationOfTheQuarticFormula.html might be a bit of a spoiler (and was the first hit in google under galois theory quartic formula, by the way).
 
Last edited by a moderator:
this is well explained in van der waerden, and copied on page 29 my algebra notes 844-2 on my webpage at UGA.

briefly, S(4) has a normal tower consisting of {e}, V, S(4) where V is the klein 4 group. the fixed field of V is some field F with galois group S(3).

if we consider the splitting field K of our quartic, and the 4 roots a,b,c,d in there, the 3 sums of pairwise products, X = ab+cd, Y = ac+bd, Z = ad+bc, are V - invariant hence lie in F, and satisfy an explicit "resolvant" cubic polynomial over the base field.

since we can solve cubics we can find X,Y,Z, and it is then easy to express a,b,c,d in etrms of them explicitly.

the same trick can be worked with X = (a+b)(c+d), Y = (a+c)(b+d), Z = (a+d)(b+c), in which case the roots a,b,c,d, are just sums and differences of the square roots of X,Y,Z.
 
Binary Quartics

How about the theory of binary quartics

[tex]Q(x,y)=A_1x^4+Q_2x^3y+Q_3x^2y^2+Q_4xy^3+Q_5y^4[tex] <br /> where can we find any sources for the theory of the +ve definiteness of quartics?[/tex][/tex]
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 41 ·
2
Replies
41
Views
6K
  • · Replies 2 ·
Replies
2
Views
4K