Template:Short description In algebra, a binomial is a polynomial that is the sum of two terms, each of which is a monomial.<ref>Template:Mathworld</ref> It is the simplest kind of a sparse polynomial after the monomials.

DefinitionEdit

A binomial is a polynomial which is the sum of two monomials. A binomial in a single indeterminate (also known as a univariate binomial) can be written in the form

<math>a x^m - bx^n ,</math>

where Template:Math and Template:Math are numbers, and Template:Math and Template:Math are distinct non-negative integers and Template:Math is a symbol which is called an indeterminate or, for historical reasons, a variable. In the context of Laurent polynomials, a Laurent binomial, often simply called a binomial, is similarly defined, but the exponents Template:Math and Template:Math may be negative.

More generally, a binomial may be written<ref name=Sturmfels62>Template:Cite book</ref> as:

<math>a\, x_1^{n_1}\dotsb x_i^{n_i} - b\, x_1^{m_1}\dotsb x_i^{m_i}</math>

ExamplesEdit

<math>3x - 2x^2</math>
<math>xy + yx^2</math>
<math>0.9 x^3 + \pi y^2</math>
<math>2 x^3 + 7</math>

Operations on simple binomialsEdit

<math> x^2 - y^2 = (x - y)(x + y). </math>
This is a special case of the more general formula:
<math> x^{n+1} - y^{n+1} = (x - y)\sum_{k=0}^{n} x^{k} y^{n-k}.</math>
When working over the complex numbers, this can also be extended to:
<math> x^2 + y^2 = x^2 - (iy)^2 = (x - iy)(x + iy). </math>
<math> (ax+b)(cx+d) = acx^2+(ad+bc)x+bd.</math>
<math> (x + y)^2 = x^2 + 2xy + y^2.</math>
The numbers (1, 2, 1) appearing as multipliers for the terms in this expansion are the binomial coefficients two rows down from the top of Pascal's triangle. The expansion of the Template:Mathth power uses the numbers Template:Math rows down from the top of the triangle.
For Template:Math, let Template:Math, Template:Math, and Template:Math; then Template:Math.
  • Binomials that are sums or differences of cubes can be factored into smaller-degree polynomials as follows:
<math> x^3 + y^3 = (x + y)(x^2 - xy + y^2) </math>
<math> x^3 - y^3 = (x - y)(x^2 + xy + y^2) </math>

See alsoEdit

NotesEdit

Template:Reflist

ReferencesEdit

Template:Polynomials