// maths › Surfaces & Shapes

Morphing Surface

A 3D surface z = f(x, y) that ripples and morphs over time, showing how a formula with two inputs makes a shape.

z = f(x, y) animated over time

Drag to rotate · scroll to zoom · right-drag to pan

Frequently asked questions

What is a surface in maths?

A shape where every point's height z is decided by two inputs x and y, written z = f(x, y) - like a landscape over a map grid.

Why does it move?

A time term t is added to the formula, so the whole surface ripples - a simple way to picture waves and change.

Who uses 3D surfaces?

Architects and engineers model roofs and bridges; animators and game designers build worlds; scientists model terrain and weather.

Is this the same as a graph?

Yes - it is a graph with two inputs instead of one, so it needs a third dimension for the output.

How does this lead to harder maths?

It is the doorway to multivariable calculus, used everywhere from machine learning to fluid dynamics.