An animation tracks secant lines through the fixed point (2, f(2)) on f(x) = x^2/4 + 1/2 as the second point slides in with h shrinking from 2 to 0.05. A live slope readout shows the secant slope approaching 1, and the secant line visibly rotates into the tangent line. It builds intuition for the derivative as a limit of difference quotients, useful for introducing f'(a) in an early calculus unit.
16:9 · every frame verified for overlaps, spacing and edges before rendering
Secant lines through (2, f(2)) on f(x) = x^2/4 + 1/2 with h shrinking from 2 to 0.05; the slope readout converges to 1 and the secant becomes the tangent, illustrating f'(a) = lim (f(a+h) - f(a))/h.