Foundation 3 — Coordinate Systems

Module 1: Mathematical Foundations  ·  Theory  ·  assumes Foundation 2

Mapping space into numbers — and why the grid you choose decides how hard the mathematics will be.

Mahavakya

A coordinate system is not part of the physical world; it is part of the physicist’s method of seeing it. Good representation does not change nature — it changes what you can see clearly.

Learning objectives

After this reading you should be able to:

  • Treat a coordinate system as a scaffold you place on space, not a feature of space itself.
  • Identify the origin, axes and basis vectors of the Cartesian, polar, cylindrical and spherical systems.
  • Convert a point between Cartesian and polar form, including the quadrant correction on the angle.
  • Explain why the polar basis vectors rotate with the particle while the Cartesian ones never move.
  • Match a physical symmetry — rectilinear, planar rotational, axial, central — to the frame that suits it.

Notation. Vectors are printed in bold, unit vectors carry a hat: î, ĵ, for the Cartesian directions, and θ̂ for the polar ones.


1. Why coordinates matter

Physical space has no inherent grid. There are no x-axes or y-axes floating in the air waiting to be discovered. Space simply exists, continuous and undivided.

That is the classical picture, and it is the one this course works in. General relativity later replaces it with something stranger — a space that bends in response to mass, and is shaped by the very objects it contains. Nothing you learn here becomes wrong when that happens; it becomes the limiting case that holds when gravity is weak and speeds are far below light.

A coordinate system is a scaffold we build on top of that undivided space. It lets us turn geometry into numbers, and numbers into algebraic relationships we can manipulate.

A falling object behaves identically whether you describe it in Cartesian, polar or spherical coordinates. What changes is not only the effort required to compute its motion, but which features of the motion become mathematically visible. A coordinate system is not part of nature. It is part of our method, and choosing it well is an act of alignment: matching the description to the symmetry already present in the problem.

This completes an arc that began two modules ago. Foundation 1 established that mathematics gives structure to our description of physical relationships. Foundation 2 showed that some quantities carry directional structure that a single number cannot hold. Foundation 3 adds the last piece: the same physical structure can be written in different mathematical frames, and the frame you choose either reveals that structure or buries it.


2. Cartesian coordinates

Cartesian coordinates impose a rectilinear grid on space. Every point is described by its signed distances along perpendicular axes. The system suits problems where motion is linear, acceleration is constant, the geometry is simple, or forces act along fixed directions.

The Cartesian basis vectors

  • î — unit vector along the positive x-axis.
  • ĵ — unit vector along the positive y-axis.
  • — unit vector along the positive z-axis.

The essential property is that these three are the same everywhere. They do not rotate, stretch or change as the particle moves. The grid stands still while the object travels through it.

That stability has a consequence worth writing out. A position vector is

r = x î + y ĵ + z k̂

and because each basis vector is constant in time,

dî/dt = dĵ/dt = dk̂/dt = 0

so   dr/dt = ẋ î + ẏ ĵ + ż k̂

A dot over a symbol means its derivative with respect to time, so ẋ is dx/dt

Only the components get differentiated. The basis passes through untouched, contributing nothing. Vector addition is likewise componentwise, and nothing about the frame needs to be tracked alongside the physics. Cartesian coordinates are the natural home of Newtonian mechanics in its simplest form, and that is precisely why they are the default.


3. Polar coordinates

Polar coordinates come from a different instinct. Rather than measuring distances along perpendicular axes, we ask how far the point is from the origin, and in which direction it lies. Two numbers again — r and θ — but describing the point in a way that mirrors rotational symmetry rather than rectangular structure.

A point P shown in both Cartesian and polar form, with the rotating basis vectors r-hat and theta-hat drawn at P.

One point, two descriptions. The polar basis vectors are drawn where the point is, because that is the only place they are defined.

Contemplation

In Cartesian coordinates the basis stands fixed and the object moves through it. In polar coordinates the basis turns with the object. The radial direction points outward from the origin, and the transverse direction θ̂ sits perpendicular to it — but both are defined locally, so they point differently at every point in the plane. Ask what direction points and the only honest answer is: it depends where you are standing. Nothing about the particle has changed. What has changed is which features of its motion the mathematics will hand you without being asked.

This is not a complication to be tolerated. It is the source of the system’s power. In section 2 the basis vectors dropped out of the derivative because dî/dt = 0. Here that is no longer true: and θ̂ swing round as the particle moves, so d/dt ≠ 0, and differentiating a position vector produces extra terms the Cartesian version never generates. Those terms are not artefacts of the algebra — they turn out to be the radial and transverse acceleration terms — the transverse one is what you already know as tangential acceleration, the two coinciding whenever r stays constant — appearing on their own because the coordinate system was built to notice them. You will derive them properly in Foundation 8, once differentiation is in place. For now the point is only this: polar coordinates reveal the structure of rotational dynamics instead of forcing it into a rectangular box.


4. Cylindrical and spherical systems

Both systems extend polar intuition into three dimensions, each matching a different kind of symmetry.

Cylindrical (r, θ, z)

