Library/Algebra/Polynomials/Quadratic trinomial/Phase plane of coefficients

Phase plane of coefficients

Overview
Important

The phase plane of coefficients is a way to visualize how the coefficients of a quadratic trinomial ax2+bx+cax^2 + bx + c affect its properties, especially the nature of its roots. By plotting the coefficients (usually bb and cc) on a coordinate plane for a fixed aa, we can see regions where the quadratic has two real roots, one real root, or no real roots.

Important properties

  • The discriminant D=b24acD = b^2 - 4ac determines the nature of the roots.

  • The curve b24ac=0b^2 - 4ac = 0 divides the phase plane into regions with different root types.

  • For a fixed aa, the set of points (b,c)(b, c) where b24ac=0b^2 - 4ac = 0 forms a parabola in the (b,c)(b, c)-plane.

  • Above this parabola (b24ac>0b^2 - 4ac > 0), the quadratic has two real roots; on the parabola, one real root; below, no real roots.