You are on page 1of 15

A

Addition and Subtraction

SUMMARY (475–­221 BCE), when arithmetic operations were per-


formed by manipulating rods on a flat surface that was
Addition and subtraction can be thought of as a pro- partitioned by vertical and horizontal lines. The num-
cess of accumulation. For example, if a flock of 3 sheep bers were represented by a positional base-­10 system.
is joined with a flock of 4 sheep, the combined flock Some scholars believe that this system—­after moving
will have 7 sheep. Thus, 7 is the sum that results from westward through India and the Islamic Empire—­
the addition of the numbers 3 and 4. This can be writ- became the modern system of representing numbers.
ten as 3 + 4 = 7 where the sign “+” is read “plus” and The Greeks in the fifth century BCE, in addition
the sign “=” is read “equals.” Both 3 and 4 are called to using a complex ciphered system for representing
addends. Addition is commutative; that is, the order numbers, used a system that is very similar to Roman
of the addends is irrelevant to how the sum is formed. numerals. It is possible that the Greeks performed
Subtraction finds the remainder after a quantity is arithmetic operations by manipulating small stones
diminished by a certain amount. If from a flock con- on a large, flat surface partitioned by lines. A simi-
taining 5 sheep, 3 sheep are removed, then 2 sheep lar stone tablet was found on the island of Salamis
remain. In this example, 5 is the minuend, 3 is the in the 1800s and is believed to date from the fourth
subtrahend, and 2 is the remainder or difference. This century BCE. The word “calculate” was derived from
can be written as 5 − 3 = 2 where “−” is read “minus.” the Latin word for “little stone.”
Subtraction is not commutative and therefore the The Romans had arithmetic devices similar in
ordering of the minuend and subtrahend affects the appearance to the typical Chinese abacus. It is difficult
result: 5 − 3 = 2, but 3 − 5 = −2. to use modern paper-­and-­pencil techniques for adding
The concept of addition can be extended to have and subtracting Roman numerals (with I as one, II as
meaning for fractions, negative numbers, real num- two, V as five, X as ten, L as fifty, C as one hundred, D as
bers, measurements, and other mathematical enti- five hundred, M as one thousand)—­but it worked well
ties. The algorithms used for computing the sum in its time, since it was devised for use with an abacus.
or difference, some of which have been taught for During the Middle Ages, counting boards were
millennia, ultimately depend on the representation used to perform arithmetic. A counting board con-
used for the numbers. For example, the approach sisted of a series of actual or virtual horizontal lines
used for adding Roman numerals is different from that were labeled from the bottom by I, X, C, M, and
that used to add Hindu-­Arabic numbers. so on. The system borrowed the symbols used for
Computers perform subtraction using the same core numbers from the Roman system. The spaces
circuits they use for addition. between the lines were labeled starting from the bot-
tom by V, L, and D. A number like MMDCCXXXVIIII
HISTORY AND DEVELOPMENT OF ADDITION (2739) would be represented by placing the appro-
AND SUBTRACTION priate number of counters on each line. The line
labeled M would have 2 counters (for 2000, or two
Human beings’ ability to add and subtract small whole thousands). The space just below, labeled D, would
numbers is probably innate. Some of the earliest descrip- have 1 counter (500, or one five-­ hundreds); the
tions of techniques for handling large numbers come line labeled C, 2 counters (200, or two hundreds);
from ancient China during the Warring States period the space labeled L, 0 counters; the line labeled X,

1
Addition and Subtraction Principles of Mathematics

3 counters (for 30, or three tens); the line labeled


V, 1 counter (5); and the line labeled I, 4 counters
(4, or four ones). The total of all these numbers is
2739. Note that accountants used VIIII (denoting
five plus four) to represent 9, whereas stonemasons To solve the problem using subtraction with carry,
used “IX”(denoting 10 less 1). To compute the sum use the example on the right. The carrying numbers
MMDCCXXXVIIII + MCLXI, a person would simply (the small 1s) affect the numbers on a diagonal, as
transcribe the numbers to the counting board and shown in the example. The number 1 adds 10 to the
then combine the counters following rules of car- integer in the top row and adds 1 to the integer in
rying to ensure that no more than 4 counters were the bottom row. Starting from the right-­most col-
on any line and 1 counter on any space. This rep- umn, 4 is subtracted from 7, resulting in 3, which is
resentation was then easily transcribed back into written below. Then, try to subtract 6 from 4, which
Roman numerals. cannot be done, so insert a small 1 to the left of the
Many early books on arithmetic claim that this space between the 4 and the 6. This is interpreted to
method of performing arithmetic was especially mean that the 4 has become 14. Subtract 6 from 14
preferred by women, who at times had the respon- and record the answer, 8, below.
sibility for keeping the books for small family Move left to the next column containing 0 and 9.
businesses. Hindu-­Arabic numerals and paper-­and-­ The small 1, written above and to the right of the 9,
pencil methods for performing arithmetic began to is added to the 9 to get 10. Attempt to subtract the
appear in Europe in the twelfth century and replaced 10 from the 0 above, which cannot be done. Instead,
Roman numerals and the counting board by the write a small 1 just to the left of the space between
nineteenth century. the 0 and 9, and interpret this to mean that the 0 has
become a 10. Now, 10 minus 10 is 0, which is writ-
TWO METHODS FOR SUBTRACTING BY HAND ten below. Move left to the next column. The small 1,
written above and to the right of the 1, is added to the
Two popular methods for handling “borrowing” that 1 giving 2, which is subtracted from 3 resulting in 1,
are taught today are shown below. The method shown which is written below.
in the figure below on the left is popular in Italy,
England, and the United States, while the one on the ADDING AND SUBTRACTING ON A COMPUTER
right is popular in Spain, France, and parts of Latin
America. The example is to compute 3047 − 1964. At the most basic level, whole numbers are repre-
Starting with the method on the left, first begin with sented in a computer in base-­two by a sequence
the right-­most column and subtract 4 from 7. Write of the binary states “Hi” and “Lo” interpreted
the result, 3, below the 4. Moving one column to the as “1” and “0.” The circuits that perform addi-
left, try to subtract 6 from 4, which cannot be done tion are implemented by sequences of logical
without using negative numbers. The method is thus gates. Typically, a “1” in the left-­most bit indicates
to attempt to “borrow” 1 from 0, which is the digit to that the number is negative, with the remaining
the left of the 4. Again, this cannot be done without bits indicating the magnitude of the number.
using negative numbers. Therefore, the method is to Subtraction can be performed by the same circuits
borrow 1 from 3, which is the digit to the left of the that perform addition. Two popular approaches
0 resulting in crossing out the 3 and replacing it with are designated as “one’s complement” and “two’s
a 2. Then the zero becomes a 10, and it in turn can complement.” “One’s complement” can best be
be replaced by a 9 so the borrowed 1 can be placed explained by performing subtraction in base-­10
in front of the 4 to make it 14. Now, one can subtract using “nine’s complement.” Assume a computa-
6 from 14 to get 8, which is written below the 6. Moving tion of 3047 − 1964. To find the “nine’s comple-
left to the next column, one can subtract 9 from 9 to ment” of 1964, subtract each digit from 9 to obtain
get a 0, which is written below the 9. Finally, 1 is sub- 8035. This is added to 3047 resulting in 11,082.
tracted from 2 to get a 1, which is written below. The left-­most 1 is viewed as a “carry” and brought

