← Back to blog
Tools

Interactive Math Visualizations

Interactive demonstrations of fundamental calculus concepts: the sin(x)/x limit, derivative of sine, and Euler's formula. With manipulable SVG visualizations.

Three interactive demonstrations built with React and SVG that let you directly manipulate the parameters of fundamental concepts from calculus and complex analysis.

Why these concepts matter

These three results are not just mathematical curiosities; they show up directly in actuarial and financial work:

  • The sin(x)/x limit underpins the linear approximations used when computing sensitivities. If you don’t understand why sin(θ) ≈ θ for small angles, you’re using approximation formulas without knowing when they break down.
  • The derivative of sine connects to the analysis of periodic functions: claim seasonality, interest rate cycles, demographic patterns. The relationship between a function and its rate of change is the essence of applied calculus.
  • Euler’s formula unifies trigonometric functions with the complex exponential. This is what allows characteristic functions to be expressed in probability, the key tool for proving the Central Limit Theorem and analyzing distributions of sums of random variables.

What’s included

  • sin(x)/x limit: Geometric visualization of the fundamental limit using the unit circle. Drag the angle and watch the ratio converge to 1.
  • Derivative of sine: Manipulate the point on the curve and observe how the tangent line slope traces out cosine.
  • Euler’s formula: Explore the relationship between complex exponentials and trigonometric functions in the complex plane.

Each visualization is designed to build intuition before formalization. The goal isn’t to prove theorems but to understand why the results are true.

Connection to other projects

The intuition these visualizations build has direct applications: trigonometric derivatives appear in options sensitivity calculations (as in the Currency Derivatives project), and Euler’s formula is the bridge between moment generating functions and probability distributions, a central concept in the SOA Exam P foundations.

Explore demonstrations →