Cylindrical coordinates are a 3D coordinate system written as (r, θ, z). In Multivariable Calculus, they extend polar coordinates by adding height, which makes circular symmetry easier to integrate.
Cylindrical coordinates are a way to describe a point in 3D using how far it is from the z-axis, the angle around that axis, and its height. You write a point as (r, θ, z), where r is the horizontal distance from the z-axis, θ is the angle in the xy-plane, and z is the vertical coordinate.
The fastest way to think about them is: take polar coordinates in the xy-plane, then keep the usual z-value. So the formulas are x = r cos(θ), y = r sin(θ), and z = z. That means only the horizontal part changes from Cartesian coordinates. The vertical direction stays the same.
This system is useful when a solid or surface has circular symmetry. If a region looks like a cylinder, a cone, a bowl around the z-axis, or anything built from circles, Cartesian bounds can get messy fast. Cylindrical coordinates let you describe the same shape with cleaner limits, especially when the boundary depends on x^2 + y^2, which becomes r^2.
The big difference from polar coordinates is that cylindrical coordinates live in 3D, not 2D. Polar coordinates use (r, θ) for a flat region. Cylindrical coordinates add z so you can move that polar picture upward or downward through space. This is why they show up naturally in triple integrals, where you are accumulating volume, mass, or another quantity over a solid.
When you set up an integral in cylindrical coordinates, the volume element changes too. Instead of dV = dx dy dz, you use dV = r dr dθ dz. That extra r is the Jacobian factor, and it reflects the way space stretches as you move farther from the axis. If you forget it, your answer will usually be wrong even if your bounds look right.
Cylindrical coordinates show up whenever a 3D problem has circular symmetry around the z-axis. In Multivariable Calculus, that usually means triple integrals over solids that are hard to describe cleanly in x, y, z form. A cylinder, cone, or region between two circular surfaces often becomes much easier once you switch to (r, θ, z).
They also make formulas match the geometry of the region. For example, if a solid is built from circles centered on the z-axis, then r measures exactly what the boundary cares about. Instead of writing x^2 + y^2 repeatedly, you can work with r directly and turn curved boundaries into simple limits.
This matters in problems about volume, mass, and density. A density function might depend on distance from the axis, and cylindrical coordinates let you express that dependence cleanly. They also appear in flux and the Divergence Theorem when the region is naturally cylindrical, because the limits and volume element line up with the shape of the solid.
If you are setting up an integral, cylindrical coordinates often save more time than they add. The main skill is recognizing when the shape is trying to tell you to use them. If the picture has a circle, a disk, a cylinder, or a cone around the z-axis, cylindrical coordinates are usually the right first move.
Keep studying Multivariable Calculus Unit 8
Visual cheatsheet
view galleryPolar Coordinates
Cylindrical coordinates are basically polar coordinates with a z-value added. The xy-plane part still uses r and θ, so anything you know about converting x and y into polar form carries over. The difference is that cylindrical coordinates let you work in three dimensions, which is why they show up in solids instead of just flat regions.
Triple Integrals
Triple integrals are where cylindrical coordinates really get used. If the solid has circular symmetry, the bounds are often cleaner in r, θ, and z than in x, y, and z. You still integrate over a 3D region, but the coordinate system matches the geometry, which makes the setup much easier to read.
Jacobian
The extra r in dV = r dr dθ dz is the Jacobian factor for cylindrical coordinates. It corrects for the stretching that happens as you move away from the z-axis. If you know why the polar area element has an r, the cylindrical volume element makes sense for the same reason.
Mass of a Solid
When density depends on distance from the axis or the solid is shaped like a cylinder or cone, cylindrical coordinates can make a mass integral much cleaner. You can set up the density function with r and z directly, then multiply by the cylindrical volume element to accumulate total mass.
A quiz or problem set will usually ask you to convert a region, set up bounds, or evaluate a triple integral in cylindrical coordinates. The key move is to identify the geometry first, then rewrite x and y using r and θ, and replace dV with r dr dθ dz. If the region is bounded by a cylinder, cone, or surface involving x^2 + y^2, that is your cue to switch coordinates.
You may also need to convert a point or describe a surface in cylindrical form. For example, z = x^2 + y^2 becomes z = r^2, which is much easier to interpret in a 3D graph or a setup problem. Common mistakes are swapping the order of variables, forgetting that r is nonnegative, or leaving out the Jacobian factor r.
Polar coordinates work in 2D, while cylindrical coordinates work in 3D. Both use r and θ, but cylindrical coordinates add a height coordinate z. If a problem only involves a flat region, polar coordinates are enough. If the region is a solid in space, you usually need cylindrical coordinates.
Cylindrical coordinates write a point as (r, θ, z), where r measures distance from the z-axis, θ gives the angle in the xy-plane, and z gives height.
They are the 3D version of polar coordinates, so the xy-part uses x = r cos(θ) and y = r sin(θ).
They are especially useful for solids with circular symmetry, like cylinders, cones, and regions involving x^2 + y^2.
In triple integrals, the volume element becomes dV = r dr dθ dz, and that r factor must be included.
If the boundary depends on x^2 + y^2 or looks round around the z-axis, cylindrical coordinates are often the cleanest choice.
Cylindrical coordinates are a 3D coordinate system written as (r, θ, z). They extend polar coordinates by adding height, so you can describe points around the z-axis more naturally than with x, y, z alone.
Use r = sqrt(x^2 + y^2), θ from the angle in the xy-plane, and keep z the same. Then a point becomes (r, θ, z). The reverse conversion is x = r cos(θ), y = r sin(θ), z = z.
The r factor is the Jacobian for the change of variables. It accounts for the way small pieces of volume stretch farther from the z-axis. Leaving it out would make the integral underestimate or overestimate the solid.
Use cylindrical coordinates when the region has circular symmetry around the z-axis or when the equations involve x^2 + y^2. They usually make bounds shorter and easier to set up for triple integrals, surface work, and mass problems.