|
Let first analyse the intersection of two planes.
L1 and L2 are both perpendicular to planes P1 and P2 respectively, so the direction numbers of those lines are given by the attitude numbers of the planes.
In vector notation we have:
L1 = a1x + b1y + c1z and L2 = a2x + b2y + c2z
We can find the direction of the intersecting line L3 by cross product of vectors L1 and L2 so: L3 = L1 × L2 = P1 × P2
|
Now we can perform the same test on the pair of planes P1 and P3
And the same way the pair P2 and P3
Notice that all the intersection lines L3 , L4 and L5 has the same
direction numbers values. So, they are at least parallel lines, the negative values indicate the same
orientation of the line but in the opposite direction. Now we have to prove that all the lines coincide.
So, we have to show that all the planes have a common line intersection. Writing the planes in set of equations we get:
The augmented matrix is |
|
After few steps on the rows, we get: |
|
we can see that the rank of the augmented triangular matrix Rd and the coefficients matrix Rc are: rank = Rc = Rd = 2
This case is described in the table.
This means that we have a set of three unknowns and only two equations. So, we can solve this case by setting the value of y = t.
Then −4t + 3z = 11 and z = 4t/3 − 11/3 and x = 2t/3 − 1/3
$$ x = {2t \over 3} - {1 \over 3}$$ |
$$ y = t$$ |
$$ z = {4t \over 3} - {11 \over 3}$$ |
These values represent a single line that intersects all the three planes. By inserting any value for t we can find points along this line for example.
t = 0 |
(-1/3 , 0 , -11/3) |
t = 1 |
(1/3 , 1 , -7/3) |
|