surface example

3D Square Root Dome Graph

The upper half of a sphere-like dome.

z = sqrt(max(0, 16 - x^2 - y^2))

Teacher prompt

Why does the surface stop at a circle?

Outside the circle the square-root input would be negative.

min z 0.00max z 0.0056 samples

What this graph represents

Only points inside the radius produce positive height.

Where it appears in calculus

This teaches domain restrictions for square roots.

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.