Mixed practice studio
Chapter 11 - The method is part of the problem
This studio removes chapter labels. Your first written line for every problem must name a structural feature, a qualitative prediction, or both. Only then should you calculate.
How to use the studio
For each problem:
- cover the solution link;
- write a method and confidence from 0 to 100%;
- solve or analyze;
- verify with a different representation; and
- if you miss, record the first wrong decision, not merely the final wrong answer.
Error log format
"I treated a sum as a product, so I chose separation" is useful. "Careless mistake" is not. Name the cue you missed and the cue you will inspect next time.
Round A: recognize and predict
Do not solve these. Name the most useful first method and one behavior or checking strategy.
- Mixed - recognition
M4 \(\mathbf{x}'=\begin{bmatrix}0&-1\\1&0\end{bmatrix}\mathbf{x}\)
- Mixed - verification
M6 A student claims \(y=1/(1-t)\) solves \(y'=y\), \(y(0)=1\). Diagnose the first mismatch.
Round A checkpoint
Your six first moves should include linear integrating factor, separation, homogeneous-plus-particular response, phase-plane eigenanalysis, autonomous phase line, and substitution.
Round B: execute and verify
- Mixed - first order
M7 Solve \(y'=(1+t)y^2\), \(y(0)=-1\). State the interval around zero on which the denominator remains nonzero.
- Mixed - second order
M9 Solve \(y''+2y'+2y=0\), \(y(0)=1\), \(y'(0)=0\). Describe its phase portrait.
- Mixed - numerical
M11 Use two Euler steps of size \(0.5\) for \(y'=y(2-y)\), \(y(0)=0.5\). Check the values against the phase line.
- Mixed - system
M12 Classify the origin for \(\mathbf{x}'=\begin{bmatrix}-2&1\\1&-2\end{bmatrix}\mathbf{x}\) and identify the late-time direction for generic initial data.
Round C: challenge transfers
C1. Design a safe infusion model
A medication concentration (C(t)) in a fixed blood volume (V) receives a constant infusion (I) mg/hour and clears at a rate proportional to concentration, (kC) mg/hour.
- Build the differential equation with units.
- Find and classify the equilibrium concentration.
- Solve for (C(0)=0).
- Express the time to reach 90% of equilibrium.
- Explain which parameters change the target and which change only the approach speed.
C2. Compare two models, not two formulas
Two populations start at (P(0)=1):
Compare them through rate laws, direction fields, early-time behavior, long-run behavior, and numerical sensitivity. Find the first nonzero term at which their Taylor expansions around (t=0) differ.
C3. Reverse-engineer a portrait
Construct a 2x2 linear system with a spiral sink whose trajectories rotate counterclockwise and whose amplitude envelope is (e^{-0.5t}). Give one valid matrix, its eigenvalues, and the corresponding scalar second-order equation for the first component.
A four-session spacing plan
Do not finish the whole studio in one sitting.
| Session | New work | Closed-book retrieval |
|---|---|---|
| Day 1 | M1-M6 | method map; equilibrium safeguard |
| Day 3 | M7-M9 | integrating-factor derivation; root cases |
| Day 7 | M10-M12 | phase-line and phase-plane classifications |
| Day 14 | C1-C3 | one worked example reconstructed from memory |
After Day 14, create six new problems by changing coefficients or initial conditions. Mix them before solving so the labels disappear again.
Exit interview
Answer in complete sentences:
- What do you inspect before choosing a method?
- Which visual representation would you use for one autonomous state? For two coupled states?
- How do you distinguish transient and forced behavior?
- What evidence makes a numerical result credible?
- Which error recurred in your log, and what cue will interrupt it?