Solving the Roots of a Cubic Polynomial
This article explains how to solve roots of a cubic polynomial in the complex plane. I use the depressed form of the cubic polynomial and Cardano’s formula. There is a cubic polynomial which has a single variable, \(x\), and its highest exponent is 3: [f(x): a x^3 + b x^2 + c x + d = 0,] ...