Information about Addition
This article is about addition in mathematics. For addition reaction in chemistry, see addition reaction.
Addition is the mathematical operation of combining or adding two numbers to obtain an equal simple amount or total. Addition also provides a model for related processes such as joining two collections of objects into one collection. Repeated addition of the number one is the most basic form of counting.
Performing addition is one of the simplest numerical tasks, accessible to infants as young as five months and even some animals.
Notation and terminology
Addition is written using the plus sign "+" between the terms; that is, in infix notation. The result is expressed with an equals sign. For example,
(verbally, "one plus one equals two")
(see "associativity" below)
(see "multiplication" below)
There are also situations where addition is "understood" even though no symbol appears:
- A column of numbers, with the last number in the column underlined, usually indicates that the numbers in the column are to be added, with the sum written below the underlined number.
- A whole number followed immediately by a fraction indicates the sum of the two, called a mixed number.[2] For example,
3½ = 3 + ½ = 3.5.
This notation can cause confusion, since in most other contexts, denotes multiplication instead.
All of this terminology derives from Latin. "" and "" are English words derived from the Latin verb addere, which is in turn a compound of ad "to" and dare "to give", from the Indo-European root do- "to give"; thus to add is to give to.[4] Using the gerundive suffix -nd results in "addend", "thing to be added".[5] Likewise from augere "to increase", one gets "augend", "thing to be increased".
Redrawn illustration from The Art of Nombryng, one of the first English arithmetic texts, in the 15th century[6]
Interpretations
Addition is used to model countless physical processes. Even for the simple case of adding natural numbers, there are many possible interpretations and even more visual representations.Combining sets
Possibly the most fundamental interpretation of addition lies in combining sets:- When two or more collections are combined into a single collection, the number of objects in the single collection is the sum of the number of objects in the original collections.
One possible fix is to consider collections of objects that can be easily divided, such as pies or, still better, segmented rods.[10] Rather than just combining collections of segments, rods can be joined end-to-end, which illustrates another conception of addition: adding not the rods but the lengths of the rods.
Extending a length
A second interpretation of addition comes from extending an inital length by a given length:- When an original length is extended by a given amount, the final length is the sum of the original length and the length of the extension.
The sum a + b can be interpreted as a binary operation that combines a and b, in an algebraic sense, or it can be interpreted as the addition of b more units to a. Under the latter interpretation, the parts of a sum a + b play asymmetric roles, and the operation a + b is viewed as applying the unary operation +b to a. Instead of calling both a and b addends, it is more appropriate to call a the augend in this case, since a plays a passive role. The unary view is also useful when discussing subtraction, because each unary addition operation has an inverse unary subtraction operation. and vice versa.
Properties
Commutativity
Addition is commutative, meaning that one can reverse the terms in a sum left-to-right, and the result will be the same. Symbolically, if a and b are any two numbers, then- a + b = b + a.
Associativity
A somewhat subtler property of addition is associativity, which comes up when one tries to define repeated addition. Should the expression- "a + b + c"
- (a + b) + c = a + (b + c).
Zero and one
If one adds zero to any number, the quantity does not change; zero is the identity element for addition, also known as the additive identity. In symbols, for any a,
- a + 0 = 0 + a = a.
In the context of integers, addition of one also plays a special role: for any integer a, the integer (a + 1) is the least integer greater than a, also known as the successor of a. Because of this succession, the value of some a + b can also be seen as the
successor of a, making addition iterated succession.
Units
In order to numerically add physical quantities with units, they must first be expressed with common unit. For example, if a measure of 5 feet is extended by 2 inches, the sum is 62 inches, since 60 inches is synonymous with 5 feet. On the other hand, it is usually meaningless to try to add 3 meters and 4 square meters, since those units are incomparable; this sort of consideration is fundamental in dimensional analysis.Performing addition
Innate ability
Studies on mathematical development starting around the 1980s have exploited the phenomenon of habituation: infants look longer at situations that are unexpected.[12] A seminal experiment by Karen Wynn in 1992 involving Mickey Mouse dolls manipulated behind a screen demonstrated that five-month-old infants expect 1 + 1 to be 2, and they are comparatively surprised when a physical situation seems to imply that 1 + 1 is either 1 or 3. This finding has since been affirmed by a variety of laboratories using different methodologies.[13] Another 1992 experiment with older toddlers, between 18 to 35 months, exploited their development of motor control by allowing them to retrieve ping-pong balls from a box; the youngest responded well for small numbers, while older subjects were able to compute sums up to 5.[14]Even some nonhuman animals show a limited ability to add, particularly primates. In a 1995 experiment imitating Wynn's 1992 result (but using eggplants instead of dolls), rhesus macaques and cottontop tamarins performed similarly to human infants. More dramatically, after being taught the meanings of the Arabic numerals 0 through 4, one chimpanzee was able to compute the sum of two numerals without further training.[15]
Elementary methods
Typically children master the art of counting first, and this skill extends into a form of addition called "counting-on"; asked to find three plus two, children count two past three, saying "four, five", and arriving at five. This strategy seems almost universal; children can easily pick it up from peers or teachers, and some even invent it independently.[16] Those who count to add also quickly learn to exploit the commutativity of addition by counting up from the larger number.Decimal system
The prerequisitive to addition in the decimal system is the internalization of the 100 single-digit "addition facts". One could memorize all the facts by rote, but pattern-based strategies are more enlightening and, for most people, more efficient:[18]- One or two more: Adding 1 or 2 is a basic task, and it can be accomplished through counting on or, ultimately, intuition.
- Zero: Since zero is the additive identity, adding zero is trivial. Nonetheless, some children are introduced to addition as a process that always increases the addends; word problems may help rationalize the "exception" of zero.
- Doubles: Adding a number to itself is related to counting by two and to multiplication. Doubles facts form a backbone for many related facts, and fortunately, children find them relatively easy to grasp. near-doubles...
- Five and ten...
- Making ten: An advanced strategy uses 10 as an intermediate for sums involving 8 or 9; for example, 8 + 6 = 8 + 2 + 4 = 10 + 4 = 14.
- Fraction: Addition
- Scientific notation: Operations
- Roman arithmetic: Addition
Computers

