Subtraction

"5  2 = 3" (verbally, "five minus two equals three")
An example problem
Subtraction of numbers 0–10. Line labels = minuend. X axis = subtrahend. Y axis = difference.
Placard outside shop in Bordeaux advertising subtraction of 20% from the price of a second perfume

Subtraction is a mathematical operation that represents the operation of removing objects from a collection. It is signified by the minus sign (−). For example, in the picture on the right, there are 5 − 2 apples—meaning 5 apples with 2 taken away, which is a total of 3 apples. Therefore, 5 − 2 = 3. Besides counting fruits, subtraction can also represent combining other physical and abstract quantities using different kinds of objects including negative numbers, fractions, irrational numbers, vectors, decimals, functions, and matrices.

Subtraction follows several important patterns. It is anticommutative, meaning that changing the order changes the sign of the answer. It is not associative, meaning that when one subtracts more than two numbers, the order in which subtraction is performed matters. Subtraction of 0 does not change a number. Subtraction also obeys predictable rules concerning related operations such as addition and multiplication. All of these rules can be proven, starting with the subtraction of integers and generalizing up through the real numbers and beyond. General binary operations that continue these patterns are studied in abstract algebra.

Performing subtraction is one of the simplest numerical tasks. Subtraction of very small numbers is accessible to young children. In primary education, students are taught to subtract numbers in the decimal system, starting with single digits and progressively tackling more difficult problems.

Notation and terminology

Subtraction is written using the minus sign "−" between the terms; that is, in infix notation. The result is expressed with an equals sign. For example,

(verbally, "two minus one equals one")
(verbally, "four minus two equals two")
(verbally, "six minus three equals three")
(verbally, "four minus six equals negative two")

There are also situations where subtraction is "understood" even though no symbol appears:

Calculation results
Addition (+)
Subtraction (−)
Multiplication (×)
Division (÷)
Modulo (mod)
Exponentiation
nth root (√)
Logarithm (log)

Formally, the number being subtracted is known as the subtrahend,[1][2] while the number it is subtracted from is the minuend.[1][2] The result is the difference.[1][2]

All of this terminology derives from Latin. "Subtraction" is an English word derived from the Latin verb subtrahere, which is in turn a compound of sub "from under" and trahere "to pull"; thus to subtract is to draw from below, take away.[3] Using the gerundive suffix -nd results in "subtrahend", "thing to be subtracted".[4] Likewise from minuere "to reduce or diminish", one gets "minuend", "thing to be diminished".

Of integers and real numbers

Integers

Imagine a line segment of length b with the left end labeled a and the right end labeled c. Starting from a, it takes b steps to the right to reach c. This movement to the right is modeled mathematically by addition:

a + b = c.

From c, it takes b steps to the left to get back to a. This movement to the left is modeled by subtraction:

cb = a.

Now, a line segment labeled with the numbers 1, 2, and 3. From position 3, it takes no steps to the left to stay at 3, so 3  0 = 3. It takes 2 steps to the left to get to position 1, so 3  2 = 1. This picture is inadequate to describe what would happen after going 3 steps to the left of position 3. To represent such an operation, the line must be extended.

To subtract arbitrary natural numbers, one begins with a line containing every natural number (0, 1, 2, 3, 4, 5, 6, ...). From 3, it takes 3 steps to the left to get to 0, so 3  3 = 0. But 3  4 is still invalid since it again leaves the line. The natural numbers are not a useful context for subtraction.

The solution is to consider the integer number line (..., 3, 2, 1, 0, 1, 2, 3, ...). From 3, it takes 4 steps to the left to get to 1:

3  4 = 1.

Natural numbers

Subtraction of natural numbers is not closed. The difference is not a natural number unless the minuend is greater than or equal to the subtrahend. For example, 26 cannot be subtracted from 11 to give a natural number. Such a case uses one of two approaches:

  1. Say that 26 cannot be subtracted from 11; subtraction becomes a partial function.
  2. Give the answer as an integer representing a negative number, so the result of subtracting 26 from 11 is

Real numbers

Subtraction of real numbers is defined as addition of signed numbers. Specifically, a number is subtracted by adding its additive inverse. Then we have 3  π = 3 + (π). This helps to keep the ring of real numbers "simple" by avoiding the introduction of "new" operators such as subtraction. Ordinarily a ring only has two operations defined on it; in the case of the integers, these are addition and multiplication. A ring already has the concept of additive inverses, but it does not have any notion of a separate subtraction operation, so the use of signed addition as subtraction allows us to apply the ring axioms to subtraction without needing to prove anything.

