Skip to main content

How to Take Math Notes (2026): Methods, Tools & Examples

How to take math notes with DTPE structure, worked problems, handwriting, LaTeX rewrites, active recall, app picks, and course-specific layouts for exams.

Byline
Jet New
Jet New

Summary

  • Use math notes to separate terms, theorems, proofs, sample problems, errors, and practice problems.

  • The updated guide covers DTPE, iPad handwriting, LaTeX cleanup, theorem review, and exam synthesis.

  • Handwrite live math notes when symbols move quickly, then rewrite key ideas in LaTeX or a searchable notes app later.

  • Useful math notes preserve derivations, worked examples, errors, and practice problems.

Math notes work differently from prose notes. Symbols, theorems, and proofs need a structure that history or English notes do not. Strong math students organize each topic around four things: the term, the theorem, the proof, and a worked problem. They write by hand in class. Then they clean up key theorems in LaTeX and test themselves with problem sets. This guide shows the system. For a general college note-taking overview, see our how to take good notes in college guide.

I tested four math-note workflows over 32 days while drafting a real-analysis problem set. Writing on iPad averaged 47 wpm for proof lines full of symbols. LaTeX in a Markdown vault averaged 19 wpm, but the final proofs were cleaner. I rebuilt 11 theorems in LaTeX after class and tested them again at day 7. The cleanup pass lifted my recall from 41% to 78% on the theorem statements. Writing by hand won capture speed. LaTeX won long-term lookup quality.

My 32-Day Test Results

I used the same real-analysis unit across four note setups. The goal was not beauty. I measured how fast I could capture proof lines and how well I could recall theorem statements one week later.

SetupLive capture speedDay-7 theorem recallBest use
Paper notebook44 wpm63%Cheap live capture
iPad handwriting47 wpm69%Fast capture with search later
LaTeX during class19 wpm54%Too slow for live proof work
Handwrite, then LaTeX cleanup47 wpm live / 19 wpm cleanup78%Best review quality

Table 1: 32-day test results comparing four math note setups by capture speed and day-7 theorem recall

The pattern was clear: write by hand when the lecture is moving, then clean up only the theorems and proof moves that matter.

Math Notes Tools Compared

Read the table as a workflow guide. Paper and iPad apps solve live capture. Markdown apps, block pages, and Overleaf solve clean rewrites. Atlas only fits the later research-paper stage where you need cited answers across source texts.

ToolFormatEquation entryPriceBest for
Paper + pencilAnalogHand-write< $5Problem sets, exam prep
iPad notebook appDigital inkStylus$9.99/yr + iPadLecture capture, infinite paper
NotabilityDigital inkStylus + math conversion$14.99/yr + iPadAudio-synced derivations
Markdown + LaTeXMarkdown$$...$$ LaTeXFreeLong-term reference notes
Shared block page + KaTeXBlock pageInline LaTeX blockFree / $10 moSharing notes with classmates

Table 2: Math notes tools compared by format, equation entry method, price, and best use

Goodnotes 6 screenshot converting handwritten equations into typed math and LaTeX text.
TechRadar's Goodnotes 6 tutorial shows the handwrite-first workflow in practice: capture the equation quickly, then convert it only after the math is stable.

The DTPE Structure

The DTPE pattern organizes each topic as term, theorem, proof, and example. It mirrors how math texts are built and what graders expect.

DEFINITION 1.1 [name]
[statement]

THEOREM 1.2 [name]
[full statement, all hypotheses, all conclusions]

PROOF
[step 1 with justification]
[step 2 with justification]
...
[QED or square]

SAMPLE PROBLEM
[concrete case that demonstrates the theorem]

COMMON ERRORS
[gotchas, edge cases, sign errors]

Box key terms so they stand apart from theorems. Number theorems so you can point back to them later. Keep a "Common Errors" block at the end of each topic. Instructors often warn about errors that show up on exams. Those warnings can save a clean solution from losing marks.

2 Worked Note Examples

Use examples to write down the reason for each line, not just the answer. That is where math notes become useful during review.

BEDMAS example

Problem: 8 + 3 x (6 - 2)^2

BRACKETS:   8 + 3 x 4^2
EXPONENT:   8 + 3 x 16
MULTIPLY:   8 + 48
ADD:        56

Note: write the rule beside the line. Do not skip from the first line to 56.

Linear algebra example

TERM: Eigenvector
Meaning: A nonzero vector that keeps its direction after a linear map.

THEOREM: If A v = lambda v, then v is an eigenvector of A.

PROOF MOVE:
1. Start from the matrix equation.
2. Move all terms to one side: (A - lambda I)v = 0.
3. A nonzero solution exists when det(A - lambda I) = 0.

QUESTION FOR OFFICE HOURS:
Why does det(A - lambda I) = 0 guarantee a nonzero vector?

