f(0) = 1, f(1) = 2, 2f(x) = f(x+1) + f(x+2) are given. (verilmiş.)
Using the given equation; let's write the following: (Verilen denklemi kullanarak aşağıdakileri yazalım.)
f(0), f(1), f(2), f(3), f(4), f(5), f(6), ...
1, 2, 0, 4, -4, 12, -20, ...
1, -2, 4, -8, 16, -32, ...
The third row above is the terms of the sequence {f(x)-f(x-1)} (Yukarıdaki 3. satır {f(x)-f(x-1)} dizisinin terimleridir.)
We can see that; ( f(x)-f(x-1) = (-2)(x-1) olduğu görülebilir.)
f(x) - f(x-1) = (-2)(x-1)
f(x) = f(x-1) + (-2)(x-1)
Using this equation, we can write the following: (Bu eşitlik kullanılarak aşağıdakiler yazılabilir.)
f(1) = f(0) + (-2)0
f(2) = f(1) + (-2)1
f(3) = f(2) + (-2)2
.
.
+ f(x) = f(x-1) + (-2)(x-1)
------- -----------------------
f(x) = f(0) + (-2)0 + (-2)1 + (-2)2 + ... +(-2)(x-1)
f(x) = 1 + [1-(-2)x]/[1-(-2)]
f(x) = 1/3.[4-(-2)x]