1.1. Elemental Operations - JulTob/Mathematics GitHub Wiki
Nature's great book is written in mathematical symbols.
- β¦ Galileo Galilei
Throughout history, humans (and indeed animals and even plants) have encountered countless problems and averse situations. To address these, we naturally began performing certain operations or actions that proved effective again and again. Over time, humans took these useful patterns and organized them into systematic frameworks, discovering similarities between seemingly different scenarios.
We arrived at the notion of numbers. Abstract tools that capture relationships such as counting quantities, measuring distances, and tracking seasons. Over time, we identified recurring patterns in these activities and formalized them, calling the results βnumbersβ. As the variety of applications grew, so did our understanding, culminating in systems like the natural numbers, integers, rationals, and reals. With each step, numbers evolved beyond mere tallies into a powerful framework that bridges concrete experiences and abstract reasoning. These symbols and rules encapsulate the essential features of our actionsβcounting, measuring, and manipulating. Numbers are not just theoretical; they are tools forged by the repeated, practical uses in problem-solving.
π΅ Counting
βοΈ
βοΈ The inverse of the
βοΈ We
0 := β
1 := π΄
2 := π΄π΄
3 := π΄π΄π΄
4 := π΄π΄π΄π΄
5 := π΄π΄π΄π΄π΄
6 := π΄π΄π΄π΄π΄π΄
7 := π΄π΄π΄π΄π΄π΄π΄
8 := π΄π΄π΄π΄π΄π΄π΄π΄
9 := π΄π΄π΄π΄π΄π΄π΄π΄π΄
βοΈ After the symbol 9
we use the combination of symbols 10
that represents the succeeding quantity, which combines 1 quantity of tens and 0 quantities of units.
βοΈ This is the essence of positional notation, which underlies our standard number system and the various bases discussed on earlier pages.
10 π΄π΄π΄π΄π΄π΄π΄π΄π΄π΄ := π‘
11 π‘π΄
12 π‘π΄π΄
20 π‘π‘
25 π‘π‘π΄π΄π΄π΄π΄
300 π’π’π’
125 π’π‘π‘π΄π΄π΄π΄π΄
βοΈ
Just like putting apples from two bags altogether in another bag, we can count the resulting apples to see that they are added together following the arithmetic rules of addition.
Add: Join, Advance, Aggregate.
Addend: Any of the two numbers to be added. Sum: The result of the addition.
---
config:
look: handDrawn
theme: dark
---
graph TD
style id3 fill:#300,stroke:#A00,stroke-width:2px
style id3n fill:#300,color:#f00,stroke:#900,stroke-width:2px
style id2 fill:#030,stroke:#0A0,stroke-width:2px
style id2n fill:#030,color:#0f0,stroke:#090,stroke-width:2px
style idplus fill:#555,stroke:#999,color:#fff,stroke-width:5px
style ideq fill:#555,stroke:#999,color:#fff,stroke-width:5px
style id5n fill:#330,stroke:#550,color:#ff0,stroke-width:2px
style id5 fill:#330,stroke:#550,stroke-width:2px
id3(πππ)
id3n(((3)))
id2(ππ)
id2n(((2)))
idplus((οΌ))
id5(πππππ)
id5n(((5)))
ideq((=))
id3 <--> id3n
id2 <--> id2n
id3n --> idplus
id2n --> idplus
idplus ==> ideq
ideq ==> id5n
id5n <--> id5
Addition models a certain behavior of things. If you have two boxes filled with the same kind of object, and you pour them into a bigger box, the amount of stuff doesnβt disappear or grow, it just adds up.
The way you group numbers doesn't change the sum.
---
config:
look: handDrawn
theme: dark
---
block-beta
columns 3
a b c
a+b:2 π
π b+c:2
a+b+c:3
---
config:
look: handDrawn
theme: dark
---
graph LR
I(ββ)
A(ββ)
B(ββ)
C(ββ)
AB(ββ)
BC(ββ
)
AC(ββ)
ABC(ββ)
I --->|+a| A
I --->|+b| B
I --->|+c| C
A --->|+b| AB
A --->|+c| AC
B --->|+a| AB
C --->|+b| BC
B --->|+c| BC
C --->|+a| AC
AC --->|+b| ABC
AB --->|+c| ABC
BC --->|+a| ABC
The order in which numbers are added does not change the sum.
---
config:
look: handDrawn
theme: dark
---
graph LR
A(ββ)
B(ββ)
C(ββ)
D(ββ)
A --->|+a| B
B --->|+b| C
A --->|a+b| C
A --->|+b| D
D --->|+a| C
βοΈ These two properties are phrased as: The order of summation does not affect the result
βοΈ These properties are why adding numbers is so flexible!
Have you ever had a group project where one partner does absolutely nothing? Well, there exist one number that, when adding, does absolutely nothing too!
This lazy number is the zero: '0'
When in addition, zero is called the
---
config:
look: handDrawn
theme: dark
---
graph LR
I(ββ)
I --->|+0| I
βοΈ To
Subtracting
$5$ is like adding$-5$ .
βοΈ An Inverse of a number is the number that, when combined together with the original number, they
8 + -8 = 0
8 + 8Μ = 0
π + βπ = 0
π + πΜ = 0
βοΈ Negative numbers are values less than zero, representing the additive inverse of positive numbers. They measure a distance from zero but in the opposite direction.
βοΈ The negation symbol
βοΈ Historically, mathematicians were skeptical of negative numbers, considering them fictitious. Today, they are recognized as essential and opposite counterparts to positive numbers.
βοΈ For example, a friend is opening a business: a Drinks Factory! He makes Soda, Pop, and Coke. My friend spends β¬1 per soda, but wants to sell for β¬0.50:
βοΈ So we see our profit is
βοΈ We call the reiterated addition of a quantity
βοΈ
---
config:
look: handDrawn
xyChart:
width: 300
height: 300
themeVariables:
xyChart:
titleColor: "#000000"
backgroundColor: "#eeeeee"
xAxisLineColor: "#000000"
yAxisLineColor: "#000000"
xAxisLabelColor: "#000000"
yAxisLabelColor: "#000000"
xAxisTickColor: "#000000"
yAxisTickColor: "#000000"
---
xychart-beta
title "Linear Growth x2"
x-axis "x" [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
y-axis "y" 0 --> 30
line [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30 ]
βοΈ But multiplication is also something more. Multiplication introduces a scaling factor, or a conversion rate, a price.
βοΈ Here,
---
config:
look: handDrawn
theme: dark
---
graph TD
subgraph Price
A@{ shape: hex, label: "πͺπͺπͺ<br>πͺπͺπͺ<br>πͺπͺπͺ"}
style Price fill:blue,stroke:Cyan,stroke-width:2px
A
end
subgraph Candy
style Candy fill:darkred,stroke:tomato,stroke-width:2px
F@{ shape: rect, label: "π¬<br>π¬<br>π¬<br>" }
end
Candy -->|β¨― 3coins per candy| Price
linkStyle 0 stroke:aqua,stroke-width:2px,color:Aquamarinem
βοΈ Think of this as a cost. You have
βοΈ Basically, we observe that the order we apply the multiplication of numbers is not relevant, as any combination of multiplications will equal the same quantity in any order we apply these transformations.
βοΈ Just like with addition, the grouping of numbers in multiplication doesnβt affect the product.
βοΈ The order of the factors does not affect the product
The distributive property and factorization are closely related - they're the same equation,
and
just seen from different perspectives.
βοΈ
βοΈ In division, we are breaking a number into equal parts. For example, dividing 10 by 2 means splitting 10 into 2 equal groups, resulting in 5 in each group.
βοΈ Division by
βοΈ
βοΈ We represent them with the number of pieces (numerator) over a line with the number of divisions on the bottom (divisor).
- The numerator (top number) tells us how many parts we have.
- The denominator (bottom number) tells us how many equal parts make up a whole.
-
Addition:
$$\color{Pink} \frac{a}{b} + \frac{c}{d} = \frac{ad+cb}{bd}$$ - Multiplication:
- Inversion:
- Simplification:
βοΈ The use of decimal notation is used to represent smaller quantities than the unit.
βοΈ We separate the smaller quantities with a decimal dot separator .
, and continue the pattern for decimal notation. Meaning that for each position to the right we are using quantities ten times smaller.
βοΈ In some countries they use the comma symbol ,
and in some countries they position the comma on top as a lonesome tilde '
-
0.5 is the same as
$\ddot{2}$ -
0.25 is the same as
$\ddot{4}$
βοΈ Percentages are fractions with A Hundred for divisor, as it is a very convenient quantity for mental math and insight into data.
βοΈ Percentages are widely used in commerce, economy, planning, statistics, discounts, interest rates...
βοΈ We call large numbers to those that are not represented by a single symbol, but by a combination of the digit symbols.
βοΈ We use the positional notation to represent quantities that grow by a factor from the base.
βοΈ For the addition of large numbers we add the units with the units, the tens with the tens, the hundreds with the hundreds...
βοΈ That is: Every size level, also called Exponential position, adds together.
βοΈ When one factor exceeds the base we instead add a unit to the next bigger level, and subtract the base from it. This is called the Carry On.
βοΈ It can also be interpreted as taking the string of digits and moving that excessive digit onto the next level to be added.
βοΈ Subtraction works under the same rules, but with inverses. In this case a bigger level can be broken down so the small level has a base number of extra units to subtract from
βοΈ The use and practicality of multiplication is based on this property, the
βοΈ A quantity can be deconstructed in its parts, to which we then apply the transformation of the multiplication, and then reconstruct together.
Note
- The dividend (number to be divided) is on the left.
- The divisor is on the right.
- The quotient goes under the divisor.
Important
- Start from the left-most digits of the dividend and see how many times the divisor fits.
- Write that count in the quotient row underneath the divisor.
- Multiply & subtract to find a partial remainder.
- Bring down the next digit; repeat until no digits remain.
- If any leftover remains at the end, that is the remainder.
βοΈ In order of importance:
- Parenthesis
- Exponents
- Multiplication and Division
- Addition & Subtraction
This hierarchical order ensures consistency and precision in calculations.
You can try coding your own mathematical programs with these code samples .
By mastering these fundamental operationsβfrom counting and addition to the complexities of long divisionβyou build upon the precise language of logic and standard notation introduced in previous pages. This structured approach turns abstract numerical ideas into a robust, interconnected system that underpins all of mathematics.