2
Principles of Mathematics Agriculture and Mathematics

around and added to the right-­m ost digit in an One of these objects, typically called the additive
operation called “end-­around carry” to obtain the identity and denoted by “0,” has the property such
final result: 1083. that if “a” is any object then the sum of 0 and a is
a. The additive reciprocal of an object a is denoted
GENERALIZING ADDITION AND by −a and is defined to the object so that the sum of
SUBTRACTION a + (−a) is 0. The difference a − b is defined to be
a + (−b).
The sum of two fractions a/b and c/d is defined to be
—  Carl R. Seaquist and Catherine C. Galley
ad + bc
.
bd Further Reading
Heaton, Luke. A Brief History of Mathematical Thought.
The sum of irrational numbers (numbers that cannot New York: Oxford University Press, 2017.
be represented as fractions of whole numbers) can Lockhart, Paul E. Arithmetic. Cambridge, MA: Belknap
be approximated only by adding their approximat- Press, 2019.
ing rationals. The exact sum of two irrational lengths, Pullan, J. M. The History of the Abacus. New York: F. A.
a and b, can be found exactly using geometry by first Praeger, 1969.
extending the segment representing a sufficiently on Rafiquzzaman, M. Fundamentals of Digital Logic and
one end so that the length b can be marked off from Microcomputer Design. Hoboken, NJ: Wiley, 2005.
that end with a compass. Yong, L. L., and A. T. Se. Fleeting Footsteps: Tracing the
Addition can be generalized to other mathemati- Conception of Arithmetic and Algebra in Ancient China.
cal objects, such as complex numbers and matrices. Singapore: Word Scientific Publishers, 2004.

Agriculture and Mathematics

SUMMARY hypothesis testing, analysis of variance, maximum like-


lihood estimation, and factorial experimental design.
Farming, also called “agriculture,” is the production Mathematician Michael Weiss has worked in several
and distribution of plant and animal products. Farming mathematical areas with applications in agriculture,
methods range from organic farming to industrial agri- including nonlinear and chaotic dynamics, fuzzy set
culture. Farming operations are also categorized by theory, and topological and algebraic entropy. Some
their products, including foods, pets, decorative plants, applications of his work include a model of crop yields
pharmaceuticals, building materials, fibers, resins, and as a two-­dimensional stochastic process, called “ran-
bioplastics. Agriculture has long been a motivator for dom surfaces,” and assessing revenue risk as a probabi-
mathematical and statistic research. Mathematical con- listic function of foodborne disease outbreaks.
cepts and models have helped advance many agricul- Precision farming models spatial variability in
tural methods beyond simple arithmetic calculations of farmland and the resulting changes in yields as geo-
quantities of seed and fertilizer. metric surfaces. Numerical characteristics of the
Many consider Ronald Fisher to be the father of farmland, such as fertilizer needs, are assigned to
modern statistics. Much of his research in statistical surfaces by functions and mapped to other surfaces
methods originated from his work with more than sixty by operators using modeling software. The so-­called
years of agricultural data at Rothamsted Experimental Cobweb Theorem relates price and production
Station, one of the oldest agricultural research institu- for situations in which there is a time lag between
tions in the world. Methods pioneered by Fisher are the marketing of a product and initially obtaining
still widely used in the twenty-­first century, including price information to determine production. This is

3
Agriculture and Mathematics Principles of Mathematics

into the twentieth and twenty-­ first century, while


