HOME

TheInfoList



OR:

In 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 In mathematics and computer algebra, factorization of polynomials or polynomial factorization expresses a polynomial with coefficients in a given field or in the integers as the product of irreducible factors with coefficients in the same d ...
.


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 binomials, 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 In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, althoug ...
(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 In mathematics and computer algebra, factorization of polynomials or polynomial factorization expresses a polynomial with coefficients in a given field or in the integers as the product of irreducible factors with coefficients in the same d ...
* Factorization * Multinomial theorem


External links

Discussion
Review of Algebra: Expansion
University of Akron The University of Akron is a public research university in Akron, Ohio. It is part of the University System of Ohio. As a STEM-focused institution, it focuses on industries such as polymers, advanced materials, and engineering. It is classified ...
Online tools
Expand page
quickmath.com
Online Calculator with Symbolic Calculations
livephysics.com {{DEFAULTSORT:Polynomial Expansion Polynomials de:Ausmultiplizieren