Skip to content

Commit

Permalink
Update 2024-12-21-System dynamics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choisunmi00 committed Dec 26, 2024
1 parent 1e59750 commit b1df93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-12-21-System dynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ math: true
- $$$$
$$\frac{dN}{dt}$$
$$= (B - D)N = (B_0 - D_0 N)N$$
$$= B_0 \left( 1 - \frac{D_0 N}{B_0} \right) N = r \left( 1 - \frac{N}{C} \right) N\ \Rightarrow N(t) = \frac{C N_0}{N_0 + (C - N_0)e^{-rt}}$$
$$= B_0 \left( 1 - \frac{D_0 N}{B_0} \right) N = r \left( 1 - \frac{N}{C} \right) N\$$
$$\Rightarrow N(t) = \frac{C N_0}{N_0 + (C - N_0)e^{-rt}}$$
<img src="https://i.ibb.co/xfDBbHD/image.webp" alt="1" width="90%" height="90%"/>
<!-- ![Light mode only](https://i.ibb.co/xfDBbHD/image.webp){: .light }
![Dark mode only](https://i.ibb.co/x3hpRwz/image.png){: .dark } -->
Expand Down

0 comments on commit b1df93e

Please sign in to comment.