ArticleslgStudy

mathematics

Taxicab geometry

Taxicab geometry is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Taxicab geometry rather than just read about it. In short: Taxicab geometry or Manhattan geometry is geometry where the familiar Euclidean distance is ignored, and the distance between two points is instead defined to be the sum of the absolute differences of their respective Cartesian coordinates, a distance function (or metric) called the taxicab distance, Manhattan distance, or city block distance. The name refers to the island of Manhattan, or generically any planned ci…

Taxicab geometry — main illustration
Taxicab geometry — illustration

Key takeaways

  • Taxicab geometry belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Taxicab geometry to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Taxicab geometry from memory before moving on to harder problems.

Reference excerpt

Taxicab geometry or Manhattan geometry is geometry where the familiar Euclidean distance is ignored, and the distance between two points is instead defined to be the sum of the absolute differences of their respective Cartesian coordinates, a distance function (or metric) called the taxicab distance, Manhattan distance, or city block distance. The name refers to the island of Manhattan, or generically any planned city with a rectangular grid of streets, in which a taxicab can only travel along grid directions. In taxicab geometry, the distance between any two points equals the length of their shortest grid path. This different definition of distance also leads to a different definition of the length of a curve, for which a line segment between any two points has the same length as a grid path between those points rather than its Euclidean length. The taxicab distance is also sometimes known as rectilinear distance or L1 distance (see Lp space). This geometry has been used in regression analysis since the 18th century, and is often referred to as LASSO. Its geometric interpretation dates to non-Euclidean geometry of the 19th century and is due to Hermann Minkowski. In the two-dimensional real coordinate space R 2 {\displaystyle \mathbb {R} ^{2}} , the taxicab distance between two points ( x 1 , y 1 ) {\displaystyle (x_{1},y_{1})} and ( x 2 , y 2 ) {\displaystyle (x_{2},y_{2})} is | x 1 − x 2 | + | y 1 − y 2 | {\displaystyle \left|x_{1}-x_{2}\right|+\left|y_{1}-y_{2}\right|} . That is, it is the sum of the absolute values of the differences in both coordinates.

Formal definition The taxicab distance, d T {\displaystyle d_{\text{T}}} , between two points p = ( p 1 , p 2 , … , p n ) {\displaystyle \mathbf {p} =(p_{1},p_{2},\dots ,p_{n})} and q = ( q 1 , q 2 , … , q n ) {\displaystyle \mathbf {q} =(q_{1},q_{2},\dots ,q_{n})} in an n-dimensional real coordinate space with fixed Cartesian coordinate system, is the sum of the lengths of the projections of the line segment between the points onto the coordinate axes. More formally, d T ( p , q ) = ‖ p − q ‖ T = ∑ i = 1 n | p i − q i | {\displaystyle d_{\text{T}}(\mathbf {p} ,\mathbf {q} )=\left\|\mathbf {p} -\mathbf {q} \right\|_{\text{T}}=\sum _{i=1}^{n}\left|p_{i}-q_{i}\right|} For example, in R 2 {\displaystyle \mathbb {R} ^{2}} , the taxicab distance between p = ( p 1 , p 2 ) {\displaystyle \mathbf {p} =(p_{1},p_{2})} and q = ( q 1 , q 2 ) {\displaystyle \mathbf {q} =(q_{1},q_{2})} is | p 1 − q 1 | + | p 2 − q 2 | . {\displaystyle \left|p_{1}-q_{1}\right|+\left|p_{2}-q_{2}\right|.}

… excerpt ends here. Continue reading the full article.

Illustrations

Taxicab geometry: In taxicab geometry, the lengths of the red, blue, green, and yellow paths all equal 12, the taxicab distance between the opposite corners, and all four paths are shortest paths. Instead, in Euclidean geometry, the red, blue, and yellow paths still have length 12 but the green path is the unique shortest path, with length equal to the Euclidean distance between the opposite corners, 6√2 ≈ 8.49.
In taxicab geometry, the lengths of the red, blue, green, and yellow paths all equal 12, the taxicab distance between the opposite corners, and all four paths are shortest paths. Instead, in Euclidean geometry, the red, blue, and yellow paths still have length 12 but the green path is the unique shortest path, with length equal to the Euclidean distance between the opposite corners, 6√2 ≈ 8.49.
Taxicab geometry: 3D balls of radii 1 (red) and 2 (blue) are regular octahedrons: the number of integer lattice points enclosed form the centered octahedral numbers
3D balls of radii 1 (red) and 2 (blue) are regular octahedrons: the number of integer lattice points enclosed form the centered octahedral numbers
Taxicab geometry: Progressively finer grid points on a circle in taxicab geometry
Progressively finer grid points on a circle in taxicab geometry
Taxicab geometry: Curves defined by monotonically increasing or decreasing functions have the same taxicab arc length as long as they share the same endpoints.
Curves defined by monotonically increasing or decreasing functions have the same taxicab arc length as long as they share the same endpoints.
Taxicab geometry: Two taxicab right isoceles triangles. Three angles and two legs are congruent, but the triangles are not congruent. Therefore, ASASA is not a congruence theorem in taxicab geometry.
Two taxicab right isoceles triangles. Three angles and two legs are congruent, but the triangles are not congruent. Therefore, ASASA is not a congruence theorem in taxicab geometry.

Worked examples

Example 1 — a first encounter with Taxicab geometry

Start with the simplest possible case. Write down what Taxicab geometry claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Taxicab geometry before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Taxicab geometry ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Taxicab geometry

In research
Taxicab geometry appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Taxicab geometry in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Taxicab geometry is common in secondary-school and first-year university syllabi. It links to neighbouring topics Digital geometry, Distance, Mathematical chess problems, so understanding it makes those chapters shorter.
In everyday life
Look for Taxicab geometry outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Taxicab geometry in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Taxicab geometry means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Taxicab geometry out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Taxicab geometry in simple terms?

Taxicab geometry or Manhattan geometry is geometry where the familiar Euclidean distance is ignored, and the distance between two points is instead defined to be the sum of the absolute differences of their respective Cartesian coordinates, a distance function (or metric) called the taxicab distanc…

Why does Taxicab geometry matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Taxicab geometry?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Taxicab geometry.

Tags

  • Digital geometry
  • Distance
  • Mathematical chess problems
  • Metric geometry
  • Norms (mathematics)

Keep exploring