Arithmetic
Arithmetic (from Ancient Greek ἀριθμός (arithmós) ‘number’, and τική (tikḗ) ‘art, craft’) is an elementary part of mathematics that consists of the study of the properties of the traditional operations on numbers — addition, subtraction, multiplication, division, exponentiation, and extraction of roots. In the 19th century, Italian mathematician Giuseppe Peano formalized arithmetic with his Peano axioms (disputed), which are highly important to the field of mathematical logic today.
— Wikipedia
Addition (+)
- Addition commutative (move) property:
, order doesn’t matter. - Addition associative Property:
, grouping doesn’t matter, and it’s useless in this example. - Addition identity element:
, zero is like adding nothing.
Multiplication (×)
- Multiplication commutative Property:
- Multiplication associative Property:
- Multiplication identity Element:
- Multiplication zero Property:
Any number - Multiplication distributive property:
- Analogy: Like giving the same gift to each person at a party
- Example: OR
Subtraction (−)
- Subtraction is not commutative:
(order matters!) TODO: rewrite - Subtraction identity:
the same number
Division (÷)
Division splits quantities into equal parts or finds how many times one number fits into another, like dividing a pizza equally among friends.
- Division is not commutative:
- Division identity:
the same number - Division zero rule:
“Cannot” divide by zero (undefined)
Order of Operations, PEMDAS
Think of this as a recipe - you must follow the steps in order, here is the order:
TODO: rewrite
- Parentheses/(Brackets) - Handle what’s in containers first
- Exponents/(Orders) - Handle powers and roots
- MD - Multiplication and Division (left to right) - These are equals
- AS - Addition and Subtraction (left to right) - These are equals
- Memory aid: “Please Excuse My Dear Aunt Sally”
Modular Arithmetic
Operations performed on remainders when numbers are divided by a fixed modulus.
Simplified: Think of modular arithmetic like a clock. When it’s 11 o’clock and you add 3 hours, you get 2 o’clock (not 14 o’clock). The clock “wraps around” at 12.
Example: means 17 divided by 5 leaves remainder 2.
Exponent Rules
Think of exponents as “how many times you multiply”:
- Same base, add exponents when multiplying: =
(like stacking building blocks) - Same base, subtract exponents when dividing: =
(like removing blocks) - Power of a power, multiply exponents:
= (like boxes within boxes)
Logarithmic Properties
Inverse exponential function manipulation rules.
Logarithms are like “undo buttons” for exponents. If exponents ask “what do you get?”, logarithms ask “what power do you need?”. =
Key Rules:
-
= (multiplication becomes addition) -
= (division becomes subtraction)
Complex Number Arithmetic
Operations on numbers containing real and imaginary components. Think of complex numbers like coordinates on a map - they have two parts: horizontal (real) and vertical (imaginary). Just like you can add two locations by combining their coordinates.
TODO: verify in wolfram alpha
Example:
Factorial Properties
Product sequences of consecutive positive integers. Factorials are like a multiplication countdown. = ====. It’s like asking “if you have 5 different books, in how many ways can you arrange them on a shelf?”