Simple Differential Equation Modeling

Click For Summary

Homework Help Overview

The discussion revolves around modeling a scenario involving rain using differential equations. The original poster attempts to create a model that describes the dynamics of rain falling from the sky, accumulating on pavement, and then running off into the ground. The subject area is differential equations, particularly in the context of fluid dynamics and environmental modeling.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the formulation of differential equations to represent the rates of change of rain in the sky, on the pavement, and on the ground. Questions arise regarding the assumptions made about the model, such as the nature of the constant source of rain and the effects of accumulated water on the pavement and ground. Some participants suggest clarifying the definitions and relationships within the model.

Discussion Status

The discussion is ongoing, with participants providing feedback on the original poster's equations and suggesting revisions. There is a focus on ensuring clarity in the model's assumptions and definitions, with some participants offering alternative formulations and questioning the physical validity of the proposed relationships.

Contextual Notes

Participants note the importance of defining constants and the physical meanings behind the variables used in the model. There is an emphasis on understanding the implications of saturation and flow rates in the context of the modeled scenario.

analysis001
Messages
21
Reaction score
0

Homework Statement


I am trying to model using differential equations rain falling from the sky, hitting the pavement, and then running off the pavement into the ground. I'm a little rusty on differential equations and I'm just wondering if my answer is correct. In this model I'm assuming that the rain is only landing on the pavement, not on the ground around the pavement. I'm also assuming that the source of the rain will never run out.


The Attempt at a Solution


\frac{dS}{dt}=c-P-G

\frac{dP}{dt}=P-G

\frac{dG}{dt}=-S-P

\frac{dS}{dt} is the amount of rain in the sky per unit time

\frac{dP}{dt} is the amount of rain on the pavement per unit time

\frac{dG}{dt} is the amount of rain on the ground per unit time

c is the constant source of rain
P is the rain on the pavement
G is the rain on the ground
S is the rain in the sky

Does this look correct or is it completely off? Thanks!
 
Physics news on Phys.org
I think you need to be more clear about the model you are using - it looks like you are modelling rainfall as if there is a reservoir of water in the sky that drizzles out somehow - falls to the ground and runs away to some unspecified place.

You can check the model by putting the DEs into normal language and see if they say what you hoped.

S(t) is the rain in the sky, then dS/dt is the rate of change of the rain in the sky ... so it would be how hard it is raining?

The 1st DE seems to be saying that the rate of rainfall increases as "the source of rain" which you don't define (it looks like a rate the S(t) increases ... so it would be water flowing into the reservoir? What?)
It also decreases as "the amount of water on the pavement" and "the amount of water on the ground".
So the more rain that is on the ground and on the pavement the slower it falls from the sky?

Does this make sense?
 
  • Like
Likes   Reactions: 1 person
I see what you're saying. I think I want dS/dt to be how hard it is raining, which would be constant. Taking that into account, does this look right?

dS/dt= c

dP/dt= c - G

dG/dt= P

dS/dt is how hard it is raining, for example inches per minute
dP/dt is how much rain is on the pavement per unit time
dG/dt is how much rain is on the ground per unit time
c is constant
G how much rain is on the ground
P is how much rain is on the pavement

I'm still not really sure if this is right...
 
You said that P is the amount of rain on the pavement, and G is the rain on the ground ... then:
... dP/dt would be the rate of change of the amount of rain on the pavement.
... dG/dt would be the rate of change of the amount of rain on the ground.

dP/dt= c - G

... is saying that the rate of change of rain on the pavement increases by rate that it falls but decreases the more water is on the ground? (This may be valid if you think the ground becomes saturated over time, so it takes water at a slower rate.)

dG/dt = P
... is saying that the rate of change of rain in the ground increases with the amount of rain on the pavement (which is probably reasonable - the more water on the pavement, the faster it flows from the pavement ... but not all that physical. No matter - you are still getting the concepts ironed out and fluid flow is complicated.)

Go back to what you are modelling. Off your description so far, you want something like:

Rain falls from the sky at a constant rate ... c (what does c mean? how is c measured?)

(1) Rain accumulates on the pavement, therefore, by the rate it arrives minus the rate it leaves.
$$\frac{dP}{dt} = c - \frac{dG}{dt}$$
(2) The rate it leaves is proportional to the amount currently on the ground.
$$\frac{dG}{dt}=kP $$... introducing constant of proportionality ##k##.

Subbing (2) into (1): $$\frac{dP}{dt} = c-kP$$ ... which you can solve by hand.

But I still think you need to look more at the details of your model.
Define everything - leave nothing implied.
 
Last edited:

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K