Multiplication

In its simplest form, multiplication is a quick way of adding identical numbers. The result of multiplying numbers is called a product. The numbers being multiplied are called coefficients or factors, and individually as the multiplicand and multiplicator.

Contents

Notation

Multiplication can be denoted in several equivalent ways. All of the following mean, "5 times 2":

<math>5\times 2<math>
<math>5\cdot2<math>
<math>(5)2,\ 5(2),\ (5)(2),\ 5[2],\ [5]2,\ [5][2]<math>
<math>5*2\ <math>

The asterisk is often used on computers because it is a symbol on every keyboard, but it is rarely used when writing math by hand. This usage originated in the FORTRAN programming language. Frequently, multiplication is implied by Juxtaposition rather than shown in a notation. This is standard in algebra, taking forms like

<math>5x<math> and <math>xy<math>.

This is potentially confusing if variables are permitted to have names longer than one letter. The notation is not used with numbers alone: 52 never means 5 × 2.

If the terms are not written out individually, then the product may be written with an ellipsis to mark out the missing terms, as with other series operations (like sums). Thus, the product of all the natural numbers from 1 to 100 can be written <math>1 \cdot 2 \cdot \ldots \cdot 99 \cdot 100<math>. This can also be written with the ellipsis vertically placed in the middle of the line, as <math>1 \cdot 2 \cdot \cdots \cdot 99 \cdot 100<math>.

Alternatively, the product can be written with the product symbol, which derives from the capital letter Π (Pi) in the Greek alphabet. This is defined as:

<math> \prod_{i=m}^{n} x_{i} := x_{m} \cdot x_{m+1} \cdot x_{m+2} \cdot \cdots \cdot x_{n-1} \cdot x_{n}. <math>

The subscript gives the symbol for a dummy variable (<math>i<math> in our case) and its lower value (<math>m<math>); the superscript gives its upper value. So for example:

<math> \prod_{i=2}^{6} \left(1 + {1\over i}\right) = \left(1 + {1\over 2}\right) \cdot \left(1 + {1\over 3}\right) \cdot \left(1 + {1\over 4}\right) \cdot \left(1 + {1\over 5}\right) \cdot \left(1 + {1\over 6}\right) = {7\over 2}. <math>

One may also consider products of infinitely many terms; these are called infinite products. Notationally, we would replace n above by the infinity symbol (∞). The product of such a series is defined as the limit of the product of the first <math>n<math> terms, as <math>n<math> grows without bound. That is:

<math> \prod_{i=m}^{\infty} x_{i} := \lim_{n\to\infty} \prod_{i=m}^{n} x_{i}. <math>

One can similarly replace <math>m<math> with negative infinity, and

<math>\prod_{i=-\infty}^\infty x_i := \left(\lim_{n\to\infty}\prod_{i=-n}^m x_i\right) \cdot \left(\lim_{n\to\infty}\prod_{i=m+1}^n x_i\right),<math>

for some integer <math>m<math>, provided both limits exist.

Definition

As for what multiplication means, the product of two whole numbers n and m is:

<math>mn := \sum_{k=1}^n m<math>

This is just a shorthand for saying, "Add m to itself n times." Expanding the above to make its meaning more clear:

m × n = m + m + m + ... + m

such that there are n m's added together. So for instance:

  • 5 × 2 = 5 + 5 = 10
  • 2 × 5 = 2 + 2 + 2 + 2 + 2 = 10
  • 4 × 3 = 4 + 4 + 4 = 12
  • m × 6 = m + m + m + m + m + m

Using this definition, it is easy to prove some interesting properties of multiplication. As the first two examples above hint at, the order in which two numbers are multiplied does not matter. This is called the commutative property and it turns out to be true in general that for any two numbers x and y,

x · y = y · x.

Multiplication also has what is called the associative property. The associative property means that for any three numbers x, y, and z,

(x · y)z = x(y · z).

Note from algebra: the parentheses mean that the operations inside the parentheses must be done before anything outside the parentheses is done.

Multiplication is also has what is called a distributive property because

x(y + z) = xy + xz.

Also of interest is that any number times 1 is equal to itself, thus,

1 · x = x.

and this is called the identity property

What about zero? Well, we have:

m · 0 = m + m + m +...+ m

where there are zero m's added together. The sum of zero m's is zero, so

m · 0 = 0

no matter what m is (as long as it is finite).

Multiplication with negative numbers also requires a little thought. First consider negative 1. For any positive integer m:

(−1)m = (−1) + (−1) +...+ (−1) = −m

This is an interesting fact that shows that any negative number is just negative one multiplied by a positive number. So multiplication with any integers can be represented by multiplication of whole numbers and (−1)'s. All that remains is to explicitly define (−1)(−1):

(−1)(−1) = −(−1) = 1

In this way, the multiplication of any two integers is defined. The definitions can be extended to larger and larger sets of numbers: first to vulgar fractions called the rational numbers, then to infinitely long decimals called real numbers, and then to the complex numbers.

Students are sometimes mystified when told that the result of multiplying no numbers is 1.

A formal recursive definition of multiplication can be given by the rules:

x · 0 = 0
x · y = x + x·(y − 1)

where x is a real number, and y is a natural number. Once multiplication has been defined for natural numbers, it can be extended to include integers, and then to real and complex numbers.

Computation

For fast ways to compute products of large numbers, see multiplication algorithms.

To multiply numbers using pencil and paper, you need to have a multiplication table (either in your head or on paper). You also need to know a "multiplication algorithm" (a way to multiply numbers) such as lattice multiplication.

In music

In music and musical set theory, multiplication modulo 12 is a basic operation which may be performed on pitch or pitch class sets. Dealing with all twelve tones, or a tone row, there are only a few numbers which one may multiply a row by and still end up with twelve tones. Taking the prime or unaltered form as P0, multiplication is indicated by Mx, x being the multiplicator:

  • <math>Mx(y) = xy <math>

As with the other compound operations multiplication is carried out and then transposition. P0 = M10, I0 = M110, M70=I(M50). Thus, for the untransposed form of all:

M1 M5 M7 M11
M5 M1 M11 M7
M7 M11 M1 M5
M11 M7 M5 M1

Even numbers remain unchanged under M7 and all odd numbers become transposed by a tritone.

The chromatic scale may be mapped onto the circle of fourths with M5, and the circle of fifths with M7.

See also

External links

de:Multiplikation es:Multiplicación is:Margföldun ja:乗法 nl:Vermenigvuldigen pl:Mnożenie simple:Multiplication fi:Kertolasku sv:Multiplikation tl:Multiplikasyon th:การคูณ zh:乘法

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools