Distance Between Two Points - Formula, Derivation, Examples (2024)

Distance between two points is the length of the line segment that connects the two given points. Distance between two points in coordinate geometry can be calculated by finding the length of the line segment joining the given coordinates.

Distance between two points in coordinate geometry is calculated by the formula √[(x2 − x1)2 + (y2 − y1)2], where (x1, y1) and (x2, y2) are two points on the coordinate plane. Let us understand the formula to find the distance between two points in a two-dimensional and three-dimensional plane.

1.What is the Distance Between Two Points?
2.Distance Between Two Points Formula
3.Derivation of Formula for Distance Between Two Points of Coordinates
4.How to Find Distance Between Two Points of Coordinates?
5.Distance Between Two Points in Complex Plane
6.FAQs on Distance Between Two Points

What is the Distance Between Two Points?

The distance between any two points is the length of the line segment joining the points. There is only one line passing through two points. So, the distance between two points can be calculated by finding the length of this line segment connecting the two points. For example, if A and B are two points and if \(\overline{AB}\) =10 cm, it means that the distance between A and B is 10 cm.

Distance Between Two Points - Formula, Derivation, Examples (1)

The distance between two points is the length of the line segment joining them (but this CANNOT be the length of the curve joining them). Note that the distance between two points is always positive.

Distance Between Two Points - Formula, Derivation, Examples (2)

Distance Between Two Points Formula

The distance between two points using the given coordinates can be calculated by applying the distance formula. For any point given in the 2-D plane, we can apply the 2D distance formula or the Euclidean distance formula given as:

The formula for the distance between two points (d) whose coordinates are (x1,y1) and (x2, y2) is: d = √[(x2 − x1)2 + (y2 − y1)2]

This is also known as the Euclidean Distance Formula.

To find the distance between the points with coordinates (x1,y1, z1) and (x2, y2, z2) given in a 3-D plane, we can apply the 3D distance formula, given as,

d = √[(x2 − x1)2 + (y2 − y1)2 + (z2 − z1)2]

Let's learn how to derive this formula next.

Derivation of Formula for Distance Between Two Points of Coordinates

To derive the formula to calculate the distance between two points in a two-dimensional plane, let us assume that there are two points with the coordinates given as, A(x1, y1) B(x2, y2). Next, we will assume that the line segment joining A and B is \(\overline{AB}\) = d. Now, we will plot the given points on the coordinate plane and join them by a line.

Distance Between Two Points - Formula, Derivation, Examples (3)

Next, we will construct a right-angled triangle with \(\overline{AB}\) as the hypotenuse.

Distance Between Two Points - Formula, Derivation, Examples (4)

Applying Pythagoras theorem for the △ABC:

AB2 = AC2 + BC2

d2 = (x2 − x1)2 + (y2 − y1)2 (Values from the figure)

Here, the vertical distance between the given points is |y2 − y1|.

The horizontal distance between the given points is |x2 − x1|.

d = √[(x2 − x1)2 + (y2 − y1)2] (Taking square root on both sides)

Thus, the distance formula to find the distance between two points is proved.

Note: In case the two points A and B are on the x-axis, i.e. the coordinates of A and B are (x1, 0) and (x2, 0) respectively, then the distance between two points AB = |x2 − x1|.

Using similar steps and concepts, we can also derive the formula to find the distance between two points given in the 3D plane.

How to Find Distance Between Two Points of Coordinates?

The distance between two points using the given coordinates can be calculated with the help of the following given steps:

  • Note down the coordinates of the two given points in the coordinate plane as, A(x1, y1) and B(x2, y2).
  • We can apply the distance formula to find the distance between the two points, d = √[(x2 − x1)2 + (y2 − y1)2]
  • Express the given answer in units.

Note: We can apply the 3D distance formula in case the two points are given in 3D plane, d = √[(x2 − x1)2 + (y2 − y1)2 + (z2 − z1)2]

