visual math studio
Turning Formulas into
a Visual Journey of Reasoning
This site is no longer just an EML showcase — it’s a gallery of mathematical intuition: Every exhibit starts with a question, explains the logic with images, then grounds the formula with a hands-on example.
exhibit map
Every Formula Follows the Same Learning Structure
I’ve organized the content into four exhibits. You can enter through any of them, but each follows the same rhythm: question, intuition, formula, example.
Local prediction
Taylor Series
Given only information near one point, can we guess the entire curve?Height gives the starting point, slope the direction, second derivative the bend; higher derivatives refine the approximation.Instant rate
Derivative and Tangent
How does the average rate of change become the instantaneous speed at a point?Move the second point closer and closer; the secant slope approaches the tangent slope.Shape correction
Square Root Iteration
How can we compute √51 to high accuracy in seconds?Take a rectangle of fixed area N, average its two sides, and the rectangle gets squeezed toward a square.Boundary thinking
Squeeze Theorem
When a function is hard to pin down, can we sandwich it between two simpler functions?Upper and lower bounds converge to the same limit; no matter how wild the middle function is, it must converge too.Generative grammar
EML Operator
Can a single operation generate a whole family of complex functions, like a grammar?Combine exp and ln into one binary operator, then build expression trees by recursive composition.exhibit 01 / Taylor
Taylor Series: The Curve’s “Local Fingerprint”
Taylor series isn’t about memorizing a chain of derivatives — it’s about asking: If I stand at x=0, knowing only the curve’s height, direction, and bend, how far can I predict?
example / e^x at 0
example / sin x
exhibit 02 / derivative
Derivative: From “Two-Point Change” to “Instantaneous Speed”
The derivative captures the first‑order information of the Taylor series. Take two points to get the secant slope, then move the second point closer to the first — the limit that remains is the tangent slope.
exhibit 02 / Newton
“The Squeeze”: Fix the Area, Squeeze the Rectangle into a Square
The method in the video is essentially Newton’s iteration (Heron’s method). It’s not a magical trick — it’s a geometric self‑correction: guessing one side too small makes the other too large; averaging them pulls both closer.
After averaging we get 7.14285714
After averaging we get 7.14142857
After averaging we get 7.14142843
Reminder: the square root of 49 is 7; the square of 49 is 2401.
exhibit 03 / squeeze theorem
Squeeze Theorem: If the Middle Is Unclear, Look at the Sides
Some functions oscillate wildly near a point, making the limit hard to see directly. The Squeeze Theorem gives a strategy: don’t wrestle with the messy middle — use two simpler boundaries to pinch it.
example
exhibit 04 / EML
EML: Seeing Functions as a Generative Tree
This exhibit keeps the most distinctive part of the original site: how a single binary operator recursively generates complex expressions. It fits naturally into this summary site as an example of a “generative grammar for math.”
how to read
How to Read This as a Beginner: Don’t Memorize, Understand the Moves
The point of math visualization isn’t to make formulas look nicer — it’s to expose the “why” behind them. This site can later expand with exhibits on calculus, probability, linear algebra, and number theory.
Ask a Question
Formulas don't come from nowhere; they answer a very specific problem.
Look at Geometry
Translate symbols into lengths, areas, slopes, boundaries, or trees, and abstraction suddenly feels concrete.
Try a Number
Run a small example like 51, 0, sin x — it sticks better than memorizing definitions.
Watch the Error
Real understanding isn’t just "getting the answer" but knowing why you’re getting closer and closer.