Dot product and cross product of vectors

Click For Summary

Homework Help Overview

The discussion revolves around the evaluation of various vector operations involving dot products and cross products of vectors in three-dimensional space. The vectors in question are v=(2,0,2), u=(-1,1,0), and w=(0,-1,1). Participants are examining which combinations of these operations yield valid results.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to classify the validity of different vector operations based on their mathematical forms, questioning whether certain combinations make sense. Other participants engage by confirming the original poster's evaluations and discussing the nature of the results.

Discussion Status

The discussion appears to be productive, with participants clarifying the original poster's evaluations and confirming that there are no apparent errors in the reasoning presented. Some guidance is offered regarding the use of mathematical software to verify the operations.

Contextual Notes

There is an emphasis on understanding the mathematical relationships between the operations rather than performing calculations. The original poster seeks validation of their interpretations of the operations' validity.

warfreak131
Messages
186
Reaction score
0

Homework Statement



This isn't so much a problem of calculation, so much as it is I need to know if i did it right, you'll see what I mean.

vectors v=(2,0,2), u=(-1,1,0), w=(0,-1,1)
Computer the quantities that make sense (a period denotes the dot product, x denotes cross product):

(v.u)w

(v x u) x w + 1

(v x u) + (v.u)

(v x u) . w + (v x w) . u + 1


The Attempt at a Solution




I said that the first one is the form of scalar * vector which equals a vector

the second is the product two cross vectors, which is a vector, plus a scalar, which does not make sense.

The third has the form of a vector plus a scalar, which doesn't make sense

and the fourth:

(v x u) . w
is a vector cross vector, which is a vector, dotted with another which is a scalar

(v x w) . u + 1
is a vector cross vector, which is a vector, dotted with a vector, which is a scalar, plus 1, which is a scalar, so youre adding three scalars, which makes sense
 
Physics news on Phys.org
I did not see any problem here.
 
cool, thanks
 
wait, do you mean that you don't see what the "question" is, or you don't see a problem with my answer.

the question asks to evaluate the ones that make sense. i evaluated the first and last ones on the test because i thought that those were the ones that make sense. i am asking if those are indeed the ones that can be evaluated.
 
I see the question, but don't see any error on your part.
It is easy to check this kind of things using a math package. My favourite is simpy.
You define v in simpy this way:
v=Matrix([2,0,2])
You express (v x u) . w this way:
(v.cross(u)).dot(w)
Now you got the idea.

Ahh a minor error in your part: in the last one you add two scalars, not three.
 
well (v x u) . w is a scalar

(v x w) . u is a scalar

and 1 is a scalar

but thanks tho
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 44 ·
2
Replies
44
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
1K
Replies
26
Views
2K