Changes between Version 25 and Version 26 of u/afrank
- Timestamp:
- 08/30/16 14:39:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/afrank
v25 v26 9 9 == Begin with most general form. 10 10 11 We begin with three coupled equations for the interaction between a e co-civilization population (N), a resource and which they draw energy from (R) and the state of the planetary environment (E).11 We begin with three coupled equations for the interaction between a exo-civilization population (N), a resource and which they draw energy from (R) and the state of the planetary environment (E). 12 12 13 13 $\frac{dN}{dt} =B_N - D_N + B_{RN}$ … … 18 18 19 19 20 In the equations above generally B is used "birth" terms that increase the variable and D is used for "death" terms that decrease the variable though the meaning depends on the case. Each there terms may have dependencies on the other variables (the "phase space" variables (N,R,E)and other parameters/constraints.20 In the equations above generally B is used as "birth" terms that increase the variable and D is used for "death" terms that decrease the variable (though the meaning depends on the case). Each terms may have dependencies on the other variables - the "phase space" variables (N,R,E) - and other parameters/constraints. 21 21 22 22 In the above, … … 32 32 $D_{ER}$ is the modification of extraction/consumption rate of resource $R$ due to changes in planetary environmental state $E$. 33 33 34 $H_E$ is measure of capacity of planetary environment to return to an pre-civilization equilibrium state ($E_o$).34 $H_E$ is measure of capacity of planetary environment to return to an pre-civilization equilibrium state $E_o$. 35 35 36 $D_{NE}$ is the forcing of the planetary environment from pre-civilization equilibrium state ($E_o$)due to non-resource based population activity.37 38 $D_{RE}$ is the forcing of the planetary environment from pre-civilization equilibrium state ($E_o$)due to resource based population activity.36 $D_{NE}$ is the forcing of the planetary environment from pre-civilization equilibrium state $E_o$ due to non-resource based population activity. 37 38 $D_{RE}$ is the forcing of the planetary environment from pre-civilization equilibrium state $E_o$ due to resource based population activity. 39 39 40 40 41 41 == Choosing forms for the terms. 42 42 43 All alpha terms represent either growth rates or measures of the effect of variable $i$ on variable "j".43 All alpha terms represent either growth rates or measures of the effect of variable $i$ on variable $j$. 44 44 45 45 … … 52 52 $B_{RN} = \alpha_{RN} \beta_{NR} N R$ 53 53 54 where $\alpha_{RN}$ is the per captiaadditional birth rate gained from extraction/consumption of resource R and $\beta_{NR}$ is the per captia extraction/consumption rate of resource R54 where $\alpha_{RN}$ is a measure of the additional birth rate gained from extraction/consumption of resource R and $\beta_{NR}$ is the per captia extraction/consumption rate of resource R 55 55 56 56 $D_{NR} = \beta_{NR} N R$ … … 58 58 $D_{ER} = \beta_{NR} N R (\frac{E}{E_c})$ 59 59 60 where $E_c$ is the critical environmental state beyond which $ E>E_c$ resource extraction is no longer possible.60 where $E_c$ is the critical environmental state beyond which $(E>E_c)$ resource extraction is no longer possible. 61 61 62 62 $H_E = \alpha_E E (1- \frac{E}{E_o})$