Polar coordinates in a plane, with a height added perpendicular to it. Radial distance, angular position, vertical position.

Suits: rotating machinery, axially symmetric fields, spiral trajectories, flow through pipes.

Spherical (r, θ, φ)

Distance from the origin, an inclination angle measured from the z-axis, and an azimuthal angle measured round it.

Suits: gravitational and electrostatic fields, planetary orbits, radiation patterns, any central-force problem.

A warning about θ and φ. Physics and mathematics texts swap these two symbols. In the physics convention used here and in JEE material, θ is the inclination from the z-axis and φ is the azimuth. Many mathematics textbooks reverse them. Always check which convention a source is using before trusting a formula copied from it.

When the symmetry of the coordinate system matches the symmetry of the physical system, the mathematics becomes close to effortless. An orbit written in Cartesian coordinates is a tangle of three coupled equations; written in spherical coordinates, with the force along , most of the tangle disappears.


5. Converting between systems

Conversion formulas are not just computational plumbing. They state the geometric relationship between two descriptions of the same point — one built from projections, the other from a distance and a direction.

x = r cos θ     y = r sin θ

Polar to Cartesian — unambiguous in both directions

r = √x² + y²     θ = tan−1(y / x)

Cartesian to polar — the angle needs a quadrant check

That second formula carries a trap, and it is worth stopping on because it costs marks every year. The inverse tangent returns an angle between −90° and +90°, so it cannot tell the second quadrant from the fourth, or the third from the first. The points (3, 4) and (−3, −4) produce the same value of y/x and therefore the same calculator output, despite pointing in opposite directions.

Quadrant correction

Take α = tan−1|y / x|, the acute angle, then:

First quadrant (x > 0, y > 0):  θ = α
Second quadrant (x < 0, y > 0):  θ = 180° − α
Third quadrant (x < 0, y < 0):  θ = 180° + α
Fourth quadrant (x > 0, y < 0):  θ = 360° − α

Sketch the point before computing the angle. A rough diagram takes five seconds and makes the quadrant obvious, which is faster and more reliable than remembering four cases under exam pressure.

Different coordinate systems are different perspectives on the same geometry. They do not change the point. They change the description — and this distinction, met here for the second time, will keep returning for the rest of mechanics.


6. Choosing the right grid

The important skill here is not computation. It is selection — and selection is a judgment about structure, made before any algebra begins.

System Symmetry Use it when
Cartesian Rectilinear Motion is linear or forces act along fixed axes — projectiles, inclined planes.
Polar Planar rotational Motion turns about a centre in a plane — pendulums, circular tracks.
Cylindrical Axial Rotation about an axis with motion along it — spinning fluids, pipe flow.
Spherical Central Forces radiate from a point — orbits, gravitational and electrostatic fields.

When the frame mirrors the geometry, equations shorten, variables drop out, derivatives start to mean something recognisable, and physical intuition gets easier rather than harder. That is the quiet art of coordinate choice, and it is worth practising deliberately: before solving anything, ask what shape the problem has.

Key insight

A coordinate system is a choice you make, not a fact you discover. The physics is settled before you choose; what remains negotiable is which parts of it your equations will show you.


Common misconceptions

1. Polar coordinates are harder than Cartesian

Neither is harder in itself. Each is harder for the wrong problem. Circular motion in Cartesian coordinates is a mess of coupled sines and cosines; the same motion in polar coordinates is r = constant. Difficulty lives in the mismatch, not in the system.

2. The calculator gives you θ directly

It gives you an angle between −90° and +90°, which is correct only in the first and fourth quadrants. A point in the second or third quadrant needs the correction from section 5. This is the single most common error in this topic.

3. A point has one set of polar coordinates

It has infinitely many, since θ and θ + 360° describe the same direction. Standard practice takes r ≥ 0 and θ in a single 360° range. And the origin is genuinely ambiguous: r = 0 leaves θ undefined, which is why polar coordinates misbehave at exactly that one point.

4. Changing coordinates changes the physics

It changes only the numbers you write down. This is the vector-independence idea from Foundation 2, now applied to whole systems rather than single quantities. If two frames give different physical predictions, one of them has been used incorrectly.

Reflection

  • Take the last mechanics problem you found difficult. Was the difficulty in the physics, or in the frame you chose to describe it?
  • If points in a different direction at every point in the plane, in what sense is it a single vector at all?
  • Centripetal acceleration appears on its own when you differentiate in polar coordinates. Does that make it more real, less real, or neither?

Key takeaways

  • Coordinate systems are scaffolds we place on space, not features of space.
  • Physics is invariant across coordinate choices; the mathematics is not.
  • Cartesian basis vectors are fixed everywhere; polar basis vectors rotate with the particle.
  • Curvilinear systems expose symmetries that a rectangular grid hides.
  • Converting Cartesian to polar requires a quadrant check on the angle — always.
  • The best system is the one whose symmetry matches the problem’s.

Prerequisite: Foundation 2  ·  Reading: 15 min  ·  Practice: 20 min  ·  Difficulty: Beginner

Leave a Comment