Cornell Notes — Path on a Grid (Age 13)
| Cues / Questions | Notes / Worked steps |
| Goal | Make a single continuous lattice path whose consecutive segment lengths (in order) are: 1, √10, 5, √5. Show coordinates, Δx and Δy, and a one-line Pythagorean whisper for each. |
| Choose start point | Start at A = (0,0). We'll build a continuous path A → B → C → D → E with the needed segment lengths. |
| Planned points |
Choose these lattice points (all integers): A = (0,0) B = (1,0) (so AB = 1) C = (4,1) (so BC = √10 because Δx=3, Δy=1) D = (7,5) (so CD = 5 because Δx=3, Δy=4) E = (9,6) (so DE = √5 because Δx=2, Δy=1) |
| Draw the grid (ASCII) |
y
6 | . . . . . . . . . E(9,6)
5 | . . . . . . D(7,5) . .
4 | . . . . . . . . . .
3 | . . . . . . . . . .
2 | . . . . . . . . . .
1 | . . . C(4,1) . . . .
0 | A(0,0) B(1,0) . . . . . x
0 1 2 3 4 5 6 7 8 9
Note: dots are other grid points. This is a small sketch to show positions.
|
| Segment AB |
Δx = 1-0 = 1, Δy = 0-0 = 0 → length = √(1^2 + 0^2) = √1 = 1. One-line whisper: "Because 1^2 + 0^2 = 1^2, AB = 1." |
| Segment BC |
Δx = 4-1 = 3, Δy = 1-0 = 1 → length = √(3^2 + 1^2) = √(9+1) = √10. One-line whisper: "3^2 + 1^2 = 10, so BC = √10." |
| Segment CD |
Δx = 7-4 = 3, Δy = 5-1 = 4 → length = √(3^2 + 4^2) = √(9+16) = √25 = 5. One-line whisper: "3^2 + 4^2 = 5^2, so CD = 5." |
| Segment DE |
Δx = 9-7 = 2, Δy = 6-5 = 1 → length = √(2^2 + 1^2) = √(4+1) = √5. One-line whisper: "2^2 + 1^2 = 5, so DE = √5." |
| Check continuity | Path A(0,0) → B(1,0) → C(4,1) → D(7,5) → E(9,6) is continuous: each point is the end of the previous segment. Segments lengths in order: 1, √10, 5, √5 — done. |
| Short teaching tip | Label coordinates, write Δx & Δy under each segment, apply Pythagoras quickly. For fluency practise similar short chains until listing candidate vectors becomes automatic. |
Summary (bottom of Cornell page)
We built a continuous lattice path with the required segment lengths. Each segment used Δx and Δy, Pythagoras gave the length, and the path stays on integer grid points so it is easy to check. This is the kind of short success that builds fluency for more combinatorial path puzzles.
Teacher rubric comments — exemplary outcome (Ally McBeal cadence)
(spoken with a little musical spring and soft sighs — precise, encouraging, a touch theatrical)
- Fluency — exemplary: "Ohhh, darling — the student wrote each coordinate cleanly, calculated Δx and Δy without hesitation, and applied Pythagoras correctly every time. Arithmetic was tidy, square roots simplified where possible — exactly the fluency we want in Semester 1."
- Reasoning & Representation — exemplary: "They chose integer lattice points with intention, listed vectors (1,0), (3,1), (3,4), (2,1) and justified each length in a one-line whisper. Representation choice is clever and efficient — bravo."
- Communication — exemplary: "Labels were clear, the small ASCII grid (or sketch) was neat, and every final statement had a one-sentence justification. That tidy explanation is exactly the kind of mathematical etiquette that earns the top band."
- Problem solving — exemplary: "From little steps to a continuous chain — they showed the chain property and checked lengths. For a 13-year-old, this is a calm, confident performance: no guesswork, just planned vectors and checks."
- ACARA v9 mapping — exemplary: "This work shows fluent use of the Pythagorean theorem (Measurement & Geometry), accurate arithmetic with squares and square roots (Number & Algebra), and clear choice of representations (Reasoning). Perfect alignment with Semester 1 targets."
- Next instruction suggestion: "Encourage the student to generate two alternative chains that also give the same sequence of lengths, annotate any failed attempts briefly (pruning), and then generalise: what vector choices give √10? (±3,±1) or (±1,±3) — ah, the delightful symmetry!"
Final flourish (softly): "Keep the diagrams neat, whisper the Pythagorean line, and practice small chains until the hands and brain move together — like a little dance across the grid."
ACARA v9 quick mapping (explicit)
- Measurement & Geometry: use the Pythagorean theorem to determine lengths of right triangles in the coordinate plane.
- Number & Algebra: practise squares and square roots, integer arithmetic for Δx^2 + Δy^2.
- Proficiency strands: Fluency (accurate calculations), Reasoning (choose efficient vectors and justify), Problem Solving (construct and verify a multi-step chain).
If you want, I can give 10 warm-up grid problems in the same style (short chains) for Week 1–4 practice, or design Semester 1 lesson slides that scaffold label → compute → whisper justification. Which would you like next?