Cubing the Cubic Formula Help would be greatly appreciated

  • Thread starter Thread starter Frogeyedpeas
  • Start date Start date
  • Tags Tags
    Cubic Formula
Frogeyedpeas
Messages
80
Reaction score
0
Hi,

So I was working on a little project the other day and it was in regards to the cubic formula...

Which can be found here:

http://en.wikipedia.org/wiki/Cubic_formula#General_formula_of_roots

basically given an equation of the form:

ax3 + bx2 + cx + d = 0 the formulas on the attached link will give you the three values of x that satisfy this equation.

Here is my dilemma,

I was just kind of playing around with the quadratic equation which is:

x = \frac{-b\pm\sqrt{b^{2}-4ac}}{2a}

It can be conveniently "re arranged" to look like this:

(2ax + b)2 = b2 - 4ac

So in dealing with the cubic equation I tried the same thing which was fairly simple:

(3ax + b) = Ω (where Ω is all of our other business that remains)...

Can somebody tell me the simplified value of Ω3?

Its terribly difficult to solve by hand and I do not own a symbolic calculator can manipulate it so if somebody could do the solution that would be convenient...

Additionally I would like to know another value:

Ω can be seen as the sum of (σ + μ) (see the two giant cube roots in the wiki article, those are sig and mu for this expression).

What is (σ2 - σμ + μ2)?

and What is (σ3 - μ3)

Hopefully between those three questions I can resolve to find a pattern between the quadratic and cubic formulas.

Thanks!
 
Mathematics news on Phys.org
I won't go through the detail of something that is in all the books just some overall ideas.

Frogeyedpeas said:
I was just kind of playing around with the quadratic equation which is:

x = \frac{-b\pm\sqrt{b^{2}-4ac}}{2a}

It can be conveniently "re arranged" to look like this:

(2ax + b)2 = b2 - 4ac

Playing around is good. You have discovered a little thing you had probably forgotten (often happens). That actually if quadratic equation solving was explained to you, it goes in the reverse order - you don't get the second formula from the first, you get the first from the second, which is the quadratic to be solved rearranged. You try to incorporate its first two terms into a perfect square and then you have a constant, (b2 - 4ac) left over. So you can solve taking square roots.

Put another way you get the difference of two squares

(x + b/2)2 - {√[(b2 - 4ac)/4a2]}2 = 0

which, taking a term to the other side and taking square roots leads to two linear equations.

For the cubic you try to do the same idea (to answer your question) - you try to express it as the difference of two cubes, e.g. if we make the leading term 1, then try to express any cubic with this leading term as

(x + β)3 - [(1 - α3)x3 + γ)3.

When you expand and try to identify coefficients with those of a cubic you find you need to solve a quadratic equation.

If the cubic has three real roots the roots of this quadratic are nonreal. It was the genius idea you could use them anyway and through them get the real roots of the cubic that was the takeoff that made math something else.

You can do the quartic too as difference of two squares, one being the square of a square; that involves solving a cubic equation.

Higher degree than that you can rearrange polynomials in pretty ways but this does into allow you to solve them, it is well known
 
what is the proof that quintics and higher are unsolvabe? (i'm not familiar with galois theory or lie groups so I'm going to need it slightly more explained)
 
Frogeyedpeas said:
what is the proof that quintics and higher are unsolvabe? (i'm not familiar with galois theory or lie groups so I'm going to need it slightly more explained)

Unfortunately, I don't think there is a proof that doesn't involve Galois theory.
 
could u give me the proof (with theory) and i'll see if i can grasp something about it
 
the best explanation i know of the cubic formula is in euler's elements of algebra. it is free on the web.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top