Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The 3D Cartesian Coordinate System: Space is defined by three mutually perpendicular lines called the , , and axes that meet at a point called the origin . Visually, this is similar to the corner of a room where the floor meet two walls; the lines of intersection represent the axes, and any point in the room can be located relative to that corner.
Coordinate Planes and Octants: The three axes form three coordinate planes: the -plane (horizontal), the -plane (vertical side), and the -plane (vertical front). These planes divide the space into eight regions called octants. Visually, think of a 2D grid being split by a horizontal sheet, resulting in four sections above the sheet and four sections below.
Coordinates of a Point: A point in 3D space is assigned an ordered triple . The -coordinate is the perpendicular distance from the -plane, is the distance from the -plane, and is the distance from the -plane. Visually, to reach a point , you move 2 units along the -axis, 3 units parallel to the -axis, and 4 units up parallel to the -axis.
The 3D Distance Formula: The distance between two points and is the length of the line segment . It is an extension of the 2D Pythagorean theorem. Visually, the distance represents the length of the longest diagonal of a rectangular box (cuboid) whose edges are parallel to the coordinate axes and have lengths , , and .
Distance from the Origin: A specific application of the distance formula occurs when one point is the origin . The distance of any point from the origin is simply the square root of the sum of the squares of its coordinates. Visually, this is the straight-line distance from the very center of the coordinate system to the point in space.
Collinearity in 3D: Three points , , and are collinear (lie on the same straight line) if the sum of the lengths of any two segments equals the length of the third segment. For example, if , the points are collinear. This is verified by calculating three separate distances using the distance formula.
Properties of Geometric Figures: The distance formula is used to classify triangles and quadrilaterals in 3D space. For instance, if all three side lengths calculated are equal, the triangle is equilateral; if the sum of the squares of two sides equals the square of the third, it is a right-angled triangle.
📐Formulae
Distance between points and :
Distance of point from origin :
Distance of point from the -axis:
Distance of point from the -axis:
Distance of point from the -axis:
💡Examples
Problem 1:
Find the distance between the points and .
Solution:
- Identify coordinates: and .
- Substitute into the formula: .
- Simplify the terms: .
- Calculate squares: .
- Final result: units.
Explanation:
We use the standard 3D distance formula by calculating the difference between corresponding , , and coordinates, squaring them, adding them together, and taking the square root.
Problem 2:
Show that the points , , and form an isosceles right-angled triangle.
Solution:
- Calculate : .
- Calculate : .
- Calculate : .
- Check Isosceles property: Since , the triangle is isosceles.
- Check Right-angled property (Pythagoras): . Since , .
Explanation:
To verify the type of triangle, we find the lengths of all three sides. Matching lengths indicate an isosceles triangle, and satisfying the Pythagorean theorem confirms it is right-angled.