research in organic chemistry and genetics made
possible the increases in crop yields known as the
green revolution.
Domestication of local crops, such as rice in China
around 8000 BCE, allowed for both population
growth and population concentration in villages and,
later, towns. Planting, harvesting, and other timed
activities required relatively exact time and weather
observation, which in turn led to the development
of astronomy and the development of sophisticated
time measurement tools and calendars. Circa 5000
BCE, the people of Mesopotamia employed inten-
sive farming methods, including monocrop fields,
aggregation of crops for trade, and complex irriga-
A small farm in Moose Jaw, Saskatchewan (photo courtesy of Saffron Blaze)
tion. Such methods called for and enabled major
technological developments, such as better plows.
common in agricultural markets, since prices in one It is hypothesized that the complex division of labor,
year tend to influence planting in subsequent years. distribution, and observation of water levels and
calendars required for this type of agriculture led
THE ROLE OF AGRICULTURE IN THE to the development and relatively widespread use
HISTORY OF MATHEMATICS AND SCIENCE of writing.
Mesopotamian clay tables show that quadratic
Agricultural development shaped the history of and cubic equations, the Pythagorean Theorem,
humankind, including the growth of science and and other topics currently found in algebra, geom-
mathematics. This impact is acknowledged in the etry, and calculus were already widely used circa
historical tradition of naming major farming break- 2000 BCE in problems related to agriculture, such
throughs “revolutions,” since the changes they pro- as astronomy-­based calendars to time flooding and
duced in society were large and relatively fast. The harvesting or the distribution of products. Some of
Neolithic revolution started circa 8000 BCE and this knowledge later was lost and then rediscovered
included the development of permanent settle- by other cultures, and some continued to be used
ments. The resulting architecture and centralized in the original form. For example, the practice of
management systems required abstract thought and measuring time based on 60 minutes in an hour and
systems of knowledge, including writing, mathemat- 60 seconds in a minute comes from the Babylonian
ics, and science. The Arab agricultural revolution sexadecimal (base 60) number system. The number
took place in the eighth through the thirteenth cen- 60 was a convenient base for the Babylonians because
turies CE and included the development and distri- it is highly composite and has more divisors than
bution of international knowledge exchange, the any number less than 60.
development of sophisticated algebra and geometry Agriculture promoted the development and
techniques. This revolution also used astronomy for spread of increasingly complex mechanisms, such as
farming and navigation, and developed the scientific water wheels in China. Excess crops supported the
method and the modern number and computational development of trade and transportation, from the
system in mathematics. The British agricultural revo- domestication of draft and pack animals in ancient
lution started in the seventeenth century. It codevel- times to sophisticated spice trade fleets circa the six-
oped with the Industrial Revolution and included the teenth century. Starting in the eighth century CE,
heavy use of mechanical tools and developments in Muslim traders established an extensive network
the natural sciences, including chemistry and biol- of trade routes among Asia, Europe, and Africa,
ogy. This industrialization of agriculture continued enabling the diffusion of agricultural techniques

4
Principles of Mathematics Agriculture and Mathematics

and crops beyond their places of origin. This Arab farmed trees for paper and construction are also
agricultural revolution led to the development and included as agricultural products.
distribution of science and mathematics, including Farm yields are measured in crop weight per area
the Arabic numerals used around the world in the for plants; in the ratio of seed input to seed output
twenty-­first century. For example, one of the first doc- for grains; or in meat, fiber, or egg production per
umented uses of the scientific method comes from animal for animals. The yields are estimated using
thirteenth-­ century work on medicinal plants and statistical methods of random sampling, or total
agronomy (the farming of plants). outputs of a farm. In the United States, for exam-
The Industrial Revolution, starting in the eigh- ple, corn yields averaged about 30 bushels per acre
teenth century, included the increasing mechaniza- (0.76 tonnes per hectare) in the early 1900s and
tion of agriculture. Agricultural machines, such as around 130 bushels per acre (3.3 tonnes per hect-
the tractor, both decreased the number of people are) in the early 2000s. Food anthropologists esti-
required for farming and increased productiv- mate the minimal ratio of grain input to output
ity. The scientific advances associated with these necessary for sustaining farming as the main source
developments primarily took place in engineering of food as 1:3. This ratio means that for each grain
and chemistry. The green agricultural revolution planted, farmers get three grains, one of which is
of the second half of the twentieth century pro- planted and two of which are either eaten by people
moted advances in chemistry, genetics, and bio- or fed to farm animals. Yield metrics can be used
engineering, which led to high-­yield, disease-­and to compare different methods of farming. For
pest-­resistant cultivation of major crops. The sus- example, irrigation can raise corn yields by a fac-
tainability of these practices is not yet clear at the tor of four or five. Industrial farming in developed
start of the twenty-­first century. countries produces yields that are about 10 percent
greater than organic farming in nondrought years
MEASUREMENTS IN AGRICULTURE and about 70 percent less in drought years, netting
about the same average yields over decades.
Metrics used in farming focus on average produc- Resource intensity is measured by the outside
tion of different cultivars of plants, breeds of ani- input required per area of crops, per individual ani-
mals, or farming methods; resource intensity of mal in meat or egg farms, or per unit of farm prod-
practices; efficiency of distribution; nutritional uct output. For example, it takes about 264 gallons
value of food products and industry-­specific values (1,000 liters) of water to produce 0.264 gal (1 L)
of fibers, fuels, and lumber; environmental impact of corn-­based ethanol. Resource intensity is one of
and sustainability; and the role of agriculture in many sustainability metrics used in farming. Other
local and global economy. mathematical metrics of sustainability include nutri-
The global production levels, by crop type, are ent leaching into water systems, which may cause
measured in tons per year. For example, the cate- proliferation of algae; biodiversity of farms; and
gory of cereals was the number one type of agricul- pollution of soil, water, and air with herbicide and
tural product, with worldwide production at around pesticide residues; as well as the carbon footprint of
2 billion tons (1.8 billion tonnes) per year in the early farming practices. For example, livestock production
twenty-­first century, while meat production at this is currently responsible for about one-­fifth of the
same time was around 250 million tons (226 million total carbon footprint of humanity.
tonnes) per year. The total and per capita rates of
production are frequently compared between years. FARMING AND THE ECONOMY
For example, the total agricultural production grew
by a factor of 16 between the early 1800s and 1970, Agricultural systems include production, process-
while the world population grew by a factor of seven. ing, packaging, distribution, marketing, and con-
This means that per capita consumption of agricul- sumption. The proportion of resources and energy
tural products more than doubled during that period required for these activities varies with farming
but not necessarily because of food items. Fiber or practices. For example, eating local foods reduces

5
Algebra Principles of Mathematics

