Dot and cross product properties?

Click For Summary

Discussion Overview

The discussion revolves around the properties of dot and cross products in vector mathematics, specifically focusing on the projection of a cross product onto a vector. Participants explore the mathematical formulation and implications of these operations, seeking clarity on how to express projections and manipulate vector magnitudes.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the equation u * (v x w) = 5 and seeks to determine [Proj u (v x w)] * u.
  • Another participant suggests that if Proj u means the projection of the cross product onto u, the answer should be 5.
  • Several participants discuss the formula for the projection of one vector onto another in terms of the dot product, with one proposing proj u (v x w) = ((v x w) * u)/(mag(u)²) * u.
  • There is a clarification that the projection is a vector rather than a scalar, emphasizing the need to take the dot product of the projection with u.
  • Participants express uncertainty about how to handle the magnitude of u and the implications of cancelling terms in vector operations.
  • One participant explains that the dot product of two vectors results in a scalar, which can be manipulated like any other number.
  • Another participant confirms that the projection is indeed a scalar multiplied by a vector, clarifying the nature of the components involved.

Areas of Agreement / Disagreement

Participants generally agree on the formulation of the projection and its properties, but there remains some uncertainty regarding the manipulation of vectors and scalars, particularly in terms of cancelling terms and the implications of the magnitude of vectors.

Contextual Notes

Participants express limitations in their understanding of vector properties, particularly regarding the cancellation of terms and the application of dot products in the context of projections. There are unresolved questions about the mathematical steps involved in the calculations.

Justhanging
Messages
18
Reaction score
0
Knowing:

u * (v x w) = 5

where u, v and w are vectors.

What is

[Proj u (v x w)] * u

Ive been staring at the dot and cross product properties in my book for a while and I don't see how to do it.
 
Physics news on Phys.org
I'm guessing what Proju means, but if it is the projection of the cross product onto u, then answer should be 5.
 
Do you have - or can you think of - a formula which expresses the projection of one vector onto another in terms of the dot product?
 
mathman said:
I'm guessing what Proju means, but if it is the projection of the cross product onto u, then answer should be 5.

Can you elaborate?
 
Rasalhague said:
Do you have - or can you think of - a formula which expresses the projection of one vector onto another in terms of the dot product?

All i got is

proj u (v x w) = ((v x w) * u)/(mag(u)2) * u

But I can't do anything with the magnitude of u.
 
You're nearly there. The projection is the vector

[tex]\frac{(\textbf{v} \times \textbf{w}) \cdot \textbf{u}}{\left \| \textbf{u} \right \|^2} \; \textbf{u},[/tex]

rather than the scalar

[tex]\frac{(\textbf{v} \times \textbf{w}) \cdot \textbf{u}}{\left \| \textbf{u} \right \|^2} \cdot \textbf{u}.[/tex]

This is why it makes sense to take the dot product of the projection with u. Now, have you got any formula at all for the magnitude or the squared magnitude? You want one that expresses it in terms of the dot product, but if you have another formula, you might be able to work out how to get from that to one involving the dot product.
 
Rasalhague said:
You're nearly there. The projection is the vector

[tex]\frac{(\textbf{v} \times \textbf{w}) \cdot \textbf{u}}{\left \| \textbf{u} \right \|^2} \; \textbf{u},[/tex]

rather than the scalar

[tex]\frac{(\textbf{v} \times \textbf{w}) \cdot \textbf{u}}{\left \| \textbf{u} \right \|^2} \cdot \textbf{u}.[/tex]

This is why it makes sense to take the dot product of the projection with u. Now, have you got any formula at all for the magnitude or the squared magnitude? You want one that expresses it in terms of the dot product, but if you have another formula, you might be able to work out how to get from that to one involving the dot product.

mag(u)2 = u * u

Now I don't know if I can cancel some u's. I don't know what properties to apply here, my book doesn't mention anything about cancelling vectors like someone would cancel regular variables in algebra.
 
Okay, great, now you have everything you need! That's a good instinct you have to be careful about cancelling; indeed we can't cancel vectors as we can number. But remember: the dot product of two vectors is just a number, so after taking the dot product of two vectors, we can do anything to the result that we can do to any other number.
 
