Lesson 15
Lesson 15
9.1 Operators
Operators are commonly used to perform a specific mathematical operation
on another function. The operation can be to take the derivative or integrate
with respect to a particular term, or to multiply, divide, add or subtract a
number or term with regards to the initial function. Operators are commonly
used in physics, mathematics and chemistry.
(i)
f : x 7→ ax,
where a is a real number.
Operator: the function f
Operates on: real numbers
Action: multiply by a.
(ii) Squaring
f : x 7→ x2
Operator: the function f
Operates on: real numbers
Action: squaring
(i)
â : f (x) 7→ af (x),
where a is a real number.
Operator: â
Operates on: scalar functions
Action: multiply by a.
(ii)
x̂ : f (x) 7→ xf (x),
Operator: x̂
Operates on: scalar functions
Action: multiply by x.
(iii) Differentiation Operator
d
D : f (x) 7→ f (x)
dx
Operator: D
Operates on: scalar functions
Action: Differentiate with respect to x.
We can similarly define partial differentiation operators, grad opera-
tor, integral operator, etc.
(iv) The Momentum Operator
~ ∂
P̂ =
i ∂x
where:
– ~ is Planck’s constant,
– i is the imaginary unit.
~ ∂ ~ ∂ψ(x, t)
P̂ = : ψ(x, t) 7→
i ∂x i ∂x
Operator: P̂
Operates on: wave function, ψ(x, t).
~v →
A : 7 A~
v
x1 1 1 x1 x1 + x2
7 → = .
x2 0 1 x2 x2
Operator: A
Operates on: two dimensional
vectors
x1 x1 + x2
Action: maps a vector to .
x2 x2
1. O = â : f (x) 7→ af (x).
Solution:
O(f + g) = a(f + g)
= af + ag
= O(f ) + O(g)
O(λf ) = a(λf )
= λaf
= λO(f )
Therefore O is linear.
2. O = squaring : x 7→ x2 .
Solution:
O(x + y) = (x + y)2
= x2 + y 2 + 2xy
= O(x) + O(y) + 2xy
O(1 + 2) = O(3) = 9
O(1) + O(2) = 1+4=5
Therefore D is linear.
1 1
4. A = : ~v 7→ A~v .
0 1
Solution:
1 1 x1 y1
A(~v + w)
~ = ( + )
0 1 x2 y2
1 1 x1 + y1
= ( )
0 1 x2 + y2
(x1 + y1 ) + (x2 + y2 )
=
x2 + y2
x1 + x2 y1 + y2
= +
x2 y2
1 1 x1 1 1 y1
= +
0 1 x2 0 1 y2
= A(~v ) + A(w)~
1 1 x1
A(λ~v ) = (λ )
0 1 x2
1 1 λx1
=
0 1 λx2
λx1 + λx2
=
λx2
x1 + x2
= λ
x2
1 1 x1
= λ
0 1 x2
= λA~v
Therefore A is linear.
9.3 Composing Operators
When we have two operators and we want to apply them to a function in
sequence, we use the notation O1 ◦ O2 .
O1 ◦ O2 : f 7→ O1 (O2 (f )).
O1 : f (x) 7→ xf (x)
O2 : g(x) 7→ (g(x))2
Find O1 ◦ O2 and O2 ◦ O1 .
We now find O2 ◦ O1 .
Solution:
[D, xD] = D ◦ xD − xD ◦ D
= xD2 + D − xD2
= D
∂ ∂
3. Find the commutator [x ∂y , y ∂x ].
Solution:
∂ ∂ ∂ ∂ ∂ ∂
[x ,y ] = x ◦y −y ◦x
∂y ∂x ∂y ∂x ∂x ∂y
∂ ∂ ∂ ∂
(x ◦ y )(f ) = x (y (f )
∂y ∂x ∂y ∂x
∂2f ∂f
= x(y + )
∂y∂x ∂x
∂2 ∂
= (xy + x )(f )
∂y∂x ∂x
∂ ∂ ∂ ∂
(y ◦ x )(f ) = y (x (f )
∂x ∂y ∂x ∂y
∂2f ∂f
= y(x + )
∂x∂y ∂y
∂2 ∂
= (xy + y )(f )
∂x∂y ∂x
Therefore the commutator is:
∂ ∂ ∂ ∂ ∂ ∂
[x ,y ] = x ◦y −y ◦x
∂y ∂x ∂y ∂x ∂x ∂y
2
∂ ∂ ∂2 ∂
= (xy + x ) − (xy +y )
∂y∂x ∂x ∂x∂y ∂x
∂ ∂
= x −y
∂x ∂y