Given vectors how to find third equation

  • Thread starter Thread starter mill
  • Start date Start date
  • Tags Tags
    Vectors
mill
Messages
72
Reaction score
0

Homework Statement



If |v|=4, |w|=3 and the angle between and is pi/3, find |2v −w|

Homework Equations


##cosθ=\frac {v dot w} {|v||w|} ##

The Attempt at a Solution


## 6= v dot w ##

This is as far as I got. How would I find the separate values of v and w for the equation?
 
Physics news on Phys.org
mill said:

Homework Statement



If |v|=4, |w|=3 and the angle between and is pi/3, find |2v −w|

Homework Equations


##cosθ=\frac {v dot w} {|v||w|} ##

The Attempt at a Solution


## 6= v dot w ##

This is as far as I got. How would I find the separate values of v and w for the equation?

Very good! How is the absolute value of a vector defined with dot product by itself?
You do not need to know the individual vectors. You need the absolute value of 2v-w.

ehild
 
ehild said:
Very good! How is the absolute value of a vector defined with dot product by itself?
You do not need to know the individual vectors. You need the absolute value of 2v-w.

ehild

u dot u = ##|u|^2## so |u|= ##\sqrt {u dot u} ## ?

Possibly, that becomes |2v-w|=sqrt(something?) or would |?|(1/2)=|2v-w|

I'm afraid I don't see how things are connecting to the third equation though.

1/2 = (something analogous to u dot v)/|2v-w|?
 
Last edited:
mill said:
u dot u = ##|u|^2## so |u|= ##\sqrt {u dot u} ## ?
Start from that definition. What then is ##\sqrt{(2v-w) \cdot (2v-w)}##?
 
Got it, thanks.
 
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