Sec3 Num
Sec3 Num
For the function f (x) = e bx+c , find the second forward difference
∆2 e bx+c .
Ex 4
For the function f (x) = e bx+c , find the second forward difference
∆2 e bx+c . Solution:
∆2 e bx+c = ∆ ∆e bx+c = ∆ e b(x+h)+c − e bx+c
= (e bh − 1)∆e bx+c = (e bh − 1) e bx+c (e bh − 1)
2
= e bx+c e bh − 1
Ex 5
For the function f (x) = ax+d , find the third forward difference
∆3 ax+d .
Ex 5
For the function f (x) = ax+d , find the third forward difference
∆3 ax+d .
Solution
We start with the first forward difference:
f (x) g (x)∆f (x) − f (x)∆g (x)
∆ =
g (x) g (x)g (x + h)
Forward Difference of the Product of Two Functions
f (x) = x 2
g (x) = ln(x)
∆f (x) = f (x + h) − f (x) = (x + h)2 − x 2 = 2xh + h2
∆g (x) = g (x + h) − g (x) = ln(x + h) − ln(x)
Forward Difference of the Product of Two Functions
f (x) = x 2
g (x) = ln(x)
∆f (x) = f (x + h) − f (x) = (x + h)2 − x 2 = 2xh + h2
∆g (x) = g (x + h) − g (x) = ln(x + h) − ln(x)
f (x) = x + 1
g (x) = x 2
∆f (x) = f (x + h) − f (x) = (x + h + 1) − (x + 1) = h
∆g (x) = g (x + h) − g (x) = (x + h)2 − x 2 = 2xh + h2
Forward Difference of the Division of Two Functions
f (x) = x + 1
g (x) = x 2
∆f (x) = f (x + h) − f (x) = (x + h + 1) − (x + 1) = h
∆g (x) = g (x + h) − g (x) = (x + h)2 − x 2 = 2xh + h2
f (x) g (x)∆f (x) − f (x)∆g (x)
∆ =
g (x) g (x)g (x + h)
x · h − (x + 1) · (2xh + h2 )
2
=
x 2 (x + h)2
x h − (x + 1)(2xh + h2 )
2
=
x 2 (x + h)2