Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Coordinate Axes: In three-dimensional geometry, we establish three mutually perpendicular lines passing through a fixed point (the origin). These lines are the , , and axes. Visually, imagine the corner of a room where the floor meets two walls; the lines formed by these three intersections represent the three axes extending in both positive and negative directions.
Coordinate Planes: The three axes taken in pairs determine three coordinate planes: the -plane, the -plane, and the -plane. These planes are like the floor and two adjacent walls of a room. They divide the entire 3D space into eight distinct regions called octants. For example, the -plane is the flat surface where the -coordinate is always zero.
Coordinates of a Point: Every point in space is represented by an ordered triplet . These values represent the perpendicular distances from the , , and planes, respectively. Visually, to locate a point like , you would move 3 units along the -axis, 2 units parallel to the -axis, and then 4 units upward parallel to the -axis.
Octants and Sign Convention: The signs of the coordinates determine which of the eight octants a point lies in. In the first octant, all coordinates are positive . In the fifth octant, and are positive but is negative . You can visualize the first four octants as the 'upper floor' and octants V through VIII as the 'lower floor' of the 3D grid.
Points on Axes and Planes: Any point lying exactly on the -axis has the form , as it has no displacement toward the or directions. Similarly, any point lying on the -plane has the form . This 'zeroing out' of coordinates is a key visual cue for points restricted to specific axes or surfaces.
Distance Formula Logic: The distance between two points and is the length of the direct line segment connecting them. Visually, this distance represents the space diagonal of a rectangular box (parallelepiped) whose sides are parallel to the coordinate axes and whose length, width, and height are the differences between the coordinates.
Section Formula Logic: This concept identifies the coordinates of a point that divides the line segment joining two points in a given ratio . If the point is between the two ends, it is an internal division; if it lies on the extension of the segment, it is an external division. Visually, a ratio identifies the midpoint, located exactly at the center of the segment.
📐Formulae
Distance between points and :
Section Formula (Internal):
Section Formula (External):
Midpoint of segment :
Centroid of a Triangle:
💡Examples
Problem 1:
Find the distance between the points and .
Solution:
- Identify coordinates: and .\n2. Apply the distance formula: .\n3. Simplify inside the square root: .\n4. Calculate squares: .\n5. Result: units.
Explanation:
We calculate the difference between each corresponding coordinate, square those differences, sum them up, and finally take the square root. Since the -coordinates are the same, the distance calculation effectively becomes a 2D distance calculation in the plane .
Problem 2:
Find the coordinates of the point that divides the line segment joining and internally in the ratio .
Solution:
- Identify values: , , , .\n2. Calculate the x-coordinate: .\n3. Calculate the y-coordinate: .\n4. Calculate the z-coordinate: .\n5. Final Point: .
Explanation:
The internal section formula provides a weighted average of the endpoints' coordinates. Because the ratio is , the point is located closer to point than to point .