Product (mathematics)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Calculation results
Addition (+)
\scriptstyle\left.\begin{matrix}\scriptstyle\text{summand}+\text{summand}\\\scriptstyle\text{addend (broad sense)}+\text{addend (broad sense)}\\\scriptstyle\text{augend}+\text{addend (strict sense)}\end{matrix}\right\}= \scriptstyle\text{sum}
Subtraction (−)
\scriptstyle\text{minuend}-\text{subtrahend}= \scriptstyle\text{difference}
Multiplication (×)
\scriptstyle\left.\begin{matrix}\scriptstyle\text{factor}\times\text{factor}\\\scriptstyle\text{multiplier}\times\text{multiplicand}\end{matrix}\right\}= \scriptstyle\text{product}
Division (÷)
\scriptstyle\left.\begin{matrix}\scriptstyle\frac{\scriptstyle\text{dividend}}{\scriptstyle\text{divisor}}\\\scriptstyle\frac{\scriptstyle\text{numerator}}{\scriptstyle\text{denominator}}\end{matrix}\right\}= \scriptstyle\text{quotient}
Modulation (mod)
\scriptstyle\text{dividend}\bmod\text{divisor}= \scriptstyle\text{remainder}
Exponentiation
\scriptstyle\text{base}^\text{exponent}= \scriptstyle\text{power}
nth root (√)
\scriptstyle\sqrt[\text{degree}]{\scriptstyle\text{radicand}}= \scriptstyle\text{root}
Logarithm (log)
\scriptstyle\log_\text{base}(\text{antilogarithm})= \scriptstyle\text{logarithm}

In mathematics, a product is the result of multiplying, or an expression that identifies factors to be multiplied. Thus, for instance, 6 is the product of 2 and 3 (the result of multiplication), and x\cdot (2+x) is the product of x and (2+x) (indicating that the two factors should be multiplied together).

The order in which real or complex numbers are multiplied has no bearing on the product; this is known as the commutative law of multiplication. When matrices or members of various other associative algebras are multiplied, the product usually depends on the order of the factors. Matrix multiplication, for example, and multiplication in other algebras is in general non-commutative.

There are many different kinds of products in mathematics: besides being able to multiply just numbers, polynomials or matricies, one can also define products on many different algebraic structures. An overview of these different kinds of products is given here.

Product of two numbers

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Lua error in package.lua at line 80: module 'strict' not found.

Product of two natural numbers

Placing several stones into a rectangular pattern with r rows and s columns gives

 r \cdot s = \sum_{i=1}^s r = \sum_{j=1}^r s

stones.

Product of two integers

Integers allow positive and negative numbers. The two numbers are multiplied just like natural numbers, except we need an additional rule for the signs:

\begin{array}{|c|c  c|}\hline
\cdot & - & + \\ \hline
  -   & + & - \\ 
  +   & - & + \\ \hline
\end{array}

In words, we have:

  • Minus times Minus gives Plus
  • Minus times Plus gives Minus
  • Plus times Minus gives Minus
  • Plus times Plus gives Plus

Product of two fractions

Two fractions can be multiplied by multiplying their numerators and denominators:

 \frac{z}{n} \cdot \frac{z'}{n'} = \frac{z\cdot z'}{n\cdot n'}

Product of two real numbers

For a rigorous definition of the product of two real numbers see Construction of the real numbers.

Product of two complex numbers

Two complex numbers can be multiplied by the distributive law and the fact that \mathrm i^2=-1, as follows:

\begin{align}
(a + b\,\mathrm i)\cdot (c+d\,\mathrm i) 
 & = a\cdot c + a \cdot d\,\mathrm i + b\cdot c \,\mathrm i + b\cdot d \cdot \mathrm i^2\\
 & = (a \cdot c - b\cdot d) + (a\cdot d + b\cdot c) \,\mathrm i
 \end{align}

Geometric meaning of complex multiplication

File:Gaussplane kartesianAndPolar.png
A complex number in polar coordinates.

Complex numbers can be written in polar coordinates:

 a + b\,\mathrm i = r \cdot ( \cos(\varphi) + \mathrm i \sin(\varphi) ) = r \cdot \mathrm e ^{\mathrm i \varphi}

Furthermore,

 c + d\,\mathrm i = s \cdot ( \cos(\psi) + \mathrm i \sin(\psi) ) = s \cdot \mathrm e ^{\mathrm i \psi} , from which we obtain:
 (a \cdot c - b\cdot d) + (a\cdot d + b\cdot c) \,\mathrm i = r\cdot s \cdot ( \cos(\varphi+\psi) + \mathrm i \sin(\varphi+\psi) ) = r\cdot s \cdot \mathrm e ^{\mathrm i (\varphi+\psi)}