Properties

Anticommutativity

Subtraction is anti-commutative, meaning that if one reverses the terms in a difference left-to-right, the result is the negative of the original result. Symbolically, if a and b are any two numbers, then

ab = −(ba).

Non-associativity

Subtraction is non-associative, which comes up when one tries to define repeated subtraction. Should the expression

"abc"

be defined to mean (ab) − c or a − (bc)? These two possibilities give different answers. To resolve this issue, one must establish an order of operations, with different orders giving different results.

Predecessor

In the context of integers, subtraction of one also plays a special role: for any integer a, the integer (a − 1) is the largest integer less than a, also known as the predecessor of a.

Units of measurement

When subtracting two numbers with units of measurement such as kilograms or pounds, they must have the same unit. In most cases the difference will have the same unit as the original numbers.

Percentages

Changes in percentages can be reported in at least two forms, percentage change and percentage point change. Percentage change represents the relative change between the two quantities as a percentage, while percentage point change is simply the number obtained by subtracting the two percentages.[5][6][7]

As an example, suppose that 30% of widgets made in a factory are defective. Six months later, 20% of widgets are defective. The percentage change is -33 1/3%, while the percentage point change is -10 percentage points.

In computing

The method of complements is a technique used to subtract one number from another using only addition of positive numbers. This method was commonly used in mechanical calculators and is still used in modern computers.

Binary
digit
Ones'
complement
0 1
1 0

To subtract a binary number y (the subtrahend) from another number x (the minuend), the ones' complement of y is added to x and one is added to the sum. The leading digit '1' of the result is then discarded.

The method of complements is especially useful in binary (radix 2) since the ones' complement is very easily obtained by inverting each bit (changing '0' to '1' and vice versa). And adding 1 to get the two's complement can be done by simulating a carry into the least significant bit. For example:

  01100100  (x, equals decimal 100)
- 00010110  (y, equals decimal 22)

becomes the sum:

  01100100  (x)
