Dot product / vector magnitudes

pearss
Messages
8
Reaction score
0

Homework Statement


||V|| = 2
||W|| = 3
angle between vectors = 120 degrees
V(dot)W = -3

Find ||2V+W||


Homework Equations


Cos120 = V(dot)W / ||V|| ||W||

V(dot)V = ||V|| ^2
W(dot)W = ||W|| ^2



The Attempt at a Solution




instead of solving for ||2V+W||

i instead try to solve for ||2V+W|| ^2

||(2V+W)(2V+W)||

= 4V(dot)V + 4V(dot)W + W(dot)W

=|| 4(2) + 4(-3) + 3||

i add these up and get -1

the book has an answer of 13^(1/2)
 
Physics news on Phys.org
sorry, reviewing my post i found my mistake.
 
If |\mathbf{V}|=2, then \mathbf{V}\cdot \mathbf{V}=4, with a similar correction to \mathbf{W}\cdot \mathbf{W}=4. Also, |2\mathbf{V}+\mathbf{W}| will always be a positive number.
 
pearss said:
...

The Attempt at a Solution

instead of solving for ||2V+W||

i instead try to solve for ||2V+W|| ^2

So far, so good. :)

||(2V+W)(2V+W)||

This line is incorrect! There should be no norm sign there. You should note that:
\| \mathbf{v} \| ^ 2 = \mathbf{v} \cdot \mathbf{v}

= 4V(dot)V + 4V(dot)W + W(dot)W

=|| 4(2) + 4(-3) + 3||

You seem to have forgotten to square it.

-------------------

Whoops... it seems that fzero beats me by 3 minutes. =.="
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top