Questions: Dot Product and Projections

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Vectors u and v are both nonzero, and their dot product u·v = 0. A student concludes at least one must actually be zero, reasoning 'you can't multiply two nonzero numbers and get zero.' What error is this?

AThe student is correct — zero dot product requires at least one zero vector
BThe dot product is not scalar multiplication of lengths; the formula u·v = |u||v|cos(θ) shows that two nonzero vectors can have zero dot product when θ = 90°, since cos(90°) = 0
CThe student should check whether the vectors are in the same dimension before concluding
DZero dot product means the vectors are parallel, not that one must be zero
Question 2 Multiple Choice

The vector projection proj_a(b) represents which geometric quantity?

AThe component of b that is perpendicular to a
BA vector in the direction of a whose length equals the full magnitude of b
CThe component of b along the direction of a — its shadow cast onto the line through a
DThe vector midpoint between a and b
Question 3 True / False

Two vectors with equal magnitudes is expected to have a non-negative dot product.

TTrue
FFalse
Question 4 True / False

The scalar projection of b onto a gives the signed length of b's component in the direction of a.

TTrue
FFalse
Question 5 Short Answer

Why does the gradient vector ∇f point in the direction of steepest ascent? Use the dot product to explain.

Think about your answer, then reveal below.