What is the Correct Solution for the Difference Equation yn+1=-0.9yn?

Success
Messages
75
Reaction score
0
Solve the difference equation yn+1=-0.9yn in terms of the initial value y0.

y1=-0.9y0
y2=-0.9y1=(-0.9)2y0
yn=(-0.9)ny0
Is this the answer? Because the answer in the textbook says yn=(-1)n(0.9)ny0. Please help.
 
Physics news on Phys.org
Your solution and the solution in your textbook are the same.
 
  • Like
Likes 1 person
(ab)^n= a^n b^n
 
The textbook wrote it that way to make it clear that even terms are positive and odd terms are negative.
 
And, as I pointed out in your previous thread, you are not finished until you have shown that your solution does satisfy the equation. If yn= (-0.9)ny0 then -0.9yn= -0.9((-0.9)ny0)= (-0.9)n+1y0= yn+1.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top