English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need a solution, not only answer

2007-04-13 04:22:31 · 3 answers · asked by Max_ccc 2 in Science & Mathematics Mathematics

3 answers

a[n+1]= (5/4) a[n]
so a[n] = (5/4)a[n-1] = ... = (5/4)^n a[0] = a (5/4)^n

In this case you can derive the solution directly. But in general there are not the same general solution methods for finite difference equations as there are for differential equations, and you have to build a knowledge base of known patterns and recognise them.

a[n+1] = b a[n] will always have the form a[n]= Ab^n

2007-04-13 05:54:41 · answer #1 · answered by hustolemyname 6 · 1 0

So,

a[n+1] = 5/4 a[n]
= (5/4)^2 a[n-1]
= ....
= (5/4)^(n+1) a[0]

Applying the initial condition, you get
a[n+1] = a*(5/4)^(n+1).

Or, as it would more likely be written,

a[n] = a*(5/4)^n.

2007-04-13 11:33:55 · answer #2 · answered by acafrao341 5 · 0 0

5a(n) = 4a(n + 1)

a(n + 1) = 5/4 * a(n)

a(n) = (5/4)^n * a

For a = 0:
a(0)=(5/4)^0 * a = a

Let's prove for n+1:

5a(n) = 5 * (5/4)^n * a= 4 * 5/4 * (5/4)^n * a = 4a*(5/4)^(n + 1) =
= 4a(n + 1)

2007-04-13 11:31:30 · answer #3 · answered by Amit Y 5 · 0 0

fedest.com, questions and answers