
Kevin B. answered 06/08/21
Former Teacher and Math Expert
Hello Kam,
Solving this problem involves using a few properties of dot products u ⋅ v. We will make use of the following:
- u ⋅ v = v ⋅ u
- u ⋅ v = ||u|| ||v|| cos θ, where θ is the angle between u and v
- u ⋅ u = ||u||2
- u ⊥ v if and only if u ⋅ v = 0
- distributive property
We are told θ = 60 and ||u|| = 4 ||v||. We want to find m so that (u + mv) ⊥ (2u + v). Starting with Property (4) above,
(u + mv) ⊥ (2u + v) = 0 if and only if (u + mv) ⋅ (2u + v) = 0
We now work through the algebra using the five properties above:
u ⋅ (2u) + u ⋅ v + (mv) ⋅ (2u) + (mv) ⋅ v = 0 by distributive property
2 ||u||2 + (1 + 2m)u ⋅ v + m ||v||2 = 0 by Properties (1), (3), & (5)
2 ||u||2 + (1 + 2m) ||u|| ||v|| cos 60 + m ||v||2 = 0 by Property (2)
32 ||v||2 + (1 + 2m) (4) ||v||2 (1/2) + m ||v||2 = 0 since cos 60 = 1/2 and we are the given ||u|| = 4 ||v||
(34 + 5m) ||v||2 = 0 by combining like terms
Last, because v is a non-zero vector, we must have 34 + 5m = 0 and so m = -34 / 5 is our desired scalar. This looks complicated, but it is just applying the above properties. I encourage you to work through this problem on your own and write back if you have any more questions.
Best,
Kevin