// learn.shawon.ch / biology-101 / evolution-natural-selection STUDY GUIDE
← Biology 101

Biology 101 · Chapter 6

Evolution by natural selection

Try this first

A colony of bacteria is hit with an antibiotic that kills 99.9% of it. A week later the colony is back to full strength — and now the drug barely works on it. No bacterium "decided" to resist; none rebuilt itself in response to the threat. So where did the resistance come from, and why is the whole colony resistant now?

The answer is the most consequential idea in all of biology, and it's almost embarrassingly simple. Before the drug, the colony already varied — billions of cells, a few carrying a chance mutation that happened to blunt the antibiotic. The drug didn't create resistance; it filtered for it, wiping out the susceptible and leaving the rare resistant few. Those few reproduced, and within days the colony was rebuilt almost entirely from their resistant descendants. No foresight, no striving — just a filter applied to variation, then copied forward.

The one idea

Wherever three things are true — individuals vary, those variations are inherited, and some variants reproduce more than others — the better-reproducing traits inevitably become more common over generations. That's natural selection. It needs no designer and no goal: design appears because a blind filter runs on copies, over and over.

Three ingredients, and that's all it takes

The whole of Darwin's mechanism reduces to three conditions, each of which you've already met earlier in this track:

Run that loop across generations and the population's makeup shifts toward whatever reproduces best. Crucially, the filter is cumulative: each generation builds on the gains of the last, which is how blind tweaking, given enough time, assembles structures as intricate as an eye.

selection acting on variation Gen 1 one resistant by chance + drug drug kills the rest survivor reproduces Gen 3 population now resistant resistant susceptible
The drug invents nothing. It removes the susceptible, and the rare pre-existing resistant variant rebuilds the population. The trait's frequency rises because of differential survival.

Random and not-random, at the same time

The single most common misunderstanding is "evolution is just chance". Half right. Mutation — the source of new variation — is random: errors fall where they fall, blind to what the organism needs. But selection is the very opposite of random: it's a consistent, directional filter that systematically keeps what works and discards what doesn't. Evolution is randomness fed through a relentless sieve. That combination is why it can do something pure chance never could — accumulate.

Myths vs. what actually happens
Common misconceptionWhat's actually true
Individuals evolvePopulations evolve; an individual's genes don't change to suit its needs
Organisms try or strive to adaptVariation arises blindly; the environment does the selecting
Evolution aims at a goal or a ladderNo goal, no "higher" — only what reproduces gets more common
"Survival of the fittest" = strongest"Fittest" = most reproductively successful, not toughest
It's all random chanceMutation is random; selection is decidedly not

One tree, one code

Wind the loop back far enough and lineages merge. All living things appear to descend from a single common ancestor — and the smoking gun is sitting in Chapter 2. Every organism, from a bacterium to a blue whale, uses essentially the same genetic code: the same codons spell the same amino acids. That near-universal code is overwhelming evidence of shared ancestry — like finding the same arbitrary encoding scheme in every program ever written. Add the fossil record, the nested similarities in anatomy, and evolution we watch happen in real time (resistant bacteria, drug-resistant viruses, finch beaks shifting in a single drought), and common descent is about as settled as science gets.

the tree of life (schematic) Bacteria Archaea Eukaryotes (you) one common ancestor
Every branch traces back to a single root — and every tip still runs on the same genetic code, the fingerprint of common descent. (Topology simplified.)

Work one, then finish one

Worked: Selection is fast because advantage compounds. Suppose a beneficial variant starts as 1 in 1,000 (0.1%) of a population and, thanks to its edge, roughly doubles its share each generation. Its fraction is 0.1% × 2ⁿ after n generations. To reach about half the population we need 2ⁿ ≈ 500, and since 2⁹ = 512, that's only about 9 generations. For fast breeders like bacteria, that can be a single day. (Real selection slows near fixation — this is a deliberately simple model to show the order of magnitude.)

Your turn: Same setup. Roughly how many generations to reach about 25% of the population? (Answer: 0.1% × 2ⁿ ≈ 25% means 2ⁿ ≈ 250, so n ≈ 8 generations.)

Why this earns a place in your toolkit

Natural selection is substrate-neutral: it doesn't care whether the things copying are cells or code. That's exactly why it became an algorithm. Genetic algorithms and evolutionary computation breed solutions by mutating candidates, scoring them against a goal, and copying the winners — used to design antennas, schedules, and even neural-network architectures (neuroevolution). The same logic underpins population-based training in modern ML. And evolution is the lens for everything else in this track: DNA, proteins, mitochondria, the cell itself are evolved, not engineered — tinkered together by a blind editor, which is why biology is so robust and so gloriously messy. Reading it backwards, evolution in real time is now a forecasting problem: phylogenetics plus machine learning is how we track which flu and COVID variants will spread, and update vaccines before they do.

Recall check · no peeking

  1. What three conditions are together enough to produce evolution by natural selection?
  2. Which part of the process is random, and which part is the opposite of random?
  3. Why is it wrong to say an individual "evolves" or "tries to adapt" to its environment?
  4. What does "fittest" actually mean?
  5. Why is one shared genetic code across all life such strong evidence of common ancestry?

Explain it back

In one plain sentence, tell a friend how apparent design — something as intricate as an eye — can arise with no designer at all.

Learn · Shawon Chowdhury · a study guide, kept rough on purpose