Difference between revisions of "Derangement"

m
(category)
Line 1: Line 1:
A '''derangement''' is a [[permutation]] with no [[fixed point]]s.  That is, a derangement of a [[set]] leaves no [[element]] in its original place.  For example, the derangements of <math>\{1,2,3\}</math> are <math>\{2, 3, 1\}</math> and <math>\{3, 1, 2\}</math> but not <math>\{3,2, 1\}</math> because 2 is a fixed point.
+
A '''derangement''' (or a '''subfactorial''') is a [[permutation]] with no [[fixed point]]s.  That is, a derangement of a [[set]] leaves no [[element]] in its original place.  For example, the derangements of <math>\{1,2,3\}</math> are <math>\{2, 3, 1\}</math> and <math>\{3, 1, 2\}</math> but not <math>\{3,2, 1\}</math> because 2 is a fixed point.
  
 +
==Notation==
 +
Because a derangement is a subset of a permutation, which can be found using the factorial, it is notated <math>!n</math>. This sometimes confuses students, as they don't know whether <math>a!b</math> means <math>(a!)b</math> or <math>a(!b)</math>.
 +
 +
==Formula==
 
The number of derangements of a set of <math>n</math> objects is sometimes denoted <math>!n</math> and is given by the formula
 
The number of derangements of a set of <math>n</math> objects is sometimes denoted <math>!n</math> and is given by the formula
  
<div style="text-align:center;"><math>!n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!}</math></div>
+
<cmath>!n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!}</cmath>
  
 
Thus, the number derangements of a 3-element set is <math>3! \cdot \sum_{k = 0}^3 \frac{(-1)^k}{k!} = 6\cdot\left(\frac{1}{1} - \frac{1}{1} + \frac{1}{2} - \frac{1}{6}\right) = 2</math>, which we know to be correct.
 
Thus, the number derangements of a 3-element set is <math>3! \cdot \sum_{k = 0}^3 \frac{(-1)^k}{k!} = 6\cdot\left(\frac{1}{1} - \frac{1}{1} + \frac{1}{2} - \frac{1}{6}\right) = 2</math>, which we know to be correct.
  
== Introductory ==
+
==Problems==
 +
=== Introductory ===
 
* [[University_of_South_Carolina_High_School_Math_Contest/1993_Exam/Problem_11 | 1993 University of South Carolina Math Contest Problem 11]]
 
* [[University_of_South_Carolina_High_School_Math_Contest/1993_Exam/Problem_11 | 1993 University of South Carolina Math Contest Problem 11]]
 
* [[2005_PMWC_Problems/Problem_I11 | 2005 PMWC Problem I11]]
 
* [[2005_PMWC_Problems/Problem_I11 | 2005 PMWC Problem I11]]
Line 15: Line 20:
  
 
{{stub}}
 
{{stub}}
 +
[[Category:Combinatorics]]

Revision as of 23:09, 10 January 2008

A derangement (or a subfactorial) is a permutation with no fixed points. That is, a derangement of a set leaves no element in its original place. For example, the derangements of $\{1,2,3\}$ are $\{2, 3, 1\}$ and $\{3, 1, 2\}$ but not $\{3,2, 1\}$ because 2 is a fixed point.

Notation

Because a derangement is a subset of a permutation, which can be found using the factorial, it is notated $!n$. This sometimes confuses students, as they don't know whether $a!b$ means $(a!)b$ or $a(!b)$.

Formula

The number of derangements of a set of $n$ objects is sometimes denoted $!n$ and is given by the formula

\[!n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!}\]

Thus, the number derangements of a 3-element set is $3! \cdot \sum_{k = 0}^3 \frac{(-1)^k}{k!} = 6\cdot\left(\frac{1}{1} - \frac{1}{1} + \frac{1}{2} - \frac{1}{6}\right) = 2$, which we know to be correct.

Problems

Introductory

See also

This article is a stub. Help us out by expanding it.