Kronecker Delta — Definition, Formula & Examples
The Kronecker delta is a function of two indices that equals 1 when the indices are equal and 0 when they are not. It provides a compact way to write the entries of the identity matrix and appears frequently in summation formulas throughout linear algebra and calculus.
The Kronecker delta, denoted , is defined for integers and as if and if . Equivalently, for an identity matrix , the entry in row and column is .
Key Formula
Where:
- = First index (typically a row index)
- = Second index (typically a column index)
- = Equals 1 or 0 depending on whether the indices match
How It Works
Think of as a filter: in a summation, it "selects" only the term where the two indices match and zeros out everything else. For instance, , because every term vanishes except the one where . This sifting property makes the Kronecker delta essential for writing matrix equations in index notation. When you see in a formula, you can replace it with the corresponding entry of the identity matrix.
Worked Example
Problem: Use the Kronecker delta to evaluate the sum where , , .
Expand the sum: Write out each term of the summation for j = 1, 2, 3.
Apply the definition: Only ; the other two deltas equal 0 because the indices differ.
Answer: The sum equals , which is . This demonstrates the sifting property: the Kronecker delta picked out the component whose index matched .
Why It Matters
The Kronecker delta is the standard way to express identity-matrix entries and orthonormality conditions in index notation. In physics and engineering, it appears in tensor algebra, Einstein summation convention, and the definition of orthonormal bases. Mastering it streamlines work in any course that uses component-wise matrix or vector formulas.
Common Mistakes
Mistake: Confusing the Kronecker delta with the Dirac delta function.
Correction: The Kronecker delta is defined on discrete integer indices and takes values 0 or 1. The Dirac delta is a distribution defined on continuous variables. They serve analogous sifting roles but in different mathematical settings.
