PhysicsPro > Mechanics I

Coordinate Systems: Cartesian, Polar, Cylindrical, Spherical

View in Interactive App

Introduction

Different coordinate systems simplify the description of motion depending on the symmetry of the problem. Cartesian coordinates work for general problems, polar coordinates for 2D central force problems, cylindrical for 3D problems with axial symmetry, and spherical for problems with spherical symmetry. Choosing the right coordinate system can transform complex differential equations into simple, separable forms.

Cartesian Coordinates (x, y, z)

The standard rectangular system with perpendicular axes. Position: r = x\(\hat{\imath}\) + y\(\hat{\jmath}\) + z\(\hat{k}\). Unit vectors \(\hat{\imath}\), \(\hat{\jmath}\), \(\hat{k}\) are constant (independent of position). Line element: ds2 = dx2 + dy2 + dz2. Volume element: dV = dx dy dz. Best for problems with rectangular boundaries or no particular symmetry. Equations of motion are simplest but may not exploit problem symmetries.

\n

Introduction

Different coordinate systems simplify the description of motion depending on the symmetry of the problem. Cartesian coordinates work for general problems, polar coordinates for 2D central force problems, cylindrical for 3D problems with axial symmetry, and spherical for problems with spherical symmetry. Choosing the right coordinate system can transform complex differential equations into simple, separable forms.

Cartesian Coordinates (x, y, z)

The standard rectangular system with perpendicular axes. Position: r = x\(\hat{\imath}\) + y\(\hat{\jmath}\) + z\(\hat{k}\). Unit vectors \(\hat{\imath}\), \(\hat{\jmath}\), \(\hat{k}\) are constant (independent of position). Line element: ds2 = dx2 + dy2 + dz2. Volume element: dV = dx dy dz. Best for problems with rectangular boundaries or no particular symmetry. Equations of motion are simplest but may not exploit problem symmetries.

\n

Polar Coordinates (r, θ) - 2D

Position defined by radial distance r from origin and angle θ from x-axis. Relations: x = rcosθ, y = rsinθ. Inverse: r = √(x2+y2), θ = tan-1(y/x). Unit vectors \(\hat{r}\) and \(\hat{\theta}\) change direction with position: \(\hat{r}\) = cosθ \(\hat{\imath}\) + sinθ \(\hat{\jmath}\), \(\hat{\theta}\) = -sinθ \(\hat{\imath}\) + cosθ \(\hat{\jmath}\). Velocity: v = \(\dot{r}\) \(\hat{r}\) + r\(\dot{\theta}\) \(\hat{\theta}\). Ideal for central force problems where motion is planar and force depends only on r.

Cylindrical Coordinates (ρ, φ, z)

Extension of polar to 3D with added z-coordinate. Position: (ρ, φ, z) where ρ is distance from z-axis, φ is azimuthal angle, z is height. Relations: x = ρcosφ, y = ρsinφ, z = z. Unit vectors ρ̂, φ̂, ẑ. Line element: ds2 = dϲ + ϲdφ2 + dz2. Volume element: dV = ρ dρ dφ dz. Useful for problems with axial symmetry like fluid flow in pipes or electromagnetic fields around wires.

\n

Spherical Coordinates (r, θ, φ)

Position defined by radial distance r, polar angle θ from z-axis, and azimuthal angle φ from x-axis. Relations: x = rsinθcosφ, y = rsinθsinφ, z = rcosθ. Line element: ds2 = dr2 + r22 + r2sin2θ dφ2. Volume element: dV = r2sinθ dr dθ dφ. Essential for central force problems in 3D including planetary motion, atomic orbitals, and electromagnetic radiation.

Unit Vectors and Basis Transformation

In curvilinear coordinates, unit vectors depend on position. Derivatives of unit vectors appear in velocity and acceleration expressions. For polar coordinates: d\(\hat{r}\)/dt = \(\dot{\theta}\) \(\hat{\theta}\) and d\(\hat{\theta}\)/dt = -\(\dot{\theta}\) \(\hat{r}\). These terms give rise to Coriolis and centrifugal-like terms in acceleration. Transforming between coordinate systems uses Jacobian matrices and is essential for expressing physical laws in convenient forms.

\n

Want to practice MCQs on this topic?

Open Full App Experience