Linear Operators

A linear operator is an instruction for transforming any given vector |V> in V into another vector |V’> in V while obeying the following rules:

If W is a linear operator an a and b are elements of F then

, ,
, .

Examples:

The simplest linear operator is the identity operator I.

The parity operator, operating on elements y(x,y,z) of L2, is a linear operator.

The operator which differentiates with respect to x is a linear operator if it operates on elements of the subspace L2 for which is square integrable.

If the action of a linear operator on the basis vectors is known, then the action on any vector in the vector space is determined.  Let {|i>} be a basis and let W|i>=|i’>.

(Note: This is not true if the operator is not a linear operator.)

The product of two linear operators A and B, written AB, is defined by AB|y>=A(B|y>).  The order of the operators is important.  The commutator [A,B] is by definition [A,B]=AB-BA.

Two useful identities using commutators are 

[A,BC]=B[A,C]+[A,B]C and [AB,C]=A[B,C]+[A,C]B.

Proof: [A,BC]=ABC-BCA+(BAC-BAC)=ABC+B[A,C]-BAC=B[A,C]+[A,B]C.

The inverse operator of A, denoted by A-1 satisfies AA-1=A-1A=I.  Not every operator has an inverse.

Examples:

The projection operator Py has no inverse.  Let |y> be a ket with unit norm, <y|y>=1. Define the projection operator through Pyº|y><y|. Then
Py|f>=|y><y|f>= ket times complex #,
Py2|f>= Py|y><y|f>=|y><y|y><y|f>= ket times 1 times complex # =Py|f>.
Py = Py2 is a property of every projection operator.

Let {|fi>}q be a set of orthonormal vectors in E, <fi|fj>=dij.  Let Eq be the subspace of E spanned by these vectors.
Define Pq= .
Let E.
Then Eq.
Pq projects |y> into the subspace Eq.  It is a projector into a subspace. Pq2 = Pq is a property of any projector.

The adjoint of a linear operator

To every ket a|V>=|aV> corresponds a bra <aV|=a<V|.  Let W be a linear operator.  To every ket W|V>=|WV> corresponds a bra <WV|=<V|WT.  This defines WTWT is called the adjoint of W.

Rules:

(AT)T=A,  (lA)T=l*AT,  (A+B)T=AT+BT,   (AB)T=BTAT, (|u><v|)T=|v><u|.

To every expression corresponds an adjoint expression.  To take the adjoint or Hermitian conjugate of an expression involving constants, kets, bras, and operators

replace constants by their complex conjugates, (a®a*),
replace kets (bras) by bras (kets), (|y>®<y|, <y|®|y>),
replace operators by their adjoints, (W®WT),
reverse the order of the factors.

Examples:

a<f|A|y>|r><c|  is an operator. 
|c><r|<y|AT|f>a* = a*<y|AT|f>|c><r| is its adjoint.
a|y><c|f>  is a ket, 
a*<f|c><y|  is the corresponding bra.

Hermitian operators

An operator A is Hermitian if A=AT.  A Hermitian operator satisfies <y|A|f>=<f|A|y>*.  An operator A is anti Hermitian if A=-AT.

Unitary operators

An operator U is unitary if UUT=UTU=I.  An unitary operator preserves the norm.

Problem:

Let W be the operator defined by W=|f><y| where |f> and |y> are two vectors in E.
a) Under what conditions is W Hermitian?
b) Calculate W2.  Under what conditions is W a projector?
Solution:

a) W=|f><y|, WT=|y><f|.
W=W
T Þ W|c>=WT|c>  for any |c> in E.
We need |f><y|c>=|y><f|c>.  This implies |f>=a|y>.
Then a|y><y|c>=|y><f|c> or a<y|c>= <f|c>.
But we also have <f|c>=a*<y|c>.
Therefore a=a*.

b) W2=|f><y|f><y|.  A projector is a Hermitian operator.  If W is a projector, then W2=W.  We need <y|f>=1 and |f>=a|y>.  This implies

.

Summary

Linear operators can operate on bras and kets.  They map one ket onto another or one bra onto another, obeying certain rules.  If W is the operator transforming |V> into |V'>, then WT is the operator transforming <V| into <V'|.  WT is the adjoint of W.

The beauty of the Dirac notation:
We have defined rules for taking the adjoint of expressions consisting of bras, kets, operators, and complex numbers.  If we put together these elements in any order and use Dirac notation, then whenever a bracket is complete, it becomes a complex number and can be moved or complex conjugated.

Functions of operators

Consider a function F(z) which can be expanded in a power series in z

.

Example:

Any function that can be expanded in a Taylor series.

The corresponding function of an operator A is defined as

For example:   

.

Let |fa> be an eigenvector of A with eigenvalue a.  Then

.

|fa> is also an eigenvector of F(A).

Note:   In general eAeB ¹ eBeA ¹ e(A+B).
The order of the operators matters, unless the operators commute.

If A is a Hermitian operator, then eiA is a unitary operator.

Let T=exp(iA) then TT=exp(-iAT)=exp(-iA) and TTT=I.

Links:

Linear Operators
Basic Properties of Operators