Autonomous differential equation

Click For Summary

Homework Help Overview

The problem involves a conical pond where water flows in at a constant rate and evaporates at a rate proportional to the surface area. The original poster seeks guidance on finding the equilibrium depth of water and determining the stability of that equilibrium.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the equilibrium volume and depth, with some suggesting to analyze initial conditions near the equilibrium point. Others propose linearizing the equation or sketching graphs to understand the dynamics of the system.

Discussion Status

There is an ongoing exploration of different methods to analyze the problem, including suggestions to visualize the behavior of the system through graphs and to consider the implications of initial conditions. Some participants have provided insights into the relationships between variables without reaching a consensus on the approach.

Contextual Notes

Participants note the complexity of the problem and the potential need for further study of linearization techniques. There is also mention of the importance of understanding the dynamics of the system without resolving the questions posed by the original poster.

jellicorse
Messages
40
Reaction score
0

Homework Statement



A pond forms as water collects in a conical depression of radius a and depth h. Suppose water flows in at a constant rate, k and is lost through evaporation at a rate proportional to the surface area.


I was wondering whether anyone could give me some guidance on this part of the question:

Find the equilibrium depth of water in the pool. Is the equilibrium asymptotically stable?


Homework Equations



\frac{dV}{dt}=k-\alpha \pi(\frac{3aV}{\pi h})^{\frac{2}{3}}

Where \alpha = coefficient of evaporation.

radius at any time r(t) and depth at any time l(t).

\frac{a}{h}=\frac{r}{l}


The Attempt at a Solution



\frac{dV}{dt}=0=k-\alpha \pi(\frac{3aV}{\pi h})^{\frac{2}{3}}


Putting the differential equation only in terms of radius and alpha:
\alpha \pi r^2 =k

r=\sqrt{(\frac{k}{\alpha \pi})}

given that l=r\cdot\frac{h}{a},

l=\frac{h}{a}\sqrt{(\frac{k}{\alpha \pi})}

But I am not sure how to find whether or not this is asymptotically stable.
 
Physics news on Phys.org
Consider initial conditions near the equilibrium point.
If initially the volume is a little bit larger than the equilibrium volume, does the volume come back to equilibrium, or does it increase without end?
And the reverse, if the initial volume is a little bit smaller than the equilibrium volume?
You could also linearize the equation around the equilibrium point and answer the same questions, easily.
 
Last edited:
Thanks Maajdl.

I can see that solving for V, the equilibrium volume is V=\frac{\pi h}{3a}(\frac{k}{\alpha \pi})^{\frac{3}{2}}

But without picking some arbitrary values and plotting a direction field (or plotting Dv against V) I am not sure how to tell whether the volume diverges or converges to equilibrium.

(I haven't yet studied linearisation so am not quite ready to use this option)
 
Assume Vo is the equilibrium volume.
If V>Vo, will the evaporation overcome the water supply and bring V back to Vo?
If V<Vo, will the water supply overcome the evaporation to bring V back to Vo?

This site may inspire you:

http://tutorial.math.lamar.edu/Classes/DE/EquilibriumSolutions.aspx

The situations described there are a little bit more complicated, but the same reasoning will apply.
The pictures shown there are useful to visualize what will happen.
Such "phase space flows" are more general than this one variable problem, and are at the hearth of the stability theory of differential equations. (and are even related to top mathematical physics, like the KAM theorem)
 
  • Like
Likes   Reactions: 1 person
Thanks a lot maajdl... I'll have a good look through that webpage too. I need to get to grips with this topic!
 
jellicorse said:

Homework Statement



A pond forms as water collects in a conical depression of radius a and depth h. Suppose water flows in at a constant rate, k and is lost through evaporation at a rate proportional to the surface area.


I was wondering whether anyone could give me some guidance on this part of the question:

Find the equilibrium depth of water in the pool. Is the equilibrium asymptotically stable?


Homework Equations



\frac{dV}{dt}=k-\alpha \pi(\frac{3aV}{\pi h})^{\frac{2}{3}}

Where \alpha = coefficient of evaporation.

radius at any time r(t) and depth at any time l(t).

It is much, much easier to look at dl/dt (as you are strongly hinted to do by the instruction to find the equilibrium depth, not the equilibrium volume). Since
<br /> r = \frac{al}{h}<br />
we have
<br /> V = \frac{\pi}{3}r^2 l = \frac{\pi a^2}{3h^2} l^3<br />
and hence
<br /> \frac{dV}{dt} = \frac{\pi a^2}{h^2} l^2 \frac{dl}{dt}.<br />
Writing k = \frac{\pi a^2}{h^2}\alpha C^2 and using r^2 = a^2l^2/h^2 in the ODE gives
<br /> \frac{dV}{dt} = \frac{\pi a^2}{h^2}\alpha C^2 - \alpha \frac{\pi a^2}{h^2} l^2<br /> = \frac{\pi a^2}{h^2} \alpha\left(C^2 - l^2\right)<br />
so that
<br /> \frac{dl}{dt} = \alpha\left(\frac {C^2}{l^2} - 1\right)<br />
where, of course,
<br /> C = \frac{h}{a} \sqrt{\frac{k}{\pi \alpha}}.<br />

No linearization is necessary here; just sketch a graph of dl/dt against l, and see what the sign of dl/dt is immediately above and below the fixed point.
 
  • Like
Likes   Reactions: 1 person
It is also possible to sketch the graph of dV/dt against V .
 
pasmith said:
Writing k = \frac{\pi a^2}{h^2}\alpha C^2 and using r^2 = a^2l^2/h^2 in the ODE gives
<br /> \frac{dV}{dt} = \frac{\pi a^2}{h^2}\alpha C^2 - \alpha \frac{\pi a^2}{h^2} l^2<br /> = \frac{\pi a^2}{h^2} \alpha\left(C^2 - l^2\right)<br />
so that
<br /> \frac{dl}{dt} = \alpha\left(\frac {C^2}{l^2} - 1\right)<br />

Thanks, Pasmith. After studying it, I can see what you have done. The thing that concerns me is that it wouldn't have occurred to me to make these steps. You must be thinking several steps ahead, visualizing how it will all fit together...
 
maajdl said:
It is also possible to sketch the graph of dV/dt against V .

That's true... I would quite like to try to see if I can get it symbolically though.
 
  • #10
jellicorse said:
Thanks, Pasmith. After studying it, I can see what you have done. The thing that concerns me is that it wouldn't have occurred to me to make these steps. You must be thinking several steps ahead, visualizing how it will all fit together...

All you need is exercise.
These steps are very standard and will see them again and again, specially in classical mechanics.
Choosing l instead of V as variable would be highly natural if you would like to study if overflow might occur!
 

Similar threads

Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K