Exploring the counter-intuitive world of infinite sums and limits.
Continuous everywhere, differentiable nowhere.
This function is a "fractal curve". No matter how much you zoom in, it never becomes a straight line (smooth). Standard calculus breaks down here. Try increasing b to add more "noise", or zoom in to see the self-similarity.
Visualizing the formal definition of a limit.
Goal: For a given error margin $\epsilon$ (the horizontal band), find a input range $\delta$ (the vertical band) such that the function graph stays entirely within the rectangle. If the graph exits the top or bottom of the box before exiting the sides, your $\delta$ is too big!
Approximating the area under a curve.
As $n \to \infty$, the sum of the rectangle areas converges to the exact area under the curve. Notice how the Midpoint rule usually converges faster than Left or Right!
Approximating functions with polynomials.
A Taylor Series builds a polynomial that matches the function's value, slope, curvature, etc., at a single point $a$. Increase the Degree to see the polynomial "hug" the function further away from the center.