Scalar Triple Product and Coplanarity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
brinlin
Messages
12
Reaction score
0
Pre6.PNG
 
Physics news on Phys.org
Welcome to the forum. Before we go into the discussion of your particular question, please read the https://mathhelpboards.com/help/forum_rules/, especially "Show the nature of your question in your thread title" and "Show some effort". In this case, you should probably explain what exactly is not clear to you.
 
Do you not know how to do a cross product and a dot product?

With v= <2, 3, 1> and w= <3, 1, 2> the cross product, v x w, can be calculated as the determinant
$\left|\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k} \\ 2 & 3 & 1 \\ 3 & 1 & 2 \end{array}\right|= \vec{i}\left|\begin{array}{cc}3 & 1 \\ 1 & 2\end{array}\right|- \vec{j}\left|\begin{array}{cc}2 & 1 \\ 3 & 2\end{array}\right|+ \vec{k}\left|\begin{array}{cc} 2 & 3 \\ 3 & 1 \end{array}\right|$
$= (6- 1)\vec{i}- (4- 3)\vec{j}+ (2- 9)\vec{k}= 5\vec{i}- \vec{j}- 7\vec{k}$

Now take the dot product of that with $u= \vec{i}+ 2\vec{j}+ 3\vec{k}$.