Method in Action
From understanding the problem to owning the solution.
Tutor-driven Explanation/Proof/Lecture Traffic Lights
Student's Red Light: "STOP! I don't understand."
Tutor: "Sorry for that. Let me find a better way to explain it."
Student's Green Light: "I understand. Keep going."
A Student's Best Friends
The Power of =, =>, and ARC
- Equals - Rewrites the previous expression : a = 2; b = 3; c = a* b = 2 * 3 = 6
- Implies That - Leverages the previous clause (for example, an equation)
Whatever you do to the Left Side of an Equation, you do to the Right Side :
a = b => f(a) = f(b) => 2 * f(a) = 2 * f(b) => 2 * sin(f(a)) + c = 2 * sin(f(b)) + c
- ARC: Average Rate of Change of y wrt x = ARC(y/x) = Change of y over Change of x = Δy / Δx <=>
ARC(y/x) = Δy / Δx
-
And Their Best Friends' Cousins
The Cousins of =, =>, and ARC
- Not Equal != --the opposite of equal: >, > =, < , < =, <<, >>, ~=, for example, 3 != 5
- Equivalent To <=> -- a two-way Implies That: Rewrites the previous clause; for example a = b <=> b = a
- Double Vertical bar: {,,} - Combines simultaneously 2 or more clauses/equalities, for example {a = b, b = c} => a = c
-
- Instant Rate of Change: While ARC(y/x) measures the change of a given quantity y over a large interval of tits input variable x, IRC (y/x) measures that same change but this time over an extremely tiny such interval
-
Red Light Example
The Implies That Lecture
Implies That - Leverages
-Tutor: "Is it the word leverages that you don't understand?"
-Student: "Yes. It throws me off."
- Tutor: "Do you understand the meaning of this in Plain English"
-Student: "It made me lose the thread"
- Tutor : "If I had said 'takes advantage of', would you have understood better".
- Student: "Yes. I understand that better".
Tutor: "Very good. What we were saying was that"
Implies That takes advantage of the previous clause (for example, an equation)
Whatever you do to the Left Side of an Equation, you do to the Right Side :
a = b => f(a) = f(b) => 2 * f(a) = 2 * f(b) => 2 * sin(f(a)) + c = 2 * sin(f(b)) + c
Word Problem
Imagine a student whose height was 5 feet on January 1st 2020 and is 6 feet on January 1st 2026.
Question 1: What was the student's average growth rate in feet per year over that period?
Question 2: Now imagine we could measure the student's height with extraordinary precision at one specific moment—say, midnight last night. What would it mean to measure the student's instantaneous growth rate at that exact moment?
Question 3: Let's assume our student recorded his height every 12 months over that same period of time starting on January 1 2020, how would you approximate his instant growth rate on July 1st 2023?
Analysis
Read Out Loud and Underline
Imagine a student whose height was 5 feet on January 1st 2020 and is 6 feet on January 1st 2026.
Question 1: What was the student's average growth rate in feet per year over that period?
Question 2: Now imagine we could measure the student's height with extraordinary precision at any specific moment—say, midnight last night. What would it mean to measure the student's instantaneous growth rate at that exact moment?
Question 3: Let's assume our student recorded his height every 12 months over that same period of time starting on January 1 2020, how would you approximate his instant growth rate on July 1st 2023
Mathematical Translation
(single source of truth moving forward)
time = t ; height = h(t)
start date = January 1, 2020 = t₀ = 0
end date = January 1, 2026 = t₁ = 6
height at t₀ = h(t₀) = 5 ft ; height at t₁ = h(t₁) = 6 ft
time period = [t₀, t₁]
Question 1:
average growth rate over time period?
Graphical Representation
(A faithful reflection of the Mathematical Translation)

Uninterrupted Resolution Steps
Question Mark 1: Average growth rate over time period ?
Average growth rate over time period = Average Rate of Change of h(t) wrt t =
ARC(h(t)/t)[t₀, t₁] = Δh / Δt = (h(t₁) - h(t₀)) / (t₁ - t₀) = (6 ft - 5 ft) / (6 yr - 0 yr) = 1 ft / 6 yr = 1/6 ft/yr
Note: We work with symbolic objects throughout the resolution and substitute numerical values only in the final step.
Tutor Guidance Symbols
- ? : Tutor: "Who's your first best friend?" - Student replies and writes '='
- ? : Tutor: "Who's your second best friend?" - Student replies and writes '=>'
- ? : Tutor "Who's your third best friend?" - Student replies and writes '='
- | : Tutor: "Say it in Math" - Student replies and writes the previous expression in mathematical terms
- || : Tutor: "Say it in English" - Student replies and writes the previous expression in mathematical terms
- // : Tutor: "Who's his cousin?" - Student replies with the cousin symbol's name and writesit down symbol
Tutor-Guided Resolution Steps
Student Stuck at ARC
Question Mark 1: Average growth rate over time period ?
Average growth rate over time period =? Average Rate of Change of h(t) wrt t =#