Read this lesson as text
3D Distance and Angles
Trigonometry · Axiom Academy
EXAMPLE 3D Distance and Angles Master calculating distances between points and angles between vectors in three-dimensional space. Excellent work! You've mastered 3D distance calculations and angles between vectors. Here's what we learned: 3D Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²] extends the 2D Pythagorean theorem into three dimensions Dot Product: For vectors u and v, the dot product u · v = u₁v₁ + u₂v₂ + u₃v₃ measures their alignment Angle Between Vectors: cos(θ) = (u · v)/(||u|| ||v||) relates the dot product to the angle Vector Magnitude: ||u|| = √(u₁² + u₂² + u₃²) gives the length of a vector in 3D space Geometric Interpretation: The angle formula tells us how "aligned" two vectors are - 0° means parallel, 90° means perpendicular These concepts are fundamental in physics (force vectors), computer graphics (3D modeling), and engineering (spatial relationships). Practice with different points and vectors to build your intuition for 3D space!
This is the written version of the interactive lesson above. See the full Trigonometry course.