the resources expended in transportation; oper- operations and include levels of specific air, water,
ating monocrop farms reduces labor per unit and soil pollutants produced by the farm and its car-
of production; eating processed foods increases bon footprint. Capital redistribution is the measure
packaging costs. of movement of money among communities, which
Agricultural economics is the study of resource is relatively high for factory farming because of its
allocation and distribution related to agriculture. centralized nature.
It uses mathematical statistics for data analysis and Industrial marketing and distribution models
trend prediction and mathematical modeling for do not work well for organic farming because most
research and development. Many general eco- organic products are not scalable. In the early 2000s,
nomic mathematical models were first developed organic farmers developed a variety of peer-­to-­peer
in agricultural economics, for example, the cobweb credence and distribution models, network market-
model, which explains the cycles of price fluctuations ing models, and sharing economy (mesh) models.
through analyzing lags within the production chains, Such modern models support decentralized pro-
such as planting and harvesting. duction and disintermediated distribution. Some
Factory farming uses economies of scale by rais- organic farmers join together in cooperatives and use
ing livestock in confinement and with high popula- economies of scale. Community-­supported agricul-
tion densities. The calculations involved in factory ture (CSA) is an economic model that provides a way
farming include cost-­output analysis and bioengi- to share the benefits and risks of farming. In a typical
neering of animals to optimize product output as CSA, consumers buy farm shares and receive a weekly
well as the logistics of supplying food in to each ani- delivery of farm outputs.
mal in place and disease prevention through admin-
istering antibiotics. There are several measurements Further Reading
of factory farming impacts. For example, there are Lehmann, Erich Leo. Fisher, Neyman, and the Creation
metrics involved with animal welfare, such as the of Classical Statistics. New York: Springer, 2011.
degree of confinement, measured in area of pen Mitchell, Nina H. Mathematical Applications in Agricul-
per animal. Human health impact measures and ture. Boston: Cengage, 2011.
research include studies of pesticide, antibiotic, and Stafford, John. Precision Agriculture for Sustainability.
growth hormone levels in farm products and statisti- Boca Raton, FL: CRC Press, 2018.
cal studies of the impact of food on human health. Street, Deborah. “Fisher’s Contributions to Agricul-
Environmental impact measures are standard for all tural Statistics.” Biometrics 46 (1990).

Algebra

SUMMARY sciences. For example, Boolean algebra is used in


electronic circuit design, programming, database rela-
Algebra is a branch of applied mathematics that goes tional structures, and complexity theory.
beyond the practical and theoretical applications of
the numbers of arithmetic. Algebra has a definitive DEFINITION AND BASIC PRINCIPLES
structure with specified elements, defined opera-
tions, and basic postulates. Such abstractions identify Algebra is a branch of mathematics. The word “alge-
algebra as a system, so there are algebras of different bra” is derived from an Arabic word that links the con-
types, such as the algebra of sets, the algebra of propo- tent of classical algebra to the theory of equations.
sitions, and Boolean algebra. Algebra has connections Modern algebra includes a focus on laws of opera-
not only to other areas of mathematics but also to the tions on symbolic forms and also provides a systematic
sciences, engineering, technology, and other applied way to examine relationships between such forms.

6
Principles of Mathematics Algebra

The concept of a basic algebraic structure arises from a definitive structure with specified elements, defined
understanding an important idea. That is, with the operations, and basic postulates. Such abstractions
traditional definition of addition and multiplication, identify algebra as a system, and therefore, there are
the identity, associative, commutative, and distributive algebras of many different types, such as the algebra of
properties characterize these operations with not only sets, the algebra of propositions, and Boolean algebra.
real numbers and complex numbers but also polyno- The algebra of sets, or set theory, includes such fun-
mials, certain functions, and other sets of elements. damental mathematical concepts as set cardinality and
Even with modifications in the definitions of opera- subsets, which are a part of the study of various levels of
tions on other sets of elements, these properties con- mathematics from arithmetic to calculus and beyond.
tinue to apply. Thus, the concept of algebra is extended The algebra of propositions (logic or propositional
beyond a mere symbolization of arithmetic. It becomes calculus) was developed to facilitate the reasoning

7
Algebra Principles of Mathematics

due nuove scienze attenenti alla mecanica e i movimenti locali


(Dialogues Concerning Two New Sciences, 1900). In this
work, Galileo recognized the basic concept of equivalent
sets and distinguishing characteristics of infinite sets.
During the nineteenth century, Bohemian mathema-
tician Bernhard Bolzano studied infinite sets and their
unique properties; English mathematician George Boole
took an algebraic approach to the study of set theory.
However, it was German mathematician Georg Cantor
who developed a structure for set theory that later led to
the modernization of the study of mathematical analysis.
Cantor had a strong interest in the arguments of
medieval theologians concerning continuity and the
infinite. With respect to mathematics, Cantor real-
ized that not all infinite sets were the same. In 1874,
his controversial work on infinite sets was published.
After additional research, he established set theory
as a mathematical discipline known as Mengenlehre
(theory of assemblages) or Mannigfaltigkeitslehre
(theory of manifolds).

The Algebra of Propositions and Boolean Algebra.


During the nineteenth century, Boole, English math-
ematician Charles Babbage, German mathematician
George Boole Gottlob Frege, and Italian mathematician Giuseppe
Peano tried to formalize mathematical reasoning by
process by providing a way to symbolically represent an “algebraization” of logic.
statements and to perform calculations based on Boole, who had clerical aspirations, regarded the
defined operations, properties, and truth tables. Logic human mind as God’s greatest accomplishment. He
is studied in philosophy, as well as various areas of wanted to mathematically represent how the brain pro-
mathematics such as finite mathematics. Boolean alge- cesses information. In 1847, his first book, The Mathe-
bra is the system of symbolic logic used primarily in matical Analysis of Logic: Being an Essay Towards a Calculus
computer science applications; it is studied in areas of of Deductive Reasoning, was published with limited circu-
applied mathematics such as discrete mathematics. lation. He rewrote and expanded his ideas in an 1854
Boolean algebra can be considered a generalization publication, An Investigation of the Laws of Thought: On
of the algebra of sets and the algebra of propositions. Which Are Founded the Mathematical Theories of Logic and
Boolean algebra can be defined as a nonempty set B Probabilities. Boole introduced the algebra of logic and
together with two binary operations, sum (symbol +) is considered the father of symbolic logic.
and product (symbol ×). There is also a unary Boole’s algebra was further developed between 1864
operation, complement (symbol ¢). In set B, there and 1895 through the contributions of British mathema-
are two distinct elements, a zero element (symbol 0) tician Augustus De Morgan, British economist William
and a unit element (symbol 1), and certain laws or S. Jevons, American logician Charles Sanders Peirce,
properties hold. and German mathematician Ernst Schröder. In 1904,
American mathematician Edward V. Huntington’s Sets
BACKGROUND AND HISTORY of Independent Postulates for the Algebra of Logic developed
Boolean algebra into an abstract algebraic discipline
The Algebra of Sets. In 1638, Italian scientist Galileo with different interpretations. With the additional work
published Discorsi e dimostrazioni matematiche: Intorno à of American mathematician Marshall Stone and Polish

