It's fairly common to represent a unit circle in the Taxicab space ($1$-normed metric space) as a diamond in $\mathbb{R}^2$ with extreme points $(1,0), (0,1), (-1,0), (0,-1)$. What will an equilateral triangle of edge length $1$ 'look like' under this norm? As a followup, how many equilateral triangles (of edge length $1$) can be packed in the unit circle?
2026-03-25 07:54:27.1774425267
Equilateral Triangles In The Taxicab Space
561 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in REAL-ANALYSIS
- how is my proof on equinumerous sets
- Finding radius of convergence $\sum _{n=0}^{}(2+(-1)^n)^nz^n$
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- On sufficient condition for pre-compactness "in measure"(i.e. in Young measure space)
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Is this relating to continuous functions conjecture correct?
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Absolutely continuous functions are dense in $L^1$
- A particular exercise on convergence of recursive sequence
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in PACKING-PROBLEM
- Can the squares with side $1/n$ be packed into a $1 \times \zeta(2)$ rectangle?
- Equilateral Triangle within a Rectangle
- What is the maximum number of non-overlapping circles that can be placed inside an ellipse?
- Packing $n$-diamonds in a $n$-cube and a number theoretic conjecture?
- Pack three largest sphere in a cube with given length.
- Does finding the line of tightest packing in a packing problem help?
- Orthogonally packing consecutive integer cubes 1x1x1 -nxnxn inside the smallest integer cube.
- Tetris: What is the Polyomino (max 3x3) with the least probability of being useful to the player?
- Size dependence of density of random close packing (for spheres)
- Packing Points into Region
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In this answer, I'm assuming the following definition of an equilateral triangle in a metric space $(X,d)$: a set of $3$ points $\{O,P,R\}$ such that $d(O,P) = d(O,R) = d(P,R)$. This common distance is the side-length of the triangle. When I talk at the end about packing triangles inside the unit circle, I'm identifying the triangle with the standard convex hull of the three points in $\mathbb{R}^2$, so the triangle defined by three points really looks like a standard triangle. I'm assuming this is what you had in mind when you asked the question - if not, please clarify.
You can find an equilateral triangle of side-length $1$ in $\mathbb{R}^2$ with the taxicab metric as follows: Pick a point $O$ (for simplicity, let's assume it's the origin) and draw the unit circle (which looks like a diamond) around $O$. Now pick a point $P$ on that unit circle, and draw the unit circle (diamond) around $P$. If these two unit circles intersect in a point $Q$, then $OPQ$ forms an equilateral triangle.
If you try this, with $O = (0,0)$, you'll quickly find that there are two cases.
Case 1: $P = (\pm 1/2, \pm 1/2)$. Let's call a point like this "special". Then there are infinitely many possible points $Q$. For example, if $P = (1/2, 1/2)$, then $Q$ can be any point on the line segment between $(-1/2,-1/2)$ and $(0,1)$, or any point on the line segment between $(1/2,-1/2)$ and $(1,0)$.
Case 2: $P$ is any other point. Then there are two possible points $Q$. For example, if $P$ is $(3/4, 1/4)$, then $Q$ can be $(1/4, 3/4)$ or $(1/2,-1/2)$. Note that one of the choices for $Q$ is always a "special" point.
Speaking informally, you can think of the possible equilateral triangles containing the point $(0,0)$ as "sliding" around the unit circle (diamond) as follows: Start with $P = (1,0)$ and $Q = (1/2,1/2)$. Then $P$ and $Q$ slide at equal speed along the line segment from $(1,0)$ to $(0,1)$ until $P$ reaches $(1/2,1/2)$ and $Q$ reaches $(0,1)$. Then $P$ stays constant and $Q$ slides from $(0,1)$ to $(-1/2,1/2)$. Then $Q$ stays constant and $P$ slides from $(1/2,1/2)$ to $(0,1)$. Then $P$ and $Q$ slide at equal speed along the lines segment from $(0,1)$ to $(-1,0)$, and the process repeats. I hope that attempt at visualization helps.
Once you see what's going on here, it's not too hard to show that every equilateral triangle of edge length $1$ has area $1/4$ (where area is the standard area in $\mathbb{R}^2$), since every such triangle can be viewed as a triangle with base and height $\sqrt{2}/2$. The unit circle (diamond) has (standard) area $2$, so you can't pack more than $8$ equilateral triangles into the unit circle. And the bound is tight, because $8$ equilateral triangles with corners at $(0,0)$, $(0,\pm 1)$, $(\pm 1, 0)$, and $(\pm 1/2, \pm 1/2)$ pack into the unit circle.