Lesson 1: Order of Operations & The Logic of Grouping

Introduction: Why an "Order" Exists

Mathematics is a language. In any language, the order of words changes the meaning. "The dog bit the man" is not the same as "The man bit the dog." In math, we need a universal set of rules so that everyone who looks at an expression gets the same answer. This set of rules is called the Order of Operations.

The Rules: PEMDAS

We use the acronym PEMDAS to remember the priority:

  1. Parentheses (and Brackets): Do everything inside grouping symbols first.
  2. Exponents: Calculate powers and roots.
  3. Multiplication & Division: Perform these from left to right. (They have equal priority).
  4. Addition & Subtraction: Perform these from left to right. (They have equal priority).

Worked Examples

Example 1: Basic Arithmetic

Evaluate: \(10 + 2 \times 5\)

Example 2: The Logic of Parentheses

Evaluate: \((10 + 2) \times 5\)

Example 3: Complex Grouping

Evaluate: \(2^3 + [15 \div (2 + 3)]\)

Example 4: Left-to-Right Multiplication/Division

Evaluate: \(12 \div 3 \times 2\)

The Bridge to Quantum Mechanics

In Quantum Mechanics, we deal with "Operators." Just like numbers, operators must be applied in a specific order. If we have two operators, \(\hat{A}\) and \(\hat{B}\), the expression \(\hat{A}\hat{B}\psi\) means "apply operator B first, then apply operator A to the result." If you do them in the wrong order, the entire physical state changes. This fundamental logic of Order is what allows us to calculate things like the position and momentum of an electron.