Angle between two Intersecting Lines in 3D
In this post we will be looking at how to find the angle(s) between two intersecting lines.
Between any two intersecting lines in 2D or 3D, there are a total four angles formed at the point of intersection. All four are mutually related to one another. Each angle shares a simple relation with the other three.
So it all boils down to knowing the measure of just one out of four angles. The other three angles can then be found pretty easily.
Now one method to find the measure of any one angle between two intersecting lines in 3D is from direction numbers of two lines. Direction numbers also go by the name of direction ratios. Three direction numbers of a line are the representative of the direction of that line in 3D space. For example, let’s say there is a line L1 in 3D space with direction numbers 1, 1, 2. It simply means that L1 is pointing in the direction of the vector arrow
So we can “move” vector arrow representing
In my last post, i have already gone into some details explaining how to find the angle between two 3D vectors. You can check that out now if you want to.
We can find the angle
……...where a, b & c are scalar components of
components of
0° ≤
We will end up getting the measure of
So one of the angles between lines L1 & L2 measures 60°. So the measure of the other three angles will be 60°, (180° - 60°), (180° - 60°), i.e., 60°, 120°, 120°.
To wrap it up, the formula for finding an angle between two lines in 3D is the same as the formula for finding the angle between two vectors.
In the formula, a, b & c and p, q & r are scalar components of direction vectors of two lines. Or we can simply say that they are direction numbers of lines.
You might also come across a slightly different version of this formula where the entire fraction on the right hand side will be put inside the modulus sign.
The formula remains the same for finding the angle between vectors, it is only for the angle between lines that you will see this subtle change. The reason for the Modulus sign is that generally, the angle between two intersecting lines is taken to be the smallest of the two distinct angles formed between the lines.
For any pair of intersecting lines, the smaller and the greater angles are a linear pair, like 60° and 120° for lines L1 and L2. And the cosine values of a supplementary pair of angles only differ in sign.
For example,
Cos 60° =
Cos (180° - 60°) = cos 120° = -
Cosine value of the bigger angle, which is obtuse, is always going to be negative. Suppose that instead of
Using the dot product formula to find the angle between
But if we are agreeing to the textbook definition, we are looking for the smaller angle. One way to find it is simply subtract the larger angle from 180°; 180° - 120° = 60°.
But we don’t need this additional step if we simply take the modulus of the cosine value in the dot product formula. By taking the Modulus, cos
I hope you get the point I am trying to make in the end. Though to be honest, I doubt that I have done a neat job clarifying it. Any thoughts or queries are welcomed in the comments.
Comments
Post a Comment