| |||||||||
This article is about the arithmetic operation. For other uses, see Division (disambiguation).
In mathematics, especially elementary arithmetic, division is an arithmetic operation which is the reverse operation of multiplication and sometimes can be interpreted as repeated subtraction.
Specifically, if
where b is nonzero, then
(read as "c divided by b"). So for instance, 6 ÷ 3 = 2 since 2 × 3 = 6.
In the above expression, a is called the quotient, b the divisor and c the dividend.
The expression c ÷ b is also written "c/b" (read "c over b"), especially in higher mathematics (including applications to science and engineering) and in computer programming languages. This form is also often used as the final form of a fraction, without any implication that it needs to be evaluated further.
In most non-English languages, c ÷ b is written c : b. In English usage the colon is restricted to the related concept of ratios.
The meaning of division by zero is not usually defined.
Division of integers is not closed; apart from division by zero being undefined, the quotient will not be an integer unless the dividend is an integer multiple of the divisor; for example 26 cannot be divided by 10 to give an integer. In such a case there are three possible approaches.
The result of dividing two rational numbers is another rational number when the divisor is not 0. We may define division of two rational numbers p/q and r/s by
All four quantities are integers, and only p may be 0. This definition ensures that division is the inverse operation of multiplication.
Division of two real numbers results in another real number when the divisor is not 0. It is defined such a/b = c if and only if a = cb and b ≠ 0.
Dividing two complex numbers results in another complex number when the divisor is not 0, defined thus:
All four quantities are real numbers. r and s may not both be 0.
Division for complex numbers expressed in polar form is simpler and easier to remember than the definition above:
Again all four quantities are real numbers. r may not be 0.
<math>{a \over b}<math> is typically defined as <math>a \cdot {1 \over b}<math> or <math>a \cdot b^{-1}<math> in abstract algebra like matrix algebra and quaternion algebra.
The derivative of the quotient of two functions is given by the quotient rule:
There is no general method to integrate the quotient of two functions.