Questions: Dot and Cross Products: Geometry and Computation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You need to find a vector that is perpendicular to both u = (1, 0, 0) and v = (0, 1, 0). Which operation produces this directly?

ACompute u · v and normalize the result
BCompute |u||v|cos θ to find the angle, then rotate
CCompute u × v
DAdd u + v and find its magnitude
Question 2 Multiple Choice

You compute u · v and get 0. Your friend says: 'The dot product is zero, so one of the vectors must be the zero vector.' Is your friend correct?

AYes — a dot product of zero requires at least one zero vector
BNo — u · v = 0 means u and v are perpendicular (orthogonal), not that either is zero
CNo — u · v = 0 means u and v are parallel and point in opposite directions
DYes — the dot product equals |u||v|, so if it is 0 then at least one magnitude is 0
Question 3 True / False

The magnitude of the cross product u × v equals the area of the parallelogram whose sides are u and v.

TTrue
FFalse
Question 4 True / False

If u × v = 0, then at least one of u or v should be the zero vector.

TTrue
FFalse
Question 5 Short Answer

A student says: 'The dot product tells me the angle between two vectors.' Is this correct? What does the dot product directly measure, and how would you obtain the angle from it?

Think about your answer, then reveal below.