Product (mathematics)

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In mathematics, a product is a number or a quantity obtained by multiplying two or more numbers together. For example: 5 × 4 = 20. Here, the number 20 is called the product of 5 and 4. The product of 6 and 4 will be 24, because 6 × 4 = 24.

Capital pi [change]

A short notation for long multiplication expressions is the product notation. It uses the capital Greek letter pi: \prod. This works the same as the Sigma notation.

Properties [change]

\prod_{i=1}^n i = 1 \cdot 2 \cdot ... \cdot n = n! (n! means n factorial)
\prod_{i=1}^n n = n^n because we multiply n by itself n times.
\prod_{i=1}^n c \cdot i = c^n \cdot n! where c is a constant.
\prod_{i=1}^n x = x^n

From the above equation we can see that any number with an exponent can be represented by a product, though it normally is not desirable.

Unlike summation, the sums of two terms cannot be separated into different sums. That is,

\prod_{i=1}^4 (3 + 4) \neq \prod_{i=1}^4 3 + \prod_{i=1}^4 4.

This can be thought of in terms of polynomials: you normally cannot separate terms inside them before they are raised to a power!