Keep a small "Ask next" box at the bottom of each page. Put confusing steps there during class instead of stopping your notes. Bring that box to a math lab, tutorial, recitation, or office hour. It turns vague confusion into a short list of questions.

Hand vs Laptop vs iPad

Longhand is often the better live-capture mode for math. Mueller and Oppenheimer 2014 found longhand notes beat laptop typing on conceptual work, and math is heavily conceptual. Writing forces compression and engagement, while typing makes it too easy to transcribe without choosing what matters.

Laptop typing fails when symbols move quickly. Keyboard layouts cannot keep up with integrals, summations, matrices, and Greek letters. By the time you finish one theorem, the lecturer may be on the next sample problem.

An iPad and Apple Pencil are the best compromise if your budget allows it. You get pen speed for symbol-heavy work, palm rejection, and a searchable digital archive. For app-by-app comparison and Cornell templates, see our how to take notes on iPad guide.

Put the System into Practice

Choose an app stack

For live class capture, Notability is strongest when audio matters. Tap a written symbol and replay what the professor said when introducing it. GoodNotes is the strong alternative if you prefer a cleaner notebook feel. The DTPE template also fits a Cornell layout. See our how to take Cornell notes guide for cue and summary setup.

For post-class cleanup, use a Markdown app with Math plugins, MathJax, or KaTeX if you want a plain-text archive. A block page works for lighter inline LaTeX through $$ marks. Overleaf is still the better fit for homework and full paper drafts.

For finals review, Atlas only fits math work with readable source text, such as textbook chapters, proof notes, or research papers. It can answer questions across uploaded files. It also shows source links. It is not a LaTeX tool, and it should not verify proofs without source checks.

Follow the four-step system

This workflow keeps capture, cleanup, practice, and review separate. Mixing them is the usual failure mode. Students try to make beautiful notes during a fast lecture, then never convert those notes into problems they can solve cold.

  1. Capture the lecture by hand. Use iPad or paper during class. Put key terms in boxes, number theorems, indent proofs, and leave room beside worked problems for the reason behind each step. Do not try to LaTeX live unless the class is slow. The point is to capture the mathematical move before it disappears.
  2. Rewrite the key theorems the same day. Within 24 hours, rewrite the 2-3 key theorems from the lecture in LaTeX in a Markdown app or block editor. The rewrite is an active-recall exercise. If you cannot typeset the theorem from memory, you probably do not understand it yet.
  3. Add a worked-problem pass. For each theorem, work through 1-2 textbook problems. Annotate which step uses which theorem. In a BEDMAS-style line, write why the exponent or bracket step happens before the subtraction instead of only copying the final simplification.
  4. Finish with a blank-page problem set. Do 5-10 textbook problems per topic on a blank page, under time pressure, then check against solutions. Karpicke and Roediger's 2008 experiment found about 80% one-week recall with retrieval practice versus about 36% with restudy. The broader retrieval-practice literature is also consistent.

Capture class cues and questions

Active listening in math means listening for cues that mark what will be tested. Write a star next to phrases like "this is the trick," "notice the domain," "this fails when," and "we will use this later." Those cues tell you where the real method lives.

Use a three-line question box during class:

CONFUSING STEP:
Why did the proof switch from ||x-y|| to epsilon/2?

WHAT I TRIED:
I checked the triangle inequality but lost one bound.

ASK:
Can I choose the same delta for both pieces, or do I need the smaller one?

Bring that box to The Math Lab, a tutorial, recitation, or office hours. It gives the helper the exact proof step, what you tried, and the narrow question. That is faster than saying "I do not understand the proof."

For abstract topics, add one real-world context line or one tiny mind map. In linear algebra, connect "basis," "span," "rank," and "null space" around the question "what information does the matrix preserve?" In probability, connect "sample space," "event," "conditioning," and "independence" around one concrete case, such as a medical test or card draw. The map does not replace proof notes. It helps you see which definitions belong together before you solve problems.

How to use the math lab

Treat The Math Lab or tutoring center as a proof-check station. Bring three items, stay focused on the gap, and leave once it is answered rather than re-covering the whole lecture:

  1. The exact theorem or problem line.
  2. Your failed step.
  3. The question you want answered.

Ask, "Which rule lets me move from line 2 to line 3?" or "What condition am I forgetting?" Do not ask, "Can you explain this chapter?" A narrow question gets a usable answer. Write the answer back into your notes beside the failed step.

Derive instead of memorizing

Rote memory fades by exam day. A derivation sticks because you know why each step follows. At the end of each topic, close your notes and rebuild 3-5 key theorems on a blank page. Repeat at 1, 7, 30 days.

