Logistic Models with Differential Equations

Help Questions

AP Calculus BC › Logistic Models with Differential Equations

Questions 1 - 10
1

A fish population satisfies $\frac{dy}{dt}=0.4y\left(1-\frac{y}{800}\right)$. Which statement best interprets the carrying capacity?

The population approaches $320$ as $t$ increases, and growth stops at $320$.

The population approaches $800$ as $t$ increases, and growth slows near $800$.

The population approaches $0$ as $t$ increases, and growth slows near $0$.

The population increases without bound as $t$ increases, since the rate is proportional to $y$.

The population approaches $0.4$ as $t$ increases, and growth slows near $0.4$.

Explanation

This question tests understanding of logistic model parameters and carrying capacity interpretation. In the logistic differential equation dy/dt = ry(1 - y/K), the parameter K represents the carrying capacity—the maximum sustainable population. Here, we have dy/dt = 0.4y(1 - y/800), so the carrying capacity is 800. As t increases, the population approaches this carrying capacity of 800, and the growth rate slows as y gets closer to 800 because the factor (1 - y/800) approaches zero. Choice D incorrectly assumes exponential growth by ignoring the limiting factor (1 - y/800). The key strategy for logistic models is to identify K in the standard form dy/dt = ry(1 - y/K) as the long-term population limit.

2

A population follows $\frac{dy}{dt}=0.25y\left(1-\frac{y}{200}\right)$. Which value of $y$ makes $\frac{dy}{dt}<0$?

$y=0$

$y=200$

$y=100$

$y=150$

$y=250$

Explanation

This question tests logistic model reasoning by finding where the growth rate is negative. The carrying capacity $K=200$ divides regions: $\frac{dy}{dt} > 0$ for $0 < y < 200$ (growth) and $\frac{dy}{dt} < 0$ for $y > 200$ (decline toward K). The inflection point at $y=100$ is within the growth region, not affecting the sign. For $y=250 > 200$, $(1 - \frac{y}{K}) < 0$, so $\frac{dy}{dt} < 0$. A tempting distractor like choice A, $y=150$, fails because $150 < 200$, making $\frac{dy}{dt} > 0$, not negative. A transferable strategy for logistic models is to test values in intervals ($0$ to $K$ and above $K$) to determine where $\frac{dy}{dt}$ is positive or negative, predicting population trends.

3

A deer population satisfies $\frac{dy}{dt}=0.2y\left(1-\frac{y}{1200}\right)$. At what population is $\frac{dy}{dt}$ maximized?

$y=1200$

$y=1400$

$y=0$

$y=240$

$y=600$

Explanation

This question tests finding the inflection point of logistic growth. For $dy/dt = 0.2y(1 - y/1200)$, we need to maximize the growth rate function $f(y) = 0.2y(1 - y/1200) = 0.2y - 0.2 y^2 / 1200$. Taking the derivative: $f'(y) = 0.2 - 0.4y/1200 = 0.2 - y/3000$. Setting $f'(y) = 0$ gives $y = 600$, which is exactly half the carrying capacity of 1200. This inflection point at $y = K/2$ is where the population transitions from accelerating growth (concave up) to decelerating growth (concave down). Choice D incorrectly suggests the maximum occurs at the carrying capacity, where growth actually equals zero. The universal rule for logistic models is that maximum growth rate always occurs at half the carrying capacity.

4

A city’s population $y$ satisfies $\frac{dy}{dt}=0.03y\left(1-\frac{y}{2,000,000}\right)$. Which statement is correct?

The population grows linearly at a constant rate

The population reaches a maximum at $y=0.03$

The population approaches $0.03$ as $t\to\infty$

The population must decrease whenever $y<2,000,000$

The population approaches $2,000,000$ as $t\to\infty$

Explanation

This question tests logistic model reasoning by interpreting statements about the population's long-term behavior. The carrying capacity $K=2,000,000$ is the asymptotic limit that the population approaches as t goes to infinity, regardless of starting value above zero. The inflection point at $y=K/2=1,000,000$ is where the growth curve changes from concave up to concave down, marking the transition to slower growth. In logistic models, the term (1 - y/K) ensures bounded growth, preventing unlimited increase. A tempting distractor like choice C fails because growth is not linear; it's sigmoidal, slowing as y nears K. A transferable strategy for logistic models is to recognize that populations always approach K asymptotically for positive initial conditions, providing a reliable long-term prediction.

5

An invasive plant satisfies $\frac{dy}{dt}=0.6y\left(1-\frac{y}{300}\right)$ with $y(0)=50$. Which is true about $y(t)$?

$y(t)$ increases without bound because $\frac{dy}{dt}$ is proportional to $y$.

$y(t)$ decreases to $0$ because the factor $1-\frac{y}{300}$ is negative initially.

$y(t)$ oscillates about $300$ because the differential equation is nonlinear.

$y(t)$ increases and approaches $300$ as $t$ increases.

$y(t)$ approaches $0.6$ as $t$ increases because $k=0.6$.

Explanation

This question examines logistic model behavior with initial conditions below carrying capacity. Given dy/dt = 0.6y(1 - y/300) with y(0) = 50, we analyze the solution's trajectory. Since y(0) = 50 < 300 (the carrying capacity), the factor (1 - y/300) is positive, making dy/dt > 0, so the population increases. As y approaches 300, the factor (1 - y/300) approaches zero, causing dy/dt to approach zero, which means y(t) levels off at 300. The population cannot exceed 300 because dy/dt would become negative above this value. Choice C incorrectly assumes exponential growth by ignoring the limiting factor. For logistic models starting below carrying capacity, populations always increase toward and asymptotically approach the carrying capacity.

