From Wikipedia, the free encyclopedia
Distance is a numerical or occasionally qualitative measurement of how far apart objects or points are. In physics or everyday usage, distance may refer to a physical length or an estimation based on other criteria (e.g. «two counties over»). Since spatial cognition is a rich source of conceptual metaphors in human thought,[1] the term is also frequently used metaphorically to mean a measurement of the amount of difference between two similar objects (such as statistical distance between probability distributions or edit distance between strings of text) or a degree of separation (as exemplified by distance between people in a social network). Most such notions of distance, both physical and metaphorical, are formalized in mathematics using the notion of a metric space.
In the social sciences, distance can refer to a qualitative measurement of separation, such as social distance or psychological distance.
Distances in physics and geometry[edit]
The distance between physical locations can be defined in different ways in different contexts.
Straight-line or Euclidean distance[edit]
The distance between two points in physical space is the length of a straight line between them, which is the shortest possible path. This is the usual meaning of distance in classical physics, including Newtonian mechanics.
Straight-line distance is formalized mathematically as the Euclidean distance in two- and three-dimensional space. In Euclidean geometry, the distance between two points A and B is often denoted . In coordinate geometry, Euclidean distance is computed using the Pythagorean theorem. The distance between points (x1, y1) and (x2, y2) in the plane is given by:[2][3]
Similarly, given points (x1, y1, z1) and (x2, y2, z2) in three-dimensional space, the distance between them is:[2]
This idea generalizes to higher-dimensional Euclidean spaces.
Measurement[edit]
There are many ways of measuring straight-line distances. For example, it can be done directly using a ruler, or indirectly with a radar (for long distances) or interferometry (for very short distances). The cosmic distance ladder is a set of ways of measuring extremely long distances.
Shortest-path distance on a curved surface[edit]
Airline routes between Los Angeles and Tokyo approximately follow a direct great circle route (top), but use the jet stream (bottom) when heading eastwards. The shortest route appears as a curve rather than a straight line because the map projection does not scale all distances equally compared to the real spherical surface of the Earth.
The straight-line distance between two points on the surface of the Earth is not very useful for most purposes, since we cannot tunnel straight through the Earth’s mantle. Instead, one typically measures the shortest path along the surface of the Earth, as the crow flies. This is approximated mathematically by the great-circle distance on a sphere.
More generally, the shortest path between two points along a curved surface is known as a geodesic. The arc length of geodesics gives a way of measuring distance from the perspective of an ant or other flightless creature living on that surface.
Effects of relativity[edit]
In the theory of relativity, because of phenomena such as length contraction and the relativity of simultaneity, distances between objects depend on a choice of inertial frame of reference. On galactic and larger scales, the measurement of distance is also affected by the expansion of the universe. In practice, a number of distance measures are used in cosmology to quantify such distances.
Other spatial distances[edit]
Unusual definitions of distance can be helpful to model certain physical situations, but are also used in theoretical mathematics:
- In practice, one is often interested in the travel distance between two points along roads, rather than as the crow flies. In a grid plan, the travel distance between street corners is given by the Manhattan distance: the number of east–west and north–south blocks one must traverse to get between those two points.
- Chessboard distance, formalized as Chebyshev distance, is the minimum number of moves a king must make on a chessboard in order to travel between two squares.
Metaphorical distances[edit]
Many abstract notions of distance used in mathematics, science and engineering represent a degree of difference or separation between similar objects. This page gives a few examples.
Statistical distances[edit]
In statistics and information geometry, statistical distances measure the degree of difference between two probability distributions. There are many kinds of statistical distances, typically formalized as divergences; these allow a set of probability distributions to be understood as a geometrical object called a statistical manifold. The most elementary is the squared Euclidean distance, which is minimized by the least squares method; this is the most basic Bregman divergence. The most important in information theory is the relative entropy (Kullback–Leibler divergence), which allows one to analogously study maximum likelihood estimation geometrically; this is an example of both an f-divergence and a Bregman divergence (and in fact the only example which is both). Statistical manifolds corresponding to Bregman divergences are flat manifolds in the corresponding geometry, allowing an analog of the Pythagorean theorem (which holds for squared Euclidean distance) to be used for linear inverse problems in inference by optimization theory.
Other important statistical distances include the Mahalanobis distance and the energy distance.
Edit distances[edit]
In computer science, an edit distance or string metric between two strings measures how different they are. For example, the words «dog» and «dot», which differ by just one letter, are closer than «dog» and «cat», which have no letters in common. This idea is used in spell checkers and in coding theory, and is mathematically formalized in a number of different ways, including Levenshtein distance, Hamming distance, Lee distance, and Jaro–Winkler distance.
Distance in graph theory[edit]
In a graph, the distance between two vertices is measured by the length of the shortest edge path between them. For example, if the graph represents a social network, then the idea of six degrees of separation can be interpreted mathematically as saying that the distance between any two vertices is at most six. Similarly, the Erdős number and the Bacon number—the number of collaborative relationships away a person is from prolific mathematician Paul Erdős and actor Kevin Bacon, respectively—are distances in the graphs whose edges represent mathematical or artistic collaborations.
[edit]
In psychology, human geography, and the social sciences, distance is often theorized not as an objective numerical measurement, but as a qualitative description of a subjective experience.[4] For example, psychological distance is «the different ways in which an object might be removed from» the self along dimensions such as «time, space, social distance, and hypotheticality».[5] In sociology, social distance describes the separation between individuals or social groups in society along dimensions such as social class, race/ethnicity, gender or sexuality.
Mathematical formalization[edit]
Most of the notions of distance between two points or objects described above are examples of the mathematical idea of a metric. A metric or distance function is a function d which takes pairs of points or objects to real numbers and satisfies the following rules:
- The distance between an object and itself is always zero.
- The distance between distinct objects is always positive.
- Distance is symmetric: the distance from x to y is always the same as the distance from y to x.
- Distance satisfies the triangle inequality: if x, y, and z are three objects, then
This condition can be described informally as «intermediate stops can’t speed you up.»
As an exception, many of the divergences used in statistics are not metrics.
Distance between sets[edit]
The distances between these three sets do not satisfy the triangle inequality:
There are multiple ways of measuring the physical distance between objects that consist of more than one point:
- One may measure the distance between representative points such as the center of mass; this is used for astronomical distances such as the Earth–Moon distance.
- One may measure the distance between the closest points of the two objects; in this sense, the altitude of an airplane or spacecraft is its distance from the Earth. The same sense of distance is used in Euclidean geometry to define distance from a point to a line, distance from a point to a plane, or, more generally, perpendicular distance between affine subspaces.
- Even more generally, this idea can be used to define the distance between two subsets of a metric space. The distance between sets A and B is the infimum of the distances between any two of their respective points:
This does not define a metric on the set of such subsets: the distance between overlapping sets is zero, and this distance does not satisfy the triangle inequality for any metric space with two or more points (consider the triple of sets consisting of two distinct singletons and their union).
- The Hausdorff distance between two subsets of a metric space can be thought of as measuring how far they are from perfectly overlapping. Somewhat more precisely, the Hausdorff distance between A and B is either the distance from A to the farthest point of B, or the distance from B to the farthest point of A, whichever is larger. (Here «farthest point» must be interpreted as a supremum.) The Hausdorff distance defines a metric on the set of compact subsets of a metric space.
[edit]
Further information: Length
The word distance is also used for related concepts that are not encompassed by the description «a numerical measurement of how far apart points or objects are».
Distance travelled[edit]
The distance travelled by an object is the length of a specific path travelled between two points,[6] such as the distance walked while navigating a maze. This can even be a closed distance along a closed curve which starts and ends at the same point, such as a ball thrown straight up, or the Earth when it completes one orbit. This is formalized mathematically as the arc length of the curve.
The distance travelled may also be signed: a «forward» distance is positive and a «backward» distance is negative.
Circular distance is the distance traveled by a point on the circumference of a wheel, which can be useful to consider when designing vehicles or mechanical gears (see also odometry). The circumference of the wheel is 2π × radius; if the radius is 1, each revolution of the wheel causes a vehicle to travel 2π radians.
Displacement and directed distance[edit]
Distance along a path compared with displacement. The Euclidean distance is the length of the displacement vector.
The displacement in classical physics measures the change in position of an object during an interval of time. While distance is a scalar quantity, or a magnitude, displacement is a vector quantity with both magnitude and direction. In general, the vector measuring the difference between two locations (the relative position) is sometimes called the directed distance.[7] For example, the directed distance from the New York City Main Library flag pole to the Statue of Liberty flag pole has:
- A starting point: library flag pole
- An ending point: statue flag pole
- A direction: -38°
- A distance: 8.72 km
Signed distance[edit]
In mathematics and its applications, the signed distance function (or oriented distance function) is the orthogonal distance of a given point x to the boundary of a set Ω in a metric space, with the sign determined by whether or not x is in the interior of Ω. The function has positive values at points x inside Ω, it decreases in value as x approaches the boundary of Ω where the signed distance function is zero, and it takes negative values outside of Ω.[8] However, the alternative convention is also sometimes taken instead (i.e., negative inside Ω and positive outside).[9]
See also[edit]
Wikiquote has quotations related to Distance.
- Absolute difference
- Astronomical system of units
- Color difference
- Closeness (mathematics)
- Distance geometry problem
- Dijkstra’s algorithm
- Distance matrix
- Distance set
- Engineering tolerance
- Multiplicative distance
- Optical path length
- Orders of magnitude (length)
- Proper length
- Proxemics – physical distance between people
- Signed distance function
- Similarity measure
- Social distancing
- Vertical distance
Library support[edit]
- Python (programming language)
- Interspace -A package for finding the distance between two vectors, numbers and strings.
- SciPy -Distance computations (
scipy.spatial.distance
)
- Julia (programming language)
- Julia Statistics Distance -A Julia package for evaluating distances (metrics) between vectors.
References[edit]
- ^ Schnall, Simone (2014). «Are there basic metaphors?». The power of metaphor: Examining its influence on social life. American Psychological Association. pp. 225–247. doi:10.1037/14278-010.
- ^ a b Weisstein, Eric W. «Distance». mathworld.wolfram.com. Retrieved 2020-09-01.
- ^ «Distance Between 2 Points». www.mathsisfun.com. Retrieved 2020-09-01.
- ^ «SOCIAL DISTANCES». www.hawaii.edu. Retrieved 2020-07-20.
- ^ Trope Y, Liberman N (April 2010). «Construal-level theory of psychological distance». Psychological Review. 117 (2): 440–63. doi:10.1037/a0018963. PMC 3152826. PMID 20438233.
- ^ «What is displacement? (article)». Khan Academy. Retrieved 2020-07-20.
- ^ «The Directed Distance» (PDF). Information and Telecommunication Technology Center. University of Kansas. Archived from the original (PDF) on 10 November 2016. Retrieved 18 September 2018.
- ^ Chan, T.; Zhu, W. (2005). Level set based shape prior segmentation. IEEE Computer Society Conference on Computer Vision and Pattern Recognition. doi:10.1109/CVPR.2005.212.
- ^ Malladi, R.; Sethian, J.A.; Vemuri, B.C. (1995). «Shape modeling with front propagation: a level set approach». IEEE Transactions on Pattern Analysis and Machine Intelligence. 17 (2): 158–175. CiteSeerX 10.1.1.33.2443. doi:10.1109/34.368173.
Bibliography[edit]
- Deza E, Deza M (2006). Dictionary of Distances. Elsevier. ISBN 0-444-52087-2.
Coulomb, a Frenchman, is the author of a system of measurements of the electric current, and he it was who discovered that the action of electricity varies, not with the distance, but, like gravity, _in the inverse ratio of the square of the distance_. ❋ James W. Steele (N/A)
Thus in the case of any electrified body, acting on an unelectrified body at a distance, it has to be definitely understood that _the action at a distance_ is alone communicated and propagated by the dielectric or medium which exists between the two bodies. ❋ William George Hooper (N/A)
As the distance from the horizon to the zenith is 90°, the difference, or _complement_ of the altitude, is called the _zenith distance_, or _co-altitude_. ❋ Various (N/A)
He demonstrated that the invisible limbs of the psychic cannot only move objects at a distance, _but that they can feel at a distance_. ❋ Hamlin Garland (1900)
I guess your mother sized it up about right when I said all I asked was to worship you at a distance, and she said she guessed you would look out for the _distance. ❋ William Dean Howells (1878)
[142] In a severe reprimand addressed to Captain Carkett, commanding the leading ship of the English line, by Rodney, he says: «Your leading in the manner you did, induced others to follow so bad an example; and thereby, forgetting that the signal for the line was at only two cables ‘length distance from each other, the van division was led by you to _more than two leagues distance_ from the centre division, which was thereby exposed to the greatest strength of the enemy and not properly supported» (Life, vol.i. p. 351). ❋ Unknown (1877)
Although, therefore, it may be contended that the swollen carcass of a drowned exotic deer might be borne along a diluvial wave to a considerable distance, and its bones ultimately deposited far from its native soil, _it is not credible that all the solid shed antlers of such species of deer could be carried by the same cause to the same distance_; or that any of them could be rolled for a short distance, with other heavy debris of a mighty torrent, without fracture and signs of friction. ❋ Hugh Miller (1829)
Maryn Smith, the winner of the National Geographic planetary mnemonic contest, has created a handy way to remember the planets and their order in distance from the sun. ❋ Unknown (2008)
That earth is #3 in distance from the sun is a factoid. ❋ Unknown (2007)
It is the song of a man who feels himself not only remote in distance from the earth and his home and all the little things of earth, but he feels himself actually remote even in point of time. ❋ Unknown (1923)
I would set my pictures at a certain distance from the fireplace, and often would leave a rout to go and ascertain whether they wanted moving nearer the grate or farther away. ❋ Unknown (1903)
A domestic squabble at a certain distance is interesting, like an engagement viewed from a point beyond the range of guns. ❋ Unknown (1888)
Having my dog sit at a distance is also a problem, she will generally stay where she’s at on command, but this should help reinforce that too. ❋ Unknown (2009)
“Is that what you call the distance you two have been keeping?” ❋ Barbara Freethy (2011)
In the distance is a clubhouse and standing in front of it are all his friends and other politicians who had worked with him. ❋ Unknown (2008)
«It’s not that [I don’t love you], [I just can’t] handle [the distance].» ❋ // (2006)
He said he [wanted] distance from me because he didn’t like [the way] I [acted]. ❋ Lmarig144103 (2017)
He’s [going the distance], he’s going for [speed]….[Cake] ❋ Naysayer13 (2004)
«I wish I could date that [blogger].»
«Don’t you guys live over [3,000 miles] away?»
«Yeah…»
«Distance is such a [cock-block].» ❋ An Angry Internet User (2011)
Guy; [distance] [sucks] =(
girl; EWWWIE [DISTANCE]!!! ❋ Rawr Man! (2006)
[I’m so tired] of [distance].
[Distance] always finds a way to make everything more [difficult]. ❋ Distantt (2013)
i think i need some [distance] in order to [figure] our who i am [without you]. ❋ Simonmax (2011)
[McNabb] threw one for the distance with 10 seconds to go and the [Eagles] won the Super Bowl.
Joey told Katie that he would finally be able to go the distance this time, but once again he «[blew it]» before the game even started. ❋ Nick D (2004)
Aaron: «Dude, I just got [distanced]. I thought that girl looked hot from far away, but I saw her up close and she was a straight [fugo].»
[Aryeh]: «That sucks, man» ❋ FunkMFlex (2009)
Distance [sucks] ❋ Distance Hater (2017)
English[edit]
Alternative forms[edit]
- distaunce (obsolete)
Etymology[edit]
From Middle English distance, distaunce, destaunce, from Old French destance, from Latin distantia (“distance, remoteness, difference”), from distāns, present participle of distō (“I stand apart, I am separate, distant, or different”), from di-, dis- (“apart”) + stō (“I stand”). Compare Dutch afstand (“distance”, literally “off-stand, off-stance”), German Abstand.
Pronunciation[edit]
- IPA(key): /ˈdɪs.tɪns/
- (weak vowel merger) IPA(key): /ˈdɪs.təns/
- Rhymes: (weak vowel merger) -ɪstəns
Noun[edit]
distance (countable and uncountable, plural distances)
- (countable) The amount of space between two points, usually geographical points, usually (but not necessarily) measured along a straight line.
- The distance to Petersborough is thirty miles.
- From Moscow, the distance is relatively short to Saint Petersburg, relatively long to Novosibirsk, but even greater to Vladivostok.
-
1918, W[illiam] B[abington] Maxwell, chapter V, in The Mirror and the Lamp, Indianapolis, Ind.: The Bobbs-Merrill Company, →OCLC:
-
Then everybody once more knelt, and soon the blessing was pronounced. The choir and the clergy trooped out slowly, […], down the nave to the western door. […] At a seemingly immense distance the surpliced group stopped to say the last prayer.
-
- Length or interval of time.
- 1718, Matthew Prior, Preface to a Collection of Poems
- ten years’ distance between my writing the one and the other
- 1795, John Playfair, Elements of Geometry
- the writings of Euclid at the distance of two thousand years
- 1718, Matthew Prior, Preface to a Collection of Poems
- (countable, informal) The difference; the subjective measure between two quantities.
-
We’re narrowing the distance between the two versions of the bill. The distance between the lowest and next gear on my bicycle is annoying.
-
- Remoteness of place; a remote place.
-
1819 June 23, Geoffrey Crayon [pseudonym; Washington Irving], “Rip Van Winkle”, in The Sketch Book of Geoffrey Crayon, Gent., number I, New York, N.Y.: […] C. S. Van Winkle, […], →OCLC, page 71:
-
As he was about to descend, he heard a voice from a distance, hallooing, «Rip Van Winkle! Rip Van Winkle!»
-
- 1799, Thomas Campbell, The Pleasure of Hope
- ‘Tis distance lends enchantment to the view.
-
1712 (date written), [Joseph] Addison, Cato, a Tragedy. […], London: […] J[acob] Tonson, […], published 1713, →OCLC, Act I, scene v, page 1:
- [He] waits at distance till he hears from Cato.
-
- Remoteness in succession or relation.
-
the distance between a descendant and his ancestor
-
- A space marked out in the last part of a racecourse.
- (uncountable, figuratively) The entire amount of progress to an objective.
-
He had promised to perform this task, but did not go the distance.
-
- (uncountable, figuratively) A withholding of intimacy; alienation; variance.
-
The friendship did not survive the row: they kept each other at a distance.
-
1625, Francis [Bacon], “Of Seditions and Troubles”, in The Essayes […], 3rd edition, London: […] Iohn Haviland for Hanna Barret, →OCLC:
-
Setting them [factions] at distance, or at least distrust amongst themselves.
-
-
1667, John Milton, “Book VIII”, in Paradise Lost. […], London: […] [Samuel Simmons], […], →OCLC; republished as Paradise Lost in Ten Books: […], London: Basil Montagu Pickering […], 1873, →OCLC:
-
On the part of Heaven, / Now alienated, distance and distaste.
-
-
1892, Walter Besant, chapter III, in The Ivory Gate […], New York, N.Y.: Harper & Brothers, […], →OCLC:
-
In former days every tavern of repute kept such a room for its own select circle, a club, or society, of habitués, who met every evening, for a pipe and a cheerful glass. […] Strangers might enter the room, but they were made to feel that they were there on sufferance: they were received with distance and suspicion.
-
-
- The remoteness or reserve which respect requires; hence, respect; ceremoniousness.
-
1665, John Dryden, The Indian Emperour […][1], London: Printed by J.M. for H. Herringman, published 1667, Act I, scene ii, page 4:
-
though you ſee / The King is kind, I hope your modeſty / Will know, what diſtance to the Crown is due.
-
- 1706, Francis Atterbury, A Sermon Preached in the Guild-Hall Chapel, September 28 1706
- ’Tis by respect and distance that authority is upheld.
-
- The space measured back from the winning-post which a racehorse running in a heat must reach when the winner has covered the whole course, in order to run in the final heat.
Synonyms[edit]
- (remoteness): farness
Derived terms[edit]
- action at a distance
- aesthetic distance
- angular distance
- automatic distance control
- Bhattacharyya distance
- braking distance
- cartesian distance
- Cartesian distance
- Chebyshev distance
- chessboard distance
- creepage distance
- critical distance
- distance education
- distance fog
- distance formula
- distance function
- distance learning
- distance vector
- distance vision
- distancer
- down and distance
- draw distance
- edit distance
- effort distance
- equidistance
- Euclidean distance
- focal distance
- go the distance
- Hamming distance
- Hellinger distance
- horizon distance
- Hubble distance
- in the distance
- interarch distance
- interplant distance
- keep at a distance
- keep one’s distance
- keyboard distance
- Levenshtein distance
- long-distance
- long-distance relationship
- luminosity distance
- lunar distance
- Manhattan distance
- mean distance between failure
- middle distance
- middle-distance
- polar distance
- power distance
- resistance distance
- second distance
- security distance
- self-distance
- short-distance
- skip distance
- slant distance
- social distance
- socially distance
- spitting distance
- spooky action at a distance
- stay the distance
- stopping distance
- striking distance
- string distance
- taxi distance
- taxi-distance
- taxicab distance
- Tchebychev distance
- thinking distance
- walking distance
- zenith distance
[edit]
- distant
Translations[edit]
amount of space between two points
- Afrikaans: afstand (af)
- Albanian: distancë (sq) f
- Arabic: مَسَافَة f (masāfa), بُعْد (ar) m (buʕd)
- Egyptian Arabic: بعد m (buʿd)
- Armenian: հեռավորություն (hy) (heṙavorutʿyun)
- Assamese: দূৰৈ (duroi), দূৰতা (durota), দূৰত্ব (durotto)
- Azerbaijani: məsafə (az), ara (az)
- Basque: distantzia
- Belarusian: адле́гласць f (adljéhlascʹ), дыста́нцыя f (dystáncyja)
- Bengali: দূরত্ব (durotto)
- Breton: pellder (br) m
- Bulgarian: разстоя́ние (bg) n (razstojánie), диста́нция (bg) f (distáncija)
- Burmese: အကွာအဝေး (my) (a.kwaa.we:)
- Catalan: distància (ca)
- Central Melanau: gai
- Chinese:
- Mandarin: 距離/距离 (zh) (jùlí)
- Czech: vzdálenost (cs) f
- Danish: afstand (da) c
- Dutch: afstand (nl) m, eind (nl) n
- Esperanto: distanco, malproksimo
- Estonian: kaugus
- Finnish: etäisyys (fi), välimatka (fi), matka (fi)
- French: distance (fr) f
- Galician: distancia (gl) f
- Georgian: მანძილი (manʒili), დაშორება (dašoreba), სიშორე (sišore)
- German: Distanz (de) f, Entfernung (de) f, Abstand (de) m
- Greek: απόσταση (el) f (apóstasi), διάστημα (el) (diástima), απομάκρυνση (el) (apomákrynsi)
- Ancient: ἀπόστασις f (apóstasis)
- Haitian Creole: distans
- Hebrew: מֶרְחָק m (merkhák)
- Hindi: दूरी (hi) f (dūrī), फ़ासला m (fāslā), फासला (hi) m (phāslā)
- Hungarian: távolság (hu), táv (hu)
- Icelandic: fjarlægð (is)
- Indonesian: jarak (id)
- Interlingua: distantia (ia)
- Italian: distanza (it) f
- Japanese: 距離 (ja) (きょり, kyori)
- Javanese: elet (jv)
- Kazakh: қашықтық (qaşyqtyq), арақашықтық (araqaşyqtyq)
- Khmer: ចម្ងាយ (km) (cɑmŋaay)
- Korean: 거리(距離) (ko) (geori)
- Kyrgyz: аралык (ky) (aralık)
- Ladino: distansya, lungure (Monastir)
- Lao: ໄລຍະຫ່າງ (lo) (lai nya hāng), ຊົ່ວຣະຍະ (sūa ra nya)
- Latin: distantia
- Latvian: attālums m, atstatums m
- Lithuanian: nuotolis m, atstumas m, distancija f
- Macedonian: растоја́ние n (rastojánie), дале́чина f (daléčina), оддале́ченост f (oddaléčenost), раздале́ченост f (razdaléčenost), дистанца f (distanca)
- Malay: jarak (ms)
- Malayalam: ദൂരം (ml) (dūraṃ), അകലം (ml) (akalaṃ)
- Maori: nehe, mataratanga
- Mongolian: зай (mn) (zaj)
- Nahuatl: kalkayotl
- North Frisian: fiirense f
- Norwegian:
- Bokmål: avstand (no) m
- Occitan: distància (oc) f
- Old English: feornes f
- Pashto: واټن (ps) m
- Persian: فاصله (fa) (fâsele, fâsle), دوری (fa) (duri)
- Polish: odległość (pl) f, droga (pl) f, dystans (pl) m
- Portuguese: distância (pt) class 3
- Romanian: distanță (ro) f, depărtare (ro) f
- Russian: расстоя́ние (ru) n (rasstojánije), диста́нция (ru) f (distáncija), отдалённость (ru) f (otdaljónnostʹ)
- Sanskrit: दूरम् (sa) n (dūram)
- Scottish Gaelic: eadar-dhealachadh m
- Serbo-Croatian:
- Cyrillic: у̀да̄љено̄ст f, даљѝна f
- Roman: ùdāljenōst (sh) f, daljìna (sh) f
- Shan: ၶၢဝ်းတၢင်း (shn) (kháao táang)
- Slovak: vzdialenosť f
- Slovene: razdalja f, oddaljenost f
- Spanish: distancia (es) f
- Sundanese: anggang
- Swahili: umbali (sw)
- Swedish: distans (sv) c, avstånd (sv) n
- Tagalog: agwat (tl)
- Tajik: масофа (masofa)
- Tamil: please add this translation if you can
- Thai: ระยะทาง (th) (rá-yá-taang), ระยะห่าง (rá-yá-hàang)
- Tibetan: ཐག (thag), ལམ་ཐག (lam thag), རྒྱང་ཐག (rgyang thag)
- Turkish: ara (tr), mesafe (tr)
- Turkmen: aralyk (tk)
- Ukrainian: відда́лення n (viddálennja), ві́дстань (uk) f (vídstanʹ), ві́ддаль f (víddalʹ), диста́нція f (dystáncija)
- Urdu: دوری f (dūrī), فاصلہ m (fāsilā, fāsalā)
- Uzbek: masofa (uz), oraliq (uz)
- Vietnamese: khoảng cách (vi)
- Zulu: ubude class 14, ibanga class 5/6, iduze class 5/6
length or interval of time
subjective measure between two quantities
remoteness of place; a remote place
- Bulgarian: отдалеченост (bg) f (otdalečenost)
- Catalan: llunyania (ca) f
- Dutch: verte (nl) f
- Esperanto: foro (eo)
- Finnish: kaukaisuus (fi), kaukaa (fi) (from a distance)
- German: Ferne (de) f, Weite (de) f
- Hungarian: messzeség (hu), távolság (hu)
- Japanese: 遠方 (ja) (えんぽう, enpō)
- Sorbian:
- Lower Sorbian: dalina f
- Spanish: lejanía (es) f
Verb[edit]
distance (third-person singular simple present distances, present participle distancing, simple past and past participle distanced)
- (transitive) To move away (from) someone or something.
- He distanced himself from the comments made by some of his colleagues.
- (transitive) To leave at a distance; to outpace, leave behind.
- 1891, Mary Noailles Murfree, In the «Stranger People’s» Country, Nebraska 2005, p. 71:
- Then the horse, with muscles strong as steel, distanced the sound.
- 1891, Mary Noailles Murfree, In the «Stranger People’s» Country, Nebraska 2005, p. 71:
- (transitive) To lose interest in a specific issue.
Derived terms[edit]
- outdistance
Translations[edit]
move away
- Arabic: بَعَّدَ (ar) (baʕʕada)
- Breton: (please verify) pellaat diouzh , (please verify) mont diouzh
- Bulgarian: дистанцирам се (distanciram se)
- Catalan: distanciar-se, allunyar-se
- Dutch: verwijderen (nl)
- Finnish: etäännyttää (fi), tehdä eroa, ottaa välimatkaa, etääntyä (fi), ottaa etäisyyttä, pestä kätensä
- French: (please verify) éloigner (fr), (please verify) s’éloigner (fr)
- German: entfernen (de)
- Greek: απομακρύνομαι (el) (apomakrýnomai)
- Hebrew: התרחק (hitrakhék)
- Hindi: दूर हटना (dūr haṭnā)
- Indonesian: menjauhi (id)
- Interlingua: distantiar
- Macedonian: се оддалечува (se oddalečuva), се раздалечува (se razdalečuva), се дистанци́ра (se distancíra)
- Malayalam: അകലുക (ml) (akaluka)
- Polish: dystansować się impf, zdystansować się pf, oddalać się impf, oddalić się pf
- Portuguese: distanciar-se, afastar-se
- Romanian: distanța (ro)
- Russian: отдаля́ть (ru) (otdaljátʹ)
- Spanish: distanciarse, alejarse
- Sundanese: anggang
- Swedish: distansera sig, avlägsna sig
- Telugu: దూరం చేసుకొను (dūraṁ cēsukonu)
Further reading[edit]
- distance in Webster’s Revised Unabridged Dictionary, G. & C. Merriam, 1913
- “distance”, in The Century Dictionary […], New York, N.Y.: The Century Co., 1911, →OCLC.
- distance at OneLook Dictionary Search
Anagrams[edit]
- danciest
Danish[edit]
Etymology[edit]
From French distance.
Pronunciation[edit]
- IPA(key): /distanɡsə/, [d̥iˈsd̥ɑŋsə]
Noun[edit]
distance c (singular definite distancen, plural indefinite distancer)
- distance
- detachment
Declension[edit]
Further reading[edit]
- “distance” in Den Danske Ordbog
Esperanto[edit]
Etymology[edit]
From distanco + -e.
Pronunciation[edit]
- IPA(key): [diˈstant͡se]
- Rhymes: -ant͡se
- Hyphenation: di‧stan‧ce
Adverb[edit]
distance
- To or at a great distance.
- rigardi pentraĵon distance.
French[edit]
Pronunciation[edit]
- IPA(key): /dis.tɑ̃s/
- Rhymes: -ɑ̃s
Etymology 1[edit]
From Latin distantia.
Noun[edit]
distance f (plural distances)
- distance (literal physical distance)
-
On se tient à distance de deux kilomètres l’un de l’autre.
- We stand at a distance of two kilometers from each other.
-
- distance (metaphoric or figurative)
- 2014, Jean-Claude Bernardon ,Résolution de conflits
-
Votre langage doit vous permettre de maintenir une bonne distance de sécurité, être un peu plus poli et détaché que nécessaire est un avantage.
- Our language must allow us to maintain a good safe distance, to be a little more polite and detached than necessary is an advantage.
-
-
Il convient de la tenir à une certaine distance.
- It’s suitable to maintain a certain distance.
- 2014, Jean-Claude Bernardon ,Résolution de conflits
Derived terms[edit]
- à distance
- de distance en distance
- distance de freinage
- distance focale
- distance matrimoniale
- prendre de la distance
- prendre ses distances
- tenir la distance
- toutes distances gardées
[edit]
- distant
Etymology 2[edit]
Verb[edit]
distance
- inflection of distancer:
- first/third-person singular present indicative/subjunctive
- second-person singular imperative
Further reading[edit]
- “distance”, in Trésor de la langue française informatisé [Digitized Treasury of the French Language], 2012.
Latvian[edit]
Noun[edit]
distance f (5 declension)
- distance
- interval
- railway division
Declension[edit]
Declension of distance (5th declension)
Other forms: distances; distanced; distancing
Distance is an amount of space between things. From a distance, it’s hard to tell if someone’s wearing a vampire costume or just a chic black outfit.
The noun distance usually refers to physical space in between two objects, like the distance between your parking spot and the entrance to the mall. It can also mean an interval in time, like a distance of two years since you graduated. Another meaning of distance is remoteness, like the distance between you and a close friend who doesn’t talk to you much these days. The Latin root is distantia, «a standing apart.»
Definitions of distance
-
noun
the property created by the space between two objects or points
see moresee less-
types:
- show 27 types…
- hide 27 types…
-
way
the property of distance in general
-
piece
a distance
-
mean distance
the arithmetic mean of the maximum and minimum distances of a celestial body (satellite or secondary star) from its primary
-
farawayness, farness, remoteness
the property of being remote
-
closeness, nearness
the spatial property resulting from a relatively small distance
-
wavelength
the distance (measured in the direction of propagation) between two points in the same phase in consecutive cycles of a wave
-
focal distance, focal length
the distance from a lens to its focus
-
hyperfocal distance
the distance in front of a lens that is focused at infinity beyond which all objects are well defined and clear
-
leap
the distance leaped (or to be leaped)
-
span
the distance or interval between two points
-
wheelbase
the distance from the center of a car’s front wheel to the rear axle
-
interval, separation
the distance between things
-
remove
degree of figurative distance or separation
-
yardage
distance measured in the aggregate number of yards
-
hour, minute
distance measured by the time taken to cover it
-
milage, mileage
distance measured in miles
-
elevation
distance of something above a reference point (such as sea level)
-
hour angle
the angular distance along the celestial equator from the observer’s meridian to the hour circle of a given celestial body
-
far cry
distance estimated in terms of the audibility of a cry
-
propinquity, proximity
the property of being close together
-
adjacency, contiguity, contiguousness
the attribute of being so near as to be touching
-
elevation
(ballet) the height of a dancer’s leap or jump
-
clearance
the distance by which one thing clears another; the space between them
-
isometry
equality of elevation above sea level
-
altitude, height
elevation especially above sea level or above the earth’s surface
-
grade, ground level
the height of the ground on which something stands
-
water level
the level of the surface of a body of water
-
type of:
-
spacing, spatial arrangement
the property possessed by an array of things that have space between them
-
noun
size of the gap between two places
“the
distance from New York to Chicago”-
synonyms:
length
see moresee less-
types:
- show 11 types…
- hide 11 types…
-
leg
(nautical) the distance traveled by a sailing vessel on a single tack
-
arm’s length
a distance sufficient to exclude intimacy
-
gauge
the distance between the rails of a railway or between the wheels of a train
-
light time
distance measured in terms of the speed of light (or radio waves)
-
skip distance
the shortest distance that permits radio signals (of a given frequency) to travel from the transmitter to the receiver by reflection from the ionosphere
-
wingspan, wingspread
linear distance between the extremities of an airfoil
-
wingspread
distance between the tips of the wings (as of a bird or insect) when fully extended
-
altitude
the perpendicular distance from the base of a geometric figure to the opposite vertex (or side if parallel)
-
broad gauge
a railroad track (or its width) broader than the standard 56.5 inches
-
narrow gauge
a railroad track (or its width) narrower than the standard 56.5 inches
-
standard gauge
railroad track having the standard width of 56.5 inches
-
type of:
-
size
the physical magnitude of something (how big it is)
-
“I could see it in the
distance” -
noun
the interval between two times
“the
distance from birth to death”-
synonyms:
space
-
noun
a remote point in time
“if that happens it will be at some
distance in the future”“at a
distance of ten years he had forgotten many of the details” -
noun
indifference by personal withdrawal
“emotional
distance”-
synonyms:
aloofness
-
“we have to
distance ourselves from these events in order to continue living”
DISCLAIMER: These example sentences appear in various news sources and books to reflect the usage of the word ‘distance’.
Views expressed in the examples do not represent the opinion of Vocabulary.com or its editors.
Send us feedback
EDITOR’S CHOICE
Look up distance for the last time
Close your vocabulary gaps with personalized learning that focuses on teaching the
words you need to know.
Sign up now (it’s free!)
Whether you’re a teacher or a learner, Vocabulary.com can put you or your class on the path to systematic vocabulary improvement.
Get started
Recent Examples on the Web
If that can be done at limited additional cost, the glide bomb might transform into a comparatively cheap missile for picking off air defenses and high-value mobile targets from a moderate standoff distance.
—Sébastien Roblin, Popular Mechanics, 9 Apr. 2023
The Kobuk is the last distance race of the season.
—John Schandelmeier, Anchorage Daily News, 9 Apr. 2023
Still, larger rainbow trout were surfacing just beyond casting distance.
—Jim Gronaw, Baltimore Sun, 8 Apr. 2023
Any distance outside of the mileage limit will incur a fee.
—Lydia Mansel, Travel + Leisure, 8 Apr. 2023
Initially, Ethan pursued distance cycling but soon realized that his lean 5-foot, 10-inch frame was built for sprinting and became a champion racer on velodrome tracks.
—Carolyn Said, San Francisco Chronicle, 7 Apr. 2023
The college has been providing distance learning services for decades and currently offers 30 courses designed primarily for beginner and intermediate art students.
—Amanda Prahl, Peoplemag, 7 Apr. 2023
The home, which is walking distance to Lakewood Elementary, was built in 2018 by Maplehill Residential, with architecture by Risser Design + Development.
—Ryan Conner, Dallas News, 7 Apr. 2023
O’Brien said the fleeing pickup driver swiped the side of a fire truck that had responded to an unrelated crash a short distance down the freeway, O’Brien said.
—Caleb Lunetta, San Diego Union-Tribune, 7 Apr. 2023
But unlike some wealthy people from poor or modest upbringings, Zhao has never sought to distance himself from his working-class past, even retweeting memes of himself in McDonald’s garb.
—Jeff John Roberts, Fortune Crypto, 10 Apr. 2023
In its aftermath, the school has sought to distance itself from the shooting.
—Billy Witz, New York Times, 15 Mar. 2023
Despite his discomfort with the success of Mista Thug Isolation, Miller’s desire to distance himself from that era of his work has waned.
—Patrick Lyons, SPIN, 6 Mar. 2023
Most notably, during his deposition, Murdoch sought to distance himself from decision making at Fox News.
—Oliver Darcy, CNN, 2 Mar. 2023
Some top Republicans, however, have sought to distance themselves from Scott’s sunset proposal.
—Joey Garrison, USA TODAY, 15 Feb. 2023
However, voters overwhelmingly chose Pavel over Babiš, a populist billionaire who had sought to distance the Czech Republic from the war in Ukraine.
—Justin Klawans, The Week, 29 Jan. 2023
McCarthy had an opportunity to distance himself and his party from the mayhem of the former president.
—Dan Balz, Anchorage Daily News, 8 Jan. 2023
The Florida Department of Education, however, has distanced itself from the controversy and the school’s decision.
—Trisha Thomas, Fortune, 29 Mar. 2023
Doug Mayer, an American who operates the Run the Alps trail running tour business out of Chamonix, said the PTL is closer to a mountaineering adventure than a typical ultra-distance trail running race.
—Brian Metzler, Outside Online, 24 Aug. 2022
Jornet, a 34-year-old endurance athlete from the Catalan region of Spain is considered by many to be the best ultra-distance runner of his generation.
—Brian Metzler, Outside Online, 15 July 2022
The problem is, every single one of them is either a short- or mid-distance light.
—Wes Siler, Outside Online, 27 Jan. 2022
Overall, the Escape Pursuit is a seemingly simple shoe that checks all the boxes for short- to mid-distance runs on hilly terrain.
—The Editors, Outside Online, 7 Nov. 2021
Thirty-six-year-old Anchorage cyclist John Lackey, riding a fat bike, blew through the 2015 Iditarod Trail Invitational human-powered ultra-distance race that began Sunday, breaking two records, reports the Alaska Dispatch News.
—The Editors, Outside Online, 4 Mar. 2015
Most runners should spend time lifting in this range, as heavy lifting benefits sprinters and ultra-distance runners alike.
—Kyle Norman, Outside Online, 10 Sep. 2020
This summer’s ultra-distance races will be the true test to see if the Flight shakes up the trail scene the way carbon super shoes did for road racing.
—Adam Chase, Outside Online, 11 Feb. 2021
At one point, the former employee said, Johnson called out the employee and a mid-distance runner in front of the team during a training session inside the Moshofsky Center, the school’s indoor practice facility.
—Ken Goe For The Oregonian/oregonlive, oregonlive, 2 Dec. 2021
See More
These examples are programmatically compiled from various online sources to illustrate current usage of the word ‘distance.’ Any opinions expressed in the examples do not represent those of Merriam-Webster or its editors. Send us feedback about these examples.