How to Memorize PDEs: The Study System for Partial Differential Equations
The reason most students struggle to "memorize" PDEs is that they're trying to memorize the wrong thing. A partial differential equation (PDE) isn't a random string of symbols — it's a mathematical description of a physical process. When you understand what each term means, the equation becomes memorable because it's logical. When you don't, it's 20 arbitrary symbols that blur together under exam pressure.
This guide gives you a study system that combines conceptual understanding, pattern recognition across PDE families, and active recall drills — so you can reproduce and apply PDEs under pressure without blanking.
What "Memorizing" a PDE Actually Means
There are three layers to knowing a PDE for an exam:
- Recognition — Can you identify which PDE applies to a given scenario?
- Reproduction — Can you write the PDE from memory, correctly, including boundary conditions?
- Application — Can you set up and begin solving it?
Most students only target layer 2 (writing from memory) while ignoring layers 1 and 3. This produces fragile memorization — you can copy the equation but blank on which one to use or how to start.
A complete study system hits all three layers.
The Three Major PDE Families (and How to Group Them)
There are dozens of PDEs, but undergraduate and graduate courses are built around three canonical families. Every other PDE you encounter is a variant or combination.
Family 1: The Heat Equation (Parabolic)
The equation: ∂u/∂t = α ∇²u
What it describes: How heat (or any diffusive quantity) spreads through a medium over time. Temperature at each point changes based on the Laplacian of temperature in space.
Memory hook: "Heat spreads from hot to cold" — the equation says the rate of change in time equals how curved the spatial distribution is. Where the temperature profile is sharply peaked (high Laplacian), it flattens out fast.
Key variants: Diffusion equation, Fokker-Planck equation, Black-Scholes (in finance).
Family 2: The Wave Equation (Hyperbolic)
The equation: ∂²u/∂t² = c² ∇²u
What it describes: Propagation of waves — sound, light, vibrations on a string. Unlike the heat equation, the second time derivative means the disturbance oscillates rather than decays.
Memory hook: "Two on both sides" — the wave equation has second derivatives in both time and space. The heat equation is first-order in time. The extra time derivative is what makes waves oscillate instead of dissipate.
Key variants: Acoustic wave equation, electromagnetic wave equations (Maxwell), Klein-Gordon.
Family 3: Laplace's Equation and Poisson's Equation (Elliptic)
Laplace: ∇²u = 0
Poisson: ∇²u = f(x, y)
What they describe: Steady-state distributions — no time variable. Electrostatics, gravitational potential, steady-state heat distribution.
Memory hook: "No time, no change" — Laplace's equation has no time derivative at all. It describes equilibrium states, not dynamic processes. Poisson adds a source term f(x,y).
The Feynman Approach: Understand Before You Memorize
Rote memorization of PDE forms collapses under pressure. The more reliable strategy is deriving the equation from its physical meaning — the Feynman method applied to mathematics.
For each PDE you need to know:
Step 1: Write down what the equation is modeling in words. ("This describes how heat distributes in a solid rod over time.")
Step 2: Identify each term's physical meaning. ("∂u/∂t is the rate of temperature change at a point. α∇²u is the diffusion driven by spatial curvature.")
Step 3: Close your notes. Write the equation from the word description. If you can't, your gap is conceptual, not memorial — go back to Step 2.
Step 4: Write the boundary conditions and initial conditions from scratch. These are where most exam marks are lost.
See: The Feynman Technique: The 4-Step Method That Replaces 10 Hours of Studying and How to Apply the Feynman Technique to Any Subject
Active Recall Practice for PDEs
Once you understand each equation conceptually, you need retrieval practice to make recall automatic under exam conditions.
Flashcard protocol for each PDE:
- Front: Name of the PDE + the physical scenario it models
- Back: Full equation + standard boundary conditions + key solution method (separation of variables, Fourier transform, etc.)
Drill these with spaced repetition. For the heat and wave equations, you should be able to write them in under 10 seconds from a blank page.
Scenario drills (most important):
Create cards that describe a physical situation and ask you to select and write the correct PDE:
- "A long metal rod is insulated except at the ends. Temperature is measured over time." → Heat equation
- "A guitar string is plucked at its center." → Wave equation
- "Find the electric potential between two parallel plates with no free charge." → Laplace's equation
This trains layer 1 (recognition) — the layer that actually costs marks on exams when students know the equations but can't identify which one applies.
See: What Is Active Recall? and How to Make Flashcards That Actually Work
How to Remember Solution Methods, Not Just Equations
Knowing the PDE isn't enough if you can't begin solving it. Most PDE courses test one or more of these solution methods:
Separation of Variables
- Used for: heat and wave equations with simple geometries
- Trigger: "Assume u(x, t) = X(x)T(t)"
- Memory anchor: the method literally separates the variables into two ODEs — one spatial, one temporal
Fourier Series / Transform
- Used for: periodic domains (Fourier series) or infinite domains (Fourier transform)
- Trigger: boundary conditions at x = 0 and x = L → Fourier series; no boundary → Fourier transform
- Memory anchor: Fourier expansion decomposes the solution into sine/cosine modes
Method of Characteristics
- Used for: first-order PDEs, transport equations
- Trigger: ∂u/∂t + c ∂u/∂x = 0 (advection equation)
- Memory anchor: "characteristics" are the paths along which information travels at speed c
For each method, write a worked example from memory as practice. Not copying — reconstructing from the scenario setup. This is the most difficult and most valuable practice you can do.
Use TikoNote to Drill PDE Scenarios
Upload your PDE lecture notes, problem sets, or textbook chapter to TikoNote. The AI generates scenario-based quiz questions automatically — "Which PDE governs heat conduction in a rod?", "Write the wave equation and identify each term", "What boundary conditions apply to this problem?" — and queues missed questions for spaced review.
👉 Try TikoNote free — upload your PDE notes
Common PDE Exam Mistakes
Mixing up the heat and wave equations: The wave equation has ∂²u/∂t² (second order in time). The heat equation has ∂u/∂t (first order). Get this wrong and the entire solution path is wrong.
Forgetting boundary and initial conditions: The PDE itself is only half the problem. Examiners consistently award marks for correctly specifying boundary conditions — and dock marks when they're missing.
Applying separation of variables to the wrong problem: Separation of variables only works cleanly when boundary conditions are homogeneous. For non-homogeneous BCs, you typically need to split the problem.
Not checking dimensions: Every term in a PDE must have the same dimensions. If your units don't match, the equation is wrong. This is a fast error-checking tool in exams.
Frequently Asked Questions
Do you have to memorize PDEs or can you derive them?
Both — and the best approach is deriving them from physical meaning, then drilling reproduction until it's fast. Pure memorization (symbol-copying) is brittle. Pure derivation is too slow for time-pressured exams. Understanding the derivation and practicing rapid reproduction is the winning combination.
How do I know which PDE to use in an exam problem?
Identify three things: (1) Is there a time variable? If no → Laplace/Poisson. If yes → heat or wave. (2) Is the time derivative first or second order? First → heat equation. Second → wave equation. (3) Is there a source term? Yes → Poisson (steady-state) or an inhomogeneous version of heat/wave.
What's the easiest way to remember the heat equation?
"Heat spreads from hot to cold at a rate proportional to spatial curvature." Write that sentence, then translate it to math: rate of change in time (∂u/∂t) = diffusivity × curvature in space (α∇²u). That's the equation. Derive it from the sentence every time until writing it becomes automatic.
How many PDEs do I actually need to memorize?
For most undergraduate courses: 3 core equations (heat, wave, Laplace/Poisson) plus their standard solution forms. Advanced courses add Schrödinger, Navier-Stokes, Burgers' equation. Focus on the three core families first — every other PDE variant connects back to them.
Can I use flashcards for PDE study?
Yes — specifically for (1) equation → physical meaning, (2) scenario → correct PDE, and (3) PDE name → standard solution method. What flashcards can't replace is worked-example reconstruction, which is the highest-value practice for solving PDEs under exam conditions.
The Bottom Line
Memorizing PDEs isn't about drilling symbols. It's about understanding what each term physically means, grouping equations into three recognizable families, and drilling scenario-recognition so you automatically know which equation fits which problem.
Action step today: Take the heat equation. Write one sentence explaining what each term means physically. Close your notes. Write the equation from that sentence. Check it. That's your first Feynman session for PDE.
Also see: How to Study Smarter Not Harder and Spaced Repetition Explained
Written by TikoNote Team
AI learning researchers & cognitive science enthusiasts building tools that help students study smarter with evidence-based methods like active recall, spaced repetition, and the Feynman Technique.

