#summation
1 messages · Page 1 of 1 (latest)
x_n = -4x_{n-1} + 4 for every integer n >= 1, so
x_n = -4(-4x_{n-2} + 4) + 4 = (-4)^2 x_{n-2} + (-4)*4 + 4 =
= (-4)^2 (-4x_{n-3} + 4) + (-4)*4 + 4 =
= (-4)^3 x_{n-3} + (-4)^2*4 + (-4)*4 + 4 = ...
see the pattern
Gillian Seed
Let’s find a constant sequence $(x_n)$ such that $x_n=-4x_{n-1}+2$. If $x_n=a$ for all $n\in\mathbb N$, then $a=-4a+2$ hence $a=\frac 25$.
Gillian Seed
Let’s find a constant sequence $(x_n)$ such that $x_n=-4x_{n-1}+2$. If $x_n=a$ for all $n\in\mathbb N$, then $a=-4a+2$ hence $a=\frac 25$.
```Compilation error:```Image processing timed out!```
Anyway, let y_n=x_n-2/5
Where (x_n) is a sequence solving the proposed recurrence.
Then y_n=x_n-2/5=-4x_{n-1}+2-2/5=-4(y_{n-1}+2/5)+8/5=-4y_{n-1}
Hence y_n=(-4)^ny_0 for all n
y_0=x_0-2/5=-2/5
And x_n=2/5+y_n=2(1-(-4)^n)/5.
You’re welcome.
🥱
💀 bro they already got it lmao
Ayo💀😭,,thx !