Determining Vector Dot Product Using 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
10 replies · 3K views
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 [tex]\frac{\pi}{6}[/tex]

Thanks!

Josh
 
Physics news on Phys.org
Thanks.

Hmm I don't follow you.
 
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[tex]\theta[/tex]

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[tex]\theta[/tex]

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
 
finkeljo said:
Well I know the scalar product(dot product) is defined to be:

u*v=||u||*||v||cos[tex]\theta[/tex]

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 [tex]\theta[/tex] 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:

[tex]\mathbf{a} * \mathbf{a} = ||\mathbf{a}|| ||\mathbf{a}|| \cos (0)[/tex]

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

[tex]\Rightarrow ||\mathbf{a}|| = \sqrt{\mathbf{a} * \mathbf{a}}[/tex], 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

[tex]\mathbf{u} * \mathbf{v} = ||\mathbf{u}|| ||\mathbf{v}|| \cos (\theta)[/tex]

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? :)
 
finkeljo said:
Determine ||v+w|| if v and w are unit vectors separated by an angle of [tex]\frac{\pi}{6}[/tex]

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?