Cylindrical Coordinates — Definition, Formula & Examples
Cylindrical coordinates are a three-dimensional coordinate system that extends polar coordinates by adding a height axis , representing each point in space as where is the distance from the -axis, is the angle measured from the positive -axis, and is the vertical height.
A point in is expressed in cylindrical coordinates as the ordered triple where is the radial distance from the -axis, is the azimuthal angle in the -plane measured counterclockwise from the positive -axis, and is the signed distance from the -plane. The coordinate surfaces are concentric cylinders (), half-planes through the -axis (), and horizontal planes ().
Key Formula
x = r\cos\theta, \quad y = r\sin\theta, \quad z = z$$
$$r = \sqrt{x^2 + y^2}, \quad \theta = \arctan\!\left(\frac{y}{x}\right), \quad z = z
Where:
- = Radial distance from the z-axis (r ≥ 0)
- = Azimuthal angle in the xy-plane, measured from the positive x-axis
- = Height above (or below) the xy-plane
- = Cartesian coordinates in the horizontal plane
How It Works
To convert from cylindrical to Cartesian coordinates, project the radial component onto the - and -axes using cosine and sine. To go the other direction, compute from and using the Pythagorean theorem and find with the inverse tangent. Cylindrical coordinates simplify problems that have rotational symmetry about one axis — cylinders, cones, helices, and many physical systems. When setting up triple integrals in cylindrical coordinates, the volume element becomes , which accounts for the fact that small patches farther from the -axis sweep out more area.
Worked Example
Problem: Convert the Cartesian point to cylindrical coordinates.
Find r: Compute the radial distance from the z-axis.
Find θ: Use the inverse tangent. Since both x and y are positive, the point is in the first quadrant.
Identify z: The z-coordinate stays the same in both systems.
Answer: The cylindrical coordinates are .
Another Example
Problem: Evaluate where is the solid cylinder , .
Set up bounds: In cylindrical coordinates the cylinder becomes , and ranges over a full revolution.
Write the integral: Replace with the cylindrical volume element .
Evaluate: Integrate in order: first , then , then .
Answer: The volume of the cylinder is cubic units.
Why It Matters
Cylindrical coordinates appear throughout multivariable calculus courses (Calculus III) whenever you evaluate triple integrals over cylinders, cones, or regions with axial symmetry. Engineers use them constantly in electromagnetism — for instance, finding the electric field around a long charged wire — and in fluid dynamics when modeling flow through pipes. Mastering the conversion formulas and the volume element saves significant computation time on exams and in professional work.
Common Mistakes
Mistake: Forgetting the extra factor of in the volume element
Correction: The cylindrical volume element is , not . The factor arises because arc length at radius is . Omitting it gives an incorrect integral.
Mistake: Using without adjusting for the correct quadrant
Correction: The basic function only returns values in . When , you must add (or use the two-argument ) to place in the correct quadrant.
