Lecture slides for UCLA LS 30B, Spring 2020
License: GPL3
ubuntu2004
Learning goals:
Be able to explain the significance of optimization in biology, and give several examples.
Be able to describe the main biological process that underlies all optimization problems in biology.
Be able to distinguish local maxima and local minima of a function from global extrema.
Know the significance of local maxima in evolution.
Example 1: Optimal foraging
Consider a bird or small mammal that has a nest, and forages for food in some area around its nest.
The larger that area, the more food it can gather, so the more energy it gains, or the more energy it is able to provide for its offspring.
But the larger the area, the more energy it must spend defending its territory from competitors.
What should be optimized here?
Example 2: Optimal clutch size
Birds reproduce annually at a certain time of year. The group of eggs a bird lays at one time is called its clutch. So the number of eggs laid is called its clutch size.
The survival rate is the probability that any one egg will survive to adulthood, until it too can reproduce.
We can also think of the survival rate as the fraction of eggs from a clutch that will survive, on average. (expected value)
The more eggs in a clutch, the more difficult it is for the parents to provide for them, protect them, etc. So as the clutch size increases, the survival rate decreases.
What should be optimized here?
Example 3: Optimal vascular branching
Major arteries branch off into smaller arteries, which branch into arterioles, then smaller arterioles, etc, on down to the level of capillaries, the thinnest blood vessels.
In each artery, there is some vascular resistance: essentially friction that pushes against the blood flowing through the vessels.
In thinner arteries, the resistance is much higher per unit of length, so it's advantageous to keep these thinner arteries shorter.
But blood still needs to reach tissues that are not directly along the wider arteries. Making the thinner arteries as short as possible requires making the wider arteries longer, resulting in more vascular resistance in the wider artery.
What should be optimized here?
What's the biological mechanism underlying all of these?
The bird doesn't do a calculus problem to decide how large its foraging radius should be, or how many eggs it should lay.
The cells don't solve math problems when arranging themselves to form arteries, in order to minimize the total vascular resistance.
So what's actually behind all this?
Evolution!
More precisely, natural selection: survival of the fittest.
Fitness is a function of genotype
(or phenotype)
Definition: The fitness of a particular genotype is the average number (expected value) of offspring that an individual with that exact genotype will have.
In other words, for any combination of genes, fitness measures how much an individual with those genes is likely to contribute to the gene pool of the next generation.
Example 4: Darwin's finches
Local maxima and local minima
Definition:
A function has a local maximum at a point if there is some region around such that, within that region, the maximum value of the function occurs at .
A function has a local minimum at a point if there is some region around such that, within that region, the minimum value of the function occurs at .
Also, maxima and minima collectively are called extrema, as in the extreme values of a function.
Conclusions:
Many many features (anatomical, behavioral, even biochemical) in biology seem to be the result of an optimization process. Any time one can say a species is “adapted to do ... very well”, that's probably describing such a result.
The biological mechanism underlying all of these optimizations is evolution, or more specifically, natural selection: survival of the fittest. The fitness of a certain genotype (or phenotype) is defined roughly as the average number of offspring an individual with that genotype will produce.
A function has a local maximum at a point if there is some region around such that, within that region, the maximum value of the function occurs at . A local minimum is defined similarly.
One mathematical model for speciation is that species can form at any one of the local maxima of the fitness function, or fitness landscape.