Determining Vector Dot Product Using Unit Vectors

finkeljo
Messages
10
Reaction score
0
Hi All,

I'm currently studying vector projections and the vector dot product. I ran into a problem on the homework I wasn't quite sure how to tackle... Any suggestions?The problem is stated as follows:

Determine ||v+w|| if v and w are unit vectors separated by an angle of \frac{\pi}{6}

Thanks!

Josh
 
Physics news on Phys.org
Welcome to Physics Forums.

HINT: Can you express the magnitude of the sum as a series dot products?
 
Thanks.

Hmm I don't follow you.
 
finkeljo said:
Thanks.

Hmm I don't follow you.
What is the definition of the magnitude of a vector, in terms of scalar products?
 
Hootenanny said:
What is the definition of the magnitude of a vector, in terms of scalar products?


Well I know the scalar product(dot product) is defined to be:

u*v=||u||*||v||cos\theta

I've been lookin at it for the past hour or so and can't put it together how this definition applies.
 
finkeljo said:
Well I know the scalar product(dot product) is defined to be:

u*v=||u||*||v||cos\theta

I've been lookin at it for the past hour or so and can't put it together how this definition applies.
Well you also know that for any vector, a,

||a|| = (a.a)1/2

Does that help?
 
Hootenanny said:
Well you also know that for any vector, a,

||a|| = (a.a)1/2

Does that help?

Not really, I just totally don't see the direction your going in... I don't have any information about the vector's components.
 
finkeljo said:
Not really, I just totally don't see the direction your going in... I don't have any information about the vector's components.
Try explicity computing the magnitude of the sum, i.e.

||u + w|| = ...
 
Hootenanny said:
Try explicity computing the magnitude of the sum, i.e.

||u + w|| = ...

Sorry Hootenanny, I'm lost...


Josh
 
  • #10
finkeljo said:
Well I know the scalar product(dot product) is defined to be:

u*v=||u||*||v||cos\theta

I've been lookin at it for the past hour or so and can't put it together how this definition applies.

Ok, so here's the main formula that we'll use to solve the problem.

u, and v can be any vector. So, if u = v = a, that means the angle \theta between those 2 vectors is 0, right? Both u, and v are the same vector, so there's no angle separating them.

Using the formula above, we have:

\mathbf{a} * \mathbf{a} = ||\mathbf{a}|| ||\mathbf{a}|| \cos (0)

\Rightarrow \mathbf{a} * \mathbf{a} = ||\mathbf{a}|| ^ 2 (since cos(0) = 1)

\Rightarrow ||\mathbf{a}|| = \sqrt{\mathbf{a} * \mathbf{a}}, which boils down to the formula Hoot showed you:

Hootenanny said:
Well you also know that for any vector, a,

||a|| = (a.a)1/2

Does that help?

Now, since u, and v are both vectors, u + v is also a vector. How can we determine ||u + v||. How can we apply the above formula?

Let's assume that you can get over this step. After applying the formula, you will arrive at some expression. The next step is to expand it. Then use the first formula

\mathbf{u} * \mathbf{v} = ||\mathbf{u}|| ||\mathbf{v}|| \cos (\theta)

to simplify that expression, and arrive at the desired result. Also note that w, and v in your problem are unit vectors, i.e: ||u|| = ||v|| = 1

This one is very basic, sorry I cannot be more detailed, or otherwise, I'll be solving it for you. Hopefully you can go from here, right? :)
 
  • #11
finkeljo said:
Determine ||v+w|| if v and w are unit vectors separated by an angle of \frac{\pi}{6}

Thanks!

Josh

Josh, I wouldn't use the dot product at all. I'd break both vectors into components (x and y parts), add the components, then find the magnitude of the resultant using the Pythagorean theorem.

Pick your x-axis along the same direction as W. That way, W only has an x-component (it makes life a little easier). Since V makes a 30-degree angle from it, can you calculate what the x and y-components of V would be?
 
Back
Top