Principles & Foundations
From Da Vinci's ornithopter to Benyus's biomimicry — the history, principles, and mathematical framework that turn biology into engineering.
0.1 A Brief History of Biomimicry
Biomimicry — the systematic translation of biological solutions into engineering principles — is simultaneously as old as civilization and as young as the term itself. Otto Lilienthal dissected storks, Wright brothers watched pigeons, and Leonardo da Vinci filled notebooks with drawings of bird wings. What is new is the name and the methodology.
Leonardo da Vinci (1452–1519)
In the Codex on the Flight of Birds (1505), Leonardo performed what we would now recognise as comparative biomechanics. He measured wing loading, estimated lift scaling, and drew the ornithopter — a flapping-wing machine. His analysis failed on the allometric scaling law: a human-scale wing of his design required muscle power density beyond human physiology. He was right about the aerodynamics; wrong about the energetics. Module 3 returns to this calculation with Pennycuick's equation.
George de Mestral and Velcro (1941)
While walking his dog in the Swiss Alps, Swiss engineer de Mestral noticed burdock burrs (Arctium minus) clinging to his trousers. Under a microscope he identified the hook-and-loop mechanism: the burr bracts terminate in tiny curved hooks that engage the fibres of clothing. It took eight years to engineer a reproducible synthetic analogue in nylon. He filed patent CH295638 in 1955. The brand name Velcro is a contraction of velours (velvet) and crochet (hook).
Janine Benyus (1997)
The field was named and formalised by biologist Janine Benyus in Biomimicry: Innovation Inspired by Nature (1997). Benyus distilled evolutionary wisdom into six principles (next section) and co-founded the Biomimicry Institute (2006) and Biomimicry 3.8, establishing biomimicry as a design discipline rather than a collection of anecdotes.
Timeline: 1505 da Vinci ornithopter · 1676 Hooke observes cellular structure of cork · 1941 de Mestral/burdock · 1957 Schmitt coins “biomimetics” for bioelectronics · 1997 Benyus popularises “biomimicry” · 2007 Biomimicry Institute · 2012 Eastgate Centre (termite-mound HVAC) · 2020 onwards explosive growth (1000+ patents/year).
0.2 Benyus's Six Principles
Benyus identified six “Life's Principles” that emerge repeatedly when biological solutions are abstracted. They function both as diagnostic (is this design biomimetic?) and as prescriptive (what would nature do?).
1. Nature runs on sunlight
Photosynthesis converts 0.1 - 6% of solar energy into chemical bonds; the entire biosphere runs on this. Implication: harvest abundant ambient flux; avoid stockpiled fossil carbon.
2. Uses only the energy it needs
ATP is produced on demand via tight feedback control (allosteric regulation). No stockpiling, no dissipation as heat (except for thermoregulation). Implication: on-demand synthesis and decentralised energy.
3. Fits form to function
Form is not ornamental; every curve, pore, and fibre serves a mechanical or metabolic role. The nautilus shell’s logarithmic spiral (r = a e^(b theta)) ensures scale invariance during growth.
4. Recycles everything
No biological waste; one organism’s output is another’s input. Death is a feedstock. Implication: closed-loop manufacturing, cradle-to-cradle design (McDonough & Braungart 2002).
5. Rewards cooperation
Mycorrhizal networks, coral-algal symbiosis, gut microbiota - the living world runs on mutualism at least as much as on competition. Implication: distributed / networked systems.
6. Banks on diversity
Ecosystems resist perturbations via redundancy across species and strategies. Monocultures fail catastrophically. Implication: design heterogeneity into engineered systems.
0.3 Three Levels of Biomimicry
Biomimicry operates at three nested levels of abstraction (Benyus 1997, Pedersen Zari 2007). Moving from surface to ecosystem increases the depth and — usually — the benefit.
Level 1: Form (morphology)
Imitating the shape of a biological structure. Example: Velcro's hook-and-loop replicates a burdock burr's hook. Simplest and most common; sometimes superficial.
Level 2: Process (function)
Imitating how nature does something. Example: self-assembly of silk proteins into beta-sheet nanocrystals → bioinspired peptide-based materials that assemble at ambient temperature and in water, rather than via high-temperature melt-spinning.
Level 3: Ecosystem (system)
Imitating how an entire ecosystem functions. Example: eco-industrial parks (Kalundborg, Denmark) where one company's waste heat or CO2 is another's feedstock. Highest impact; hardest to realise.
0.4 Performance Index: Quantifying the Biomimetic Gain
A biomimetic design is only worthwhile if it outperforms the best conventional alternative on some metric — strength, energy, toughness, cost, lifetime. We define a dimensionless biomimetic performance index:
\( \eta = \frac{P_{\text{bio}}}{P_{\text{conv}}} \)
where \(P\) is the chosen performance metric. For example, with specific toughness\(U/\rho\) (toughness divided by density), nacre achieves\(\eta \approx 3000\) relative to monolithic aragonite — a staggering gain explained by crack-deflection mechanics (Module 1).
Derivation: Multi-Criterion Index
Real design problems involve several competing criteria: strength and mass andcost and embodied energy. We combine them via Ashby's material performance index methodology. For a beam of fixed stiffness \(S\) at minimum mass:
\( M = \frac{E^{1/2}}{\rho} \)
where \(E\) is Young's modulus. Nacre's\(M \approx 0.007\,\text{GPa}^{1/2}\,\text{m}^3/\text{kg}\) vs balsa's\(\approx 0.006\) — comparable, but nacre is three orders of magnitude tougher against crack growth.
Case Studies
Below we visualise the performance index for ten biomimetic technologies vs their conventional counterparts, on a log scale because the gains span four orders of magnitude.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
0.5 Evolutionary Optimization as Algorithm
The reason biology produces good engineering solutions is not design intent but blind optimization by selection. Over 3.8 billion years, mutation + recombination + selection has been a massively parallel stochastic search algorithm running on 1030 prokaryote and 1011 multicellular lineages. Two insights from computer science clarify this:
Genetic Algorithms (Holland 1975)
John Holland formalised evolution as the Genetic Algorithm (GA). Candidate solutions are encoded as strings (“chromosomes”). Each generation: (i) evaluate fitness, (ii) select parents probabilistically, (iii) recombine via crossover, (iv) apply mutation with low probability. Over many generations, the population converges on high-fitness regions of the search space.
\( P(\text{select } i) = \frac{f_i}{\sum_j f_j} \) (roulette selection)
Holland's Schema Theorem predicts exponential growth of short, low-order, above-average schemata in the population, giving GAs their remarkable ability to exploit combinatorial structure.
Simulated Annealing (Kirkpatrick 1983)
A related biologically-inspired optimiser: simulated annealing (SA), which mimics the slow cooling of a crystal. The search accepts uphill moves with probability\(\exp(-\Delta E / T)\) (Metropolis criterion); temperature\(T\) is lowered over time. Analogue of protein folding, where the funnel landscape itself emerged by evolutionary optimization.
\( P_{\text{accept}} = \min\!\left[1,\; e^{-\Delta E / k_B T}\right] \)
Demonstration: GA on the Travelling Salesman Problem
We implement a full GA and run it on a 25-city TSP instance. The plot compares its performance against random search, greedy nearest-neighbour, and (by extrapolation) natural evolution with 109 generations. Nature wins, but GAs close most of the gap in just 300 generations.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Demonstration: Simulated Annealing
On a rugged (Rastrigin) landscape, SA explores local minima then escapes, finally settling near the global minimum as \(T \to 0\). This is the algorithmic analogue of how proteins fold from unstructured chains to their native state: a biased random walk on a rough energy landscape.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
0.6 The Biomimicry Design Spiral
Biomimicry 3.8 (the consultancy founded by Benyus) formalised a step-wise method called the Biomimicry Design Spiral for systematically using biology in the design process:
- Identify — define the function to be performed.
- Translate — rephrase in biological terms: “How does nature...?”
- Discover — search the biological literature (AskNature database) for champions.
- Abstract — distil design principles from the biology.
- Emulate — prototype with engineering materials / processes.
- Evaluate — test against Life's Principles and conventional benchmarks.
The AskNature database (asknature.org) is a curated, function-indexed catalogue of thousands of biological strategies, maintained by the Biomimicry Institute. Subsequent modules use it repeatedly.
0.5a Fitness Landscapes and the Price Equation
Sewall Wright (1932) introduced the fitness landscape: a surface in genotype space where altitude corresponds to reproductive fitness. Evolution proceeds as hill-climbing on this landscape, biased by drift and mutation. The engineering problem of biomimetics is equivalent to asking: what peaks has nature already discovered, and can we descend from them to neighbouring peaks for our own applications?
\( \Delta \bar{w} = \text{Cov}(w, z) + E[w \Delta z] \)
The Price equation (Price 1970) decomposes change in mean fitness \(\bar w\) into a covariance term (selection) and an expectation term (transmission). It is the fundamental theorem of natural selection, applicable equally to biological evolution and to genetic algorithms.
The dimensionality of biological fitness landscapes is enormous: a protein of length 100 residues has \(20^{100} \approx 10^{130}\) possible sequences. Yet nature has navigated this space to specific solutions (e.g. the cytochrome c fold is conserved across all aerobic life). This is either because the landscape is smooth (“holey” Gavrilets 1997) or because most sequences are equivalent under neutral drift. Either view implies that small search algorithms (GAs with 102–104 individuals) can find useful solutions.
0.5b Allometric Scaling: Why Copying Biology Requires Careful Scaling
A recurring pitfall is naive linear scaling of biological solutions. The Reynolds number\( \text{Re} = \rho v L / \mu \) is a classic example: a biomimetic MAV based on hummingbird flight operates at \(\text{Re} \sim 10^4\), where viscous forces dominate and leading-edge vortices behave entirely differently from the \(\text{Re} \sim 10^6\)regime of a Boeing 747.
\( \text{Re} = \frac{\rho v L}{\mu} \)
Similarly, the surface-to-volume ratio scales as \(L^{-1}\); a gecko that is 10x larger than a typical one cannot cling, because its body mass scales as \(L^3\) while its adhesive area scales as \(L^2\). A 100 kg gecko-robot is physically impossible with planar setae and van der Waals contact alone — it requires claws or suction augmentation.
Kleiber's law \( B \propto M^{3/4} \) (basal metabolic rate vs body mass) illustrates how fundamental biological constraints depend on size. Biomimetic designs must identify which scaling regime the biological source operates in and engineer accordingly.
0.7 Cross-Links to Other Courses
Biomimetics sits at the intersection of biology, physics, chemistry, and engineering. Throughout this course we will reference:
- • Spider Biophysics — silk nanostructure, web mechanics, hydraulic locomotion.
- • Bee Biophysics — honeycomb geometry, waggle-dance navigation, flapping flight.
- • Insect Biophysics — compound eyes, clap-and-fling, exoskeletal mechanics.
- • Plant Biochemistry — photosynthesis, phototropism, lotus effect source.
- • Avian Biophysics — feathers, wing morphology, silent flight.
- • Biophysics — molecular motors, ion channels, cellular mechanics.
0.7a Landmark Biomimetic Technologies
Eight flagship case studies that recur throughout this course. Each will be examined in depth in the relevant module; here we record the canonical reference and the key engineering figure of merit.
| Technology | Biological source | Key figure of merit | Module |
|---|---|---|---|
| Velcro hook-and-loop | Burdock burrs | 5 N/cm2 reversible adhesion | M0, M2 |
| Speedo Fastskin LZR Racer | Shark skin denticles | 5 - 10% drag reduction | M2 |
| Lotusan paint (Sto AG) | Lotus leaf micro-bumps | Contact angle theta > 150 deg | M2 |
| Eastgate Centre, Harare | Termite mound ventilation | 90% less HVAC energy | M6 |
| Shinkansen 500 bullet train | Kingfisher beak | Eliminated tunnel sonic boom | M3 |
| Stickybot (Stanford) | Gecko setae | Climbs dry vertical glass | M2 |
| WhalePower blades | Humpback pectoral fins | 20% better low-speed lift | M3 |
| Festo SmartBird | Herring gull flight | L/D = 14 in flapping flight | M3 |
0.8 Summary & References
- • Biomimicry has deep historical roots (da Vinci) but became a formal discipline with Benyus (1997).
- • Six “Life's Principles” provide diagnostic and prescriptive criteria.
- • Three levels (form / process / ecosystem) increase in depth and impact.
- • Performance index \(\eta = P_{\text{bio}}/P_{\text{conv}}\) quantifies gain; Ashby charts multi-criterion.
- • Evolution is a massively parallel optimization algorithm formalised as GA / SA.
- • The Biomimicry Design Spiral operationalises the discipline in six steps.
References
- [1] Benyus, J.M. (1997). Biomimicry: Innovation Inspired by Nature. Harper Perennial.
- [2] Vincent, J.F.V. et al. (2006). Biomimetics — its practice and theory. J. R. Soc. Interface 3, 471–482.
- [3] Pedersen Zari, M. (2007). Biomimetic approaches to architectural design for increased sustainability. SB07 NZ Conference.
- [4] Holland, J.H. (1975). Adaptation in Natural and Artificial Systems. Univ. Michigan Press.
- [5] Kirkpatrick, S., Gelatt, C.D., Vecchi, M.P. (1983). Optimization by simulated annealing. Science 220, 671–680.
- [6] Ashby, M.F. (2011). Materials Selection in Mechanical Design, 4th ed. Butterworth-Heinemann.
- [7] Bhushan, B. (2016). Biomimetics: Bioinspired Hierarchical-Structured Surfaces, 2nd ed. Springer.
- [8] McDonough, W., Braungart, M. (2002). Cradle to Cradle: Remaking the Way We Make Things. North Point Press.
- [9] Koza, J.R. (1992). Genetic Programming. MIT Press.
- [10] AskNature (Biomimicry Institute). asknature.org.