Division is one of the four basic operations of arithmetic. The other operations are addition, subtraction, and multiplication. What is being divided is called the dividend, which is divided by the divisor, and the result is called the quotient.
At an elementary level the division of two is, among other possible interpretations, the process of calculating the number of times one number is contained within another. For example, if 20 apples are divided evenly between 4 people, everyone receives 5 apples (see picture). However, this number of times or the number contained (divisor) need not be .
The division with remainder or Euclidean division of two natural numbers provides an integer quotient, which is the number of times the second number is completely contained in the first number, and a remainder, which is the part of the first number that remains, when in the course of computing the quotient, no further full chunk of the size of the second number can be allocated. For example, if 21 apples are divided between 4 people, everyone receives 5 apples again, and 1 apple remains.
For division to always yield one number rather than an integer quotient plus a remainder, the natural numbers must be extended to or . In these enlarged , division is the inverse operation to multiplication, that is means , as long as is not zero. If , then this is a division by zero, which is not defined. In the 21-apples example, everyone would receive 5 apple and a quarter of an apple, thus avoiding any leftover.
Both forms of division appear in various algebraic structures, different ways of defining mathematical structure. Those in which a Euclidean division (with remainder) is defined are called and include in one indeterminate (which define multiplication and addition over single-variabled formulas). Those in which a division (with a single result) by all nonzero elements is defined are called fields and . In a ring the elements by which division is always possible are called the units (for example, 1 and −1 in the ring of integers). Another generalization of division to algebraic structures is the quotient group, in which the result of "division" is a group rather than a number.
Unlike the other basic operations, when dividing natural numbers there is sometimes a remainder that will not go evenly into the dividend; for example, leaves a remainder of 1, as 10 is not a multiple of 3. Sometimes this remainder is added to the quotient as a fractional part, so is equal to or , but in the context of integer division, where numbers have no fractional part, the remainder is kept separately (or exceptionally, discarded or rounding). When the remainder is kept as a fraction, it leads to a rational number. The set of all rational numbers is created by extending the integers with all possible results of divisions of integers.
Unlike multiplication and addition, division is not commutative, meaning that is not always equal to .http://www.mathwords.com/c/commutative.htm Retrieved October 23, 2018 Division is also not, in general, associative, meaning that when dividing multiple times, the order of division can change the result.http://www.mathwords.com/a/associative_operation.htm Retrieved October 23, 2018 For example, , but (where the use of parentheses indicates that the operations inside parentheses are performed before the operations outside parentheses).
Division is traditionally considered as left-associative. That is, if there are multiple divisions in a row, the order of calculation goes from left to right:George Mark Bergman: Order of arithmetic operations Education Place: The Order of Operations
Division is right-distributive over addition and subtraction, in the sense that
This is the same for multiplication, as . However, division is not left-distributive, as
which can also be read out loud as "divide a by b" or " a over b". A way to express division all on one line is to write the dividend (or numerator), then a slash, then the divisor (or denominator), as follows:
This is the usual way of specifying division in most computer programming languages, since it can easily be typed as a simple sequence of ASCII characters. (It is also the only notation used for in abstract algebra.) Some mathematical software, such as MATLAB and GNU Octave, allows the operands to be written in the reverse order by using the backslash as the division operator:
A typographical variation halfway between these two forms uses a solidus (fraction slash), but elevates the dividend and lowers the divisor:
Any of these forms can be used to display a fraction. A fraction is a division expression where both dividend and divisor are (typically called the numerator and denominator), and there is no implication that the division must be evaluated further. A second way to show division is to use the division sign (÷, also known as obelus though the term has additional meanings), common in arithmetic, in this manner:
This form is infrequent except in elementary arithmetic. ISO 80000-2-10.6 states it should not be used. This division sign is also used alone to represent the division operation itself, as for instance as a label on a key of a calculator. The obelus was introduced by Swiss mathematician Johann Rahn in 1659 in Teutsche Algebra. The ÷ symbol is used to indicate subtraction in some European countries, so its use may be misunderstood.
In some non-English language-speaking countries, a colon is used to denote division:
This notation was introduced by Gottfried Wilhelm Leibniz in his 1684 Acta eruditorum. Leibniz disliked having separate symbols for ratio and division. However, in English usage the colon is restricted to expressing the related concept of .
Since the 19th century, US textbooks have used or to denote a divided by b, especially when discussing long division. The history of this notation is not entirely clear because it evolved over time.
By allowing one to subtract more multiples than what the partial remainder allows at a given stage, more flexible methods, such as the bidirectional variant of chunking, can be developed as well.
More systematically and more efficiently, two integers can be divided with pencil and paper with the method of short division, if the divisor is small, or long division, if the divisor is larger. If the dividend has a fractional part (expressed as a decimal fraction), one can continue the procedure past the ones place as far as desired. If the divisor has a fractional part, one can restate the problem by moving the decimal to the right in both numbers until the divisor has no fraction, which can make the problem easier to solve (e.g., 10/2.5 = 100/25 = 4).
Division can be calculated with an abacus.
Logarithm tables can be used to divide two numbers, by subtracting the two numbers' logarithms, then looking up the antilogarithm of the result.
Division can be calculated with a slide rule by aligning the divisor on the C scale with the dividend on the D scale. The quotient can be found on the D scale where it is aligned with the left index on the C scale. The user is responsible, however, for mentally keeping track of the decimal point.
In modular arithmetic (modulo a prime number) and for real numbers, nonzero numbers have a multiplicative inverse. In these cases, a division by may be computed as the product by the multiplicative inverse of . This approach is often associated with the faster methods in computer arithmetic.
Dividing integers in a computer program requires special care. Some programming languages treat integer division as in case 5 above, so the answer is an integer. Other languages, such as MATLAB and every computer algebra system return a rational number as the answer, as in case 3 above. These languages also provide functions to get the results of the other cases, either directly or from the result of case 3.
Names and symbols used for integer division include , , , and . Definitions vary regarding integer division when the dividend or the divisor is negative: rounding may be toward zero (so called T-division) or toward −∞ (F-division); rarer styles can occur – see modulo operation for the details.
Divisibility rules can sometimes be used to quickly determine whether one integer divides exactly into another.
All four quantities are integers, and only p may be 0. This definition ensures that division is the inverse operation of multiplication.
This process of multiplying and dividing by is called 'realisation' or (by analogy) rationalisation. All four quantities p, q, r, s are real numbers, and r and s may not both be 0.
Division for complex numbers expressed in polar form is simpler than the definition above:
Again all four quantities p, q, r, s are real numbers, and r may not be 0.
With left and right division defined this way, is in general not the same as , nor is the same as . However, it holds that and .
"Division" in the sense of "cancellation" can be done in any magma by an element with the cancellation property. Examples include matrix algebras, quaternion algebras, and quasigroups. In an integral domain, where not every element need have an inverse, division by a cancellative element a can still be performed on elements of the form ab or ca by left or right cancellation, respectively. If a ring is finite and every nonzero element is cancellative, then by an application of the pigeonhole principle, every nonzero element of the ring is invertible, and division by any nonzero element is possible. To learn about when algebras (in the technical sense) have a division operation, refer to the page on . In particular Bott periodicity can be used to show that any real number normed division algebra must be isomorphic to either the real numbers R, the C, the H, or the O.
|
|