The geometric meaning is that we multiply the magnitudes and add the angles.

Product of two quaternions

The product of two quaternions can be found in the article on quaternions. However, it is interesting to note that in this case, a\cdot b and b\cdot a are different.

Product of sequences

The product operator for the product of a sequence is denoted by the capital Greek letter Pi (in analogy to the use of the capital Sigma as summation symbol). The product of a sequence consisting of only one number is just that number itself. The product of no factors at all is known as the empty product, and is equal to 1.

Commutative rings

Lua error in package.lua at line 80: module 'strict' not found.Commutative rings have a product operation.

Residue classes of integers

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Residue classes in the rings \Z/N\Z can be added:

 (a+N\Z) + (b+N\Z) = a+b + N\Z

and multiplied:

 (a+N\Z) \cdot (b+N\Z) = a\cdot b + N\Z

Rings of functions

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Functions to the real numbers can be added or multiplied by adding or multiplying their outputs:

(f+g)(m) : = f(m) + g(m)
(f\cdot g) (m) := f(m) \cdot g(m)

Convolution

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

File:Convolucion Funcion Pi.gif
The convolution of the square wave with itself gives the triangular function

Two functions from the reals to itself can be multiplied in another way, called the convolution.

If :\int\limits_{-\infty}^\infty |f(t)|\,\mathrm{d}\,t \;<\;\infty\quad\mbox{and } 
       \int\limits_{-\infty}^\infty |g(t)|\,\mathrm{d}\,t \;<\; \infty

then the integral

 (f*g) (t) \;:= \int\limits_{-\infty}^\infty f(\tau)\cdot g(t-\tau)\,\mathrm{d}\tau

is well defined and is called the convolution.

Under the Fourier transform, convolution becomes point-wise function multiplication.

Polynomial rings

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The product of two polynomials is given by the following:

 \left(\sum_{i=0}^n a_i X^i\right) \cdot \left(\sum_{j=0}^m b_j X^j\right) = \sum_{k=0}^{n+m} c_k X^k

with

 c_k = \sum_{i+j=k} a_i \cdot b_j

Products in linear algebra

There are many different kinds of products in linear algebra; some of these have confusingly similar names (outer product, exterior product) but have very different meanings. Others have very different names (outer product, tensor product, Kronecker product) but convey essentially the same idea. A brief overview of these is given here.

Scalar multiplication

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

By the very definition of a vector space, one can form the product of any scalar with any vector, giving a map  \R \times V \rightarrow V .

Scalar product

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

A scalar product is a bilinear map:

 \cdot : V \times V \rightarrow \R

with the following conditions, that  v\cdot v > 0 for all  0 \not= v \in V .

From the scalar product, one can define a norm by letting \|v\| := \sqrt{v\cdot v} .

The scalar product also allows one to define an angle between two vectors:

 \cos \angle (v,w) = \frac{v\cdot w}{\|v\| \cdot \|w\|}

In n-dimensional Euclidean space, the standard scalar product (called the dot product) is given by:

 \left(\sum_{i=1}^n \alpha_i e_i \right) \cdot \left(\sum_{i=1}^n \beta_i e_i \right) = \sum_{i=1}^n \alpha_i\,\beta_i

Cross product in 3-dimensional space

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The cross product of two vectors in 3-dimensions is a vector perpendicular to the two factors, with length equal to the area of the parallelogram spanned by the two factors.

The cross product can also be expressed as the formal[lower-alpha 1] determinant:

\mathbf{u\times v}=\begin{vmatrix}
\mathbf{i}&\mathbf{j}&\mathbf{k}\\
u_1&u_2&u_3\\
v_1&v_2&v_3\\
\end{vmatrix}

Composition of linear mappings

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

A linear mapping can be defined as a function f between two vector spaces V and W with underlying field F, satisfying[1]

f(t_1x_1+t_2x_2) = t_1 f(x_1) + t_2 f(x_2), \forall x_1, x_2 \in V, \forall t_1, t_2 \in \mathbb{F}.

If one only considers finite dimensional vector spaces, then

f(\mathbf{v}) = f(v_i \mathbf{b_V}^i) = v_i f(\mathbf{b_V}^i) = {f^i}_j v_i \mathbf{b_W}^j,

in which bV andbW denote the bases of V and W, and vi denotes the component of v on bVi, and Einstein summation convention is applied.

Now we consider the composition of two linear mappings between finite dimensional vector spaces. Let the linear mapping f map V to W, and let the linear mapping g map W to U. Then one can get

