surface example

3D Distance Field Surface Graph

A surface showing distance to the nearer of two points.

z = min(sqrt((x - 2)^2 + y^2), sqrt((x + 2)^2 + y^2))

Teacher prompt

What does the ridge represent?

The ridge is where the two source points are equally close.

min z 0.00max z 0.0056 samples

What this graph represents

The ridge marks where both points are equally near.

Where it appears in calculus

This connects geometry, optimization, and Voronoi regions.

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.