Enrol to start learning
Reading is open to everyone. Enrolling is free, and it is what unlocks the audio lessons, practice tests and progress tracking.
2. Distance Between Two Points in Space
Interactive Audio Lesson
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountWelcome class! Today we will explore the distance between two points in space. To start, what do you think is the formula for finding the distance between two points?
Is it the same as in 2D geometry?
Great question! In 2D geometry, we use the formula d = √((x2 - x1)² + (y2 - y1)²). In 3D, we need to include the z-coordinate. The full formula is d = √((x2 - x1)² + (y2 - y1)² + (z2 - z1)²).
So we are just adding the z-difference squared to the calculation?
Exactly! Each squared difference adds a dimension to our distance. Remember, we are essentially forming a right triangle in three dimensions.
Can you give us an example?
Sure! Let's say point A has coordinates (1, 2, 3) and point B is at (4, 6, 8). Using our formula, the distance d = √((4-1)² + (6-2)² + (8-3)²) will help us find the distance.
That sounds simple enough!
Yes! To summarize, in our calculation, we adjust each coordinate pair, square the results, and then sum them before taking the square root.
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountLet’s discuss where we might use this distance formula in the real world. Can anyone think of an application?
In engineering, to find lengths for structures?
Absolutely! Engineers frequently need to calculate distances between points in designing components. Any other examples?
In computer graphics, right? Like in video games?
Exactly! The distance formula helps in rendering graphics and defining object placement. Very relevant! Remember the acronym Pythagorean — P for Points, Y for Your space, T for Triangle, H for Heights!
That’s a helpful way to remember!
Glad you find it useful! Always visualize the triangle when you apply the formula.
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountNow, let’s practice. I will give you two points: A(3, 4, 5) and B(1, 1, 1). What is the distance between these two points?
I’ll try! Using the formula, d = √((1-3)² + (1-4)² + (1-5)²), right?
That's correct! Can you complete the calculation?
Okay, d = √((−2)² + (−3)² + (−4)²). That's √(4 + 9 + 16) = √29.
Well done! Can anyone summarize the steps you took to find the distance?
First, we find the difference in each coordinate, then square them, add them, and finally take the square root.
Perfect! This method will work universally for any two points in 3D space.
Overview
Short Summary
This section covers the method for calculating the distance between two points in three-dimensional space using the 3D version of the Pythagorean theorem.
Medium Summary
Here, we learn to compute the distance between two points A and B in 3D space using their coordinates (x1, y1, z1) and (x2, y2, z2). The formula d = √((x2 - x1)^2 + (y2 - y1)^2 + (z2 - z1)^2) allows for this calculation, reflecting the extension of the Pythagorean theorem to three dimensions.
Detailed Summary
Distance Between Two Points in Space
This section introduces the method to find the distance between two points in three-dimensional space, extending a familiar concept from 2D geometry. When given two points A with coordinates (x1, y1, z1) and B with coordinates (x2, y2, z2), we use the 3D version of the Pythagorean theorem to calculate the distance (d) between them. The formula is derived as follows:
Distance Formula:
d = √((x2 - x1)² + (y2 - y1)² + (z2 - z1)²)
This formula helps us visualize the relation between the points in a 3D Cartesian coordinate system, where the distance is calculated by considering the differences between their respective coordinates. Understanding this concept is fundamental in various applications, such as physics, engineering, and computer graphics, where spatial calculations are frequently required.
Audio Book
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free accountGiven two points 𝐴(𝑥₁,𝑦₁,𝑧₁) and 𝐵(𝑥₂,𝑦₂,𝑧₂), the distance 𝑑 between them is derived using the 3D version of the Pythagorean theorem:
𝑑 = √((𝑥₂ − 𝑥₁)² + (𝑦₂ − 𝑦₁)² + (𝑧₂ − 𝑧₁)²)
Detailed Explanation
The formula to calculate the distance between two points in a three-dimensional space uses an extension of the Pythagorean theorem. If we have two points, A and B, represented by their coordinates in the form (x₁, y₁, z₁) and (x₂, y₂, z₂), we can find the distance d by calculating the differences between the corresponding coordinates: (x₂ - x₁), (y₂ - y₁), and (z₂ - z₁). These differences represent the lengths of the sides of a right triangle formed in 3D space. By applying the Pythagorean theorem, we square each of these differences, sum them together, and take the square root of that sum to find the straight-line distance d.
Examples & Analogies
Imagine you want to find out how far two cities are from each other on a map. Each city can be represented by an address, with coordinates including longitude, latitude, and altitude. By using the distance formula, you can calculate exactly how far apart the two cities are, as if you were measuring in a straight line through the air rather than along the roads.
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account𝑑 = √((𝑥₂ − 𝑥₁)² + (𝑦₂ − 𝑦₁)² + (𝑧₂ − 𝑧₁)²)
Detailed Explanation
Let's say we want to calculate the distance between two points A(2, 3, 4) and B(5, 7, 1). We substitute the coordinates into the distance formula. Start with the x-coordinates: (5 - 2)² = 3² = 9. For the y-coordinates: (7 - 3)² = 4² = 16. Finally, for the z-coordinates: (1 - 4)² = (-3)² = 9. Now, we sum these results: 9 + 16 + 9 = 34. Taking the square root gives us d = √34, which is approximately 5.83. This process shows how to translate coordinates into a tangible measurement of distance.
Examples & Analogies
Consider two friends having a conversation about their new homes. One lives at (2, 3, 4) and the other at (5, 7, 1). Using the distance formula, they can determine how far apart they are in three-dimensional space. This understanding helps them plan whether it's feasible to visit each other based on the distance needs.
--
Key Concepts
Examples
Step-by-step examples to apply the section's ideas and test your understanding.
Example 1: Calculate the distance between points A(2,3,4) and B(5,7,1). d = √((5-2)² + (7-3)² + (1-4)²) = √(9 + 16 + 9) = √34.
Example 2: Find the distance between points C(1, 2, 3) and D(4, 6, 8). The calculation gives d = √((4-1)² + (6-2)² + (8-3)²) = √(9 + 16 + 25) = √50.
Memory Aids
Interactive tools to help you remember key concepts