Example: Find the distance between the points with coordinates given as, A = (1, 2) and B = (1, 5).

Solution:

The distance between two points using coordinates can be given as, d = √[(x2 − x1)2 + (y2 − y1)2], where (x1, y1) and (x2, y2) are the coordinates of the two points.

⇒ d = √[(1 − 1)2 + (5 − 2)2]

⇒ d = 3 units

From the above example, we can also observe that when the x-coordinates of the given points are the same (i.e. when the points are on a vertical line), we can find the distance between the two points by finding the absolute value of the difference between the y-coordinates.

In the same way, the distance between two points that lie on a horizontal line is the absolute value of the difference in their x-coordinates.

Distance Between Two Points in Complex Plane

The distance between two points in a complex plane is found by using a formula that is similar to the distance between two points formula in cartesian plane. Consider two complex numbers z1 = a + ib and z2 = c + id. Recall the fact that every complex number on a complex plane corresponds to a point on the coordinate plane. Then the distance between the two complex numbers z1 and z2 is:

|z1 − z2| = √[(a − c)2 + (b − d)2]

Here |z1 − z2| is the absolute value of the complex number z1 − z2.

Example: Find the distance between the complex numbers z1 = 1 + 3i and z2 = 2 - 4i.

Solution:

The points that denote the given complex numbers are (1, 3) and (2, -4). So the distance between them is:

|z1 − z2| = √[(1 - 2)2 + (3 + 4)2 = √(1 + 49) = √50 = 5√2 units

Related topics:

  • Distance Between Two Points Calculator
  • Distance Between Two Lines
  • Distance Between Point and Plane

Important Notes on Distance Between Two Points:

  • The distance, d, between two points whose coordinates are (x1,y1) and (x2, y2) is: d = √[(x2 − x1)2 + (y2 − y1)2]
  • Note that, there is no harm though we interchange the values x1 and x2 in this formula because (x2 - x1)2 is the same as (x1 - x2)2. The same thing works with y-coordinates as well. Thus, the distance between two points can also be written as √[(x1 − x2)2 + (y1 − y2)2].
  • Distance of a point (a, b) from:
    (i) x - axis is |b|.
    (ii) y - axis is |a|.
    We have used the absolute value signs because distance can never be negative.

FAQs on Distance Between Two Points

What is Meant By Distance Between Two Points?

The distance between two points is defined as the length of the straight line connecting these points in the coordinate plane. This distance can never be negative, therefore we take the absolute value while finding the distance between two given points. It is calculated by the formula √[(x2 − x1)2 + (y2 − y1)2].

What is the Distance Formula to Find the Distance Between Two Points in Coordinate Geometry?

In coordinate geometry, the distance between two points formula is given as, d = √[(x2 − x1)2 + (y2 − y1)2], where, (x1, y1), (x2, y2) are the coordinates of the two points. We can apply another formula if the given points liw in 3D plane, d = √[(x2 − x1)2 + (y2 − y1)2 + (z2 − z1)2], where 'd' is the distance between the two points and (x1, y1, z1), (x2, y2, z2) are the coordinates of the two points.

How Do We Calculate the Distance Between Two points in Geometry?

The distance between any two points given in a two-dimensional plane can be calculated using their coordinates. To calculate distance between two coordinates A(x1, y1) and B(x2, y2) we use the formula, d = √[(x2 − x1)2 + (y2 − y1)2].

How to Calculate Distance Between Two Points?

The distance between two points can be calculated using the following steps,

  • Denote the given points as (x1, y1) and (x2, y2).
  • Apply the Euclidean distance formula, distance, d = √[(x2 − x1)2 + (y2 − y1)2]
  • Simplify the square root.

What is the Shortest Distance Between Two Points?

The shortest distance between two points can be calculated by finding the length of the line segment connecting both the points. We can apply the distance formula to find this distance depending on the coordinates given in two or three-dimensional plane.

How to Find the Distance Between Two 2 Using Pythagorean Theorem?

The distance between two points in the cartesian plane can be calculated by applying the Pythagorean theorem.

  • We can form a right-angled triangle using the line joining the given two points as the hypotenuse.
  • Here the base and perpendicular will be the lines parallel to x and y-axis with one end as one of the given points and the other end as their intersecting point.
  • Using the Pythagoras' theorem, (hypotenuse)2 = (base)2 + (perpendicular)2.
  • By taking the square root on both sides we can find the length of the hypotenuse with the help of the given coordinates of two points. This length is equal to the distance between two points.

How to Find the Distance Between Two points in 3D Plane?

To calculate the distance between two points in a three-dimensional plane, we can apply the 3D distance formula given as, d = √[(x2 − x1)2 + (y2 − y1)2 + (z2 − z1)2], where 'd' is the distance between the two points and (x1, y1, z1), (x2, y2, z2) are the coordinates of the two points.

How to Derive the Formula to Find The Distance Between Two Points?

We can apply the Pythagoras theorem to derive the distance between two points formula. We can take the line joining the two points as the hypotenuse of a right triangle formed in the cartesian plane. The length of the hypotenuse can be calculated using the Pythagorean theorem and the given coordinates of two points to derive the distance between two points formula.

How to Find the Vertical Distance Between Two Points?

The vertical distance between 2 points can be found by calculating the difference of the y coordinates of the two points, i.e., the vertical distance between two points, dy = |y2 - y1|, where (x1, y1), (x2, y2) are the coordinates of the two points.

Distance Between Two Points - Formula, Derivation, Examples (2024)

FAQs

Distance Between Two Points - Formula, Derivation, Examples? ›

Distance Between Two Points in 2D

How to derive the formula for finding the distance between two points? ›

Distance between two points is the length of the line segment that connects the two points in a plane. The formula to find the distance between the two points is usually given by d=√((x2 – x1)² + (y2 – y1)²). This formula is used to find the distance between any two points on a coordinate plane or x-y plane.

What is the derived formula for distance? ›

Learn how to find the distance between two points by using the distance formula, which is an application of the Pythagorean theorem. We can rewrite the Pythagorean theorem as d=√((x_2-x_1)²+(y_2-y_1)²) to find the distance between any two points. Created by Sal Khan and CK-12 Foundation.

How is the distance between two lines formula derived? ›

What is the Formula for Distance Between Two Lines? The formula for the distance between two lines having the equations y = mx + c1 and y = mx + c2 is: d=|c2−c1|√1+m2 d = | c 2 − c 1 | 1 + m 2 .

What is the distance between the points − 5 − 9 and − 5 13? ›

Expert-Verified Answer

The distance between the points (−5, −9) and (−5, 13) would be 22. units.

How was the distance formula derived? ›

Derived from the Pythagorean Theorem, the distance formula is used to find the distance between two points in the plane. The Pythagorean Theorem, a2+b2=c2 a 2 + b 2 = c 2 , is based on a right triangle where a and b are the lengths of the legs adjacent to the right angle, and c is the length of the hypotenuse.

What is the formula for the distance derivative? ›

To derive the formula, let us consider two points in 2D plane A(x1,y1) ( x 1 , y 1 ) , and B(x2,y2) ( x 2 , y 2 ) . Assume that 'd' is the distance between A and B. Then the distance formula is d = √[(x2 2 – x1 1 )2 + (y2 2 – y1 1 )2].

What are the three formulas of distance? ›

Most distance problems can be solved with the equations d = savg × t where d is distance, savg is average speed, and t is time, or using d = √((x2 - x1)2 + (y2 - y1)2), where (x1, y1) and (x2, y2) are the x and y coordinates of two points.

How do you derive an expression for the distance? ›

Distance can be calculated using the formula derived from Pythagoras theorem. In coordinate geometry, the distance formula is √[(x2 – x1)^2 + (y2 – y1)^2].

What are two formulas for distance? ›

This distance formula is written as d = r t . The other way to calculate distance is to use the coordinate plane. This distance equation is written as d = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 .

Which concept is the distance formula derived? ›

The distance formula is derived from the Pythagorean theorem. You might recall that the Pythagorean theorem can be used to find the length of any one side of a right triangle when you know the other two sides.

How is the distance between point and line formula derived? ›

Derivation of the Distance of a Point From a Line

This line is represented by Ax + By + C = 0. The distance of a point from a line, 'd' is the length of the perpendicular drawn from K to L. The x and y-intercepts can be given as referred as (-C/A) and (-C/B) respectively.

What is the formula for the longest distance between two points? ›

The distance between two points can be calculated using the following steps, Denote the given points as (x1, y1) and (x2, y2). Apply the Euclidean distance formula, distance, d = √[(x2 − x1)2 + (y2 − y1)2]

What is the shortest distance between two points? ›

A line segment is the shortest distance between any two points.

How do you derive the formula for the distance between a point and a line? ›

Step 1: Identify the point and the equation of the given line. Step 2: Represent the line as a x + b y + c = 0 and the point as ( x 1 , y 1 ) . Step 3: Find the distance between the point and line using the formula d = | a x 1 + b y 1 + c | ( a 2 + b 2 ) , where , , and are real numbers.

How to derive the formula for distance between two points in 3d? ›

Similarly, to calculate the distance between two objects (or points) in space, the knowledge and formula of three dimensions – the distance between two points is required. PQ = d = √ [(x2 – x1)2 + (y2 – y1)2 + (z2 – z1)2].

How do you derive an equation with two points? ›

Given two points on a line, we can write an equation for that line by finding the slope between those points, then solving for the y-intercept in the slope-intercept equation y=mx+b.

What is the derivative of distance? ›

In one dimension, one can say "velocity is the derivative of distance" because the directions are unambiguous. In higher dimensions it is more correct to say it is the derivative of position. One can also say that it is the derivative of displacement because those two derivatives are identical.

References

Top Articles
Oppioidi, le farmacie Cvs, Walgreens e Walmart pagheranno 13,1 miliardi di dollari per porre fine alle cause - MilanoFinanza News
How Low Can Walgreens Boots Alliance Stock Go? | The Motley Fool
Funny Roblox Id Codes 2023
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Joi Databas
Shs Games 1V1 Lol
Evil Dead Rise Showtimes Near Massena Movieplex
Steamy Afternoon With Handsome Fernando
fltimes.com | Finger Lakes Times
Detroit Lions 50 50
18443168434
Newgate Honda
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Grace Caroline Deepfake
978-0137606801
Nwi Arrests Lake County
Missed Connections Dayton Ohio
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Pizza Hut In Dinuba
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Sizewise Stat Login
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Jet Ski Rental Conneaut Lake Pa
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Ups Print Store Near Me
What Time Does Walmart Auto Center Open
Nesb Routing Number
Olivia Maeday
Random Bibleizer
10 Best Places to Go and Things to Know for a Trip to the Hickory M...
Receptionist Position Near Me
Black Lion Backpack And Glider Voucher
Gopher Carts Pensacola Beach
Duke University Transcript Request
Kiddie Jungle Parma
Lincoln Financial Field, section 110, row 4, home of Philadelphia Eagles, Temple Owls, page 1
In Branch Chase Atm Near Me
Ark Unlock All Skins Command
Craigslist Red Wing Mn
Jail View Sumter
Birmingham City Schools Clever Login
Thotsbook Com
Funkin' on the Heights
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Vci Classified Paducah
Www Pig11 Net
Ty Glass Sentenced
Latest Posts
Article information

Author: Chrissy Homenick

Last Updated:

Views: 5784

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Chrissy Homenick

Birthday: 2001-10-22

Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

Phone: +96619177651654

Job: Mining Representative

Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.