Templates / graphing

Graphing templates

Plot-first notebooks for intuition, boundaries, and shape checks.

4 template(s)
Exponential Growth/Decay Explorer — Notebook Template

Explore exponential models y=y0·e^(kt) and y=y0·(1+r)^t, solve for doubling/half-life times, and plot.

Piecewise Playground

Define piecewise functions with {cond:expr, else:expr} and explore discontinuities.

Quadratic Explorer (Vertex, Roots, Shape) — Notebook Template

Explore a quadratic f(x)=ax²+bx+c: compute vertex, discriminant, and roots, then plot in 2D Graph.

Sine Wave Explorer (Amplitude, Phase, Frequency) — Notebook Template

Explore y=A·sin(ωx+φ)+c, compute period and phase shift, and plot for intuition.

Templates in Graphing

These notebook starters are designed to be edited. Open the details page, then move the workflow into your own notebook.

Back to top
  • Start from the assumptions cell (units + constants).
  • Run once with defaults, then tweak and rerun.
  • Capture a snapshot when you reach a stable configuration.
  • If a result matters, verify it with a second method (unit check + estimate + graph).
Fast workflow
  • Open a template detail page and skim the steps.
  • Open Notebook and paste/adjust cells as needed.
  • Use graphing + unit conversion tools to sanity-check.
  • Save your version as a separate notebook for future reuse.