Cylindrical Coordinates

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 4336 downstream topics
cylindrical-coordinates 3d polar coordinate-system

Core Idea

Cylindrical coordinates (r, θ, z) extend polar coordinates to ℝ³ by appending a vertical z-axis. The conversion is x = r cosθ, y = r sinθ, z = z, with r² = x² + y². Cylindrical coordinates are natural for solids with circular or cylindrical symmetry (cylinders, cones, paraboloids). The volume element in cylindrical coordinates is dV = r dr dθ dz, inheriting the factor of r from polar coordinates.

How It's Best Learned

Students who understand polar coordinates can immediately grasp cylindrical: it is just polar in the xy-plane with an unchanged z-coordinate. Practice by describing simple surfaces (z = r, r = 2, z = r²) in cylindrical coordinates and sketching the corresponding 3D shapes. The volume element r dr dθ dz is the same derivation as for polar area.

Common Misconceptions

Explainer

If you are comfortable with polar coordinates, cylindrical coordinates require almost no new ideas. Recall that polar coordinates describe a point in the plane by its distance r from the origin and its angle θ from the positive x-axis: x = r cosθ, y = r sinθ. Cylindrical coordinates (r, θ, z) do exactly the same thing in the horizontal plane, then simply append a vertical z-coordinate to reach the third dimension. The conversion formulas are x = r cosθ, y = r sinθ, z = z — the z-coordinate is unchanged. The inverse conversion gives r² = x² + y² and tanθ = y/x, just as in polar.

The geometric picture is immediate: fix a value of r and vary θ and z, and you trace out a cylinder of radius r centered on the z-axis. Fix θ and vary r and z, and you get a half-plane containing the z-axis. Fix z and vary r and θ, and you get a horizontal disk. Shapes that have rotational symmetry around the z-axis — cylinders, cones, paraboloids, tori — are described by simple equations in cylindrical coordinates. The cylinder x² + y² = 4 becomes simply r = 2. The paraboloid z = x² + y² becomes z = r².

The critical quantity for integration is the volume element. In Cartesian coordinates, a tiny box has volume dx dy dz. In cylindrical coordinates, the corresponding tiny region is not a box but a curved wedge: it spans dr in the radial direction, r dθ in the arc direction (the arc length of a sector of radius r and angle dθ is r dθ), and dz vertically. So the volume element is dV = r dr dθ dz. The factor of r is the same Jacobian factor you computed for polar area elements; it appears because arc length grows with radius. Forgetting this factor is the most common error when setting up triple integrals in cylindrical coordinates.

The practical rule for when to use cylindrical coordinates: if the region of integration, or the integrand, simplifies when expressed in r, θ, and z, switch coordinate systems. The telltale sign is the expression x² + y² appearing in the integrand or the boundary — it collapses to r². If the integrand involves x² + y² + z² instead, spherical coordinates are better suited. The strength of cylindrical coordinates is capturing circular symmetry in the horizontal plane while leaving the vertical direction completely free.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CirclePolar CoordinatesCylindrical Coordinates

Longest path: 64 steps · 252 total prerequisite topics

Prerequisites (2)

Leads To (3)