Polynomial expansion

From Wikipedia, the free encyclopedia

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. Expansions of polynomials are obtained by multiplying together their factors, which results in a sum of terms with variables raised to different degrees.

[edit] 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 2x2 + 4x − 5x − 10, or 2x2x − 10

[edit] Expansion of (x + y)n

Main article: Binomial theorem

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.

For example, when expanding (x + y)6, the following is obtained:

{\color{red}1}x^6+{\color{red}6}x^5y+{\color{red}15}x^4y^2+{\color{red}20}x^3y^3+{\color{red}15}x^2y^4+{\color{red}6}xy^5+{\color{red}1}y^6 \,

[edit] See also