Clara Chung
- 300
- 13
How to express "a" tends to "b",but "b" increases as "a" tends to "b" in equations?
The quantities are arbitrary. I was thinking something in biology like a group of giraffes, their necks tend to grow longer to eat more leaves, but as their necks grow longer, the leaves grow higher too. Sorry for the absurd example.fresh_42 said:How can ##a## tend to ##b##, if ##b## runs away from ##a##? Who's faster? By which quantities?
I assume you have a special example in mind. Can you tell?
LV is a very good example to study carefully. It can be analyzed completely, but it is nonlinear. For the simplest linear system of ODE that literally matches the description in the OP, I would imagine something likefresh_42 said:A better example for it might be the sizes of populations in a predator-prey-system which simple cases are described by the Lotka-Volterra equations.
Krylov said:LV is a very good example to study carefully. It can be analyzed completely, but it is nonlinear. For the simplest linear system of ODE that literally matches the description in the OP, I would imagine something like
$$
\begin{align*}
\frac{da}{dt} &= \mu + \lambda c\\
\frac{db}{dt} &= \mu
\end{align*}
$$
where ##c := b - a## is the difference of ##b## and ##a##. Also, ##\mu > 0## and ##\lambda > 0## are parameters and ##b(0) > a(0) > 0## are the initial conditions.
In this case the solution is ##b(t) = b(0) + \mu t## and ##c(t) = [b(0) - a(0)] e^{-\lambda t}##. So you can see that ##a## tends to ##b## (because ##c## tends to zero from above) while ##b## increases as well. If you want both processes to occur at an exponential rate, it is easy to modify the above system. (You could try this yourself.) In this case, the relative speed depends on the ratio ##\tfrac{\lambda}{\mu}##.
You can also choose something more complicated for ##\tfrac{db}{dt}## if you like, but what I wanted this system to do is to match literally withClara Chung said:Thanks for answering, I don't understand db/dt is set to be u. So it is independent of a, how can the effect of b ran away as a approaches b be shown?
while keeping it as simple as possible. That is, I wanted ##b - a## to become small in time while ##b## itself keeps increasing in time. You can see that this works by solving the system explicitly.Clara Chung said:How to express "a" tends to "b",but "b" increases as "a" tends to "b" in equations?
What I like most of these examples is, that one can draw a lot of them. It's there where I first met vector fields and their behavior, which is far easier to grasp, than a purely topological or algebraic description.Krylov said:LV is a very good example to study carefully. It can be analyzed completely, but it is nonlinear. For the simplest linear system of ODE that literally matches the description in the OP, I would imagine something like ...
You can think of and draw ##\frac{da}{dt}## and ##\frac{db}{dt}## as little arrows pointing in the direction where ##a## and ##b## change, i.e. their tangents (varying with ##t## at the spots where ##a(t_0)\; , \;b(t_0)## are at the time ##t_0##) and thus resulting in a vector field. (For pictures you may look up "attractor" or "repeller" e.g.)Clara Chung said:Thanks for answering, I don't understand db/dt is set to be u. So it is independent of a, how can the effect of b ran away as a approaches b be shown?
I very much agree.fresh_42 said:What I like most of these examples is, that one can draw a lot of them. It's there where I first met vector fields and their behavior, which is far easier to grasp, than a purely topological or algebraic description.