8
Principles of Mathematics Algebra

American logician Alfred Tarski in the 1930s, Boolean A or set B or both, if there were any colors in com-
algebra became a modern mathematical discipline, mon: A È B = {red, yellow, blue, green}. The intersec-
with connections to several other branches of math- tion of sets A and B is the set of blocks that are in set
ematics, including topology, probability, and statistics. A and in set B, any color that both sets have in com-
In his 1940 Massachusetts Institute of Technol- mon. Because the two sets of blocks have no color in
ogy master’s thesis, Claude Elwood Shannon used common, A Ç; B = Æ.
symbolic Boolean algebra as a way to analyze relay Above the primary level, the concepts of logic are
and switching circuits. Boole’s work thus became the introduced. Daily life often requires that one con-
foundation for the development of modern electron- struct valid arguments, apply persuasion, and make
ics and digital computer technology. meaningful decisions. Thus, the development of
Outside the realm of mathematics and philoso- the ability to organize thoughts and explain ideas in
phy, Boolean algebra has found applications in such clear, precise terms makes the study of reasoning and
diverse areas as anthropology, biology, chemistry, the analysis of statements most appropriate.
ecology, economics, sociology, and especially com-
puter science. For example, in computer science, Logic. In propositional algebra, statements are either
Boolean algebra is used in electronic circuit design, true or false. A statement may be negated by using
programming, database relational structures, and “not.” Statements can be combined in a variety of
complexity theory. ways by using connectives such as “and” and “or.” The
resulting compound statements are either true or
HOW IT WORKS false, based on given truth tables.
A compound statement such as “The First Interna-
Boolean algebra achieved a central role in computer tional Conference on Numerical Algebra and Scien-
science and information theory that began with its tific Computing was held in 2006 and took place at the
connection to set theory and logic. Set theory, propo- Institute of Computational Mathematics of the Chinese
sitional logic, and Boolean algebra all share a com- Academy of Sciences in New York” can thus be easily
mon mathematical structure that becomes apparent analyzed, especially when written symbolically. The
in the properties or laws that hold. “and” connective indicates that the compound state-
ment is a conjunction. Let p be “The First International
Set Theory. The language of set theory is used in Conference on Numerical Algebra and Scientific Com-
the definitions of nearly all mathematical elements, puting was held in 2006,” a true statement; let q be “(it)
and set theory concepts are integrated throughout took place at the Institute of Computational Mathemat-
the mathematics curriculum from the elementary ics of the Chinese Academy of Sciences in New York,” a
to the college level. In primary school, basic set con- false statement because the institute is in Beijing. The
cepts may be introduced in sorting, combining, or truth table for the conjunction indicates that the given
classifying objects even before the counting process compound statement is false: T Ù F ° F.
is introduced. Operations such as set complement, Compound symbolic statements may require mul-
union, and intersection can be easily understood in tistep analyses, but established properties and truth
this context. tables are still used in the process. For example, it is
For example, let the universal set U consist of six possible to analyze the two symbolic compound state-
blocks, each of which is a different color. A block ments ∼(p Ú q) and ∼p Ù ∼q and also to verify that
may be red, orange, yellow, violet, blue, or green. they are logically equivalent. The truth tables for
Using set notation, U = {red, orange, yellow, violet, each compound statement can be combined in one
blue, green}. Let four of the six blocks be sorted large table to facilitate the process. The first two col-
into two subsets, A and B, such that A = {red, yellow} umns of the table show all possibilities for the truth
and B = {blue, green}. The complement of set A is values of two statements, p and q. The next three col-
the set of blocks that are neither red nor yellow, umns show the analysis of each of the parts of the two
A¢ = {orange, violet, blue, green}. The union of sets given compound statements, using the truth tables
A and B is the set that contains all of the blocks in set for negation, disjunction, and conjunction. The last

9
Algebra Principles of Mathematics

