The first complete example of sign analysis: a third-degree inequality. It is factorised into three first-degree factors, the cornerstones are found and the sign table is filled in.

Example — Third-degree inequality

Solve x35x2+6x0x^3-5x^2+6x\le 0.

Step 1 — Factorise: x35x2+6x=x(x25x+6)=x(x3)(x2)0x^3-5x^2+6x = x(x^2-5x+6) = x(x-3)(x-2) \le 0

Step 2 — Associate the factors with lines: f1:  y=x,f2:  y=x3,f3:  y=x2.f_1:\; y = x, \quad f_2:\; y = x-3, \quad f_3:\; y=x-2.

Step 3 — Cornerstones and graph:

Each factor is a line; the cornerstone is the point where it intersects the xx-axis.

Step 4 — Sign table:

x<0x<0x=0x=00<x<20<x<2x=2x=22<x<32<x<3x=3x=3x>3x>3
f1=xf_1=x-00++++++++++
f2=x2f_2=x-2---00++++++
f3=x3f_3=x-3-----00++
f1f2f3f_1\cdot f_2\cdot f_3-00++00-00++

Remark — The rule of signs

In each interval you count the - signs of the factors; if there is an even number the product is ++, if odd it is -.

Solution: we look for where 0\le 0 (sign - or zero): x0    or    2x3\boxed{x \le 0 \;\;\text{or}\;\; 2\le x\le 3}

Quick check: for x=1x=-1: (1)(3)(4)=120(-1)(-3)(-4)=-12 \le 0 ✓. For x=2,5x=2{,}5: (2,5)(0,5)(0,5)=0,6250(2{,}5)(0{,}5)(-0{,}5)=-0{,}625\le 0 ✓. For x=4x=4: (4)(2)(1)=8>0(4)(2)(1)=8 > 0 ✓ (rightly outside the solution).

Topics: Inequalities
Concepts: Cornerstone · Factorisation · Sign analysis · Sign table
Methods: Factorising polynomials · Sign analysis of a product
Skills: Solving inequalities · Factorising