Are there some examples (and a name) for non-unique coordinates (non-unique meaning may have multiple ways to represent the same point). Such as the one below.
2026-03-25 12:53:30.1774443210
Name of Non-Unique Coordinate systems
196 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COORDINATE-SYSTEMS
- How to change a rectangle's area based on it's 4 coordinates?
- How to find 2 points in line?
- Am I right or wrong in this absolute value?
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- inhomogeneous coordinates to homogeneous coordinates
- Find the distance of the point $(7,1)$ from the line $3x+4y=4$ measured parallel to the line $3x-5y+2=0.$
- A Problem Based on Ellipse
- Convert a vector in Lambert Conformal Conical Projection to Cartesian
- Archimedean spiral in cartesian coordinates
- How to find the area of the square $|ABCD|$?
Related Questions in NONEUCLIDEAN-GEOMETRY
- Sharing endpoint at infinity
- Why don't we have many non euclidean geometries out there?
- Construction of Parallel Lines in Absolute Geometry
- Why is the mirror descent considered a "non-Euclidean" algorithm?
- How does a polar triangle characterize/ define a hyperbolic ellipse?
- Why is the hyperbolic plane homeomorphic to $\mathbb{R}^2$, whilst the 2-sphere isn't?
- Is Non-Euclidean geometry really "Non"?
- Isometries on the Hyperbolic Plane
- Relation between curvature on surface, curvature of surface in space, and curvature of space
- Use scale in projection to solve for curvature
Related Questions in CURVILINEAR-COORDINATES
- On the relationship between the volume element in curvilinear coordinates and the Jacobian
- Why are these two ways of evaluating the curl of a vector field not actually equivalent?
- Given $\alpha(x,y,z) = \alpha_1\hat x +\alpha_2 \hat y+\alpha_3 \hat z$, how to write in the coordinates $\hat r, \hat \theta, \hat \phi$
- Dot product in spherical coordinates
- Expressing contravariant basis vectors in terms of position vector
- Find the center of mass in 3D
- Transform vectors from cartesian coordinates to curve coordinate system [2d]
- Coordinate and Non-coordinate basis (Orthonormality and Orthogonality)
- Scale factors in orthogonal coordinate systems
- Path on a sphere
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?
Well, coordinate systems are meant to be injective (one-to-one), and it is not usually good that this condition is not satisfied. For example, if we take a coordinate system defined by$$\Phi\colon\space[0,\infty]\times[0,2\pi) \longrightarrow \mathbb{R}^2$$ so that $$\Phi(r,\varphi)=(r \cos(\varphi), r \sin(\varphi));$$ we see (either by mere exploration or more rigorously by setting the jacobian determinant equal to 0) that it fails to be injective at $(x,y)=(0,0)$. And, indeed, many $(r,\varphi)$ can represent this point, we only need $r=0$ so any $\Phi(0,\varphi)$ equals $(0, 0)$.
Again, this is not something you usually seek, for wherever a coordinate system fails to be injective, many problems arise. To a physicist like me, the worst of them is that the nabla operator (the one with which one first defines gradient, divergence, curl and laplacians) might not be defined at these points. Indeed,
$$\vec{\nabla}\space\colon=\frac{\partial}{\partial x}\vec{u}_x+\frac{\partial}{\partial y}\vec{u}_y=\frac{\partial}{\partial r}\vec{u}_r+\frac{1}{r}\frac{\partial}{\partial \varphi}\vec{u}_\varphi.$$
This also happens with spherical coordinates at the origin, with cylindrical coordinates at every point in the $z$ axis, and with many more usual coordinate systems. Now, I don't know about any coordinate system made specifically to fail to be injective at specific points, nor do I know what that could be useful for, but I hope this helped you, OP, anyway.
EDIT: in all of those situations, the coordinate system fails to be injective at a 0 Lebesgue-measure subset of $\mathbb{R}^n$. If one happened to fail to be injective in a set with non-0 Lebesgue measure, it wouldn't even be possible to compute definite integrals within that region.