two columns of the table have exactly the same cor- The operator “not” is used to exclude specific words
responding T and F entries, showing that the truth from a query.
value will be the same in all cases. This verifies that For example, a search for information about “alge-
the two compound statements are logically equiva- bra freeware” may be input as “algebra or freeware,”
lent. Note that the equivalence of these two proposi- “algebra and freeware,” or perhaps “algebra and
tions is one of De Morgan’s laws: ∼(p Ú q) ° ∼p Ù ∼q. freeware not games.” The amount of information
received from each query will be different. The first
Computer Circuits. Shannon showed how logic could query will retrieve many documents because it will
be used to design and simplify electric circuits. For select those that contain “algebra,” those that contain
example, consider a circuit with switches p and q that “freeware,” and those that contain both terms. The
can be open or closed, corresponding to the Boolean second query will retrieve fewer documents because
binary elements, 0 and 1. A series circuit corresponds it will select only those documents that contain
to a conjunction because both switches must be both terms. The last query will retrieve documents
closed for electric current to flow. A circuit where that contain both “algebra” and “freeware” but will
electricity flows whenever at least one of the switches exclude items containing the term “games.”
is closed is a parallel circuit; this corresponds to a
disjunction. Because the complement for a given APPLICATIONS AND PRODUCTS
switch is a switch in the opposite position, this cor-
responds to a negation table. When a circuit is rep- Logic Machines, Calculating Machines, and
resented in symbolic notation, its simplification may Computers. The “algebraization” of logic, primarily
use the laws of logic, such as De Morgan’s laws. The the work of De Morgan and Boole, was important to
simplification may also use tables in the same way as the transformation of Aristotelian logic into modern
the analysis of the equivalence of propositions, with logic, and to the automation of logical reasoning.
1 replacing T and 0 replacing F. Other methods may Several machines were built to solve logic problems,
use Karnaugh maps, the Quine-­McCluskey method, including the Stanhope demonstrator, Jevons’s logic
or appropriate software. machine, and the Marquand machine. In the mid-­
Computer logic circuits are used to make deci- nineteenth century, Jevons’s logic machine, or logic
sions based on the presence of multiple input signals. piano, was among the most popular; it used Boolean
The signals may be generated by mechanical switches algebra concepts. Harvard undergraduates William
or by solid-­state transducers. The various families of Burkhardt and Theodore Kalin built an electric ver-
digital logic devices, usually integrated circuits, per- sion of the logic piano in 1947.
form a variety of logic functions through logic gates. In the 1930s, Boolean algebra was used in wartime
Logic gates are the basic building blocks for con- calculating machines. It was also used in the design
structing digital systems. The gates implement the of the first digital computer by John Atanasoff and
hardware logic function based on Boolean algebra. his graduate student Clifford Berry. During 1944–­45,
Two or more logic gates may be combined to provide John von Neumann suggested using the binary math-
the same function as a different type of logic gate. ematical system to store programs in computer mem-
This process reduces the total number of integrated ory. In the 1930s and 1940s, British mathematician
circuit packages used in a product. Alan Turing and American mathematician Shannon
Boolean expressions can direct computer hard- recognized that binary logic was well suited to the
ware and also be used in software development by development of digital computers. Just as Shannon’s
programmers managing loops, procedures, and work served as the basis for the theory of switching
blocks of statements. and relay circuits, Turing’s work became the basis for
the field of automata theory, the theoretical study of
Boolean Searches. Boolean algebra is used in infor- information processing and computer design.
mation theory. Online queries are input in the form By the end of World War II, it was apparent that
of logical expressions. The operator “and” is used computers would soon replace logic machines. Later
to narrow a query and “or” is used to broaden it. computer software and hardware developments

10
Principles of Mathematics Algebra

confirmed that the logic process could be mecha- In 1987, Hewlett-­Packard introduced HP-­28, the
nized. Although research work continues to provide first handheld calculator series with the power of
theoretical guidelines, automated reasoning pro- a computer algebra system. In 1995, Texas Instru-
grams such as those used in robotics development, ments released the TI-­92 calculator with advanced
are in demand by researchers to resolve questions in CAS capabilities based on Derive software. Manu-
mathematics, science, engineering, and technology. facturers continue to offer devices such as these
with increasingly powerful functions; such devices
Integrated Circuit Design. Boolean algebra became tend to decrease in size and cost with advance-
indispensable in the design of computer micro- ments in technology. Other examples of handheld
chips and integrated circuits. It is among the fun- calculators that include computer algebra systems
damental concepts of digital electronics that are include the HP Prime, introduced by Hewlett Pack-
essential to understanding the design and function ard in 2013, which uses the open-­source software
of different types of equipment. Xcas/Giac and the FX-­CG500, introduced by Casio
Many integrated circuit manufacturers produce in 2017, which uses the Casio BASIC language. The
complex logic systems that can be programmed to use of CAS-­capable calculators in schools and on
perform a variety of logical functions within a single standardized exams is controversial—­while some
integrated circuit. These integrated circuits include educators feel they promote understanding and
gate array logic (GAL), programmable array logic lessen the computational burden on students, oth-
(PAL), the programmable logic device (PLD), and ers restrict their use because they fear students
the complex programmable logic device (CPLD). will use them as a crutch to avoid learning to solve
Engineering approaches to the design and analy- problems by hand. A similar controversy exists
sis of digital logic circuits involves applications of around the use of simpler calculators in elemen-
advanced Boolean algebra concepts, including tary schools, with some educators concerned that
algorithmic state and machine design of sequen- students will not master the basics of arithmetic if
tial circuits, as well as digital logic simulation. The they can find answers by punching numbers into
actual design and implementation of sizeable digi- a calculator).
tal design problems involves the use of computer-­
aided design (CAD). CAREERS AND COURSEWORK

Computer Algebra Systems. During the 1960s and The applications of algebra are numerous, which
1970s, the first computer algebra systems (CASs) means that those interested in algebra can pursue
emerged and evolved from the needs of research- jobs and careers in a wide range of fields, includ-
ers. Computer algebra systems are software that ing business, engineering, and science, particularly
enable users to do tedious and sometimes difficult computer science.
algebraic tasks, such as simplifying rational func-
tions, factoring polynomials, finding solutions to a Data Miner. Data mining is a broad mathemati-
system of equations, and representing information cal area that involves the discovery of patterns
graphically in two or three dimensions. The systems and hidden information in large databases, using
offer a programming language for user-­ defined algorithms. In applications of data mining, career
procedures. Computer algebra systems have not opportunities emerge in e-­ commerce, security,
only changed how algebra is taught but also pro- forensics, medicine, bioinformatics and genom-
vided a convenient tool for mathematicians, scien- ics, astrophysics, and chemical and electric power
tists, engineers, and technicians worldwide. engineering. Course work should include a focus
Among the first popular computer algebra sys- on higher level mathematics in such areas as combi-
tems were Reduce, Scratchpad, Macsyma (later natorics, topology, and algebraic structures.
Maxima), and Mu-­ Math. Later popular systems
include MATLAB (matrix laboratory), Mathemat- Data Analyst. Data analysts perform statistical
ica, Maple, and MathCAD. analyses, usually with the aid of software programs,

11
Algebra Principles of Mathematics