6

A population satisfies $\frac{dy}{dt}=0.3y\left(1-\frac{y}{900}\right)$. Which statement about concavity is correct for $0<y<900$?

The solution changes from concave up to concave down at $y=450$.

The solution changes from concave down to concave up at $y=900$.

Concavity cannot be determined from the differential equation.

The solution is concave up for all $0<y<900$.

The solution is concave down for all $0<y<900$.

Explanation

This question requires analyzing concavity changes in logistic solutions. For dy/dt = 0.3y(1 - y/900), concavity is determined by the second derivative d²y/dt². Using the chain rule: d²y/dt² = (d/dy)[0.3y(1 - y/900)] × dy/dt = 0.3(1 - 2y/900) × dy/dt. Since dy/dt > 0 for 0 < y < 900, the sign of d²y/dt² depends on (1 - 2y/900). When y < 450, this factor is positive (concave up); when y > 450, it's negative (concave down). The inflection point occurs at y = 450, exactly half the carrying capacity. Choice A incorrectly claims uniform concavity throughout the interval. The key insight is that logistic curves always have their inflection point at y = K/2, where growth transitions from accelerating to decelerating.

7

Bacteria follow $\frac{dy}{dt}=ky\left(1-\frac{y}{5000}\right)$ with $k>0$. For which $y$ is the growth rate negative?

$y=2500$

$y>5000$

$0<y<5000$

$y<0$

$y=5000$

Explanation

This question requires analyzing when logistic growth becomes negative. In the logistic equation dy/dt = ky(1 - y/5000) with k > 0, the growth rate's sign depends on the factor (1 - y/5000). When y < 5000, this factor is positive, making dy/dt > 0 (growth). When y = 5000, the factor equals zero, making dy/dt = 0 (equilibrium). When y > 5000, the factor becomes negative, making dy/dt < 0 (decline). Choice A incorrectly identifies the region where growth is positive, not negative. For logistic models, populations above the carrying capacity always experience negative growth as they return to equilibrium.

8

A yeast population satisfies $\frac{dy}{dt}=0.5y\left(1-\frac{y}{600}\right)$. For which $y$ does the population increase?

$y=0$

$0<y<600$

$y=600$

$y<0$

$y>600$

Explanation

This question analyzes when logistic populations increase. For dy/dt = 0.5y(1 - y/600), the sign of dy/dt determines whether the population increases (dy/dt > 0) or decreases (dy/dt < 0). Since 0.5 and y are positive for living populations, the sign depends on (1 - y/600). When 0 < y < 600, this factor is positive, making dy/dt > 0 (population increases). When y = 600, dy/dt = 0 (equilibrium). When y > 600, the factor is negative, making dy/dt < 0 (population decreases). Choice A incorrectly identifies the decreasing region as the increasing region. The key principle is that logistic populations increase when below carrying capacity and decrease when above it.

9

A rabbit population follows $\frac{dy}{dt}=ky\left(1-\frac{y}{L}\right)$ with $k>0$. If $y(0)>L$, what happens?

$y(t)$ remains constant at $y(0)$ for all $t$.

$y(t)$ decreases toward $0$ as $t$ increases.

$y(t)$ decreases toward $L$ as $t$ increases.

$y(t)$ increases without bound because $y(0)$ is large.

$y(t)$ oscillates and crosses $L$ repeatedly.

Explanation

This question examines logistic behavior when starting above carrying capacity. With dy/dt = ky(1 - y/L) where k > 0 and y(0) > L, we analyze the dynamics. Since y > L, the factor (1 - y/L) is negative, making dy/dt = ky(1 - y/L) < 0 because k > 0 and y > 0. This negative growth rate causes the population to decrease. As y decreases toward L, the factor (1 - y/L) approaches zero from below, causing dy/dt to approach zero, so y(t) asymptotically approaches L from above. Choice D incorrectly suggests the population approaches zero rather than the carrying capacity. For logistic models, populations always converge to the carrying capacity L, whether starting above or below it.

10

A fish population satisfies $\frac{dy}{dt}=0.4y\left(1-\frac{y}{800}\right)$. Which value represents the carrying capacity of the lake?

$\frac{1}{800}$

$320$

$800$

$0.4$

$\infty$

Explanation

This question tests logistic model reasoning by identifying the carrying capacity from the differential equation. The carrying capacity, denoted as K, is the maximum population the environment can sustain long-term, where the growth rate becomes zero when $y = K$. In the equation $\frac{dy}{dt} = 0.4 y \left(1 - \frac{y}{800}\right)$, K = 800, as setting the term inside parentheses to zero gives $y = 800$. The inflection point occurs at $y = \frac{K}{2} = 400$, where the population growth transitions from accelerating to decelerating, marking the point of maximum growth rate. A tempting distractor is 0.4, but this represents the intrinsic growth rate r, not the carrying capacity. A transferable logistic-model strategy is to rewrite the equation in standard form $\frac{dy}{dt} = r y \left(1 - \frac{y}{K}\right)$ to directly extract the parameters r and K.

Page 1 of 3