g \circ f(\mathbf{v}) = g({f^i}_j v_i \mathbf{b_W}^j) = {g^j}_k {f^i}_j v_i \mathbf{b_U}^k.

Or in matrix form:

g \circ f(\mathbf{v}) = \mathbf{G} \mathbf{F} \mathbf{v},

in which the i-row, j-column element of F, denoted by Fij, is fji, and Gij=gji.

The composition of more than two linear mappings can be similarly represented by a chain of matrix multiplication.

Product of two matrices

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Given two matrices

 A = (a_{i,j})_{i=1\ldots s;j=1\ldots r} \in \R^{s\times r} and  B = (b_{j,k})_{j=1\ldots r;k=1\ldots t}\in \R^{r\times t}

their product is given by

 B \cdot A = \left( \sum_{j=1}^r a_{i,j} \cdot b_{j,k} \right)_{i=1\ldots s;k=1\ldots t} \;\in\R^{s\times t}

Composition of linear functions as matrix product

There is a relationship between the composition of linear functions and the product of two matrices. To see this, let r = dim(U), s = dim(V) and t = dim(W) be the (finite) dimensions of vector spaces U, V und W. Let  \mathcal U = \{u_1, \ldots u_r\} be a basis of U,  \mathcal V = \{v_1, \ldots v_s\} be a basis of V and  \mathcal W = \{w_1, \ldots w_t\} be a basis of W. In terms of this basis, let  A = M^{\mathcal U}_{\mathcal V}(f) \in\R^{s\times r} be the matrix representing f : U → V and  B = M^{\mathcal V}_{\mathcal W}(g) \in\R^{r\times t} be the matrix representing g : V → W. Then

 B\cdot A =  M^{\mathcal U}_{\mathcal W} (g\circ f) \in\R^{s\times t}

is the matrix representing  g\circ f : U \rightarrow W.

In other words: the matrix product is the description in coordinates of the composition of linear functions.

Tensor product of vector spaces

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Given two finite dimensional vector spaces V and W, the tensor product of them can be defined as a (2,0)-tensor satisfying:

V \otimes W(v,m)=V(v) W(w), \forall v \in V^*, \forall w \in W^*,

where V* and W* denote the dual spaces of V and W.[2]

For inifinite-dimensional vector spaces, one also has the:

The tensor product, outer product and Kronecker product all convey the same general idea. The differences between these are that the Kronecker product is just a tensor product of matrices, with respect to a previously-fixed basis, whereas the tensor product is usually given in its intrinsic definition. The outer product is simply the Kronecker product, limited to vectors (instead of matrices).

The class of all objects with a tensor product

In general, whenever one has two mathematical objects that can be combined in a way that behaves like a linear algebra tensor product, then this can be most generally understood as the internal product of a monoidal category. That is, the monoidal category captures precisely the meaning of a tensor product; it captures exactly the notion of why it is that tensor products behave the way they do. More precisely, a monoidal category is the class of all things (of a given type) that have a tensor product.

Other products in linear algebra

Other kinds of products in linear algebra include:

Cartesian product

In set theory, a Cartesian product is a mathematical operation which returns a set (or product set) from multiple sets. That is, for sets A and B, the Cartesian product A × B is the set of all ordered pairs (a, b) where a ∈ A and b ∈ B.[3]

The class of all things (of a given type) that have Cartesian products is called a Cartesian category . Many of these are Cartesian closed categories. Sets are an example of such objects.

Empty product

The empty product on numbers and most algebraic structures has the value of 1 (the identity element of multiplication) just like the empty sum has the value of 0 (the identity element of addition). However, the concept of the empty product is more general, and requires special treatment in logic, set theory, computer programming and category theory.

Products over other algebraic structures

Products over other kinds of algebraic structures include:

A few of the above products are examples of the general notion of an internal product in a monoidal category; the rest are describable by the general notion of a product in category theory.

Products in category theory

All of the previous examples are special cases or examples of the general notion of a product. For the general treatment of the concept of a product, see product (category theory), which describes how to combine two objects of some kind to create an object, possibly of a different kind. But also, in category theory, one has:

Other products

  • A function's product integral (as a continuous equivalent to the product of a sequence or the multiplicative version of the (normal/standard/additive) integral. The product integral is also known as "continuous product" or "multiplical".
  • Complex multiplication, a theory of elliptic curves.

See also

Notes

  1. Here, “formal" means that this notation has the form of a determinant, but does not strictly adhere to the definition; it is a mnemonic used to remember the expansion of the cross product.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links