parametric example

Parametric Surface Graph: Spiral Ramp

A ramp that rises as it rotates.

z = atan(y / (x + 0.001)) + 0.2*sqrt(x^2 + y^2)

Teacher prompt

Why does height wrap around the center?

Height uses the angular position, so rotating changes z.

min z 0.00max z 0.0060 samples

What this graph represents

Angle creates the spiral height change while radius adds outward slope.

Where it appears in calculus

Good for explaining polar angle in 3D.

Embed this graph

Use the Embed button in the calculator to copy a ready iframe for blogs, LMS pages, and lesson notes.

Open embed page

Related graphs

Open another surface page and compare shape, slices, and contour behavior.