Algebra/Chapter 23/Cubic Equations

From testwiki
Jump to navigation Jump to search

In this chapter we will discuss the cubic function in the form ax3+bx2+cx+d=0 .

We should note: This subject is much more lengthy and complicated than the quadratic formula, and, oddly enough, includes an inevitable usage of a new mathematical invention called "complex numbers". This subject is not dealt with much in either schools or universities, and we won't be wrong by saying that the average student doesn't know this chapter.

Introduction

About 500 years ago, Italian mathematicians began dealing with this problem. Just like the pretty trivial quadratic algorithm was known, they tried finding a solving algorithm for the cubics.

A few of the mathematicians – Luca Pacioli, Scipione del Ferro, Antonio Fiore, Niccolò Fontana Tartaglia, Gerolamo Cardano, Lodovico Ferrari – had many public competitions. They would keep their methods a secret in order to defeat their opponents in those contests. The ones losing were forced to give up their university jobs for the winners.

Pacioli, perhaps because of a few failed attempts, published a book called Summa de arithmetica in 1494, in which he had claimed it is impossible to solve the cubics algebraically. Some conjectures believe this spurred Del Ferro a few years later to find a solution for all equations of x3+ax+b=0 . He kept this a secret for some time until he handed it over to his student Fiore, who used the knowledge while competing against Tartaglia ("Stammerer"). To his astonishment, Tartaglia had found a solution for all equations of x3+ax2+b=0 as well as his own solution itself and defeated him.

Now, Tartaglia faced a newer and even tougher rival, Cardano, who after tremendous efforts and persuasion convinced Tartaglia to send him his cubic solutions as a cipher poem, under the promise to keep it a secret, until Tartaglia himself would publish it all in a book. With the help from one of his students, Ferrari, he extended the solution to the larger form of ax3+bx2+cx+d=0 , through reducing that form down to the simple x3+ax+b=0 . Meanwhile, Ferrari discovered a totally different solution for an even higher degree, the "quartic function".

When Cardano and Ferrari wanted to publish their discoveries in a book of their own, they didn't know how to do so without breaking their promise to Tartaglia. Then, after having a word with Del Ferro's heir, Hannival Nave, they had learned Del Ferro's work predated Tartaglia. This news finally made them break their oath, and they published a book called Ars Magna, to the displeasure of Tartaglia. They quarreled with the furious stammerer, and Tartaglia had finally competed with Ferrari, who defeated him easily.


And what does this have to do with complex numbers?
However, when Cardano extended the solution form, he was astonished to find some equations in which his formula had lead him to an unfathomable expression of negative numbers under a square root. This was an absurdity, since there are no real numbers such that their squaring gives a negative number – adding insult to the injury of not truly understanding the usage of negative numbers themselves.

According to the story it was the equation x3=15x+4 which he had tried to factor out its simple result x=4 with his algorithm.
The result was:

x=2+1213+21213

In spite of that result, he understood he must execute operations with this "non-sensible doodling" in front of him, just like negative numbers have a use in finding positive results in quadratics etc.

How did Cardano arrive at the answer above? No need to worry – it will all be clear shortly.

How will we factor out x?

We have the equation ax3+bx2+cx+d=0 Let's divide it with the coefficient a0 : x3+bax2+cax+da=0 Completing it to a cube (x+y)3=x3+3x2y+3xy2+y3 .

We'll add and subtract a similar cubic expression. By adding and subtracting:

(x3+3(b3a)x2+3(b3a)2x+(b3a)3)+cax3(b3a)2x(b3a)3+da=0(x+b3a)3+cax3(b3a)2x(b3a)3+da=0(x+b3a)3+(3acb23a2)x+27a2db327a3=0(x+b3a)3+(3acb23a2)(x+b3ab3a)+27a2db327a3=0(x+b3a)3+(3acb23a2)(x+b3a)b3a(3acb23a2)+27a2db327a3=0(x+b3a)3+(3acb23a2)(x+b3a)+b33abc9a3+27a2db327a3=0(x+b3a)3+(3acb23a2)(x+b3a)+2b3+27a2d9abc27a3=0y3+my+n=0

How do we continue?

Surprisingly, this new form is easily solvable, because it fits a cubic form of

(A±B)33AB(A±B)=A3±B3 A proof of the form here

Let's choose y=A+B without loss of generality. We get

A+B=y,3AB=m,A3+B3=nB=m3A,B3=nA3A3=n(m3A)3(A3)2+n(A3)+(m3)3=0A3=n2±12n24(m3)3A=n2±(n2)2+(m3)33B=n2(n2)2+(m3)33x=A+Bb3a

Note

We must consider that over the complex numbers the cubic has 3 solutions, so 13 has 3 roots — 1 real and 2 complex as 1±3i2 . Therefore When we take the cube root of 1 out of the expressions, we get 3 solutions: x1=n2+(n2)2+(m3)33+n2(n2)2+(m3)33b3ax2=(13i2)n2+(n2)2+(m3)33+(1+3i2)n2(n2)2+(m3)33b3ax3=(1+3i2)n2+(n2)2+(m3)33+(13i2)n2(n2)2+(m3)33b3a

Then why do we get complex results as conjugates like this (a±bi)A+(abi)B and not (a±bi)(A+B) ?

Simple: Because in one of the first definitions we got AB=m3 , and if we multiply (a±bi)A(abi)B we'll get (a2+b2)AB — moreover the magnitude of these complexes is |1±3i2|=a2+b2=1 . See for yourselves.

If we write (a±bi)(A+B) we could see this does not solve AB=m3 . Clear and simple.

Template:BookCat