Wiktionary
n. (context mathematics English) Any function of a polynomial whose greatest exponent is 3.
Wikipedia
In algebra, a cubic function is a function of the form
f(x) = ax + bx + cx + d,
where is nonzero.
Setting produces a cubic equation of the form:
ax + bx + cx + d = 0.
The solutions of this equation are called roots of the polynomial . If all of the coefficients , , , and of the cubic equation are real numbers then there will be at least one real root (this is true for all odd degree polynomials) and if the coefficients are complex numbers then there will be at least one complex root (this is true for all non-constant polynomials). All of the roots of the cubic equation can be found algebraically. (This is also true of a quadratic or quartic (fourth degree) equation, but no higher-degree equation, by the Abel–Ruffini theorem). The roots can also be found trigonometrically. Alternatively, numerical approximations of the roots can be found using root-finding algorithms like Newton's method.
The coefficients do not need to be complex numbers. Much of what is covered below is valid for coefficients of any field with characteristic or greater than . The solutions of the cubic equation do not necessarily belong to the same field as the coefficients. For example, some cubic equations with rational coefficients have roots that are non-rational (and even non-real) complex numbers.