Vector dot product homework help?

AI Thread Summary
To find the dot product of vectors A = 2i + 6k and B = 6i + 5j, the calculation involves multiplying corresponding components, resulting in A.B = 2(6) + 6(0) + 0(5) = 12. If A.B equals zero, it indicates that the vectors are orthogonal, meaning the angle between them is 90 degrees. For the second set of vectors A = 6i + 9k and B = -4i + 4j, the operations A+B, A-B, and A.B can be computed using similar principles. The confusion regarding different unit vectors is clarified by noting that i, j, and k are perpendicular unit vectors, and their dot products with each other yield zero. Understanding the distributive property in vector multiplication is essential for solving these problems effectively.
zainriaz
Messages
21
Reaction score
0
if A = 2i^+6k^
B=6i^+5j^
find A.B
if A.B=0 then what do u conclude from it?


one more question
if A = 6i^+9k^
and B=-4i^+4j
then find A+B,A-B,A.B
 
Physics news on Phys.org
Do you know how to calculate the dot product of two vectors?
 
dot product= ABcos(theeta)
cos0=1
cos90=0

now try doing
 
jyothsna pb said:
dot product= ABcos(theeta)
cos0=1
cos90=0

now try doing
Actually, I wouldn't use that way here because the angles are not provided in the problem. The other way of calculating dot products will be much easier.
 
so can i get that easier method to solve this problem
 
diazona said:
Actually, I wouldn't use that way here because the angles are not provided in the problem. The other way of calculating dot products will be much easier.

i m just confused because of the diferent unit vectors! in both equations
 
Look up dot product from a textbook or online.
 
zainriaz said:
if A = 2i^+6k^
B=6i^+5j^
find A.B
if A.B=0 then what do u conclude from it?
These are two different questions!
A.B= 2(6)+ 6(5)

If A.B= 0 then, using the formula jyothsna pb gave: A. B= |A||B| cos(\theta) so at least one of these is true: |A|= 0, |B|= 0, \theta= \pi/2.


one more question
if A = 6i^+9k^
and B=-4i^+4j
then find A+B,A-B,A.B[/QUOTE]
A- B= (6-(-4))i+ (9- 4)j, etc.

If you are expected to do these as homework, certainly the definitions of A+ B, A- B, and A.B must be in your textbook!
 
HallsofIvy said:
These are two different questions!
A.B= 2(6)+ 6(5)

If A.B= 0 then, using the formula jyothsna pb gave: A. B= |A||B| cos(\theta) so at least one of these is true: |A|= 0, |B|= 0, \theta= \pi/2.


one more question
if A = 6i^+9k^
and B=-4i^+4j
then find A+B,A-B,A.B
A- B= (6-(-4))i+ (9- 4)j, etc.

If you are expected to do these as homework, certainly the definitions of A+ B, A- B, and A.B must be in your textbook![/QUOTE]

i no it is the dot product question
but the confuzing thing is that in A=the units r i^and k^ but in B=the units r i^and j^
how can we solve it when the units r different?
 
  • #10
i^ , j^ n k^ are perpendicular vectors so as per the formula i gave their dot product ( whatever b the product) will b 0.

that is i.j , i.k , j.k are all 0
now try doing
remember its scalar product so it does not have production
 
  • #11
zainriaz said:
but the confuzing thing is that in A=the units r i^and k^ but in B=the units r i^and j^
how can we solve it when the units r different?
They're not really "units," but "unit vectors." But the name doesn't matter as much as knowing what they are.

So here's your problem: you have the following two vectors:
\vec A=2\hat i+6\hat k
\vec B=6\hat i+5\hat j
and you need to take the dot product. To do this, you need to use the distributive property. Think about this: if you were multiplying
(m + n)(p + q)
you would know how to expand that out, right? You'd get
mp + mq + np + nq
Stop me if you're not 100% comfortable with that.

To take the dot product of two vectors, you do the same thing, except that you replace regular multiplication with the dot product. So in the example above, if m,n,p,q were vectors instead of regular variables, what you get would be
(\vec m + \vec n)\cdot(\vec p + \vec q) = \vec m\cdot\vec p + \vec m\cdot\vec q + \vec n\cdot\vec p + \vec n\cdot\vec q
Does that make sense? Please ask if it doesn't.

If that does make sense, try doing the same thing with your two vectors \vec A and \vec B. You should get four terms, and each one should contain a product of two unit vectors, like \hat i\cdot\hat i[/itex] or \hat j\cdot\hat k, etc.<br /> <br /> Now you need to evaluate those products of unit vectors, i.e. replace them with their numeric values. The relevant identities have been given already in this thread, and you should also be able to look them up in your textbook or other reference. But you should also think about why they&#039;re true. They come from the definition<br /> \vec{A}\cdot\vec{B} = \vert A\vert \vert B\vert \cos\theta<br /> Think about which direction the various unit vectors point in space and what the angles between them are.
 
  • #12
thanks a lot
 
Back
Top