Asked by cross product


I have 3 points:

P(-3, 1, 2), Q(-1, 2, 3), R(2, 1, 0)

and I need to find a nonzero vector orthogonal to the plane through these three points.

I seem to recall this having something to do with the cross product, so I mad vectors PQ <2,1,1> & PR <5,0,-2> calculated PQxPR and got the vector <0,9,-5>.

What do I do now?

Thank you in advance.

Answers

Answered by drwls
Your cross product vector (for PQ x PR), if done correctly, is a valid answer.

Any vector proportional to <0,9,-5> is aso a valid answer.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions