0
$\begingroup$

given two planes in parametric form :

$\pi_1:(x_1,y_1,z_1)+t\overrightarrow{u_1}+k\overrightarrow{v_1}$

$\pi_2:(x_2,y_2,z_2)+s\overrightarrow{u_2}+p\overrightarrow{v_2}$

How can i determine if the two planes are intersecting without converting to algebraic forms?

Is it possible?

thanks.

1 Answers 1

0

One way: $\pi_1$ and $\pi_2$ intersect iff the system of linear equations on the variables $t,k,s,p $ $$P_1+t\overrightarrow{u_1}+k\overrightarrow{v_1}=P_2+s\overrightarrow{u_2}+p\overrightarrow{v_2}$$ is consistent. Equivalently, iff $$\text{rank }[\overrightarrow{u_1},\overrightarrow{v_1},-\overrightarrow{u_2},-\overrightarrow{v_2}]=\text{rank }[\overrightarrow{u_1},\overrightarrow{v_1},-\overrightarrow{u_2},-\overrightarrow{v_2},P_2-P_1]$$ (Vectors and points in columns).

  • 0
    i didn't understand the rank part2017-01-08
  • 0
    mila@ https://en.wikipedia.org/wiki/Rouch%C3%A9%E2%80%93Capelli_theorem2017-01-08