fbpx
Wikipedia

Division (mathematics)

Division is one of the four basic operations of arithmetic. The other operations are addition, subtraction, and multiplication.

20 / 4 = 5, illustrated here with apples. This is said verbally, "Twenty divided by four equals five."

At an elementary level the division of two natural numbers is, among other possible interpretations, the process of calculating the number of times one number is contained within another.[1]: 7  This number of times need not be an integer. For example, if 20 apples are divided evenly between 4 people, everyone receives 5 apples (see picture).

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 a quotient plus a remainder, the natural numbers must be extended to rational numbers or real numbers. In these enlarged number systems, division is the inverse operation to multiplication, that is a = c / b means a × b = c, as long as b is not zero. If b = 0, then this is a division by zero, which is not defined.[a][4]: 246  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 Euclidean domains and include polynomial rings 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 division rings. 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.

Introduction

The simplest way of viewing division is in terms of quotition and partition: from the quotition perspective, 20 / 5 means the number of 5s that must be added to get 20. In terms of partition, 20 / 5 means the size of each of 5 parts into which a set of size 20 is divided. For example, 20 apples divide into five groups of four apples, meaning that twenty divided by five is equal to four. This is denoted as 20 / 5 = 4, or 20/5 = 4.[2] What is being divided is called the dividend, which is divided by the divisor, and the result is called the quotient. In the example, 20 is the dividend, 5 is the divisor, and 4 is the quotient.

Unlike the other basic operations, when dividing natural numbers there is sometimes a remainder that will not go evenly into the dividend; for example, 10 / 3 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 10 / 3 is equal to 3+1/3 or 3.33..., but in the context of integer division, where numbers have no fractional part, the remainder is kept separately (or exceptionally, discarded or rounded).[5] 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 a / b is not always equal to b / a.[6] Division is also not, in general, associative, meaning that when dividing multiple times, the order of division can change the result.[7] For example, (24 / 6) / 2 = 2, but 24 / (6 / 2) = 8 (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:[8][9]

 

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

    For example   but  

This is unlike the case in multiplication, which is both left-distributive and right-distributive, and thus distributive.

Notation

 
Plus and minuses. An obelus used as a variant of the minus sign in an excerpt from an official Norwegian trading statement form called «Næringsoppgave 1» for the taxation year 2010.

Division is often shown in algebra and science by placing the dividend over the divisor with a horizontal line, also called a fraction bar, between them. For example, "a divided by b" can written 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 quotient objects 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 integers (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-9.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.[10]: 211  The ÷ symbol is used to indicate subtraction in some European countries, so its use may be misunderstood.

In some non-English-speaking countries, a colon is used to denote division:[11]

 

This notation was introduced by Gottfried Wilhelm Leibniz in his 1684 Acta eruditorum.[10]: 295  Leibniz disliked having separate symbols for ratio and division. However, in English usage the colon is restricted to expressing the related concept of ratios.

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.[12]

Computing

Manual methods

Division is often introduced through the notion of "sharing out" a set of objects, for example a pile of lollies, into a number of equal portions. Distributing the objects several at a time in each round of sharing to each portion leads to the idea of 'chunking' – a form of division where one repeatedly subtracts multiples of the divisor from the dividend itself.

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.[13]

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.

By computer

Modern calculators and computers compute division either by methods similar to long division, or by faster methods; see Division algorithm.

In modular arithmetic (modulo a prime number) and for real numbers, nonzero numbers have a multiplicative inverse. In these cases, a division by x may be computed as the product by the multiplicative inverse of x. This approach is often associated with the faster methods in computer arithmetic.

Division in different contexts

Euclidean division

Euclidean division is the mathematical formulation of the outcome of the usual process of division of integers. It asserts that, given two integers, a, the dividend, and b, the divisor, such that b ≠ 0, there are unique integers q, the quotient, and r, the remainder, such that a = bq + r and 0 ≤ r < |b|, where |b| denotes the absolute value of b.

Of integers

Integers are not closed under division. Apart from division by zero being undefined, the quotient is not an integer unless the dividend is an integer multiple of the divisor. For example, 26 cannot be divided by 11 to give an integer. Such a case uses one of five approaches:

  1. Say that 26 cannot be divided by 11; division becomes a partial function.
  2. Give an approximate answer as a floating-point number. This is the approach usually taken in numerical computation.
  3. Give the answer as a fraction representing a rational number, so the result of the division of 26 by 11 is   (or as a mixed number, so  ) Usually the resulting fraction should be simplified: the result of the division of 52 by 22 is also  . This simplification may be done by factoring out the greatest common divisor.
  4. Give the answer as an integer quotient and a remainder, so   To make the distinction with the previous case, this division, with two integers as result, is sometimes called Euclidean division, because it is the basis of the Euclidean algorithm.
  5. Give the integer quotient as the answer, so   This is the floor function applied to case 2 or 3. It is sometimes called integer division, and denoted by "//".

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 div, /, \, 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.

Of rational numbers

The result of dividing two rational numbers is another rational number when the divisor is not 0. The division of two rational numbers p/q and r/s can be computed as

 

All four quantities are integers, and only p may be 0. This definition ensures that division is the inverse operation of multiplication.

Of real numbers

Division of two real numbers results in another real number (when the divisor is nonzero). It is defined such that a/b = c if and only if a = cb and b ≠ 0.

Of complex numbers

Dividing two complex numbers (when the divisor is nonzero) results in another complex number, which is found using the conjugate of the denominator:

 

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.

Of polynomials

One can define the division operation for polynomials in one variable over a field. Then, as in the case of integers, one has a remainder. See Euclidean division of polynomials, and, for hand-written computation, polynomial long division or synthetic division.

Of matrices

One can define a division operation for matrices. The usual way to do this is to define A / B = AB−1, where B−1 denotes the inverse of B, but it is far more common to write out AB−1 explicitly to avoid confusion. An elementwise division can also be defined in terms of the Hadamard product.

Left and right division

Because matrix multiplication is not commutative, one can also define a left division or so-called backslash-division as A \ B = A−1B. For this to be well defined, B−1 need not exist, however A−1 does need to exist. To avoid confusion, division as defined by A / B = AB−1 is sometimes called right division or slash-division in this context.

Note that with left and right division defined this way, A / (BC) is in general not the same as (A / B) / C, nor is (AB) \ C the same as A \ (B \ C). However, it holds that A / (BC) = (A / C) / B and (AB) \ C = B \ (A \ C).

Pseudoinverse

To avoid problems when A−1 and/or B−1 do not exist, division can also be defined as multiplication by the pseudoinverse. That is, A / B = AB+ and A \ B = A+B, where A+ and B+ denote the pseudoinverses of A and B.

Abstract algebra

In abstract algebra, given a magma with binary operation ∗ (which could nominally be termed multiplication), left division of b by a (written a \ b) is typically defined as the solution x to the equation ax = b, if this exists and is unique. Similarly, right division of b by a (written b / a) is the solution y to the equation ya = b. Division in this sense does not require ∗ to have any particular properties (such as commutativity, associativity, or an identity element).

"Division" in the sense of "cancellation" can be done in any magma by an element with the cancellation property. Examples include matrix algebras and quaternion algebras. A quasigroup is a structure in which division is always possible, even without an identity element and hence inverses. 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 division algebras. In particular Bott periodicity can be used to show that any real normed division algebra must be isomorphic to either the real numbers R, the complex numbers C, the quaternions H, or the octonions O.

Calculus

The derivative of the quotient of two functions is given by the quotient rule:

 

Division by zero

Division of any number by zero in most mathematical systems is undefined, because zero multiplied by any finite number always results in a product of zero.[14] Entry of such an expression into most calculators produces an error message. However, in certain higher level mathematics division by zero is possible by the zero ring and algebras such as wheels.[15] In these algebras, the meaning of division is different from traditional definitions.

See also

Notes

  1. ^ Division by zero may be defined in some circumstances, either by extending the real numbers to the extended real number line or to the projectively extended real line or when occurring as limit of divisions by numbers tending to 0. For example: limx→0 sin x/x = 1.[2][3]

References

  1. ^ Blake, A. G. (1887). Arithmetic. Dublin, Ireland: Alexander Thom & Company.
  2. ^ a b Weisstein, Eric W. "Division". MathWorld.
  3. ^ Weisstein, Eric W. "Division by Zero". MathWorld.
  4. ^ Derbyshire, John (2004). Prime Obsession: Bernhard Riemann and the Greatest Unsolved Problem in Mathematics. New York City: Penguin Books. ISBN 978-0-452-28525-5.
  5. ^ Weisstein, Eric W. "Integer Division". MathWorld.
  6. ^ http://www.mathwords.com/c/commutative.htm 2018-10-28 at the Wayback Machine Retrieved October 23, 2018
  7. ^ http://www.mathwords.com/a/associative_operation.htm 2018-10-28 at the Wayback Machine Retrieved October 23, 2018
  8. ^ George Mark Bergman: Order of arithmetic operations 2017-03-05 at the Wayback Machine
  9. ^ Education Place: The Order of Operations 2017-06-08 at the Wayback Machine
  10. ^ a b Cajori, Florian (1929). A History of Mathematical Notations. Open Court Pub. Co.
  11. ^ Thomas Sonnabend (2010). Mathematics for Teachers: An Interactive Approach for Grades K–8. Brooks/Cole, Cengage Learning (Charles Van Wagner). p. 126. ISBN 978-0-495-56166-8.
  12. ^ Smith, David Eugene (1925). History Of Mathematics Vol II. Ginn And Company.
  13. ^ Kojima, Takashi (2012-07-09). Advanced Abacus: Theory and Practice. Tuttle Publishing. ISBN 978-1-4629-0365-8.
  14. ^ http://mathworld.wolfram.com/DivisionbyZero.html 2018-10-23 at the Wayback Machine Retrieved October 23, 2018
  15. ^ Jesper Carlström. "On Division by Zero" 2019-08-17 at the Wayback Machine Retrieved October 23, 2018

External links

  • Planetmath division
  • selected from Abacus: Mystery of the Bead
  • Rules of divisibility

division, mathematics, divided, redirects, here, other, uses, divided, disambiguation, this, article, needs, additional, citations, verification, please, help, improve, this, article, adding, citations, reliable, sources, unsourced, material, challenged, remov. Divided redirects here For other uses see Divided disambiguation This article needs additional citations for verification Please help improve this article by adding citations to reliable sources Unsourced material may be challenged and removed Find sources Division mathematics news newspapers books scholar JSTOR October 2014 Learn how and when to remove this template message Division is one of the four basic operations of arithmetic The other operations are addition subtraction and multiplication 20 4 5 illustrated here with apples This is said verbally Twenty divided by four equals five At an elementary level the division of two natural numbers is among other possible interpretations the process of calculating the number of times one number is contained within another 1 7 This number of times need not be an integer For example if 20 apples are divided evenly between 4 people everyone receives 5 apples see picture 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 a quotient plus a remainder the natural numbers must be extended to rational numbers or real numbers In these enlarged number systems division is the inverse operation to multiplication that is a c b means a b c as long as b is not zero If b 0 then this is a division by zero which is not defined a 4 246 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 Euclidean domains and include polynomial rings 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 division rings 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 Contents 1 Introduction 2 Notation 3 Computing 3 1 Manual methods 3 2 By computer 4 Division in different contexts 4 1 Euclidean division 4 2 Of integers 4 3 Of rational numbers 4 4 Of real numbers 4 5 Of complex numbers 4 6 Of polynomials 4 7 Of matrices 4 7 1 Left and right division 4 7 2 Pseudoinverse 4 8 Abstract algebra 4 9 Calculus 5 Division by zero 6 See also 7 Notes 8 References 9 External linksIntroduction EditThe simplest way of viewing division is in terms of quotition and partition from the quotition perspective 20 5 means the number of 5s that must be added to get 20 In terms of partition 20 5 means the size of each of 5 parts into which a set of size 20 is divided For example 20 apples divide into five groups of four apples meaning that twenty divided by five is equal to four This is denoted as 20 5 4 or 20 5 4 2 What is being divided is called the dividend which is divided by the divisor and the result is called the quotient In the example 20 is the dividend 5 is the divisor and 4 is the quotient Unlike the other basic operations when dividing natural numbers there is sometimes a remainder that will not go evenly into the dividend for example 10 3 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 10 3 is equal to 3 1 3 or 3 33 but in the context of integer division where numbers have no fractional part the remainder is kept separately or exceptionally discarded or rounded 5 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 a b is not always equal to b a 6 Division is also not in general associative meaning that when dividing multiple times the order of division can change the result 7 For example 24 6 2 2 but 24 6 2 8 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 8 9 a b c a b c a b c a b c a c b displaystyle a b c a b c a b times c neq a b c a times c b Division is right distributive over addition and subtraction in the sense that a b c a b c a c b c a c b c displaystyle frac a pm b c a pm b c a c pm b c frac a c pm frac b c This is the same for multiplication as a b c a c b c displaystyle a b times c a times c b times c However division is not left distributive as a b c a b c a b a c a c a b b c displaystyle frac a b c a b c neq a b a c frac ac ab bc For example 12 2 4 12 6 2 displaystyle frac 12 2 4 frac 12 6 2 but 12 2 12 4 6 3 9 displaystyle frac 12 2 frac 12 4 6 3 9 This is unlike the case in multiplication which is both left distributive and right distributive and thus distributive Notation EditFurther information Division sign Plus and minuses An obelus used as a variant of the minus sign in an excerpt from an official Norwegian trading statement form called Naeringsoppgave 1 for the taxation year 2010 Division is often shown in algebra and science by placing the dividend over the divisor with a horizontal line also called a fraction bar between them For example a divided by b can written as a b displaystyle frac a b 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 a b displaystyle a b 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 quotient objects 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 b a displaystyle b backslash a A typographical variation halfway between these two forms uses a solidus fraction slash but elevates the dividend and lowers the divisor a b displaystyle 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 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 a b displaystyle a div b This form is infrequent except in elementary arithmetic ISO 80000 2 9 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 10 211 The symbol is used to indicate subtraction in some European countries so its use may be misunderstood In some non English speaking countries a colon is used to denote division 11 a b displaystyle a b This notation was introduced by Gottfried Wilhelm Leibniz in his 1684 Acta eruditorum 10 295 Leibniz disliked having separate symbols for ratio and division However in English usage the colon is restricted to expressing the related concept of ratios Since the 19th century US textbooks have used b a displaystyle b a or b a displaystyle b overline a 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 12 Computing EditMain articles Long division and Division algorithm Manual methods Edit Division is often introduced through the notion of sharing out a set of objects for example a pile of lollies into a number of equal portions Distributing the objects several at a time in each round of sharing to each portion leads to the idea of chunking a form of division where one repeatedly subtracts multiples of the divisor from the dividend itself 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 13 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 By computer Edit Modern calculators and computers compute division either by methods similar to long division or by faster methods see Division algorithm In modular arithmetic modulo a prime number and for real numbers nonzero numbers have a multiplicative inverse In these cases a division by x may be computed as the product by the multiplicative inverse of x This approach is often associated with the faster methods in computer arithmetic Division in different contexts EditEuclidean division Edit Main article Euclidean division Euclidean division is the mathematical formulation of the outcome of the usual process of division of integers It asserts that given two integers a the dividend and b the divisor such that b 0 there are unique integers q the quotient and r the remainder such that a bq r and 0 r lt b where b denotes the absolute value of b Of integers Edit Integers are not closed under division Apart from division by zero being undefined the quotient is not an integer unless the dividend is an integer multiple of the divisor For example 26 cannot be divided by 11 to give an integer Such a case uses one of five approaches Say that 26 cannot be divided by 11 division becomes a partial function Give an approximate answer as a floating point number This is the approach usually taken in numerical computation Give the answer as a fraction representing a rational number so the result of the division of 26 by 11 is 26 11 displaystyle tfrac 26 11 or as a mixed number so 26 11 2 4 11 displaystyle tfrac 26 11 2 tfrac 4 11 Usually the resulting fraction should be simplified the result of the division of 52 by 22 is also 26 11 displaystyle tfrac 26 11 This simplification may be done by factoring out the greatest common divisor Give the answer as an integer quotient and a remainder so 26 11 2 remainder 4 displaystyle tfrac 26 11 2 mbox remainder 4 To make the distinction with the previous case this division with two integers as result is sometimes called Euclidean division because it is the basis of the Euclidean algorithm Give the integer quotient as the answer so 26 11 2 displaystyle tfrac 26 11 2 This is the floor function applied to case 2 or 3 It is sometimes called integer division and denoted by 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 div 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 Of rational numbers Edit The result of dividing two rational numbers is another rational number when the divisor is not 0 The division of two rational numbers p q and r s can be computed asp q r s p q s r p s q r displaystyle p q over r s p over q times s over r ps over qr All four quantities are integers and only p may be 0 This definition ensures that division is the inverse operation of multiplication Of real numbers Edit Division of two real numbers results in another real number when the divisor is nonzero It is defined such that a b c if and only if a cb and b 0 Of complex numbers Edit Dividing two complex numbers when the divisor is nonzero results in another complex number which is found using the conjugate of the denominator p i q r i s p i q r i s r i s r i s p r q s i q r p s r 2 s 2 p r q s r 2 s 2 i q r p s r 2 s 2 displaystyle p iq over r is p iq r is over r is r is pr qs i qr ps over r 2 s 2 pr qs over r 2 s 2 i qr ps over r 2 s 2 This process of multiplying and dividing by r i s displaystyle r is 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 p e i q r e i s p e i q e i s r e i s e i s p r e i q s displaystyle pe iq over re is pe iq e is over re is e is p over r e i q s Again all four quantities p q r s are real numbers and r may not be 0 Of polynomials Edit One can define the division operation for polynomials in one variable over a field Then as in the case of integers one has a remainder See Euclidean division of polynomials and for hand written computation polynomial long division or synthetic division Of matrices Edit One can define a division operation for matrices The usual way to do this is to define A B AB 1 where B 1 denotes the inverse of B but it is far more common to write out AB 1 explicitly to avoid confusion An elementwise division can also be defined in terms of the Hadamard product Left and right division Edit Because matrix multiplication is not commutative one can also define a left division or so called backslash division as A B A 1B For this to be well defined B 1 need not exist however A 1 does need to exist To avoid confusion division as defined by A B AB 1 is sometimes called right division or slash division in this context Note that with left and right division defined this way A BC is in general not the same as A B C nor is AB C the same as A B C However it holds that A BC A C B and AB C B A C Pseudoinverse Edit To avoid problems when A 1 and or B 1 do not exist division can also be defined as multiplication by the pseudoinverse That is A B AB and A B A B where A and B denote the pseudoinverses of A and B Abstract algebra Edit In abstract algebra given a magma with binary operation which could nominally be termed multiplication left division of b by a written a b is typically defined as the solution x to the equation a x b if this exists and is unique Similarly right division of b by a written b a is the solution y to the equation y a b Division in this sense does not require to have any particular properties such as commutativity associativity or an identity element Division in the sense of cancellation can be done in any magma by an element with the cancellation property Examples include matrix algebras and quaternion algebras A quasigroup is a structure in which division is always possible even without an identity element and hence inverses 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 division algebras In particular Bott periodicity can be used to show that any real normed division algebra must be isomorphic to either the real numbers R the complex numbers C the quaternions H or the octonions O Calculus Edit The derivative of the quotient of two functions is given by the quotient rule f g f g f g g 2 displaystyle left frac f g right frac f g fg g 2 Division by zero EditMain article Division by zero Division of any number by zero in most mathematical systems is undefined because zero multiplied by any finite number always results in a product of zero 14 Entry of such an expression into most calculators produces an error message However in certain higher level mathematics division by zero is possible by the zero ring and algebras such as wheels 15 In these algebras the meaning of division is different from traditional definitions See also Edit Wikisource has the text of the 1905 New International Encyclopedia article Division in Mathematics 400AD Sunzi division algorithm Division by two Galley division Inverse element Order of operations Repeating decimalNotes Edit Division by zero may be defined in some circumstances either by extending the real numbers to the extended real number line or to the projectively extended real line or when occurring as limit of divisions by numbers tending to 0 For example limx 0 sin x x 1 2 3 References Edit Blake A G 1887 Arithmetic Dublin Ireland Alexander Thom amp Company a b Weisstein Eric W Division MathWorld Weisstein Eric W Division by Zero MathWorld Derbyshire John 2004 Prime Obsession Bernhard Riemann and the Greatest Unsolved Problem in Mathematics New York City Penguin Books ISBN 978 0 452 28525 5 Weisstein Eric W Integer Division MathWorld http www mathwords com c commutative htm Archived 2018 10 28 at the Wayback Machine Retrieved October 23 2018 http www mathwords com a associative operation htm Archived 2018 10 28 at the Wayback Machine Retrieved October 23 2018 George Mark Bergman Order of arithmetic operations Archived 2017 03 05 at the Wayback Machine Education Place The Order of Operations Archived 2017 06 08 at the Wayback Machine a b Cajori Florian 1929 A History of Mathematical Notations Open Court Pub Co Thomas Sonnabend 2010 Mathematics for Teachers An Interactive Approach for Grades K 8 Brooks Cole Cengage Learning Charles Van Wagner p 126 ISBN 978 0 495 56166 8 Smith David Eugene 1925 History Of Mathematics Vol II Ginn And Company Kojima Takashi 2012 07 09 Advanced Abacus Theory and Practice Tuttle Publishing ISBN 978 1 4629 0365 8 http mathworld wolfram com DivisionbyZero html Archived 2018 10 23 at the Wayback Machine Retrieved October 23 2018 Jesper Carlstrom On Division by Zero Archived 2019 08 17 at the Wayback Machine Retrieved October 23 2018External links Edit Wikimedia Commons has media related to Division mathematics Planetmath division Division on a Japanese abacus selected from Abacus Mystery of the Bead Chinese Short Division Techniques on a Suan Pan Rules of divisibility Retrieved from https en wikipedia org w index php title Division mathematics amp oldid 1151489774, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.