Differential Equations and Logistics

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:05 AM on 5/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

Euler's Method

yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n), where hh is the step size

2
New cards

Logistic Growth Rate

dPdt=kP(1PM)\frac{dP}{dt} = kP\left(1 - \frac{P}{M}\right), where MM is carrying capacity

3
New cards

Logistic max growth rate

occurs at P=M2P = \frac{M}{2}; rate =kM24= \frac{kM^2}{4}

4
New cards

Logistic curve shape

S-shaped; concave up when P<M2P < \frac{M}{2}, concave down when P>M2P > \frac{M}{2}, inflection at P=M2P = \frac{M}{2}

5
New cards

Separable Differential Equation

rewrite as g(y)dy=f(x)dxg(y)\,dy = f(x)\,dx, then integrate both sides independently