Exponencial Shift Theorem
Exponencial Shift Theorem
There is a particularly useful theorem, called the Exponential Shift Theorem that results
from the Product Rule that you learned about in first year calculus.
d
(f (x)g(x)) = f (x)g 0 (x) + g(x)f 0 (x)
dx
d
Let’s use the notation D instead of dx .
Also, take the special case where g(x) = erx (r is a constant).
Equation (1) is a special case of the formula that we will call the Exponential Shift Theo-
rem. To generalize equation (1), consider what happens if we replace the operator D with
the operator D2 .
The last expression on the right of this equation comes from equation (1). Now, apply
equation (1) again with (D + r)f (x) instead of f (x)
We can repeat this calculation in the same way with the operator D3
¡ ¢
D3 (erx f (x)) = D(D2 (erx f (x))) = D erx (D + r)2 f (x) = erx (D + r)3 f (x)
More generally,
Dk (erx f (x)) = erx (D + r)k f (x) (2)
Example 1.
If y = x4 ex , calculate the third derivative.
Solution:
¡ ¢
D3 y = D3 x4 ex = ex (D+1)3 x4 = ex (D3 +3D2 +3D+1)(x4 ) = ex (24x+36x2 +12x3 +x4 )
We can generalize equation (2) even further by recognizing that any linear differential
operator is a combination of terms of the form Dk .
Let P (t) be the following polynomial:
n
X
n n−1
P (t) = an t + an−1 t + · · · a1 t + a0 = ak tk
k=0
If we replace each occurence of t in this polynomial with the operator D we obtain a
differential operator P (D)
n
X
n n−1
P (D) = an D + an−1 D + · · · a1 D + a0 = ak Dk
k=0