Starblazer
New member
- Joined
- Mar 28, 2013
- Messages
- 18

The problem requires that a find the unit vector normal to the plane and "slide it back" so it is pointing into the plane (see picture)
I have so far
\(\displaystyle \begin{array}{l}
p1 < 2.5,0,9.3938 > \\
p2 < 2.5, - 9.3938,0 > \\
p3 < 5,0,5.5627 > \\
p4 < 5. - 5.5627,0 > \\
v1 = p1 - p3\\
v2 = p4 - p3
\end{array}\)
Workout Cross Product
\(\displaystyle v1 \times v2 = - 21.3113i + 13.9069j - 13.9069k = vcp\)
Then make it a unit vector
\(\displaystyle \begin{array}{l}
\left| {vcp} \right| = \sqrt {{{\left( { - 21.3113} \right)}^2} + {{\left( {13.9069} \right)}^2} + {{\left( { - 13.9069} \right)}^2}} = 28.99957\\
\mathop v\limits^\^ = < \frac{{ - 21.3113}}{{28.99957}},\frac{{13.9069}}{{28.99957}},\frac{{ - 13.9069}}{{28.99957}} >
\end{array}\)
Find Centre of Plane
\(\displaystyle \begin{array}{l}
x = (2.5 + 2.5 + 5 + 5)/4 = 3.75\\
y = (0 - 9.3938 + 0 - 5.5627)/4 = - 3.73913\\
z = (9.3938 + 0 + 5.5627 + 0)/4 = 3.739125
\end{array}\)
So I have the dashed vector (see diagram)
Now I need brown vector
The Method suggested was to use
\(\displaystyle \sqrt {{{\left( {{x_b} - 3.75} \right)}^2} + {{\left( {{y_b} - - 3.73913} \right)}^2} + {{\left( {{z_b} - 3.739125} \right)}^2}} = 1\)
where the numbers are the centre point and xb,yb,zb are the tail of the vector