Midpoint Between Two 3D Points
This 3D Midpoint Calculator helps you find the point exactly halfway between two points in three-dimensional space. Enter the coordinates of both points, then use the 3D midpoint formula by averaging the x-coordinates, y-coordinates, and z-coordinates separately. The three averages combine to give the midpoint coordinates. It is a simple way to check answers, understand the formula clearly, and practise coordinate geometry step by step.
Step-by-step method
- Identify the two 3D points.
- Write the midpoint formula in 3D.
- Substitute values and simplify each coordinate.
Formula:
| x1 + x2 |
| 2 |
| y1 + y2 |
| 2 |
| z1 + z2 |
| 2 |
Example 1: (1,2,3),(4,6,3)
Step 1 - Identify the two points.
In this problem: Label the two points in 3D space.
Step 2 - Write the formula.
In this problem: Use the 3D midpoint formula.
| x1 + x2 |
| 2 |
| y1 + y2 |
| 2 |
| z1 + z2 |
| 2 |
Step 3 - Substitute the values.
In this problem: Replace x1,y1,z1,x2,y2,z2 in the formula.
| 1 + 4 |
| 2 |
| 2 + 6 |
| 2 |
| 3 + 3 |
| 2 |
Step 4 - Simplify each coordinate.
In this problem: Compute each average and simplify.
| 5 |
| 2 |
Final answer: M = ( 5/2, 4, 3 )
Example 2: (0,0,0),(1,1,1)
Step 1 - Identify the two points.
In this problem: Label the two points in 3D space.
Step 2 - Write the formula.
In this problem: Use the 3D midpoint formula.
| x1 + x2 |
| 2 |
| y1 + y2 |
| 2 |
| z1 + z2 |
| 2 |
Step 3 - Substitute the values.
In this problem: Replace x1,y1,z1,x2,y2,z2 in the formula.
| 0 + 1 |
| 2 |
| 0 + 1 |
| 2 |
| 0 + 1 |
| 2 |
Step 4 - Simplify each coordinate.
In this problem: Compute each average and simplify.
| 1 |
| 2 |
| 1 |
| 2 |
| 1 |
| 2 |
Final answer: M = ( 1/2, 1/2, 1/2 )
Sign up or login to get the full step solution for free!