MA 411 Class Notes 1
MA 411 Class Notes 1
METHODS
1.1 THE FORWARD DIFFERENCES OPERATOR ∆
Let
y = f (x).
The values, which the independent variable x takes, are called arguments and the
corresponding values of f (x) are called entries. The difference between consecutive
values of x called the interval of differecing. If the interval of differencing be h and
the first argument be a, then
y0 , y1 , y2 , y3 , . . .
Similarly, △ y1 = y2 − y1 , △y2 = y3 − y2
In general, △ yn = yn+1 − yn or △ f (x) = f (x + h) − f (x)
The differences of the first forward differences are called second forward differences.
Thus △(△y0 ) = △(y1 − y0 ) or △2 y0 = △y1 − △y0 is calld the second forward
differences of y0 . Similarly,
Page 1 of 11
y0 is called the leading term and △y0 , △2 y0 , △3 y0 , . . . are called the leading
differences.
Solution 1.1.4
a(x + 1) − ax a
(i) △ tan−1 ax = tan−1 a(x + 1) − tan−1 ax = tan−1 = tan−1 .
1 + a(x + 1).ax 1 + a x + a2 x 2
2
Page 2 of 11
Example 1.1.5 Evaluate the following interval of differencing being h:
Solution 1.1.6
1
(ii) △ (sin 2x cos 4x) = △ ( .2 cos 4x sin 2x)
2
1 1
= △ (sin 6x − sin 2x) = (△ sin 6x − △ sin 2x)
2 2
1
= [{sin 6(x + h) − sin 6x} − {sin 2(x + h) − sin 2x}]
2
1
= [2 cos(6x + 3h) sin 3h − 2 cos(2x + h) sin h]
2
= sin 3h cos 3(2x + h) − sin h cos(2x + h)
Page 3 of 11
Similarly,
△2 xn = △ (x(n) ) = nh △ x(n−1)
=nh.(n − 1)hx(n−2) = n(n − 1)h2 x(n−2)
△3 x(n) =n(n − 1)(n − 2)h3 x(n−3)
..........................................................
△n xn =n(n − 1)(n − 2) . . . 2.1hn = n!hn
=constant
△n+1 x(n) = 0
Note. If h = 1, △xn = nxn−1
⇒ Differencing is analogous in differentiation.
⇒ The process of getting the function whose first differences are given is analogous
to integration.
Example 1.2.1 Express the function f (x) = 2x3 + 3x2 − 5x + 4 and its successive
differeces in factorial notation. Also obtain a function whose first difference is f (x).
.
Solution 1.2.2 We first express f (x) in factorial notation.
.
1 2 3 -5 4=A3
2 5
2 2 5 0=A2
4
2 9=A1
2=A0
NOTES
Page 4 of 11
Differences of higher order are zero.
Now let F (x) be the function whose first differences is f (x). Then
△F (x) =f (x)
1 1 (3) 2 x(4) x(3)
⇒ F (x) = f (x) = [2x + 9x + 4] = 2. + 9. + 4.x(1) + c
△ △ 4 3
1
= .x(x − 1)(x − 2)(x − 3) + 3x(x − 1)(x − 2) + 4x + c
2
1 1
= [x(x3 − 6x2 + 11x − 6) + 6x(x2 − 3x + 2) + 8x] + c = (x4 − 7x2 + 14x) + c.
2 2
x y ▽y ▽2 y ▽3 y
a − 3h y−3
y−2 − y−3 = ▽y−2
a − 2h y−2 ▽y−1 − ▽y−2 = ▽2 y−1
y−1 − y−2 = ▽y−1 ▽2 y0 − ▽2 y−1 = ▽3 y0
a−h y−1 ▽y0 − ▽y−1 = ▽2 y0
y0 − y−1 = ▽y0
a y0
Page 5 of 11
When the operator E is applied twice, the value of the argument increases by two
intervals.
E 2 y0 = y2 , E 2 y1 = y3 , E −2 yn = yn−2
(a) E = 1 + △ and △ = E − 1
(b) ▽ = 1 − E −1
(c) ▽ = △E −1
Page 6 of 11
Example 1.4.4 Evaluate (▽ + △)2 (x2 + x), h = 1.
Solution 1.4.5
△2 △2 u(x)
Example 1.4.6 Explain the difference between u(x) and .
E Eu(x)
Solution 1.4.7
2
(E − 1)2
2
△ E − 2E + 1
u(x) = u(x) = u(x)
E E E
=(E − 2 + E −1 )u(x) = u(x + 1) − 2u(x) + (x − 1)
△2 u(x) (E − 1)2 u(x) (E 2 − 2E + 1)u(x) u(x + 2) − 2u(x − 1) + u(x)
= = =
Eu(x) u(x + 1) u(x + 1) u(x + 1)
Solution 1.4.9
Solution 1.4.11
△▽ = △ (1 − E −1 ) = △ − △E −1 = △ − ▽.
Page 7 of 11
(b) 1.4.12 TWO MORE OPERATIONS
1 h h
µf (x) = f x + +f x−
2 2 2
1
(i) δ =E 1/2 − E −1/2 (ii) µ = (E 1/2 + E −1/2 )
2
(iii) δ = △ E −1/2 (vi) δ = ▽ E 1/2 .
Proofs.
h h
(i) δf (x) =f x + −f x− = E 1/2 f (x) − E −1/2 f (x) = (E 1/2 − E −1/2 )f (x)
2 2
∴ δ =E 1/2 − E −1/2
1 h h 1
(ii) µf (x) = f x + −f x− = [E 1/2 f (x) + E −1/2 f (x)]
2 2 2 2
1
= (E 1/2 + E −1/2 )f (x)
2
1
∴ µ = (E 1/2 + E −1/2 )
2
h h h
(iii) δf (x) =f x + −f x− = △f x − = △E −1/2 f (x)
2 2 2
∴ δ = △ E −1/2
h h h
(iv) δf (x) =f x + −f x− = ▽f x − = ▽E 1/2 f (x)
2 2 2
∴ δ = △ E 1/2
Page 8 of 11
Solution 1.4.15
(i) We know that
ehD =E = 1 + △
∴ hD =log(1 − △) . . . (1)
−1
Also hD =logE = −log = −log(1 − ▽) . . . (2)
1
and µδ = (E 1/2 + E −1/2 )(E 1/2 − E −1/2 )
2
1 1
= (E − E −1 ) = (ehD − e−hD ) = sinh(hD)
2 2
⇒ hD =sinh−1 (µδ) . . . (3)
F rom (1), (2) and (3) , we have
hD =log(1 + △) = −log(1 − ▽) = sinh−1 (µδ).
1 1
(ii) 1 + δ 2 =1 + (E 1/2 − E −1/2 )2
4 4
1 1
=1 + [(E 1/2 + E −1/2 )2 − 4] = 1 + [(2µ)2 − 4] = µ2 .
r 4 4r
1 2 1 1 1
(iii) δ + δ 1 + δ 2 = (E 1/2 − E −1/2 ) + (E 1/2 − E −1/2 ) 1 + (E 1/2 − E −1/2 )2
2 4 2 4
r
1 1
= (E + E −1 − 2) + (E 1/2 − E −1/2 ) (4 + E + E −1 − 2)
2 4
1 1
= (E + E −1 − 2) + (E 1/2 − E −1/2 )(E 1/2 + E −1/2 )
2 2
1 1
= [(E + E −1 − 2) + (E − E −1 )] = (2E − 2) = E − 1 = △.
2 2
Example 1.4.16 Prove that:
m m
m 1 2 m 1.3 3 m 1.3.5 3 m 1 1
(i) △x − △ x + △ x − △ x + ... = x + − x−
2 2.4 2.4.6 2 2
2 3
x x x
(ii) xy1 + x2 y2 + x3 y3 + · · · = 1−x y1 + △ y1 + △2 y 1 + . . .
1−x 1−x
u1 x u2 x2 u3 x3 x2 2 x3 3
x
(iii) u0 + + + + · · · = e u0 + x △ u0 + △ u0 + △ u0 + . . .
1! 2! 3! 2! 3!
Solution 1.4.17
1 1.3 2 1.3.5 3
(i) L.H.S = △ 1 − △ + △ − △ + . . . xm
2 2.4 2.4.6
= △ (1 + △)−1/2 xm = △E −1/2 xm
m m m
1 1 1
=△ x− = x+ − x− = R.H.S
2 2 2
Page 9 of 11
2
x x x 2
(ii) R.H.S. = 1+ △+ △ + . . . y1
1−x 1−x 1−x
−1 −1
x x x 1 − x(1 + △)
= 1− △ y1 = y1
1−x 1−x 1−x 1−x
1 1
=x y1 = x y1
1 − x(1 + △) 1 − xE
=x(1 − xE)−1 y1 = x(1 + xE + x2 E 2 + . . . )y1 = xy1 + x2 y2 + x3 y3 + . . .
=L.H.S.
x x2 x3
(iii) L.H.S. =u0 + Eu0 + E 2 u0 + E 3 u0 + . . .
1! 2! 3!
xE x2 E 2 x3 E 2
= 1+ + + + . . . u0 = exE u0 = ex(1+△) u0 = ex .ex△ u0
1! 2! 3!
x 2 △2 x 3 △3
x
=e 1 + x △ + + + . . . u0
2! 3!
x2 2 x3 3
x
=e u0 + x △ u0 + △ u0 + △ u0 + . . .
2! 3!
=R.H.S.
△ ▽
(v) △ +▽ = ▽
− △
(vi) ▽ E = E▽ = △ = E −1
d
(vii) e−hD = 1 − ▽, where D = .
dx
Page 10 of 11
(4) Evaluate △x log x, the interval of differencing being h.
△2 x Eex
x
(5) Prove that e = e . 2 x : the interval of differencing being unity.
E △e
△2 △2 sin(x + h)
(8) Prove that sin(x + h) + = 2(cosh −1)[sin(x + h) + 1].
E E sin(x + h)
△5 u = 0.
Page 11 of 11