Dot Product Question: How to Solve (2a-5b)dot(b+3a) with Unit Vectors?

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
5 replies · 9K views
Random-Hero-
Messages
40
Reaction score
0

Homework Statement



I'm really at a loss here, if anyone could help me out I'd really appreciate it.


Given 'a' and 'b' unit vectors,

if |a+b| = root3, determine (2a-5b)dot(b+3a)
 
Physics news on Phys.org
|a + b|^2 = (a + b)[tex]\bullet[/tex](a + b)
and |a + b| = sqrt(3) ==> |a + b|^2 = 3

Now, use the fact that the dot product is associative, distributive, and commutative and the two equations above to see if you can evaluate (2a - 5b) )[tex]\bullet[/tex] (b + 3a).
 
well I end up getting 13ab + 6a^2 - 5b^2

The answer is -11/2

I just can't seem to figure out how to get there :s
 
Work with (a + b) [itex]\cdot[/itex] (a + b) = 3. You also know that a and b are unit vectors, which means that a [itex]\cdot[/itex] a = 1 and b [itex]\cdot[/itex] b = 1.
 
Would I do like

(a+b)dot(a+b)=3

1 + 2ab + 1 = 3

ab = 1/2

then sub 1/2 into the ab and then get 6.5 + 6a^2 - 5b^2 and solve from there?