Addition with an op-amp. See Summing amplifier for details.
Addition is also fundamental to the operation of digital computers, where the efficiency of addition, in particular the carry mechanism, is an important limitation to overall performance.
Part of Charles Babbage's Difference Engine including the addition and carry mechanisms
"Full adder" logic circuit that adds two binary digits, A and B, along with a carry input Ci, producing the sum bit, S, and a carry output, Co.
Since they compute digits one at a time, the above methods are too slow for most modern purposes. In modern digital computers, integer addition is typically the fastest arithmetic instruction, yet it has the largest impact on performance, since it underlies all the floating-point operations as well as such basic tasks as address generation during memory access and fetching instructions during branching. To increase speed, modern designs calculate digits in parallel; these schemes go by such names as carry select, carry lookahead, and the Ling pseudocarry. Almost all modern implementations are, in fact, hybrids of these last three designs.[23]
Unlike addition on paper, addition on a computer often changes the addends. On the ancient abacus and adding board, both addends are destroyed, leaving only the sum. The influence of the abacus on mathematical thinking was strong enough that early Latin texts often claimed that in the process of adding "a number to a number", both numbers vanish.[24] In modern times, the ADD instruction of a microprocessor replaces the augend with the sum but preserves the addend.[25] In a high-level programming language, evaluating a + b does not change either a or b; to change the value of a one uses the addition assignment operator a += b.
Addition of natural and real numbers
In order to prove the usual properties of addition, one must first define addition for the context in question. Addition is first defined on the natural numbers. In set theory, addition is then extended to progressively larger sets that include the natural numbers: the integers, the rational numbers, and the real numbers.[26] (In mathematics education,[27] positive fractions are added before negative numbers are even considered; this is also the historical route.[28])Natural numbers
- Further information: Natural number
- Let N(S) be the cardinality of a set S. Take two disjoint sets A and B, with N(A) = a and N(B) = b. Then a + b is defined as N(A U B).[29]
The other popular definition is recursive:
- Let n+ be the successor of n, that is the number following n in the natural numbers, so 0+=1, 1+=2. Define a + 0 = a. Define the general sum recursively by a + (b+) = (a + b)+. Hence 1+1=1+0+=(1+0)+=1+=2.[30]
This recursive formulation of addition was developed by Dedekind as early as 1854, and he would expand upon it in the following decades.[33] He proved the associative and commutative properties, among others, through mathematical induction; for examples of such inductive proofs, see Addition of natural numbers.
Integers
- Further information: Integer
- For an integer n, let |n| be its absolute value. Let a and b be integers. If either a or b is zero, treat it as an identity. If a and b are both positive, define a + b = |a| + |b|. If a and b are both negative, define a + b = −(|a|+|b|). If a and b have different signs, define a + b to be the difference between |a| and |b|, with the sign of the term whose absolute value is larger.[34]
A much more convenient conception of the integers is the Grothendieck group construction. The essential observation is that every integer can be expressed (not uniquely) as the difference of two natural numbers, so we may as well define an integer as the difference of two natural numbers. Addition is then defined to be compatible with subtraction:
- Given two integers a − b and c − d, where a, b, c, and d are natural numbers, define (a − b) + (c − d) = (a + c) − (b + d).[35]
Rational numbers (Fractions)
Addition of rational numbers can be computed using the least common denominator, but a conceptually simpler definition involves only integer addition and multiplication:- Define
Real numbers
- Further information: Construction of real numbers
- Define
[37]
Unfortunately, dealing with multiplication of Dedekind cuts is a case-by-case nightmare similar to the addition of signed integers. Another approach is the metric completion of the rational numbers. A real number is essentially defined to be the a limit of a Cauchy sequence of rationals, lim an. Addition is defined term by term:
- Define
[40]
Generalizations
- There are many things that can be added: numbers, vectors, matrices, spaces, shapes, sets, functions, equations, strings, chains... —Alexander Bogomolny
There are many binary operations that can be viewed as generalizations of the addition operation on the real numbers. The field of abstract algebra is centrally concerned with such generalized operations, and they also appear in set theory and category theory.
Addition in abstract algebra
In linear algebra, a vector space is an algebraic structure that allows for adding any two vectors and for scaling vectors. A familiar vector space is the set of all ordered pairs of real numbers; the ordered pair (a,b) is interpreted as a vector from the origin in the Euclidean plane to the point (a,b) in the plane. The sum of two vectors is obtained by adding their individual coordinates:- (a,b) + (c,d) = (a+c,b+d).
In modular arithmetic, the set of integers modulo 12 has twelve elements; it inherits an addition operation from the integers that is central to musical set theory. The set of integers modulo 2 has just two elements; the addition operation it inherits is known in Boolean logic as the "exclusive or" function. In geometry, the sum of two angle measures is often taken to be their sum as real numbers modulo 2π. This amounts to an addition operation on the circle, which in turn generalizes to addition operations on many-dimensional tori.
The general theory of abstract algebra allows an "addition" operation to be any associative and commutative operation on a set. Basic algebraic structures with such an addition operation include commutative monoids and abelian groups.
Addition in set theory and category theory
A far-reaching generalization of addition of natural numbers is the addition of ordinal numbers and cardinal numbers in set theory. These give two different generalizations of addition of natural numbers to the transfinite. Unlike most addition operations, addition of ordinal numbers is not commutative. Addition of cardinal numbers, however, is a commutative operation closely related to the disjoint union operation.In category theory, disjoint union is seen as a particular case of the coproduct operation, and general coproducts are perhaps the most abstract of all the generalizations of addition. Some coproducts, such as Direct sum and Wedge sum, are named to evoke their connection with addition.
Related operations
Arithmetic
Subtraction can be thought of as a kind of addition—that is, the addition of an additive inverse. Subtraction is itself a sort of inverse to addition, in that adding x and subtracting x are inverse functions.Given a set with an addition operation, one cannot always define a corresponding subtraction operation on that set; the set of natural numbers is a simple example. On the other hand, a subtraction operation uniquely determines an addition operation, an additive inverse operation, and an additive identity; for this reason, an additive group can be described as a set that is closed under subtraction.[43]
Multiplication can be thought of as repeated addition. If a single term x appears in a sum n times, then the sum is the product of n and x. If n is not a natural number, the product may still make sense; for example, multiplication by −1 yields the additive inverse of a number.
In the real and complex numbers, addition and multiplication can be interchanged by the exponential function:
- ea + b = ea eb.[44]
There are even more generalizations of multiplication than addition.[46] In general, multiplication operations always distribute over addition; this requirement is formalized in the definition of a ring. In some contexts, such as the integers, distributivity over addition and the existence of a multiplicative identity is enough to uniquely determine the multiplication operation. The distributive property also provides information about addition; by expanding the product (1 + 1)(a + b) in both ways, one concludes that addition is forced to be commutative. For this reason, ring addition is commutative in general.[47]
Division is an arithmetic operation remotely related to addition. Since a/b = a(b−1), division is right distributive over addition: (a + b) / c = a / c + b / c.[48] However, division is not left distributive over addition; 1/ (2 + 2) is not the same as 1/2 + 1/2.
Ordering
Log-log plot of x + 1 and max (x, 1) from x = 0.001 to 1000[49]
The approximation becomes exact in a kind of infinite limit; if either a or b is an infinite cardinal number, their cardinal sum is exactly equal to the greater of the two.[50] Accordingly, there is no subtraction operation for infinite cardinals.[51]
Maximization is commutative and associative, like addition. Furthermore, since addition preserves the ordering of real numbers, addition distributes over "max" in the same way that multiplication distributes over addition:
- a + max (b, c) = max (a + b, a + c'').
Tying these observations together, tropical addition is approximately related to regular addition through the logarithm:
- log (a + b) ≈ max (log a, log b),
Other ways to add
Incrementation, also known as the successor operation, is the addition of 1 to a number.Summation describes the addition of arbitrarily many numbers, usually more than just two. It includes the idea of the sum of a single number, which is itself, and the empty sum, which is zero.[57] An infinite summation is a delicate procedure known as a series.[58]
Counting a finite set is equivalent to summing 1 over the set.
Integration is a kind of "summation" over a continuum, or more precisely and generally, over a differentiable manifold. Integration over a zero-dimensional manifold reduces to summation.
Linear combinations combine multiplication and summation; they are sums in which each term has a multiplier, usually a real or complex number. Linear combinations are especially useful in contexts where straightforward External link (remember [2] prefix)addition would violate some normalization rule, such as mixing of strategies in game theory or superposition of states in quantum mechanics.
Convolution is used to add two independent random variables defined by distribution functions. Its usual definition combines integration, subtraction, and multiplication. In general, convolution is useful as a kind of domain-side addition; by contrast, vector addition is a kind of range-side addition.
In literature
- In chapter 9 of Lewis Carroll's Through the Looking-Glass, the White Queen asks Alice, "And you do Addition? ... What's one and one and one and one and one and one and one and one and one and one?" Alice admits that she lost count, and the Red Queen declares, "She can't do Addition".
- In George Orwell's Nineteen Eighty-Four, the value of 2 + 2 is questioned; the State contends that if it declares 2 + 2 = 5, then it is so. See Two plus two make five for the history of this idea.
Notes
1. ^ From Enderton (p.138): "...select two sets K and L with card K = 2 and card L = 3. Sets of fingers are handy; sets of apples are preferred by textbooks."
2. ^ Devine et al p.263
3. ^ Schwartzman p.19
4. ^ Schwartzman p.19
5. ^ "Addend" is not a Latin word; in Latin it must be further conjugated, as in numerus addendus "the number to be added".
6. ^ Karpinski pp.56–57, reproduced on p.104
7. ^ Schwartzman (p.212) attributes adding upwards to the Greeks and Romans, saying it was about as common as adding downwards. On the other hand, Karpinski (p.103) writes that Leonard of Pisa "introduces the novelty of writing the sum above the addends"; it is unclear whether Karpinski is claiming this as an original invention or simply the introduction of the practice to Europe.
8. ^ Karpinski pp.150–153
9. ^ See this article for an example of the sophistication involved in adding with sets of "fractional cardinality".
10. ^ Adding it up (p.73) compares adding measuring rods to adding sets of cats: "For example, inches can be subdivided into parts, which are hard to tell from the wholes, except that they are shorter; whereas it is painful to cats to divide them into parts, and it seriously changes their nature."
11. ^ Kaplan pp.69–71
12. ^ Wynn p.5
13. ^ Wynn p.15
14. ^ Wynn p.17
15. ^ Wynn p.19
16. ^ F. Smith p.130
17. ^ Compare figures in Van de Walle pp.160–164
18. ^ Fosnot and Dolk p.99
19. ^ The word "carry" may be inappropriate for education; Van de Walle (p.211) calls it "obsolete and conceptually misleading", preferring the word "trade".
20. ^ Truitt and Rogers pp.1;44–49 and pp.2;77–78
21. ^ Williams pp.122–140
22. ^ Flynn and Overman pp.2, 8
23. ^ Flynn and Overman pp.1–9
24. ^ Karpinski pp.102–103
25. ^ The identity of the augend and addend varies with architecture. For ADD in x86 see Horowitz and Hill p.679; for ADD in 68k see p.767.
26. ^ Enderton chapters 4 and 5, for example, follow this development.
27. ^ California standards; see grades 2, 3, and 4.
28. ^ Baez (p.37) explains the historical development, in "stark contrast" with the set theory presentation: "Apparently, half an apple is easier to understand than a negative apple!"
29. ^ Begle p.49, Johnson p.120, Devine et al p.75
30. ^ Enderton p.79
31. ^ For a version that applies to any poset with the descending chain condition, see Bergman p.100.
32. ^ Enderton (p.79) observes, "But we want one binary operation +, not all these little one-place functions."
33. ^ Ferreirós p.223
34. ^ K. Smith p.234, Sparks and Rees p.66
35. ^ Enderton p.92
36. ^ The verifications are carried out in Enderton p.104 and sketched for a general field of fractions over a commutative ring in Dummit and Foote p.263.
37. ^ Enderton p.114
38. ^ Ferreirós p.135; see section 6 of Stetigkeit und irrationale Zahlen.
39. ^ The intuitive approach, inverting every element of a cut and taking its complement, works only for irrational numbers; see Enderton p.117 for details.
40. ^ Textbook constructions are usually not so cavalier with the "lim" symbol; see Burrill (p.138) for a more careful, drawn-out development of addition with Cauchy sequences.
41. ^ Ferreirós p.128
42. ^ Burrill p.140
43. ^ The set still must be nonempty. Dummit and Foote (p.48) discuss this criterion written multiplicatively.
44. ^ Rudin p.178
45. ^ Lee p.526, Proposition 20.9
46. ^ Linderholm (p.49) observes, "By multiplication, properly speaking, a mathematician may mean practically anything. By addition he may mean a great variety of things, but not so great a variety as he will mean by 'multiplication'."
47. ^ Dummit and Foote p.224. For this argument to work, one still must assume that addition is a group operation and that multiplication has an identity.
48. ^ For an example of left and right distributivity, see Loday, especially p.15.
49. ^ Compare Viro Figure 1 (p.2)
50. ^ Enderton calls this statement the "Absorption Law of Cardinal Arithmetic"; it depends on the comparability of cardinals and therefore on the Axiom of Choice.
51. ^ Enderton p.164
52. ^ Mikhalkin p.1
53. ^ Akian et al p.4
54. ^ Mikhalkin p.2
55. ^ Litvinov et al p.3
56. ^ Viro p.4
57. ^ Martin p.49
58. ^ Stewart p.8
2. ^ Devine et al p.263
3. ^ Schwartzman p.19
4. ^ Schwartzman p.19
5. ^ "Addend" is not a Latin word; in Latin it must be further conjugated, as in numerus addendus "the number to be added".
6. ^ Karpinski pp.56–57, reproduced on p.104
7. ^ Schwartzman (p.212) attributes adding upwards to the Greeks and Romans, saying it was about as common as adding downwards. On the other hand, Karpinski (p.103) writes that Leonard of Pisa "introduces the novelty of writing the sum above the addends"; it is unclear whether Karpinski is claiming this as an original invention or simply the introduction of the practice to Europe.
8. ^ Karpinski pp.150–153
9. ^ See this article for an example of the sophistication involved in adding with sets of "fractional cardinality".
10. ^ Adding it up (p.73) compares adding measuring rods to adding sets of cats: "For example, inches can be subdivided into parts, which are hard to tell from the wholes, except that they are shorter; whereas it is painful to cats to divide them into parts, and it seriously changes their nature."
11. ^ Kaplan pp.69–71
12. ^ Wynn p.5
13. ^ Wynn p.15
14. ^ Wynn p.17
15. ^ Wynn p.19
16. ^ F. Smith p.130
17. ^ Compare figures in Van de Walle pp.160–164
18. ^ Fosnot and Dolk p.99
19. ^ The word "carry" may be inappropriate for education; Van de Walle (p.211) calls it "obsolete and conceptually misleading", preferring the word "trade".
20. ^ Truitt and Rogers pp.1;44–49 and pp.2;77–78
21. ^ Williams pp.122–140
22. ^ Flynn and Overman pp.2, 8
23. ^ Flynn and Overman pp.1–9
24. ^ Karpinski pp.102–103
25. ^ The identity of the augend and addend varies with architecture. For ADD in x86 see Horowitz and Hill p.679; for ADD in 68k see p.767.
26. ^ Enderton chapters 4 and 5, for example, follow this development.
27. ^ California standards; see grades 2, 3, and 4.
28. ^ Baez (p.37) explains the historical development, in "stark contrast" with the set theory presentation: "Apparently, half an apple is easier to understand than a negative apple!"
29. ^ Begle p.49, Johnson p.120, Devine et al p.75
30. ^ Enderton p.79
31. ^ For a version that applies to any poset with the descending chain condition, see Bergman p.100.
32. ^ Enderton (p.79) observes, "But we want one binary operation +, not all these little one-place functions."
33. ^ Ferreirós p.223
34. ^ K. Smith p.234, Sparks and Rees p.66
35. ^ Enderton p.92
36. ^ The verifications are carried out in Enderton p.104 and sketched for a general field of fractions over a commutative ring in Dummit and Foote p.263.
37. ^ Enderton p.114
38. ^ Ferreirós p.135; see section 6 of Stetigkeit und irrationale Zahlen.
39. ^ The intuitive approach, inverting every element of a cut and taking its complement, works only for irrational numbers; see Enderton p.117 for details.
40. ^ Textbook constructions are usually not so cavalier with the "lim" symbol; see Burrill (p.138) for a more careful, drawn-out development of addition with Cauchy sequences.
41. ^ Ferreirós p.128
42. ^ Burrill p.140
43. ^ The set still must be nonempty. Dummit and Foote (p.48) discuss this criterion written multiplicatively.
44. ^ Rudin p.178
45. ^ Lee p.526, Proposition 20.9
46. ^ Linderholm (p.49) observes, "By multiplication, properly speaking, a mathematician may mean practically anything. By addition he may mean a great variety of things, but not so great a variety as he will mean by 'multiplication'."
47. ^ Dummit and Foote p.224. For this argument to work, one still must assume that addition is a group operation and that multiplication has an identity.
48. ^ For an example of left and right distributivity, see Loday, especially p.15.
49. ^ Compare Viro Figure 1 (p.2)
50. ^ Enderton calls this statement the "Absorption Law of Cardinal Arithmetic"; it depends on the comparability of cardinals and therefore on the Axiom of Choice.
51. ^ Enderton p.164
52. ^ Mikhalkin p.1
53. ^ Akian et al p.4
54. ^ Mikhalkin p.2
55. ^ Litvinov et al p.3
56. ^ Viro p.4
57. ^ Martin p.49
58. ^ Stewart p.8
References
- History
- Bunt, Jones, and Bedient (1976). The historical roots of elementary mathematics. Prentice-Hall. ISBN 0-13-389015-5.
- Ferreirós, José (1999). Labyrinth of thought: A history of set theory and its role in modern mathematics. Birkhäuser. ISBN 0-8176-5749-5.
- Kaplan, Robert (2000). The nothing that is: A natural history of zero. Oxford UP. ISBN 0-19-512842-7.
- Karpinski, Louis (1925). The history of arithmetic. Rand McNally. LCC QA21.K3.
- Schwartzman, Steven (1994). The words of mathematics: An etymological dictionary of mathematical terms used in English. MAA. ISBN 0-88385-511-9.
- Williams, Michael (1985). A history of computing technology. Prentice-Hall. ISBN 0-13-389917-9.
- Elementary mathematics
- Davison, Landau, McCracken, and Thompson (1999). Mathematics: Explorations & Applications, TE, Prentice Hall. ISBN 0-13-435817-1.
- F. Sparks and C. Rees (1979). A survey of basic mathematics. McGraw-Hill. ISBN 0-07-059902-5.
- Education
- Begle, Edward (1975). The mathematics of the elementary school. McGraw-Hill. ISBN 0-07-004325-6.McGraw-Hill">
- California State Board of Education mathematics content standards Adopted December 1997, accessed December 2005.
- D. Devine, J. Olson, and M. Olson (1991). Elementary mathematics for teachers, 2e, Wiley. ISBN 0-471-85947-8.
- National Research Council (2001). Adding it up: Helping children learn mathematics. National Academy Press. ISBN 0-309-06995-5.
- Van de Walle, John (2004). Elementary and middle school mathematics: Teaching developmentally, 5e, Pearson. ISBN 0-205-38689-X.
- Cognitive science
- Baroody and Tiilikainen (2003). "Two perspectives on addition development". The development of arithmetic concepts and skills: 75. ISBN 0-8058-3155-X.
- Fosnot and Dolk (2001). Young mathematicians at work: Constructing number sense, addition, and subtraction. Heinemann. ISBN 0-325-00353-X.
- Weaver, J. Fred (1982). "Interpretations of number operations and symbolic representations of addition and subtraction". Addition and subtraction: A cognitive perspective: 60. ISBN 0-89859-171-6.
- Wynn, Karen (1998). "Numerical competence in infants". The development of mathematical skills: 3. ISBN 0-86377-816-X.
- Mathematical exposition
- Bogomolny, Alexander (1996). Addition. Interactive Mathematics Miscellany and Puzzles (cut-the-knot.org). Retrieved on 3 February, 2006.
- Dunham, William (1994). The mathematical universe. Wiley. ISBN 0-471-53656-3.
- Johnson, Paul (1975). From sticks and stones: Personal adventures in mathematics. Science Research Associates. ISBN 0-574-19115-1.
- Linderholm, Carl (1971). Mathematics made difficult. Wolfe. ISBN 0-7234-0415-1.
- Smith, Frank (2002). The glass wall: Why mathematics can seem difficult. Teachers College Press. ISBN 0-8077-4242-2.
- Smith, Karl (1980). The nature of modern mathematics, 3e, Wadsworth. ISBN 0-8185-0352-1.
- Advanced mathematics
- Bergman, George (2005). An invitation to general algebra and universal constructions, 2.3e, General Printing. ISBN 0-9655211-4-1.
- Burrill, Claude (1967). Foundations of real numbers. McGraw-Hill. LCC QA248.B95.
- D. Dummit and R. Foote (1999). Abstract algebra, 2e, Wiley. ISBN 0-471-36857-1.
- Enderton, Herbert (1977). Elements of set theory. Academic Press. ISBN 0-12-238440-7.
- Lee, John (2003). Introduction to smooth manifolds. Springer. ISBN 0-387-95448-1.
- Martin, John (2003). Introduction to languages and the theory of computation, 3e, McGraw-Hill. ISBN 0-07-232200-4.
- Rudin, Walter (1976). Principles of mathematical analysis, 3e, McGraw-Hill. ISBN 0-07-054235-X.
- Stewart, James (1999). Calculus: Early transcendentals, 4e, Brooks/Cole. ISBN 0-534-36298-2.
- Mathematical research
- Akian, Bapat, and Gaubert (2005). "Min-plus methods in eigenvalue perturbation theory and generalised Lidskii-Vishik-Ljusternik theorem". INRIA reports.
- J. Baez and J. Dolan (2001). "From Finite Sets to Feynman Diagrams". Mathematics Unlimited— 2001 and Beyond: 29. ISBN 3-540-66913-2.
- Litvinov, Maslov, and Sobolevskii (1999). Idempotent mathematics and interval analysis. Reliable Computing, Kluwer.
- Loday, Jean-Louis (2002). "Arithmetree". J. of Algebra.
- Mikhalkin, Grigory (2006). "Tropical Geometry and its applications". To appear at the Madrid ICM.
- Viro, Oleg (2000). Dequantization of real algebraic geometry on logarithmic paper. (HTML) Plenary talk at 3rd ECM, Barcelona.
- Computing
- M. Flynn and S. Oberman (2001). Advanced computer arithmetic design. Wiley. ISBN 0-471-41209-0.
- P. Horowitz and W. Hill (2001). The art of electronics, 2e, Cambridge UP. ISBN 0-521-37095-7.
- Jackson, Albert (1960). Analog computation. McGraw-Hill. LCC QA76.4 J3.
- T. Truitt and A. Rogers (1960). Basics of analog computers. John F. Rider. LCC QA76.4 T7.
An addition reaction, in chemistry, is in its simplest terms an organic reaction where two or more molecules combine to form a larger one.
There are two main types of polar addition reactions:
..... Click the link for more information.
There are two main types of polar addition reactions:
- Electrophilic addition
- Nucleophilic addition
..... Click the link for more information.
In its simplest meaning in mathematics and logic, an operation is an action or procedure which produces a new value from one or more input values. There are two common types of operations: unary and binary.
..... Click the link for more information.
..... Click the link for more information.
This article is about the number one. For the year AD 1, see 1. For other uses, see 1 (disambiguation).
0 1 2 3 4 5 6 7 8 9 →
..... Click the link for more information.
Counting is the mathematical action of repeatedly adding (or subtracting) one, usually to find out how many objects there are or to set aside a desired number of objects (starting with one for the first object and proceeding with an injective function from the remaining objects to
..... Click the link for more information.
..... Click the link for more information.
plus and minus signs (+ and −) are mathematical symbols used to represent the notions of positive and negative as well as the operations of addition and subtraction. Their use has been extended to many other meanings, more or less analogous.
..... Click the link for more information.
..... Click the link for more information.
Infix notation is the common arithmetic and logical formula notation, in which operators are written infix-style between the operands they act on (e.g. 2 + 2). It is not as simple to parse by computers as prefix notation ( e.g. + 2 2 ) or postfix notation ( e.g.
..... Click the link for more information.
..... Click the link for more information.
For other uses, see Equals (disambiguation).
..... Click the link for more information.
An underline is one or more horizontal lines immediately below a portion of writing. Single, and occasionally double, underlining was originally used in hand-written or typewritten documents to emphasise text.
..... Click the link for more information.
..... Click the link for more information.
fraction (from the Latin fractus, broken) is a concept of a proportional relation between an object part and the object whole. Each fraction consists of a denominator (bottom) and a numerator (top), representing (respectively) the number of equal parts that an object is
..... Click the link for more information.
..... Click the link for more information.
Multiplication is the mathematical operation of adding together multiple copies of the same number. For example, four multiplied by three is twelve, since three sets of four make twelve:
..... Click the link for more information.
..... Click the link for more information.
Multiplication is the mathematical operation of adding together multiple copies of the same number. For example, four multiplied by three is twelve, since three sets of four make twelve:
..... Click the link for more information.
..... Click the link for more information.
Renaissance (French for "rebirth"; Italian: Rinascimento; Spanish: Renacimiento), was a cultural movement that spanned roughly the 14th through the 17th century, beginning in Italy in the late Middle Ages and later spreading to the rest of Europe.
..... Click the link for more information.
..... Click the link for more information.
Latin}}}
Official status
Official language of: Vatican City
Used for official purposes, but not spoken in everyday speech
Regulated by: Opus Fundatum Latinitas
Roman Catholic Church
Language codes
ISO 639-1: la
ISO 639-2: lat
..... Click the link for more information.
Official status
Official language of: Vatican City
Used for official purposes, but not spoken in everyday speech
Regulated by: Opus Fundatum Latinitas
Roman Catholic Church
Language codes
ISO 639-1: la
ISO 639-2: lat
..... Click the link for more information.
English}}}
Writing system: Latin (English variant)
Official status
Official language of: 53 countries
Regulated by: no official regulation
Language codes
ISO 639-1: en
ISO 639-2: eng
ISO 639-3: eng
..... Click the link for more information.
Writing system: Latin (English variant)
Official status
Official language of: 53 countries
Regulated by: no official regulation
Language codes
ISO 639-1: en
ISO 639-2: eng
ISO 639-3: eng
..... Click the link for more information.
verb is a word belonging to the part of speech that usually denotes an action (bring, read), an occurrence (decompose, glitter), or a state of being (exist, stand).
..... Click the link for more information.
..... Click the link for more information.
In linguistics, a compound is a lexeme (a word) that consists of more than one other lexeme.
An endocentric compound consists of a head, i.e. the categorical part that contains the basic meaning of the whole compound, and modifiers, which restrict this meaning.
..... Click the link for more information.
An endocentric compound consists of a head, i.e. the categorical part that contains the basic meaning of the whole compound, and modifiers, which restrict this meaning.
..... Click the link for more information.
The roots of the reconstructed Proto-Indo-European language (PIE) are basic morphemes carrying a lexical meaning. By addition of suffixes, they form stems, and by addition of desinences, these form grammatically inflected words (nouns or verbs).
..... Click the link for more information.
..... Click the link for more information.
Not to be confused with gerund.
In linguistics, a gerundive is a verb form. The term is applied very differently to different languages; depending on the language, gerundives may be verbal adjectives, verbal adverbs, or finite verbs.
..... Click the link for more information.
An affix is a morpheme that is attached to a base morpheme such as a root or to a stem, to form a word. Affixes may be derivational, like English -ness and pre-, or inflectional, like English plural -s and past tense -ed.
..... Click the link for more information.
..... Click the link for more information.
Examples
A proper or common noun can co-occur with an article or an attributive adjective. Verbs and adjectives can't. As usual, a `*' in front of an example means that this example is ungrammatical.
..... Click the link for more information.
A proper or common noun can co-occur with an article or an attributive adjective. Verbs and adjectives can't. As usual, a `*' in front of an example means that this example is ungrammatical.
..... Click the link for more information.
Anicius Manlius Severinus Boethius[1] (480–524 or 525) was a Christian philosopher of the 6th century. He was born in Rome to an ancient and important family which included emperors Petronius Maximus and Olybrius and many consuls.
..... Click the link for more information.
..... Click the link for more information.
Marcus Vitruvius Pollio (born ca. 80/70 BC?; died ca. 25 BC) was a Roman writer, architect and engineer (possibly praefectus fabrum or architectus armamentarius of the apparitor status group), active in the 1st century BC.
..... Click the link for more information.
..... Click the link for more information.
Sextus Julius Frontinus (ca. 40-103) was a Roman soldier, politician, engineer and author.
In 70 he was praetor, and five years later was sent into Britain to succeed Quintus Petillius Cerialis as governor of that island.
..... Click the link for more information.
In 70 he was praetor, and five years later was sent into Britain to succeed Quintus Petillius Cerialis as governor of that island.
..... Click the link for more information.
Middle English}}}
Language codes
ISO 639-1: none
ISO 639-2: enm
ISO 639-3: enm
Middle English is the name given by historical linguistics to the diverse forms of the English language spoken between the Norman invasion of 1066
..... Click the link for more information.
Language codes
ISO 639-1: none
ISO 639-2: enm
ISO 639-3: enm
Middle English is the name given by historical linguistics to the diverse forms of the English language spoken between the Norman invasion of 1066
..... Click the link for more information.
This article or section may contain original research or unverified claims.
..... Click the link for more information.
Please help Wikipedia by adding references. See the for details.
This article has been tagged since October 2007.
This article has been tagged since October 2007.
..... Click the link for more information.
In mathematics, a natural number can mean either an element of the set (i.e the positive integers or the counting numbers) or an element of the set (i.e. the non-negative integers).
..... Click the link for more information.
..... Click the link for more information.
- For the medical term see rigor (medicine)
Rigour or rigor (see spelling differences) has a number of meanings in relation to intellectual life and discourse.
..... Click the link for more information.
pie is a baked food, with a baked shell usually made of pastry dough that covers or completely contains a filling of fruit, meat, fish, vegetables, cheeses, creams, chocolate, custards, nuts, or other sweet or savoury ingredients.
..... Click the link for more information.
..... Click the link for more information.
In mathematics, a binary operation is a calculation involving two input quantities, in other words, an operation whose arity is two. Binary operations can be accomplished using either a binary function or binary operator.
..... Click the link for more information.
..... Click the link for more information.
In mathematics, a unary operation is an operation with only one operand, i.e. an operation with a single input, or in other words, a function of one variable (for the terminology see also operators versus functions).
..... Click the link for more information.
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus



