Six classroom ideas with an online graphing calculator

May 2026 · 6 minute read

If you teach mathematics, you've experienced the moment a concept finally clicks for a student. Often the spark is a picture. A clever animation, a slider that students can actually drag, a side-by-side comparison — these turn abstractions into something students can see, and that kind of seeing tends to stick.

Below are six concrete classroom activities you can run today. Each starts with an equation and a slider; the rest is conversation.

1. The four transformations of a function

y = a*f(b*(x - h)) + k
f(x) = sin(x)
a = 1
b = 1
h = 0
k = 0

Adjust each slider one at a time. Ask students to predict, then verify. They'll learn that a stretches vertically, b compresses horizontally, h shifts right, k shifts up. Open this lesson.

2. Discriminant of a quadratic

y = x^2 + b*x + c
b = 0
c = 0

Animate c while keeping b fixed. The parabola lifts and lowers; students see the discriminant transition through zero (touching the x-axis once) to negative (no real roots).

3. The unit circle and trigonometric ratios

x^2 + y^2 = 1
y = sin(t)
x = cos(t)
t = 0

Animate t from 0 to 2π. The horizontal and vertical "shadows" trace the cosine and sine. This is the cleanest way to show why sine and cosine are what they are.

4. Limits and asymptotes

y = 1/(x - a)
a = 0

Drag a and watch the vertical asymptote follow. Pair this with a quick discussion: as x approaches a, the function blows up. Students who think of asymptotes as "those weird dashed lines" suddenly see them as a feature of the function, not the picture.

5. Slope as a limit

f(x) = x^2
y = (f(x + h) - f(x)) / h
h = 1

Plot y = f(x) alongside the secant slope function. As h → 0 (animate it), the secant "slope" function tends to 2x — the derivative. A whole calculus chapter compressed into ten seconds of animation.

6. Conics through eccentricity

r = 1 / (1 - e*cos(theta))
e = 0

Animate e from 0 (circle) to 0.99 (highly elongated ellipse) to 1 (parabola) to >1 (hyperbola). The Kepler-orbit family unfolds before students' eyes.

Tips for running these in class

Online graphing calculators have democratised what used to require expensive hardware. Use them generously; they make abstract math human-scale.