Showing 12 results
Newton-Raphson Method Root Finder
Track the wild convergence of Newton's Method. Place an initial guess x0 and watch iterative tangent lines slice toward the true polynomial root. Place the guess at a local minimum (f'(x)=0) to provoke absolute visual divergence.
Riemann Sum Explorer
Interactively approximate definite integrals using left, right, and midpoint Riemann sums. Adjust the number of rectangles to watch the approximation converge to the true area under the curve.
Derivative & Tangent Line Visualizer
Drag a point along any differentiable function to see the tangent line update in real time. Visualize how the slope of the tangent equals the derivative value, and explore where derivatives are zero or undefined.
Slope Field Explorer
Generate slope fields for any first-order ODE and trace solution curves through arbitrary initial conditions. Visualize how solutions behave near equilibria, and develop intuition for qualitative analysis.
Area Between Two Curves
Visualize and calculate the area between two curves using definite integrals. Explore how to find intersection points, determine which function is on top, and set up the integral ∫[a to b] (f(x) - g(x))dx. Practice with vertical and horizontal slicing methods, and understand applications in physics, economics, and geometry where finding regions between curves is essential.
Chain Rule Visualizer
Visualize the chain rule for differentiating composite functions, one of the most powerful differentiation techniques in calculus. Explore how d/dx[f(g(x))] = f'(g(x)) · g'(x) by decomposing nested functions into outer and inner components. Practice identifying composite functions, applying the chain rule step-by-step, and understanding how rates of change multiply through function composition.
ε-δ Definition of a Limit
Explore the rigorous epsilon-delta (ε-δ) definition of a limit, the formal foundation of calculus. Visualize how for every ε > 0, there exists a δ > 0 such that if 0 < |x - c| < δ, then |f(x) - L| < ε. Understand how this definition precisely captures the intuitive notion that f(x) approaches L as x approaches c, and practice constructing epsilon-delta proofs.
Exponential Growth & Decay
Model exponential growth and decay processes using differential equations of the form dy/dt = ky. Explore how the solution y = y₀e^(kt) describes phenomena like population growth, radioactive decay, compound interest, and Newton's law of cooling. Understand the significance of the growth constant k, half-life, and doubling time in real-world applications across biology, physics, and finance.
Fundamental Theorem of Calculus
Explore the Fundamental Theorem of Calculus, which connects differentiation and integration as inverse operations. Visualize Part 1: if F(x) = ∫[a to x] f(t)dt, then F'(x) = f(x), and Part 2: ∫[a to b] f(x)dx = F(b) - F(a) where F is any antiderivative of f. Understand how this theorem enables efficient calculation of definite integrals and reveals the deep relationship between rates of change and accumulation.
L'Hôpital's Rule
Apply L'Hôpital's Rule to evaluate indeterminate forms like 0/0 and ∞/∞ by taking derivatives of the numerator and denominator. Visualize how lim[x→c] f(x)/g(x) = lim[x→c] f'(x)/g'(x) when the original limit produces an indeterminate form. Practice identifying when to apply the rule, handling repeated applications, and recognizing other indeterminate forms like 0·∞, ∞-∞, 0⁰, 1^∞, and ∞⁰.
Limits & Continuity
Explore the foundational concepts of limits and continuity that underpin all of calculus. Visualize one-sided limits, two-sided limits, and limits at infinity. Understand the three conditions for continuity at a point: f(c) is defined, lim[x→c] f(x) exists, and lim[x→c] f(x) = f(c). Practice identifying discontinuities (removable, jump, and infinite) and applying limit laws to evaluate complex expressions.
Mean Value Theorem Visualizer
Visualize the Mean Value Theorem (MVT), which guarantees that for a continuous and differentiable function on [a,b], there exists at least one point c where f'(c) = (f(b)-f(a))/(b-a). Explore how the instantaneous rate of change equals the average rate of change at some interior point. Understand MVT's applications in proving inequalities, analyzing motion, and establishing fundamental results like the constant difference theorem.