- #1
Casio1
- 86
- 0
I have a linear recurrence sequence,
3, -1.5, 0.75, -375
x = a
a = 3
x2, = -1.5, x3, = 0.75, x4 = -375...
x2 = rx1+d
x3 = rx2+d
-1.5 = 3r + d
0.75 = -1.5 + d
-1.5 - 0.75 = (3r + d) - (-1.5 + d)
r = - 0.5
Sub in equation (2)
d = -1.5 - 3r = -1.5 - 3(-0.5)
d = 0
x4 = -0.5 x 0.75 + 0 = -0.375
Answer should be = -375
Anyone see where I am going wrong!
P.S. I will practice the new form latex here as soon as I can.
3, -1.5, 0.75, -375
x = a
a = 3
x2, = -1.5, x3, = 0.75, x4 = -375...
x2 = rx1+d
x3 = rx2+d
-1.5 = 3r + d
0.75 = -1.5 + d
-1.5 - 0.75 = (3r + d) - (-1.5 + d)
r = - 0.5
Sub in equation (2)
d = -1.5 - 3r = -1.5 - 3(-0.5)
d = 0
x4 = -0.5 x 0.75 + 0 = -0.375
Answer should be = -375
Anyone see where I am going wrong!
P.S. I will practice the new form latex here as soon as I can.