algebra

Trinomial

A trinomial is a polynomial with exactly three terms, e.g. x² + 5x + 6. The most common type encountered in factoring practice.

本术语中文版本即将上线。下方暂以英文原文展示。

A trinomial is a polynomial with exactly three terms. The most common form is the quadratic trinomial ax2+bx+cax^2 + bx + c, which is the right-hand side of every standard quadratic equation.

Special trinomial patterns to recognise:

  • Perfect square trinomial: a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2. Spot when first and last terms are perfect squares and the middle is twice their product.
  • Quadratic factorable over integers: x2+bx+cx^2 + bx + c factors as (x+p)(x+q)(x + p)(x + q) when integers p,qp, q exist with p+q=bp + q = b and pq=cpq = c.
  • AC method for ax2+bx+cax^2 + bx + c (a1a \neq 1): find numbers multiplying to acac, adding to bb.

Trinomials are practice ground for factoring techniques that scale to higher polynomials: GCF, grouping, AC method.