Sample Problems on Distance Between Two Points

Problem 1: Find the distance between points A (4, 6) and B(1, 0).

Solution:

Given: A(4, 6) and B(1, 0).

Now we find the distance between the given points that is A and B

So we use the formula

D = [Tex]\sqrt{{(a-p)}^2+{(b-q)}^2}  [/Tex]

Now put the value in the formula

⇒ AB = [Tex]\sqrt{{(4-1)}^2+{(6-0)}^2} [/Tex]

[Tex]\sqrt{3^2 + 6^2} [/Tex]

[Tex]\sqrt{45}[/Tex] units

= 3√5 units

Problem 2: Find the distance between points P(4, 0) and Q(1, 0).

Solution:

Given: P(4, 0) and Q(1, 0).

Now we find the distance between the given points that is P and Q

So we use the formula

D = [Tex]\sqrt{{(a-p)}^2+{(b-q)}^2}  [/Tex]

Now put the value in the formula

⇒ PQ = [Tex]\sqrt{{(4-1)}^2+{(0-0)}^2} [/Tex]

[Tex]\sqrt{3^2 + 0^2} [/Tex]

[Tex]\sqrt{9}              [/Tex] units

= 3 units

Problem 3: Given points A(3, 0, 4) and B(1, 0, 3). Find the distance between them.

Solution:

Given: A(3, 0, 4) and B(1, 0, 3).

Now we find the distance between the given points that is A and B

Using formula [Tex]\bold{Distance = \sqrt{(x_2 – x_1)^2 + (y_2 – y_1)^2 + (z_2 – z_1)^2}} [/Tex]

⇒ AB = [Tex]\sqrt{{(3-1)}^2+{(0-0)}^2+{(4-3)}^2} [/Tex]

⇒ AB= [Tex]\sqrt{2^2 + 0^2 + 1^2} [/Tex]

⇒ AB= [Tex]\sqrt{5}      [/Tex] units

Thus, distance between A and B is √5 units.

Problem 4: Given points P(6, 0) and R(4, 0). Find the distance between them.

Solution:

Given: P(6, 0) and R(4, 0).

Now we find the distance between the given points that is P and R

So we use the formula

D = [Tex]\sqrt{{(a-p)}^2+{(b-q)}^2}  [/Tex]

Now put the value in the formula

⇒ PR = [Tex]\sqrt{{(6-4)}^2+{(0-0)}^2} [/Tex]

[Tex]\sqrt{2^2 + 0^2} [/Tex]

= 2 units

Problem 5: Find the distance between the points (12, 0) and (4, 0).

Solution:

Given: P(12, 0) and R(4, 0).

Now we find the distance between the given points that is P and R

So we use the formula

D = [Tex]\sqrt{{(a-p)}^2+{(b-q)}^2}  [/Tex]

Now put the value in the formula

⇒ PR = [Tex]\sqrt{{(12-4)}^2+{(0-0)}^2} [/Tex]

[Tex]\sqrt{8^2 + 0^2} [/Tex]

= 8 units

Problem 6: Find the distance between the points (12, 0) and (10, 0).

Solution:

Given: A(12, 0) and B(10, 0).

Now we find the distance between the given points that is A and B

So we use the formula

D = [Tex]\sqrt{{(a-p)}^2+{(b-q)}^2}  [/Tex]

Now put the value in the formula

⇒ AB = [Tex]\sqrt{{(12-10)}^2+{(0-0)}^2} [/Tex]

[Tex]\sqrt{2^2 + 0^2} [/Tex]

= 2 units

Distance Between Two Points

Distance Between Two Points is the length of line segment that connect any two points in coordinate plane in coordinate geometry. It can be calculated using distance formula for 2D or 3D. It represents the shortest path between two locations in a given space.

In this article, we will learn how to find the distance between two points. Let’s first understand what are point before learning the methods and formula to find the distance between them.



Table of Content

  • What are Points in Cartesian Plane?
  • How to Find Distance Between Two Points?
  • How to find the Distance Between Two Points in 3D?
  • Sample Problems
  • FAQs

Similar Reads

What is the Distance Between Two Points?

The distance between two points in a plane or space is the length of the straight line segment that connects them. This distance can be calculated using the distance formula, which is derived from the Pythagorean theorem...

Distance Formula in a 2D Plane

Assume there are two points, A and B, in a coordinate plane, the first quadrant. (a, b) are the coordinates of point A, and (a, b) are the coordinates of point B. (p, q). The distance between points A and B abbreviated AB, must be calculated as follows:...

Distance Formula in a 3D Plane

Let’s consider the two points in three dimensions to be (x1, y1, z1) and (x2, y2, z2). Thus, the distance between them is given by as follows:...

Sample Problems on Distance Between Two Points

Problem 1: Find the distance between points A (4, 6) and B(1, 0)....

FAQs on Distance Between Two Points

What is Distance Between Two Points?...

Contact Us