Library/Algebra/Polynomials/Quadratic trinomial/Analysis of quadratic trinomials

Analysis of quadratic trinomials

Overview
Important

Analyzing a quadratic trinomial ax2+bx+cax^2 + bx + c involves:

  • Determining the direction of the parabola (upward if a>0a > 0, downward if a<0a < 0)
  • Finding the roots (real or complex) using the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • Locating the vertex at (b2a,4acb24a)\left(-\frac{b}{2a}, \frac{4ac-b^2}{4a}\right)
  • Identifying the axis of symmetry x=b2ax = -\frac{b}{2a}
  • Calculating the yy-intercept cc

Important properties

  • The discriminant D=b24acD = b^2 - 4ac tells us the number and type of roots.

  • The vertex gives the minimum (if a>0a > 0) or maximum (if a<0a < 0) value.

  • The axis of symmetry divides the parabola into two mirror images.

  • The sign of aa determines if the parabola opens up or down.