Rasalhague said:
Okay, great, now you have everything you need! That's a good instinct you have to be careful about cancelling; indeed we can't cancel vectors as we can number. But remember: the dot product of two vectors is just a number, so after taking the dot product of two vectors, we can do anything to the result that we can do to any other number.

Honestly am still confused. I see that the top of the fraction is five but I don't know what u * u is on the bottom. And I still don't understand how to incorporate the other u outside the fraction. Am missing something here... you say that I can start cancelling once I get numbers but I only got one number.
 
  • #10
Don't worry, Justhanging, I've spent plenty of time confused myself! I'm sure you'll understand it very soon. You know that

[tex]\textbf{u} \cdot (\textbf{v} \times \textbf{w}) = 5[/tex]

and that

[tex]\text{Proj}_\textbf{u}(\textbf{v} \times \textbf{w}) = \frac{\textbf{u} \cdot (\textbf{v} \times \textbf{w})}{\textbf{u}\cdot \textbf{u}} \; \textbf{u}.[/tex]

So

[tex]\text{Proj}_\textbf{u}(\textbf{v} \times \textbf{w}) \cdot \textbf{u} = \frac{\textbf{u} \cdot (\textbf{v} \times \textbf{w})}{\textbf{u}\cdot \textbf{u}} \; \textbf{u} \cdot \textbf{u}[/tex]

[tex]= \textbf{u} \cdot (\textbf{v} \times \textbf{w}) = 5.[/tex]

The number I canceled there was [itex]\textbf{u} \cdot \textbf{u}[/itex]. This is allowed, so long as [itex]\textbf{u}[/itex] is not the zero vector, because whatever it's length, when we divide that squared length by itself, the result will be 1.

[tex]\frac{\textbf{u} \cdot \textbf{u}}{\textbf{u} \cdot \textbf{u}} = \frac{\left \| \textbf{u} \right \|^2}{\left \| \textbf{u} \right \|^2}=1.[/tex]

Is that any clearer?
 
  • #11
Rasalhague said:
Don't worry, Justhanging, I've spent plenty of time confused myself! I'm sure you'll understand it very soon. You know that

[tex]\textbf{u} \cdot (\textbf{v} \times \textbf{w}) = 5[/tex]

and that

[tex]\text{Proj}_\textbf{u}(\textbf{v} \times \textbf{w}) = \frac{\textbf{u} \cdot (\textbf{v} \times \textbf{w})}{\textbf{u}\cdot \textbf{u}} \; \textbf{u}.[/tex]

So

[tex]\text{Proj}_\textbf{u}(\textbf{v} \times \textbf{w}) \cdot \textbf{u} = \frac{\textbf{u} \cdot (\textbf{v} \times \textbf{w})}{\textbf{u}\cdot \textbf{u}} \; \textbf{u} \cdot \textbf{u}[/tex]

[tex]= \textbf{u} \cdot (\textbf{v} \times \textbf{w}) = 5.[/tex]

The number I canceled there was [itex]\textbf{u} \cdot \textbf{u}[/itex]. This is allowed, so long as [itex]\textbf{u}[/itex] is not the zero vector, because whatever it's length, when we divide that squared length by itself, the result will be 1.

[tex]\frac{\textbf{u} \cdot \textbf{u}}{\textbf{u} \cdot \textbf{u}} = \frac{\left \| \textbf{u} \right \|^2}{\left \| \textbf{u} \right \|^2}=1.[/tex]

Is that any clearer?

Ahh yes I see now. One last thing to clarify, the fraction in this equation is a scaler so really this equation is saying that it is a scaler multplied by a vector. Is this correct?[tex]\text{Proj}_\textbf{u}(\textbf{v} \times \textbf{w}) = \frac{\textbf{u} \cdot (\textbf{v} \times \textbf{w})}{\textbf{u}\cdot \textbf{u}} \; \textbf{u}.[/tex]
 
  • #12
Yes, that's right. The u on the far right is a vector, the rest is a scalar.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 20 ·
Replies
20
Views
7K
  • · Replies 16 ·
Replies
16
Views
6K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K