Difficulty: Hard
Correct Answer: Ps = (P1^2 - P0 * P2) / (2 * P1 - P0 - P2)
Explanation:
Introduction:
Logistic (Pearl–Reed) population forecasting assumes growth slows as population approaches a saturation (carrying capacity) Ps. Using three known populations at equally spaced times, Ps can be estimated in closed form.
Given Data / Assumptions:
Concept / Approach:
Under the logistic law, 1/P varies linearly with time when expressed appropriately. Using three consecutive observations at equal time spacing, eliminating the intrinsic growth rate yields Ps in terms of P0, P1, P2. The standard result used in demographic engineering texts is Ps = (P1^2 - P0 * P2) / (2 * P1 - P0 - P2).
Step-by-Step Solution:
Start with the logistic form: dP/dt = r * P * (1 - P/Ps).
Solve to get: P(t) = Ps / (1 + A * e^{-r t}).
Write equations at t0, t1, t2 and eliminate A and r using equal spacing.
Rearrange to obtain Ps = (P1^2 - P0 * P2) / (2 * P1 - P0 - P2).
Verification / Alternative check:
Plugging trial values (monotonically increasing P0 < P1 < P2) yields a finite Ps slightly above P2, consistent with saturation behavior.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Ps = (P1^2 - P0 * P2) / (2 * P1 - P0 - P2).
Discussion & Comments