Adam R. answered 05/25/22
Calculus made clear
Hey Jo!
I'll chime in and get you started with number 1.
- Let's start by calculating the vectors XY, XZ, and YZ
XY = <3,-1,3>
XZ = <-3,0,6>
YZ = <-6,1,3>
Having these vectors calculated, let's computer the expression you listed by starting with the cross product. I'll do my best to make the determinant form of the cross product clear.
i j k
3 -1 3
-3 0 6
Carrying out the determinant calculation we have
(-6)i
(-27)j
(-3)k
Now we can take the dot product with vector YZ.
<-6,-27,-3>•<-6,1,3> = 36 - 27 - 9 = 0
What does this tell us exactly? If the dot product of two non-zero vectors is zero, then they are orthogonal to each other. The cross product of XY and XZ gave us a vector orthogonal to the plane spanned by the two of them, and now we find that vector is orthogonal to YZ. This implies that YZ also lies in the plane spanned by XY and XZ!