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.

TaylorLocal PredictionNewtonShape CorrectionSqueezeBoundary Pinching

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?

Heightf(0) tells where the curve starts.
Slopef′(0) tells which way it heads as it leaves the point.
Curvaturef″(0) tells it’s not a straight line — it begins to bend.
Remainder termR_n(x) tells you “how much is left” — that’s where reliability comes from.

example / e^x at 0

ex1+x+x22+x36e^x \approx 1+x+\frac{x^2}{2}+\frac{x^3}{6}
3rd-order correction
True e^x3 order Taylor polynomial

example / sin x

f(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}
h = 1.20
Tangent slope 0.697Secant slope 0.160

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.

Average changeThe height difference between two points divided by the horizontal distance.
Shorter distanceMake h smaller, and the secant looks more and more like the tangent.
Limit remainsAs h → 0, you get the instantaneous rate of change at that point.
xn+1=12(xn+51xn)x_{n+1}=\frac{1}{2}\left(x_n+\frac{51}{x_n}\right)
Current estimate7.14142843True √51 = 7.14142843, squared error 2.13e-14

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.

Round 07.000000 and 7.285714

After averaging we get 7.14285714

Round 17.142857 and 7.140000

After averaging we get 7.14142857

Round 27.141429 and 7.141428

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.

Upper boundFind h(x) that f(x) never exceeds.
Lower boundFind g(x) that f(x) never falls below.
PinchingIf both g and h squeeze toward the same L, the middle has no choice but to go there.

example

xxsin1xx-|x|\le x\sin\frac{1}{x}\le |x|
Limit is 0
Upper bound |x|Lower bound −|x|
eml(x,y)=exln(y)\text{eml}(x,y)=e^x-\ln(y)emlemlemlx1x1

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.”

Define the building blockFirst specify the single operation eml(x,y).
Substitute inputsx, constants, or another eml can all become child nodes.
Tree compositionComplex functions arise from nesting these nodes together.
Enter the Math Formula Lab

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.

1

Ask a Question

Formulas don't come from nowhere; they answer a very specific problem.

2

Look at Geometry

Translate symbols into lengths, areas, slopes, boundaries, or trees, and abstraction suddenly feels concrete.

3

Try a Number

Run a small example like 51, 0, sin x — it sticks better than memorizing definitions.

4

Watch the Error

Real understanding isn’t just "getting the answer" but knowing why you’re getting closer and closer.