Chapter 20 Exercises: Transfer
Exercise 1: The Principle Extraction Practice
Time required: 20–30 minutes When to do it: After any significant learning session
This exercise builds the habit of explicit principle extraction — one of the most evidence-supported methods for improving transfer.
For any concept, chapter, or problem set you've just studied:
-
Name the concept (not the example — the underlying principle) - Not: "How to use the quadratic formula" - But: "When a relationship between variables can be expressed as a second-degree polynomial, the quadratic formula provides the roots — i.e., the values where the relationship equals zero"
-
State the principle in general terms — without reference to the specific examples you encountered - "This illustrates the principle that ___"
-
Generate a different example — one with different surface features but the same deep structure - If you learned the principle from a physics problem, apply it to a chemistry problem - If you learned it from a case study, apply it to a different industry or domain
-
Test the edge cases — where does this principle not apply? What are its limits?
The check: If you can do all four steps, you have principled understanding. If you can do Step 1 but not Step 3, you have procedural understanding that won't transfer well.
Exercise 2: Surface vs. Deep Structure Sort
Time required: 30 minutes
This exercise is adapted from Chi et al.'s (1981) research method. It's designed to develop the deep-structure categorization skill that experts use.
Step 1: Collect eight to twelve problems from your domain. You can take them from a textbook, problem set, or practice test. Mix easy and hard, from different chapters or sections.
Step 2: Sort them into categories — but here's the constraint: you may not use surface features as your categories. You cannot sort by "problems involving X" where X is an object, person, or scenario. You must sort by the underlying principle or concept that governs the solution.
For physics: sort by Newton's laws, conservation principles, etc. — not by "pulley problems" or "ramp problems." For programming: sort by the underlying algorithmic principle — not by "array problems" or "string problems." For medicine: sort by physiological mechanism — not by "chest pain cases" or "pediatric cases."
Step 3: After sorting, write one sentence per category stating the underlying principle.
Step 4: Now solve one problem from each category. Notice whether having the principle in mind changes how you approach the solution.
Why this matters: The categorization step is the transfer skill. If you can recognize the deep structure before solving, you can transfer the solution approach to problems you've never seen before.
Exercise 3: The Analogical Bridge Builder
Time required: 20–30 minutes
This exercise deliberately builds analogical thinking — the cognitive skill underlying far transfer.
Choose a concept you've learned recently. It can be from any domain.
Step 1: Describe the concept in terms of its relational structure only — not its content. What is the relationship between the components? What changes when something changes? What is preserved?
Example: "Feedback control systems have an output that is continuously compared to a target, with the difference driving a correction. The system is 'self-correcting.'"
Step 2: List five things from completely different domains that have the same relational structure.
Example for feedback control: a thermostat, the body's blood sugar regulation, a business adjusting prices based on demand, a bird correcting its flight path in wind, a student revising an essay based on feedback.
Step 3: For each analog, check: what's the same at the deep structure level? What's different at the surface feature level?
Step 4: For the strongest analog: explain what insight from that domain could be applied back to the original domain. (Do thermostats suggest anything interesting about how bodies regulate temperature? Does blood sugar regulation suggest anything about how to design thermostat systems?)
Exercise 4: The Novel Problem Test
Time required: 30–45 minutes
This is the gold standard for testing whether you've achieved transferable understanding — not performance on familiar problem types, but performance on genuinely novel ones.
Step 1: Identify a concept you've been studying.
Step 2: Find or create a problem that: - Uses the same underlying principle - Has completely different surface features from anything you've practiced - Cannot be solved by recognizing the format and applying a memorized procedure
You may need to search outside your typical study materials — look in different textbooks, different domains, or real-world applications.
Step 3: Attempt to solve the problem without looking at your notes.
Step 4: After attempting (not before), check whether your reasoning was correct.
Step 5: Whether you succeeded or not, write: - What deep structure did you identify (or fail to identify)? - What surface feature almost led you astray? - What would you need to know to handle this class of problems more reliably?
Exercise 5: The Transfer Retrospective
Time required: 20 minutes
A reflection exercise on transfer failures and successes in your own experience.
Part A: Transfer failure Recall a situation where you had the knowledge to solve a problem but didn't apply it. (This is very common — nearly everyone has examples.) Describe: - What did you know that was relevant? - Why didn't you recognize its relevance? - Was it a surface feature problem (didn't see the deep structure)? An inert knowledge problem (the concept wasn't activated)? A procedural-only knowledge problem (you had the procedure but not the principle)?
Part B: Transfer success Recall a situation where you successfully applied learning from one domain to a genuinely different problem. Describe: - What was the original learning context? - What was the transfer context? - What let you see the connection? Was it deliberate or accidental? - What did you do — explicitly or implicitly — that made the transfer possible?
Part C: Designing for future transfer Based on Parts A and B, what is one change to how you study that would improve your transfer success in the future?
Exercise 6: Domain-Crossing Application
Time required: 45–60 minutes Best for: Learners working across multiple domains simultaneously
If you're learning in two or more domains simultaneously (e.g., machine learning and software engineering; medicine and basic science; history and political science), this exercise builds deliberate cross-domain transfer.
Step 1: List the five most important principles you've learned in Domain A in the past month.
Step 2: For each principle, ask whether it has any application in Domain B. Not forced application — genuine structural similarity.
Step 3: For any genuine structural similarities you find, write: - What is the same at the deep structure level? - How would Domain A's insight inform Domain B? Or vice versa? - What would you need to investigate to test whether the analogy holds?
This exercise is particularly powerful for David, who is deliberately mapping software engineering principles to machine learning. But it works for any combination: mathematics and biology, law and economics, music theory and physics, history and management.
The goal: you are not learning two separate bodies of knowledge. You're building one integrated mental model with many facets.