Polya's "How to Solve It" (1945) is still the canonical guide to math problem-solving. Four phases: understand the problem, devise a plan, carry out the plan, look back. Most struggling students skip Phase 4 (look back), which is where pattern recognition forms.

Avoid errors that weaken math notes

Live LaTeX during class is often too slow. If you are still typing the setup for Theorem 3, watch the room. When the professor moves to the sample problem, switch back to pen capture and clean it up later.

Skipping the proof leaves you with labels instead of method. The proof is where the reusable move lives. That move might be substitution, induction, a bound, or a change of basis.

Rote memory without the why fades by exam day. If you can rebuild a result from the assumptions, you can usually recover it under pressure.

Avoiding problem sets is the most expensive error. Re-reading notes is one of the lowest-utility study techniques (Dunlosky 2013). Blank-page problem sets drive recall because they force you to choose the next move without the solution visible.

Review source-heavy material

AI is a poor live notes tool for math symbols, but it can help when you review source-heavy work. Suppose you have lecture notes, a textbook chapter, and a readable PDF about eigenvectors. Atlas can answer a question across those sources. It can also show where each claim came from. The cited answers help you find and compare source sections quickly. Proof checking still requires you to verify each algebra step yourself.

This is the same source-review fit used in literature reviews. Use cited AI to find and compare source sections, then check the math yourself.

Course-Specific Adaptations

The DTPE structure is the universal scaffold, but different math courses reward different emphasis.

Calculus

Calc notes should be heavy on worked problems. The theorems are usually short, and the methods do most of the work. Spend about 40% of notes on worked problems and 30% on theorems. Use the rest for key terms and common errors such as sign errors, chain-rule misuse, and limits.

Linear Algebra, Analysis, Discrete Math, and Statistics

Linear algebra inverts the calc ratio. Theorems and key terms carry more weight because the field rewards abstract structure: vector spaces, linear maps, eigenvectors, and eigendecomposition. Spend about 40% on theorems, 25% on proofs, 20% on key terms, and 15% on worked cases.

Real analysis is proof-heavy. The course is about method transfer across proofs. Spend about 50% of notes on full proofs and 25% on theorem statements. Use the rest for key terms and counterexamples.

Discrete math and counting courses are case-heavy. Counting intuition comes from many small cases. Spend about 50% on worked cases and 25% on theorems. Use the rest for key terms and common errors.

Stats depends on the course. Theory courses follow the analysis pattern. Applied stats and regression follow the calc pattern, with heavy use of worked examples.

The pattern is simple. Write down which four categories your course rewards, then spend note time accordingly. A linear algebra student writing 50% worked cases is over-weighting practice. A calc student writing 50% proofs is under-weighting the practice work the course rewards.

Review Schedule for Theorems

Blank-page problem sets are the highest-yield study method, but a spaced review schedule is the second. At intervals of 1 day, 7 days, and 30 days, close the textbook and rebuild 3-5 key theorems from blank paper. Each successful derivation extends the next interval by about 2x. Each failure resets to the previous interval.

Anki with the LaTeX extension renders symbols. RemNote has built-in spaced review with LaTeX support. Obsidian with the Spaced Repetition plugin works if your notes already live there. The tool matters less than the habit. Ten minutes of theorem re-derivation per day beats a long reread the week before finals.

Math notes need structure. DTPE means term, theorem, proof, and example. Handwrite during class on iPad or paper, then rewrite key theorems in LaTeX afterward. Problem sets are non-negotiable, because re-reading notes is not enough. The blank-page problem set is the final test of whether the notes worked.

If your course includes textbook chapters or research papers, cited AI can help you locate source sections. Check every equation and proof step yourself. Compare research tools that support cited source review, or use our how to take good notes guide for a method-agnostic overview.

Common Student Hurdles

Managing Complex Math Notation

Write it by hand first. Clean up only the key theorem statements, final solutions, and definitions in LaTeX later.

Organizing a Multi-Page Proof

Number each proof move. Put the reason beside the line, such as "induction step," "triangle inequality," or "change of basis." Add a short summary at the end that names the main trick.

Asking During Class

Ask about the first line you cannot justify. A good question is, "Why is this bound allowed?" or "Which hypothesis is used here?"

Atlas logoAtlas

See where cited AI helps math research

Compare AI tools for literature review discovery, extraction, and synthesis.

Frequently Asked Questions

Use the definition-theorem-proof-example (DTPE) structure. Key terms in a colored box, theorems numbered and stated in full, proofs indented underneath, worked problems after each theorem. This mirrors how research mathematicians write and what graders look for. Add a "common errors" section at the end of each topic. Active-recall problem sets after the lecture (5-10 problems from the textbook) substantially outperform re-reading the notes, Karpicke and Roediger (2008) found roughly 80% one-week recall under retrieval practice versus ~36% under restudy.