The formula for solving an   equation of second degree

can be derived like this:

If  x2 + px + q = 0,     let x = y + m

then (y + m)2 + p(y+m) + q = 0  and  y2 + 2ym +m2 + py +pm +q = 0
which leads to       y2 + 2y(2m + p) +m2 +pm +q = 0 
If now m is chosen such that (2m +p) =  0  ie  m= -p/2, the equation can be 
simplified to     y2+m2 +pm +q = 0   or      y2  = -m2 -pm -q   and if    
m= -p/2
is inserted in   the equation the result will be 
y2  = -(p2)/4 +(p2)/2 -q  = (p2)/4 - q 
and so:  
y  =   ±
[(p2)/4 - q]   and as     x = y+m  = y + -p/2the well known

formula:           x = -p/2 ±[(p2)/4 - q]     immediately follows.

For a   cubic equation

like   x3 + px = q  the solution  can be achieved in a similar way,

In modern notation dal Ferros solution of x3 + px = q looks like this:

Say x = (y - b) and take the cubic of   both sides:

(y - b) 3 = y3 - 3y2b +3yb2 - b3
rearrange: (y-b)3 + 3yb(y-b) = y3- b3 ,
identify and let 3yb = p
which gives b = p/3y and y3- b3 = q ,

then x=(y-b) will be a solution to x3 +px =q.


If now b = p/3y is inserted in to y3- b3 = q  the result  will be y3- p3/27 y
3 = q,
which now gives us y6 -qy3 - p3/27 =0, where we can get y3 from this
equation of second degree (in y3) and we also get b as b = p/3y

and finally: x = 3[(p3/27 + q2/4) + q/2] - 3 [(p3/27 + q2/4) - q/2]

 

Back