answersLogoWhite

0


Best Answer

There are many ways to measure distance in math. Euclidean distance is one of them.

Given two points P1 and P2 the Euclidean distance ( in two dimensions, although the formula very easily generalizes to any number of dimensions) is as follows:

Let P1 have the coordiantes (x1, y1) and P2 be (x2, y2)

Then the Euclidean distance between them is the square root of

(x2-x1)2+(y2-y1)2 .

To understand some other ways of measuring "distance" I introduce the term

METRIC. A metric is a distance function. You put the points into the function (so they are its domain) and you get the distance as the output (so that is the range).

Another metric is the Taxicab Metric, formally known as the Minkowski distance.

We often use the small letter d to mean the distance between points.

So d(P1, P2) is the distance between points. Using the Taxicab Metric,

d(x, y) = |x1 - x2| + |y2 - y2|

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between distance and Euclidean distance?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

How do you find the distance between two integers using the difference?

The difference (greater minus lesser) is the distance between them.


How can you find the distance between two integers using the difference?

To find the distance between two integers using the difference, you simply subtract the smaller integer from the larger integer. The result will be the distance between the two integers on the number line. For example, if you have integers 7 and 3, you would subtract 3 from 7 to get a distance of 4. This method works because the difference between two integers gives you the number of units separating them on the number line.


How many different lines are determined by two points?

In classical or Euclidean plane geometry two points defines exactly one line. On a sphere two points can define infinitely many lines only one of which will represent the shortest distance between the points. On other curved surfaces, or in non-Euclidean geometries, the number of lines determined by two points can vary. Even in the Euclidean plane, two points determine infinitely many lines that are not straight!


What is the distance between the points -2 5 and 3 -4?

In order to find the distance between two coordinates, you first need to find the difference between the x and y coordinates. In this case, the difference between the x coordinates is 3-(-2) = 5. The difference between the y coordinates is -4-5 = -9. To find the distance you add up the squares of these differences then find the square root. 52 = 25. -92 = 81. 25+81 = 106. Thus the distance is the square root of 106, or approximately 10.296


What is the distance between -9 and -18?

9

Related questions

What is the difference between Euclidean Geometry and non-Euclidean Geometry?

In Euclidean geometry parallel lines are always the same distance apart. In non-Euclidean geometry parallel lines are not what we think of a parallel. They curve away from or toward each other. Said another way, in Euclidean geometry parallel lines can never cross. In non-Euclidean geometry they can.


What is the distance between two points called?

The distance between two points is called the "distance" or "Euclidean distance" in geometry.


What is the distance between to objects?

To calculate the distance between two objects, you need to know their respective positions in a specific coordinate system. Then, you can use a distance formula, such as the Euclidean distance formula in Cartesian coordinates, to determine the distance between the two objects.


What are the similarities between euclidean and non euclidean?

nothing


What are three types of distance?

Euclidean distance: measures the straight-line distance between two points in geometric space. Manhattan distance: measures the distance between two points by summing the differences in their respective coordinates. Minkowski distance: a general form of distance metric that includes both Euclidean and Manhattan distances as special cases.


What figure do you get if you join two points in cartesian plane?

You get a curve. If you join them along the shortest [Euclidean] distance between them, you get a straight line.


What is the difference between hamming distance and euclidean distance?

In comparing two bit patterns, the Hamming distance is the count of bits different in the two patterns. More generally, if two ordered lists of items are compared, the Hamming distance is the number of items that do not identically agree. This distance is applicable to encoded information, and is a particularly simple metric of comparison, often more useful than the city-block distance (the sum of absolute values of distances along the coordinate axes) or Euclidean distance (the square root of the sum of squares of the distances along the coordinate axes). also Metric.


Difference between outreach center and distance education?

Difference between outreach centre and distance education?"


What is the difference in euclidean and spherical geometry?

i have no idea lol


What is the theory of relativity of pi?

Pi is only constant in Euclidean Geometry, it is not the same in other Geometries. In the non-Euclidean geometry that Relativity theory uses the difference between PiE and PiNE is extremely small, approaching zero.


Can the distance formula can be derived from the Pythagorean theorem?

Yes, the formula for the Euclidean distance. But not necessarily other distance metrics.


How do you find the distance between two integers using the difference?

The difference (greater minus lesser) is the distance between them.