to solve problems and assist researchers. Data ana- and optimization. Course work should include
lysts work in many different fields, and while there a focus on the mathematics of finance, linear
are many commonalities in the early levels of their algebra, linear programming, probability, and
education (a strong grasp of algebra, calculus, sta- descriptive statistics.
tistics, and computer programming are required
to work as a data analyst in many fields), special- SOCIAL CONTEXT AND FUTURE PROSPECTS
ized techniques may also be required as a person
advances in the field. For instance, epidemiology, Algebra is part of two broad, rapidly growing fields,
the study of how disease occurs in populations, has applied mathematics and computational science.
developed many techniques specific to the con- Applied mathematics is the branch of mathematics
cerns of that field; these specialized techniques are that develops and provides mathematical methods
typically studied at the graduate level. to meet scientific, engineering, and technologi-
cal needs. Applied mathematics includes not only
Materials Engineer. Materials science is the study of discrete mathematics and linear algebra but also
the properties, processing, and production of such numerical analysis, operations research, and prob-
items as metallic alloys, liquid crystals, and biologi- ability. Computational science integrates applied
cal materials. There are many career opportunities mathematics, science, engineering, and technol-
in research, manufacturing, and development in ogy to create a multidisciplinary field developing
aerospace, electronics, biology, and nanotechnol- and using innovative problem-­ solving strategies
ogy. The design and analysis of materials depends and methodologies.
on mathematical models and computational tools. Applied mathematics and computational sci-
Course work should include a focus on applied ence are used in almost every area of science, engi-
mathematics, including differential equations, neering, and technology. Business also relies on
linear algebra, numerical analysis, operations applied mathematics and computational science
research, discrete mathematics, optimization, for research, design, and manufacture of prod-
and probability. ucts that include aircraft, automobiles, comput-
ers, communication systems, and pharmaceuticals.
Computer Animator or Digital Artist. Computer Research in applied mathematics therefore often
animation encompasses many areas, including leads to the development of new mathematical
mathematics, computer science, physics, biome- models, theories, and applications that contribute
chanics, and anatomy. Career opportunities arise to diverse fields.
in medical diagnostics, multimedia, entertainment,
—  June Gastón
and fine arts. The algorithms for computer anima-
tion come from scientific relationships, statistics,
signal processing, linear algebra, control theory, Further Reading
and computational geometry. Recommended Axler, Sheldon. Linear Algebra Done Right. 3rd ed.
mathematics course work includes statistics, dis- New York: Springer, 2016.
crete mathematics, linear algebra, geometry, Barnett, Raymond A., Michael R. Ziegler, and Karl
and topology. E. Byleen. Finite Mathematics for Business, Eco-
nomics, Life Sciences, and Social Sciences. 13th ed.
Financial Analyst. As quantitative methods trans- Boston: Prentice Hall, 2014.
form the financial industry, banking, insurance, Cooke, Roger. Classical Algebra: Its Nature, Origins,
investment, and government regulatory institu- and Uses. Hoboken, NJ: Wiley-­Interscience, 2008.
tions are among those relying on mathematical Givant, Steven, and Paul Halmos. Introduction to
tools and computational models. Such tools and Boolean Algebras. New York: Springer, 2009.
models are used to support investment decisions, Klein, Philip M. Coding the Matrix: Linear Algebra
to develop and price new securities, to manage through Applications to Computer Science. Newton,
risk, and to guide portfolio selection, management, MA: Newtonian Press, 2013.

12
Principles of Mathematics Algebra in Society

Lamagna, Edmund A. Computer Algebra: Concepts Information Age. Princeton, NJ: Princeton Univer-
and Techniques. Boca Raton, FL: CRC Press, 2019. sity Press, 2013.
Nahin, Paul J. The Logician and the Engineer: How Van der Waerden, B. L. Algebra. New York: Springer,
George Boole and Claude Shannon Created the 2003.

Algebra in Society

SUMMARY regard to education. Professional organizations like


the National Council of Teachers of Mathematics
Among the many discussions in his 1961 book (NCTM) continue to examine the role of algebra
The Realm of Algebra, science fiction author and in society and make recommendations. Some of the
biochemist Isaac Asimov described the real-­ life numerous careers that have been cited as requir-
uses of algebra; explored the role it played in the ing algebra include architecture, banking, carpen-
discoveries of scientists and mathematicians such as try, dentistry, civil engineering, nursing, pharmacy,
Galileo Galilei and Sir Isaac Newton; and suggested and plumbing.
the idea that “the real importance of algebra, and
of mathematics in general, is not that it has enabled HOW IS ALGEBRA USEFUL?
man to solve this problem or that, but that it has
given man a new outlook on the universe.” This In 2003, the RAND Corporation’s Mathematics Study
notion underlies many of the perspectives on alge- Panel underscored the key role of algebra in educa-
bra in the twenty-­first century. tion by choosing it as one of the panel’s main areas
Knowledge of algebra is seen as important not only of focus, explaining their decision in part by saying,
for scientific research and the workplace but also for “Algebra is foundational in all areas of mathematics
teaching general logical thinking and for making because it provides the tools (i.e., the language and
decisions that are important to personal well-­being structure) for representing and analyzing quantita-
and society as a whole. For example, some functional tive relationships, for modeling situations, for solving
relationships among people’s day-­to-­day activities that problems, and for stating and proving generaliza-
may affect personal decisions include the relationship tions.” In algebra, there are general laws or algebraic
between how much food a person eats and weight; the models that can be used to represent a given scenario.
amount of exercise and weight loss; and calculations Algebra is sometimes noted as a type of language
for loans, interest, and other financial matters. that provides answers to all cases at all times and
Some would say that the ramifications of these models the relationships between quantities, reduc-
relationships and a lack of understanding of them ing the need for repeated or inefficient computa-
mathematically are found in the housing crisis of the tion. For example, in order to determine the savings
early twenty-­first century and the increase in obesity. in an interest-­bearing account after a given period of
Algebra is reported as being a challenging subject for time, one could compute the savings each month or
some people. year by multiplying by the interest rate. However, this
Many consider algebra to be a major gateway computation is cumbersome after many compound-
into higher mathematics in both high school and ing cycles. Instead, the algebraic formula
college, and it is thus critical to careers in engineer-
ing, science, mathematics, and other disciplines that A = P (1 + r )t
require advanced mathematics training. Perfor-
mance of primary and secondary students on alge- can be applied directly, where P is the initial invest-
bra tests is one common comparison measure used ment, r is the interest rate per period, t is the number
to evaluate the relative standing of countries with of periods, and A is the amount of money in the bank

