0
$\begingroup$

(In $\mathbb R^3$)

Am I correct in assuming that the direction vector of the line of intersection is equal to a vector perpendicular to both normals, so the cross product of the normals of both planes.

And then to work out a generic point on the line, I am able to choose any value of $x$,$y$ or z$ I want to, and then solve the simultaneous equations in two variables ?

$\endgroup$

1 Answer 1

0
$\begingroup$

You are correct up to some special cases.

First, we only have a line of intersection if the planes are not parallel, but this is equivalent to the normals being linearly dependent and the cross product being zero. Hence you can say: if the cross-product of the normals of the planes is non-zero, then it is the direction vector of the line of intersection. If it is zero, there is no line of intersection.

For the second part it would be better to first solve the simultaneous equations in three variables and choose a value after that. It could be the case that you can't choose if you want to prescribe a $x,y$ or $z$ value. Example: if the planes are $\{x=0\}$ (the $yz$-plane) and $\{y=0\}$ (the $xz$-plane), the line of intersection is $x=y=0$, the $z$-axis. If you wanted to find a point on this line of intersection using your suggested method, you could try to set $x=1$ and then solve the system of equations in the variables $y$ and $z$. But that would not work here. Therefore you should solve the under-determined system in three variables to see which one of those you can actually choose freely.

$\endgroup$
3
  • $\begingroup$ when solving if you get infinite solutions then you can decide which to choose freely ? $\endgroup$ Commented Feb 12, 2023 at 21:59
  • 1
    $\begingroup$ Yes, that is correct $\endgroup$ Commented Feb 13, 2023 at 13:01
  • $\begingroup$ How would I solve it ? There are 2 simultaneous equations with 3 variables. Because in that method aren't you choosing a random value of $x$, $y$ or $z$ anyway ? $\endgroup$ Commented Feb 13, 2023 at 15:39

You must log in to answer this question.