+ 11101001  (ones' complement of y)
+        1  (to get the two's complement)
——————————
 101001110

Dropping the initial "1" gives the answer: 01001110 (equals decimal 78)

The teaching of subtraction in schools

Methods used to teach subtraction to elementary school vary from country to country, and within a country, different methods are in fashion at different times. In what is, in the United States, called traditional mathematics, a specific process is taught to students at the end of the 1st year or during the 2nd year for use with multi-digit whole numbers, and is extended in either the fourth or fifth grade to include decimal representations of fractional numbers.

In America

Almost all American schools currently teach a method of subtraction using borrowing or regrouping (the decomposition algorithm) and a system of markings called crutches.[8][9] Although a method of borrowing had been known and published in textbooks previously, the use of crutches in American schools spread after William A. Brownell published a study claiming that crutches were beneficial to students using this method.[10] This system caught on rapidly, displacing the other methods of subtraction in use in America at that time.

In Europe

Some European schools employ a method of subtraction called the Austrian method, also known as the additions method. There is no borrowing in this method. There are also crutches (markings to aid memory), which vary by country.[11][12]

Comparing the two main methods

Both these methods break up the subtraction as a process of one digit subtractions by place value. Starting with a least significant digit, a subtraction of subtrahend:

sj sj1 ... s1

from minuend

mk mk1 ... m1,

where each si and mi is a digit, proceeds by writing down m1  s1, m2  s2, and so forth, as long as si does not exceed mi. Otherwise, mi is increased by 10 and some other digit is modified to correct for this increase. The American method corrects by attempting to decrease the minuend digit mi+1 by one (or continuing the borrow leftwards until there is a non-zero digit from which to borrow). The European method corrects by increasing the subtrahend digit si+1 by one.

Example: 704  512.

The minuend is 704, the subtrahend is 512. The minuend digits are m3 = 7, m2 = 0 and m1 = 4. The subtrahend digits are s3 = 5, s2 = 1 and s1 = 2. Beginning at the one's place, 4 is not less than 2 so the difference 2 is written down in the result's one place. In the ten's place, 0 is less than 1, so the 0 is increased by 10, and the difference with 1, which is 9, is written down in the ten's place. The American method corrects for the increase of ten by reducing the digit in the minuend's hundreds place by one. That is, the 7 is struck through and replaced by a 6. The subtraction then proceeds in the hundreds place, where 6 is not less than 5, so the difference is written down in the result's hundred's place. We are now done, the result is 192.

The Austrian method does not reduce the 7 to 6. Rather it increases the subtrahend hundred's digit by one. A small mark is made near or below this digit (depending on the school). Then the subtraction proceeds by asking what number when increased by 1, and 5 is added to it, makes 7. The answer is 1, and is written down in the result's hundred's place.

There is an additional subtlety in that the student always employs a mental subtraction table in the American method. The Austrian method often encourages the student to mentally use the addition table in reverse. In the example above, rather than adding 1 to 5, getting 6, and subtracting that from 7, the student is asked to consider what number, when increased by 1, and 5 is added to it, makes 7.

Subtraction by hand

Austrian method

Example:

Subtraction from left to right

Example:

American method

In this method, each digit of the subtrahend is subtracted from the digit above it starting from right to left. If the top number is too small to subtract the bottom number from it, we add 10 to it; this 10 is 'borrowed' from the top digit to the left, which we subtract 1 from. Then we move on to subtracting the next digit and borrowing as needed, until every digit has been subtracted. Example:

Trade first

A variant of the American method where all borrowing is done before all subtraction.[13]

Example:

Partial differences

The partial differences method is different from other vertical subtraction methods because no borrowing or carrying takes place. In their place, one places plus or minus signs depending on whether the minuend is greater or smaller than the subtrahend. The sum of the partial differences is the total difference.[14]

Example:

Nonvertical methods

Counting up

Instead of finding the difference digit by digit, one can count up the numbers between the subtrahend and the minuend.[15]

Example:

1234 − 567 = can be found by the following steps:

Add up the value from each step to get the total difference: 3 + 30 + 400 + 234 = 667.

Breaking up the subtraction

Another method that is useful for mental arithmetic is to split up the subtraction into small steps.[16]

Example:

1234  567 = can be solved in the following way:

Same change

The same change method uses the fact that adding or subtracting the same number from the minuend and subtrahend does not change the answer. One adds the amount needed to get zeros in the subtrahend.[17]

Example:

"1234  567 =" can be solved as follows:

See also

References

  1. 1 2 3 Schmid, Hermann (1974). Decimal Computation (1 ed.). Binghamton, New York, USA: John Wiley & Sons. ISBN 0-471-76180-X.
  2. 1 2 3 Schmid, Hermann (1983) [1974]. Decimal Computation (1 (reprint) ed.). Malabar, Florida, USA: Robert E. Krieger Publishing Company. ISBN 0-89874-318-4.
  3. "Subtraction". Oxford English Dictionary (3rd ed.). Oxford University Press. September 2005. (Subscription or UK public library membership required.)
  4. "Subtrahend" is not a Latin word; in Latin it must be further conjugated, as in numerus subtrahendus "the number to be subtracted".
  5. Paul E. Peterson, Michael Henderson, Martin R. West (2014) Teachers Versus the Public: What Americans Think about Schools and How to Fix Them Brookings Institution Press, p.163
  6. Janet Kolodzy (2006) Convergence Journalism: Writing and Reporting across the News Media Rowman & Littlefield Publishers, p.180
  7. David Gillborn (2008) Racism and Education: Coincidence Or Conspiracy? Routledge p.46
  8. Paul Klapper (1916). The Teaching of Arithmetic: A Manual for Teachers. pp. 80–.
  9. Susan Ross and Mary Pratt-Cotter. 2000. "Subtraction in the United States: An Historical Perspective," The Mathematics Educator 8(1):4-11. P. 8: "This new version of the decomposition algorithm [i.e., using Brownell's crutch] has so completely dominated the field that it is rare to see any other algorithm used to teach subtraction today [in America]."
  10. Ross, Susan C.; Pratt-Cotter, Mary (1999). "Subtraction From a Historical Perspective". School Science and Mathematics. 99 (7): 389–393.
  11. Klapper 1916, p. 177-.
  12. David Eugene Smith (1913). The Teaching of Arithmetic. Ginn. pp. 77–.
  13. The Many Ways of Arithmetic in UCSMP Everyday Mathematics Subtraction: Trade First
  14. Partial-Differences Subtraction; The Many Ways of Arithmetic in UCSMP Everyday Mathematics Subtraction: Partial Differences
  15. The Many Ways of Arithmetic in UCSMP Everyday Mathematics Subtraction: Counting Up
  16. The Many Ways of Arithmetic in UCSMP Everyday Mathematics Subtraction: Left to Right Subtraction
  17. The Many Ways of Arithmetic in UCSMP Everyday Mathematics Subtraction: Same Change Rule

Bibliography

External links

Look up subtraction in Wiktionary, the free dictionary.
Wikimedia Commons has media related to Subtraction.
This article is issued from Wikipedia - version of the 11/11/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.