Library/Algebra/Polynomials/Quadratic trinomial/Quadratic trinomial (other)

Quadratic trinomial (other)

Overview
Important

A quadratic trinomial is a polynomial of the form ax2+bx+cax^2 + bx + c, where a0a \neq 0. Beyond basic factorization and solving, quadratic trinomials can be analyzed in other ways: completing the square, finding the vertex, and understanding their graphs (parabolas).

Important properties

  • The graph of ax2+bx+cax^2 + bx + c is a parabola.

  • Completing the square rewrites ax2+bx+cax^2 + bx + c as a(x+b2a)2+(cb24a)a(x + \frac{b}{2a})^2 + (c - \frac{b^2}{4a}).

  • The vertex of the parabola is at x=b2ax = -\frac{b}{2a}.

  • The axis of symmetry is the vertical line x=b2ax = -\frac{b}{2a}.

  • The direction of opening depends on the sign of aa (upwards if a>0a > 0, downwards if a<0a < 0).