Division (mathematics)
From Exampleproblems
In mathematics, especially in elementary arithmetic, division is an arithmetic operation which is the inverse of multiplication, and sometimes it can be interpreted as repeated subtraction. Specifically, if where b is not zero, then that is, a divided by b equals c. For instance, In the above expression, a is called the dividend, b the divisor and c the quotient. Division by zero (i.e. where the divisor is zero) is usually not defined.
NotationDivision is most often shown by placing the dividend over the divisor with a horizontal line between them. For example, a divided by b is written A way to express division all on one line is to write the dividend, then a slash, then the divisor, like this: A typographical variation which is halfway between these two forms uses a slash but elevates the dividend, and lowers the divisor: a⁄b Any of these forms can be used to display a fraction. A fraction is a division expression where both dividend and divisor are integers (although typically called the numerator and denominator), and there is no implication that the division needs to be evaluated further. A less common way to show division is to use the obelus (or division sign) in this manner: In some non-English-speaking cultures, "a divided by b" has sometimes been written a : b. However, in English usage the colon is restricted to expressing the related concept of ratios. Computing divisionWith a knowledge of multiplication tables, two integers can be divided on paper using the method of long division. If the dividend has a fractional part (expressed as a decimal fraction), one can continue the algorithm 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. Division can be calculated with an abacus by repeatedly placing the dividend on the abacus, and then subtracting the divisor the offset of each digit in the result, counting the number of divisions possible at each offset. In modular arithmetic, some numbers have a multiplicative inverse with respect to the modulus. In such a case, division can be calculated by multiplication. This approach is useful in computers that do not have a fast division instruction. Division of integersDivision 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 four possible approaches.
One has to be careful when performing division of integers in a computer program. Some programming languages, such as C, will treat division of integers as in case 4 above, so the answer will be an integer. Other languages, such as MATLAB, will first convert the integers to real numbers, and then give a real number as the answer, as in case 2 above. Division of rational numbersThe 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 real numbersDivision 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. Division of complex numbersDividing 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. Division of polynomialsOne can define the division operation for polynomials. Then, as in the case of integers, one has a remainder. See polynomial long division. Division in abstract algebraIn abstract algebras such as matrix algebras and quaternion algebras, fractions such as Division and calculusThe 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. See also
External links
da:Division (matematik) ca:Divisió de:Division (Mathematik) es:División (matemáticas) fr:Division is:Deiling it:Divisione (matematica) nl:Delen ja:除法 pl:Dzielenie pt:Divisão simple:Division fi:Jakolasku sv:Division (matematik) th:การหาร zh:除法 |
|
since
.
. This can be read out loud as "a divided by b".
.
This is the usual way to specify division in most computer
. This form is infrequent except in elementary arithmetic. The obelus is also used alone to represent the division operation itself, as for instance as a label on a key of a
or
. This is the approach usually taken in mathematics.
remainder 6.
are typically defined as
or
where
