The Kronecker delta is typically encountered around the second year of undergraduate studies in science and engineering when vector calculus becomes prominent. While it is a useful tool for converting complex vector calculations into simpler scalar calculations, it can be challenging to grasp its meaning when first introduced. It may not seem like a function at first glance, and understanding why it is 1 if the subscripts are the same, or 0 if they are different, can be elusive. Let’s explore the Kronecker delta in a way not often explained in textbooks.
Observe that the Kronecker delta has two subscripts, reminiscent of another object with two subscripts: matrices. Specifically, the Kronecker delta δij is the element in the ith row and jth column of an identity matrix (unit matrix)I.
Re-definition
We use δij to denote the element of the ith row and jth column of the identity matrix I, which we call the Kronecker delta.
The dot product of two vectors can be expressed using the Kronecker delta in the form of the following bilinear form.
a⋅b=aTIb=[a1a2a3]δ11δ21δ31δ12δ22δ32δ13δ23δ33b1b2b3=[a1δ11a2δ22a3δ33]b1b2b3=a1δ11b1+a2δ22b2+a3δ33b3=i=1∑3δiiaibi=δiiaibi
Using the Einstein notation, the following formula is derived.
δiiδijδjkδiiδjjδiiδjj=3=δik=9=6(i=j)(2.1)(2.2)(2.3)(2.4)
2.1. δii=∑δii is the sum of all diagonal components of the identity matrix, also known as the trace.
δii=Tr(I)=1+1+1=3
2.2. The matrix productAB of two matrices A=[aij] and B=[bij] yields the following component in the ith row and kth column.
[AB]ik=j∑aijbjk=aijbjk
Therefore, δijδjk is equivalent to the element in the ith row and kth column of the product of two identity matrices. Since the product of two identity matrices is an identity matrix, this is the same as the element in the ith row and kth column of the identity matrix, i.e., δik.
2.3. Since it is the product of the traces of two identity matrices,
δiiδjj=(i∑δii)(j∑δjj)=Tr(I)Tr(I)=3×3=9