13
Algebra in Society Principles of Mathematics

possible.… What one searches for in the algebraic


art are the relations which lead from the known to
the unknown.… The perfection of this art consists
in knowledge of the scientific method by which one
determines numerical and geometric unknowns.

EARLY HISTORY

Algebra definitions and applications have evolved


over time, though many aspects of algebraic think-
ing and methods that are taught in twenty-­ first-­
century schools can be traced back to antiquity.
The Babylonians and Egyptians used algebraic
techniques to solve problems directly related to the
everyday needs of society, such as dividing land and
keeping financial records. One such example from
Babylonian mathematics is an alternative method
for solving cubic equations of the form x3 + x2 = b,
via tabulated numerical values of squares and cubes.
The Babylonians were able to solve this polynomial
by using the table that gave the values of x3 + x2 or x2
(x + 1). They constructed the table to solve: x2 (x + 1)
= 1;30 in sexigesimal notation. The “periods” below
are used to represent multiplication.

Isaac Asimov who wrote The Realm of Algebra (photo courtesy of New York
World-Telegram and Sun)

after t periods. People may want to know if it is profit-


able to leave money in a bank subjected to the stated
formula. On the other hand, people may want to
determine the present and future value of the money
they have invested because of the effect of inflation.
In other instances, such as taking a car or home loan,
similar algebraic laws exist. These laws help people
know how much money, for instance, they may save
if they pay off their loan earlier than the due date.
In the eleventh century, scholar, poet, and mathema-
tician Omar Khayyam explained the following:

…Algebra is a scientific art. The objects with which


it deals are absolute numbers and measurable The algorithm used by the Babylonians to find the
quantities which, though themselves unknown, roots of cubic equations is different from the mod-
are related to “things” which are known, whereby ern approach, although it can be explained using
the determination of the unknown quantities is modern language.

14
Principles of Mathematics Algebra in Society

For example, in modern notation, in solving the computation by certain signs and symbols which have
equation x3 + 2x2 ─ 3136 = 0 set x = 2y. Then the equa- been contrived for this purpose, and found convenient.
tion can be rewritten as the following: It is called a universal arithmetic, and proceeds by
operations and rules similar to those in common arith-
(2 y)3 + 2(2 y)2 - 3136 = 0 metic, founded upon the same principles.” Leonhard
Euler defined algebra as: “The science which teaches
8 y 3 + 8 y 2 - 3136 = 0
how to determine unknown quantities by means of
y 3 + y 2 = 392. those that are known.” As the concept of variables was
further developed, many physical properties, includ-
From the table, y = 7. Since x = 2y, then x = 14. ing time, mass, density, pressure, temperature, charge,
Topics that are viewed as algebra in contempo- and energy, were expressed algebraically.
rary mathematics were often numerical or geomet- For instance, Albert Einstein’s equation relates
ric in nature. The Pythagorean Theorem, named for energy to mass times the speed of light squared. In the
Pythagoras of Samos, can be expressed in terms of the twenty-­ first century, defining algebra commonly
algebraic equation that relates the sum of the sides requires a broader approach. First, one could say that
surrounding a right angle in a triangle squared to the early or elementary algebra is essentially the study
square of the hypotenuse. However, historically, there of equations and methods for solving them; and sec-
is evidence that the Babylonians explored numerical ond, that modern or abstract algebra is the study of
versions of the theorem, while the Greeks examined various mathematical structures. High school algebra
the areas of the geometric squares that sat on the textbooks typically contain a breadth of topics, such
edges of the triangle. as polynomials and systems of linear equations. These
The Pythagorean Theorem can be found in twenty-­ are important in modeling many relationships in soci-
first-­century algebra classrooms, and it is useful in set- ety. For example, parabolas represent the paths of ball
ting right angles in constructions and in measuring or bullet trajectories, and systems of linear equations
distance in flat objects. Symbolic notation for alge- and matrices give rise to digital images. At the col-
bra was developed in India and became popular in lege level, students continue their study of algebraic
Europe in the seventeenth and eighteenth centuries. equations in virtually every mathematics and statistics
Historical methods reflect the unique construction of class. Students in a broad range of majors, includ-
understanding, indicative of the localized culture at ing the sciences and mathematics, may further their
that time. Algebraic methods have also been found in understanding of systems of linear equations and their
some ancient Chinese works. applications in a linear algebra class.
Greeks, Hindus, Arabs, Persians, and Europe- Mathematics majors in modern or abstract algebra
ans all contributed to the development of algebra. study topics like groups, rings, and fields, and gradu-
The term itself comes from the Arabic word al-­jabr, ate students further explore these and other algebraic
which has several translations including “the science structures. These concepts have been useful in chem-
of equations.” The word appears in the title of the istry, computer science, cryptography, crystallography,
early algebra text written by Muhammad Ibn Musa electric circuits, genetics, and physics. Algebra is a core
Al-­Khowarizmi in the ninth century. area from the middle grades and high school to under-
graduate and graduate mathematics. Research fields
APPLIED ALGEBRA include the connections of algebra with other subdis-
ciplines, like algebraic geometry, algebraic topology, or
For a long time, one major emphasis in algebra was algebraic number theory, and the abstract structures
solving polynomial equations, but in the eighteenth and notions in pure algebra have been applied in many
century, algebra went through a transformation that contexts. Some algebraists work for the National Secu-
broadened the field to include study of other mathe- rity Agency and others work as professors.
matical structures. Around that time, textbooks defined In general, mathematicians and scientists often
algebra in many different ways. According to mathema- algebraically derive laws for a given scenario or rela-
tician Colin Maclaurin, “Algebra is a general method of tionship from patterns. For example, consider a

15

You might also like