User:MathMan64/TrigConstants

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Solving Cubic Equations

Details showing that the two forms are the same

The two plans for solving a cubic equation give what looks like two different solutions. In both plans the formulas for P, Q, R, and S are the same.

Starting from x3+ax2+bx+c=0 

P=3ba23
Q=9ab27c2a327
R=Q2
S=P3

Cardano's method result is:

x=R+R2+S33+RR2+S33a3

Vieta's method result is:

x=R+R2+S33SR+R2+S33a3

These two can be shown to be the same if the second terms of each are identical.

If RR2+S33=SR+R2+S33

Starting with:

SR+R2+S33

Multiply by a unit fraction:

SR+R2+S33RR2+S33RR2+S33

Carry through the sum and difference product in the denominators:

SRR2+S33R2(R2+S3)3

Add like terms in the denominator:

SRR2+S33S33

Finally cancel like factors in the numerator and the demoninator:

RR2+S33

So the two methods yield the identical results.