samantha_vasquez
samantha_vasquez Sep 6, 2026 • 10 views

Using the Distance Formula to Find Perimeter in Pre-Calculus

Hey everyone! 👋 I'm having a bit of trouble with pre-calculus. Can anyone explain how to use the distance formula to find the perimeter of shapes on a coordinate plane? I'm really trying to get this down! Thanks! 🙏
🧮 Mathematics
🪄

🚀 Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

✨ Generate Custom Content

1 Answers

✅ Best Answer
User Avatar
taylor.daniel97 Jan 7, 2026

📐 Understanding the Distance Formula

The distance formula is a powerful tool derived from the Pythagorean theorem that allows us to calculate the distance between two points on a coordinate plane. It's especially useful in pre-calculus for finding the lengths of line segments, which are essential for determining the perimeter of geometric figures.

📜 A Brief History

The concept behind the distance formula can be traced back to ancient Greece and the work of Pythagoras. His famous theorem, which states that in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides, forms the basis of the distance formula. The formalization of coordinate geometry by René Descartes in the 17th century provided the framework to apply this theorem in a coordinate plane.

🔑 Key Principles and Formula

The distance $d$ between two points $(x_1, y_1)$ and $(x_2, y_2)$ is given by the formula:

$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

  • 📍 Identify the Coordinates: Label the coordinates of your two points as $(x_1, y_1)$ and $(x_2, y_2)$.
  • Calculate the Difference in x-coordinates: Find the difference between the x-coordinates: $(x_2 - x_1)$.
  • Calculate the Difference in y-coordinates: Find the difference between the y-coordinates: $(y_2 - y_1)$.
  • 🧮 Square the Differences: Square each of the differences you calculated in the previous steps: $(x_2 - x_1)^2$ and $(y_2 - y_1)^2$.
  • Sum the Squares: Add the squared differences together: $(x_2 - x_1)^2 + (y_2 - y_1)^2$.
  • Take the Square Root: Find the square root of the sum you calculated in the previous step: $\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$. This is the distance between the two points.

🌍 Real-World Examples

Example 1: Finding the Length of a Line Segment

Suppose we have two points, A(1, 2) and B(4, 6). Let's find the distance between them.

$d = \sqrt{(4 - 1)^2 + (6 - 2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$

The length of the line segment AB is 5 units.

Example 2: Finding the Perimeter of a Triangle

Consider a triangle with vertices at P(0, 0), Q(3, 0), and R(0, 4). To find the perimeter, we need to find the length of each side using the distance formula.

  • Side PQ: $d = \sqrt{(3 - 0)^2 + (0 - 0)^2} = \sqrt{3^2} = 3$
  • Side QR: $d = \sqrt{(0 - 3)^2 + (4 - 0)^2} = \sqrt{(-3)^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$
  • Side RP: $d = \sqrt{(0 - 0)^2 + (4 - 0)^2} = \sqrt{4^2} = 4$

Perimeter = PQ + QR + RP = 3 + 5 + 4 = 12 units.

Example 3: Finding the Perimeter of a Rectangle

Consider a rectangle with vertices at A(1, 1), B(5, 1), C(5, 3), and D(1, 3). We only need to calculate two sides since opposite sides are equal.

  • Side AB: $d = \sqrt{(5 - 1)^2 + (1 - 1)^2} = \sqrt{4^2} = 4$
  • Side BC: $d = \sqrt{(5 - 5)^2 + (3 - 1)^2} = \sqrt{2^2} = 2$

Perimeter = 2 * (AB + BC) = 2 * (4 + 2) = 2 * 6 = 12 units.

✏️ Practice Quiz

Find the perimeter of the shapes defined by the points below:

  1. Triangle: A(2, 2), B(5, 2), C(2, 6)
  2. Rectangle: P(1, -1), Q(5, -1), R(5, 2), S(1, 2)
  3. Parallelogram: W(-2, -3), X(0, -3), Y(3, 1), Z(1, 1)

💡 Conclusion

The distance formula is a fundamental concept in pre-calculus that enables us to find the distance between points and, consequently, the perimeter of geometric shapes. By understanding its principles and practicing with examples, you can master this essential skill and apply it to various mathematical problems.

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