You can often answer a question about the roots of a cubic without ever finding them. The three relationships below turn "the roots" into three numbers you can read straight off the coefficients.
The shape of a cubic
f(x)=ax3+bx2+cx+d(a=0)
The end behaviour depends only on the sign of a:
a>0: as x→−∞, y→−∞; as x→+∞, y→+∞. The curve rises from bottom left to top right.
a<0: the reverse — down from top left to bottom right.
Because the curve runs from −∞ to +∞ and is continuous, it must cross the x-axis at least once.
A cubic has at most two turning points — sometimes two, sometimes none (as with y=x3, which merely flattens at the origin).
Roots and coefficients
If ax3+bx2+cx+d=0 has roots α, β and γ, then
α+β+γ=−abαβ+βγ+γα=acαβγ=−ad
These come from expanding a(x−α)(x−β)(x−γ) and comparing coefficients.
For a quadraticax2+bx+c=0 the corresponding pair is
α+β=−abαβ=ac
For 2x3−5x2+3x−7=0:
α+β+γ=−2−5=25αβ+βγ+γα=23αβγ=−2−7=27
Check with a known cubic.x3−6x2+11x−6=0 factorises as (x−1)(x−2)(x−3), so the roots are 1, 2 and 3.
Sum: 1+2+3=6, and −1−6=6 ✓
Pairs: (1)(2)+(2)(3)+(3)(1)=2+6+3=11, and 111=11 ✓
Product: (1)(2)(3)=6, and −1−6=6 ✓
Symmetric functions of the roots
Most questions ask for an expression in α,β,γ that is symmetric — unchanged if the roots are shuffled. Every such expression can be rebuilt from the three quantities above.
Sum of squares.
α2+β2+γ2=(α+β+γ)2−2(αβ+βγ+γα)
For 2x3−5x2+3x−7=0:
=(25)2−2(23)=425−3=413
Sum of reciprocals.
α1+β1+γ1=αβγβγ+γα+αβ
=7/23/2=73
Forming a new equation
To build the cubic whose roots are 2α, 2β, 2γ, compute the three symmetric quantities for the new roots.
Starting from 2x3−5x2+3x−7=0, where the sums are 25, 23 and 27:
The roots, from factorising — try the factors of d and use the factor theorem.
The turning points, if the question wants them, from calculus.
For y=x3−6x2+11x−6: positive a so bottom-left to top-right; y-intercept (0,−6); roots at x=1,2,3.
The nature of the roots
A cubic with real coefficients has either:
three real roots (possibly with repeats), or
one real root and two complex conjugate roots.
Complex roots of a polynomial with real coefficients always come in conjugate pairs, so they arrive two at a time. With only three roots to distribute, at least one must be real.
Graphically: three distinct real roots means three crossings; one real root means the curve crosses once and its two turning points sit on the same side of the axis (or it has none at all).