surface example

3D Two Peak Surface Graph

Two smooth hills separated along the x-axis.

z = exp(-((x - 2)^2 + y^2)) + exp(-((x + 2)^2 + y^2))

Teacher prompt

How many main local peaks are visible?

There are two main peaks, one near x=2 and one near x=-2.

min z 0.00max z 0.0056 samples

What this graph represents

Each exponential term contributes one mound.

Where it appears in calculus

Useful for optimization landscapes with multiple local maxima.

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.