Mastering population dynamics and genetics requires more than memorizing formulas. The following problems are designed to test your deep conceptual understanding, calculation precision, and ability to avoid common analytical traps.
A culture of bacteria is growing exponentially in an ideal environment with unlimited resources. The initial population density is 2.0×104 cells/mL. After 3 hours of incubation, the population density reaches 1.6×105 cells/mL.
Calculate:
The intrinsic rate of natural increase (r) per hour.
The intrinsic rate of natural increase (r) per minute.
Step-by-Step Solution:
Identify the given variables:
Initial population (N0) = 2.0×104 cells/mL
Population at time t (Nt) = 1.6×105 cells/mL
Time (t) = 3 hours
Apply the exponential growth equation:Nt=N0⋅ert
Solve for r (per hour):1.6×105=(2.0×104)⋅er⋅32.0×1041.6×105=e3r8=e3r
Take the natural logarithm (ln) of both sides:
ln(8)=3r2.079=3rr=32.079≈0.693 hour−1
Convert r to per minute:rminute=600.693≈0.01155 minute−1
Common Pitfall & Trap AnalysisThe Trap: Students often confuse the number of generations (n) in Nt=N0⋅2n with the intrinsic rate of increase (r) in Nt=N0⋅ert.
Furthermore, failing to read the requested unit (per minute vs. per hour) leads to incorrect final answers despite correct intermediate math.
A population of Paramecium in a laboratory pond follows a logistic growth model. The carrying capacity (K) of the pond is 10,000 individuals. The intrinsic rate of natural increase (r) is 0.4 per day.
Calculate:
The population growth rate (dtdN) when the population size (N) is 2,000.
The population size at which the growth rate (dtdN) is at its absolute maximum.
Step-by-Step Solution:
Calculate Growth Rate at N=2,000:
Formula:dtdN=rN(KK−N)
dtdN=0.4×2000×(1000010000−2000)
dtdN=800×(100008000)
dtdN=800×0.8=640 individuals/day
Determine Maximum Growth Rate:
In a logistic growth model, the rate of population increase (dtdN) is a parabola that peaks exactly at half the carrying capacity.
Maximum growth rate occurs at N=2K.
N=210000=5,000 individuals.
Common Pitfall & Trap AnalysisThe Trap: Many students intuitively assume that the population growth rate is highest when the population is largest (near K) or when it is smallest (exponential phase).
However, as N approaches K, the environmental resistance term (KK−N) approaches zero, dropping the growth rate to zero. The mathematical peak is always at K/2.
Logistic Growth Rate (dN/dt) vs Population Size (N)
Ecologists are estimating the population of a specific trout species in a lake. On the first day, they capture, tag, and release 150 trout. A week later, they sweep the lake again and capture 200 trout. Out of these 200, 40 are found to have tags.
Calculate:
The estimated total population size (N) of the trout.
If the tags made the trout shiny and more visible to predators (increasing their mortality rate before the second catch), would your estimated population size be an overestimation or underestimation of the true population?
Step-by-Step Solution:
Apply the Lincoln-Petersen Index:
Formula:N=RM×C
M = Number of individuals originally marked = 150
C = Total number captured in the second sample = 200
R = Number of marked individuals recaptured = 40
N=40150×200=4030000=750
Estimated Population: 750 trout.
Analyze the Trap Question (Tag-induced Mortality):
If tagged fish are eaten at a higher rate, R (recaptured tagged fish) will be artificially lower.
Since R is in the denominator of the equation (N=RM×C), an artificially low R will result in a mathematically higherN.
Therefore, the calculated value would be an overestimation of the true population.
Mark-Recapture Process:
Capture Sample 1: Catch and count (M = 150).
Tag & Release: Mark the captured individuals.
Wait 1 Week: Allow for random mixing in the population.
Capture Sample 2: Catch and count total (C = 200).
In a large, randomly mating population of 5,000 foxes, the allele for red coat color (R) is dominant over the allele for silver coat color (r). Field observations reveal that 4,550 foxes have a red coat.
Calculate:
The frequencies of the dominant (p) and recessive (q) alleles.
The exact number of foxes that are heterozygous (Rr) carriers for the silver coat trait.
Step-by-Step Solution:
Identify given values and map to Hardy-Weinberg variables:
Total population = 5,000
Red foxes (dominant phenotype: RR or Rr) = 4,550
Silver foxes (recessive phenotype: rr or q2) = 5,000−4,550=450
Calculate allele frequencies:
Frequency of silver foxes (q2) = 5000450=0.09
Frequency of recessive allele (q) = 0.09=0.3
Since p+q=1, the frequency of the dominant allele (p) = 1−0.3=0.7
Calculate the number of heterozygotes:
Frequency of heterozygotes (2pq) = 2×(0.7)×(0.3)=0.42
Number of heterozygous foxes = 0.42×5000=2,100
Common Pitfall & Trap AnalysisThe Trap: Students frequently make two critical errors here:
They assume p2 is 50004550=0.91, failing to realize the dominant phenotype includes BOTH p2 (homozygous dominant) and 2pq (heterozygous). You MUST find q2 first.
They stop at calculating the frequency (0.42) instead of answering the specific question, which asks for the exact number of individuals (2,100). Always re-read what the question is asking for!
A localized population of 800 frogs resides in a marshland. Over the course of one calendar year, the following demographic events are recorded:
Births (B) = 160
Deaths (D) = 40
Immigration (I) = 20
Emigration (E) = 60
Calculate:
The per capita birth rate (b) and per capita death rate (d).
The final population size at the end of the year (Nt+1).
Was the population solely driven by intrinsic factors (B and D) growing faster or slower than the overall population flux?
Step-by-Step Solution:
Calculate Per Capita Rates:
Per capita birth rate (b) = Initial PopulationBirths=800160=0.2 births/individual/year
Per capita death rate (d) = Initial PopulationDeaths=80040=0.05 deaths/individual/year
Calculate Final Population Size:
Formula:Nt+1=Nt+(B+I)−(D+E)
Nt+1=800+(160+20)−(40+60)
Nt+1=800+180−100=880 frogs.
Analyze Intrinsic vs. Overall Flux:
Intrinsic Growth = B−D=160−40=+120 frogs.
Extrinsic Flux = I−E=20−60=−40 frogs.
Because emigration outpaced immigration, the overall population growth (+80) was slower than it would have been if driven solely by intrinsic reproductive factors (+120).
Common Pitfall & Trap AnalysisThe Trap: Calculating per capita rates based on the final population or the average population instead of the initial population (Nt). Demographic rates in fundamental models always use the baseline starting population as the denominator.