Content Overview
- Definition of Plane State Space
- Extending Angle Values to Real Numbers
- Plane Angle Random Simulator
- A Challenging Problem
Introduction
Let’s first look at a simple angle range problem in 3D:
Given that the angle between vectors A and B is $\alpha$, and the angle between vectors B and C is $\beta$, find the range of the angle $\gamma$ between A and C.
This problem is simple using the geometric method: vector angles correspond to side lengths of spherical triangles on the unit sphere. Since the sum of two sides is greater than the third side, and the difference of two sides is less than the third side, with equality when collinear, the range of $\gamma$ is the closed interval $[|\alpha-\beta|,|\alpha+\beta|]$.