Scientists use rigorous quantitative techniques to measure and monitor biodiversity. Understanding these methods — and their strengths and limitations — is a core skill in VCE Environmental Science.
Direct counting of every individual in an area is rarely practical. Scientists use sampling — studying a representative subset of the population — and extrapolate to the whole area.
| Method | Best For | Description |
|---|---|---|
| Grid sampling | Even or patchy habitats | Area divided into grid; samples taken at regular intervals or random grid squares |
| Transects | Habitats with clear gradients | Line of set length along which species or individuals are recorded |
| Quadrats | Sessile organisms (plants, sedentary invertebrates) | Defined-area frames (square, rectangular or circular) placed randomly or systematically |
| Mark-recapture | Mobile animals | Individuals captured, marked, released; recapture rate used to estimate population size |
$$N = \frac{M \times C}{R}$$
Where:
- $N$ = estimated population size
- $M$ = number marked in first capture
- $C$ = total caught in second capture
- $R$ = number recaptured with marks
Assumptions: marks don’t affect survival/behaviour; population is closed (no migration, births or deaths between samples); marks are not lost; sampling is random.
SID accounts for both species richness and evenness:
$$SID = 1 - \frac{\sum n_i(n_i - 1)}{N(N-1)}$$
Where:
- $n_i$ = number of individuals of species $i$
- $N$ = total number of individuals
- SID ranges from 0 (no diversity) to ~1 (maximum diversity)
A higher SID means a more diverse community. It is less sensitive to rare species than some other indices.
Worked example:
- Species A: 10 individuals; Species B: 5 individuals; Species C: 3 individuals
- $N = 18$
- $\sum n_i(n_i-1) = 10 \times 9 + 5 \times 4 + 3 \times 2 = 90 + 20 + 6 = 116$
- $N(N-1) = 18 \times 17 = 306$
- $SID = 1 - 116/306 = 1 - 0.379 = 0.621$
EXAM TIP: VCAA regularly provides raw species count data and asks you to calculate SID. Practice the formula until it is automatic. Always round to 2 decimal places unless instructed otherwise, and interpret your result (e.g. ‘SID of 0.62 indicates moderate species diversity’).