Trigonometry/The solution of cubic equations: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Roberto.zanasi
m recoded as formula
 
(No difference)

Latest revision as of 13:07, 26 June 2024

A cubic equation is an equation of the form

ax3+bx2+cx+d=0

to be solved for x. There are three possible values for x, known as the roots of the equation, though two or all three of the values may be equal (repeated root). If a, b, c and d are all real numbers, at least one value of x must be real. There are two possible cases: the other two roots may be real, or they may be a pair of complex conjugate numbers.

The roots can always be expressed exactly as surds. However, if all three roots are real, the surds involve the cube roots of complex numbers. In that case, they are in general most easily calculated using trigonometric functions.

In the above equation, a is non-zero (or the equation would be quadratic). Divide through by a to get the equation in the form

x3+Ax2+Bx+C=0

Let

Q=3BA29,R=9AB27C2A354,D=Q3+R2

D is called the discriminant. If D>0 , two roots are complex; if D=0 there is a (real) repeated root; if D<0 there are three unequal real roots.

Assume D<0 . Clearly, Q3=DR2 must be less than D so is also negative; thus, Q3 and Q are both positive. Let

cos(θ)=RQ3

Then the three roots are

x1=2Qcos(θ3)A3
x2=2Qcos(θ3+120)A3
x3=2Qcos(θ3+240)A3

Example: solution to x33x+1=0: A=0, B=3, and C=1. One finds Q=1, R=1/2, D=3/4, and θ=2π/3,4π/3, with the result that x=2cos(4π/9)=2sin(π/18)=0.347296, x=2cos(2π/9)=1.53209, x=2cos(π/9)=1.87939, the first being the critical threshold for bond percolation on the triangular lattice (Sykes and Essam 1964).

[Add example and/or exercise]

Template:BookCat