Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have an equation:

$V_{t+1}=V_t+r(S(V_t))$. r is a constant

when$(r=?)$ is $V$ asymptotically stable and when otherwise?

What I tried is, finding equilibrium points, I got: $S(V_t)=0 $ and $r=0$.

$|f'(Eq.)|$=$ $1+0$ which is not so helpful.

Any comments?

share|improve this question
What is $S$, or what do you know about it? – Robert Israel Dec 2 '12 at 20:11
S is any differentiable function. That's all I am given. But this seems similar to eular's method for solving differential equations. Do i need this info to solve it? – ήλιος Dec 2 '12 at 20:18

1 Answer

up vote 1 down vote accepted

You're doing forward euler for the differential equation $\dot{y}(t) = S(y(t))$. So I think that maybe you're asking about A-stability and not about asymptotic stability.

To get a bound on $r$, you need to choose r such that when $S'(y(t)) < 0$, you have $|1 + r\cdot S'(y(t))| < 1$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.