A permutation is an arrangement of a number of objects in a definite order, taken some or all at a time. In permutations, ORDER MATTERS FUNDAMENTALLY (e.g., the arrangement $AB$ is distinct from $BA$).
3.1 The Fundamental Permutation Formula ($^n P_r$)
The number of permutations of $n$ distinct objects taken $r$ at a time ($0 \le r \le n$) without repetition is denoted by $^n P_r$ or $P(n, r)$:
$$\mathbf{^n P_r = \frac{n!}{(n - r)!} = n(n - 1)(n - 2) \cdots (n - r + 1)}$$
Proof Sketch: Filling $r$ vacant positions using $n$ distinct objects:
- 1st position: $n$ choices
- 2nd position: $(n - 1)$ choices
- $r$-th position: $[n - (r - 1)] = (n - r + 1)$ choices
- By the product rule: $^n P_r = n(n - 1) \cdots (n - r + 1) = \frac{n(n - 1)\cdots(n - r + 1)(n - r)!}{(n - r)!} = \frac{n!}{(n - r)!}$.
Special Values:
- $^n P_0 = \frac{n!}{n!} = \mathbf{1}$
- $^n P_1 = \frac{n!}{(n - 1)!} = \mathbf{n}$
- $^n P_n = \frac{n!}{(n - n)!} = \frac{n!}{0!} = \frac{n!}{1} = \mathbf{n!}$ (Arranging all $n$ distinct objects in a row).
3.2 Permutations with Repetition Allowed
The number of permutations of $n$ distinct objects taken $r$ at a time when each object may be repeated any number of times is:
$$\text{Total Permutations with Repetition} = \underbrace{n \times n \times \dots \times n}_{r \text{ times}} = \mathbf{n^r}$$
3.3 Permutations of Objects Not All Distinct (Identical Items)
Theorem: The number of mutually distinguishable permutations of $n$ objects where $p_1$ objects are of a first kind, $p_2$ objects of a second kind, ..., and $p_k$ objects of a $k$-th kind is:
$$\mathbf{\text{Permutations} = \frac{n!}{p_1! \, p_2! \, \cdots \, p_k!}}$$
Classic Example: Arranging the letters of the word "MATHEMATICS":
- Total letters $n = 11$.
- Identical subsets: M occurs 2 times, A occurs 2 times, T occurs 2 times, and H, E, I, C, S occur 1 time each.
- Total distinct permutations $= \frac{11!}{2! \, 2! \, 2!} = \frac{39916800}{8} = \mathbf{4,989,600}$.
3.4 Circular Permutations
When arranging $n$ distinct objects along a closed circle rather than a linear row, shifting every object one position does not produce a new arrangement because there are no fixed ends:
- Distinct Orientations (Clockwise $\neq$ Anti-clockwise): Arranging $n$ distinct persons around a circular dining table:
$$\mathbf{\text{Circular Permutations} = (n - 1)!}$$
- Indistinguishable Orientations (Necklaces / Garlands): Where flipping the necklace turns a clockwise arrangement into an anti-clockwise one:
$$\mathbf{\text{Circular Permutations} = \frac{(n - 1)!}{2}}$$