by Guest » Sun Jun 07, 2020 7:07 pm
Was the "convert to difference equations" added? I didn't see it before.
To convert to a difference equation replace "dy/dx" with the corresponding "difference quotient", [tex]\frac{\Delta y}{\Delta x}= \frac{y(x+ h)- y(x)}{h}[/tex]. Typically, where the differential would take the limit as h goes to 0, the difference quotient takes h= 1.
The differential equation y'= -ay becomes the difference equation y(x+ 1)- y(x)= ay(x) so that y(x+1)= (a+ 1)y(x). Since y(0)= 1, y(1)= a+1, [tex]y(2)= (a+1)(a+ 1)= (a+1)^2[/tex], and, for n any positive integer, [tex]y(n)= (a+1)^n[/tex]. With the given information we can only determine y(n) for n an integer. Normally difference equations give the value of y(x) for from 0 to 1 or on some other interval of length 1.