HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, an expansion of a product of sums expresses it as a sum of products by using the fact that multiplication distributes over addition. Expansion of a polynomial expression can be obtained by repeatedly replacing subexpressions that multiply two other subexpressions, at least one of which is an addition, by the equivalent sum of products, continuing until the expression becomes a sum of (repeated) products. During the expansion, simplifications such as grouping of like terms or cancellations of terms may also be applied. Instead of multiplications, the expansion steps could also involve replacing powers of a sum of terms by the equivalent expression obtained from the binomial formula; this is a shortened form of what would happen if the power were treated as a repeated multiplication, and expanded repeatedly. It is customary to reintroduce powers in the final result when terms involve products of identical symbols. Simple examples of polynomial expansions are the well known rules :(x+y)^2=x^2+2xy+y^2 :(x+y)(x-y)=x^2-y^2 when used from left to right. A more general single-step expansion will introduce all products of a term of one of the sums being multiplied with a term of the other: :(a+b+c+d)(x+y+z)=ax+ay+az+bx+by+bz+cx+cy+cz+dx+dy+dz An expansion which involves multiple nested rewrite steps is that of working out a Horner scheme to the (expanded) polynomial it defines, for instance :1+x(-3+x(4+x(0+x(-12+x\cdot 2))))=1-3x+4x^2-12x^4+2x^5. The opposite process of trying to write an expanded polynomial as a product is called polynomial factorization.


Expansion of a polynomial written in factored form

To multiply two factors, each term of the first factor must be multiplied by each term of the other factor. If both factors are
binomial Binomial may refer to: In mathematics *Binomial (polynomial), a polynomial with two terms *Binomial coefficient, numbers appearing in the expansions of powers of binomials *Binomial QMF, a perfect-reconstruction orthogonal wavelet decomposition * ...
s, the FOIL rule can be used, which stands for "First Outer Inner Last," referring to the terms that are multiplied together. For example, expanding : (x+2)(2x-5)\, yields : 2x^2-5x+4x-10 = 2x^2-x-10.


Expansion of (x+y)n

: When expanding (x+y)^n, a special relationship exists between the coefficients of the terms when written in order of descending powers of ''x'' and ascending powers of ''y''. The coefficients will be the numbers in the (''n'' + 1)th row of Pascal's triangle (since Pascal's triangle starts with row and column number of 0). For example, when expanding (x+y)^6, the following is obtained: :x^6+x^5y+x^4y^2+x^3y^3+x^2y^4+xy^5+y^6 \,


See also

* Polynomial factorization * Factorization *
Multinomial theorem In mathematics, the multinomial theorem describes how to expand a power of a sum in terms of powers of the terms in that sum. It is the generalization of the binomial theorem from binomials to multinomials. Theorem For any positive integer ...


External links

Discussion
Review of Algebra: Expansion
University of Akron Online tools
Expand page
quickmath.com
Online Calculator with Symbolic Calculations
livephysics.com {{DEFAULTSORT:Polynomial Expansion Polynomials de:Ausmultiplizieren