New Reply

Vector dot products

 
Share Thread Thread Tools
Mar1-13, 05:42 PM   #1
 

Vector dot products


I'm reading up on dot products and keep seeing two different examples.

One states that u[itex]\cdot[/itex]v = u[itex]_{i}[/itex][itex]\cdot[/itex]v[itex]_{i}[/itex] + u[itex]_{j}[/itex][itex]\cdot[/itex]v[itex]_{j}[/itex]

Another: u[itex]\cdot[/itex]v = |u|[itex]\cdot[/itex]|v|cosθ

I'm not understanding when to use the first or second method?
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Mar1-13, 05:57 PM   #2
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by mindheavy View Post
I'm reading up on dot products and keep seeing two different examples.

One states that u[itex]\cdot[/itex]v = u[itex]_{i}[/itex][itex]\cdot[/itex]v[itex]_{i}[/itex] + u[itex]_{j}[/itex][itex]\cdot[/itex]v[itex]_{j}[/itex]

Another: u[itex]\cdot[/itex]v = |u|[itex]\cdot[/itex]|v|cosθ

I'm not understanding when to use the first or second method?
At the risk of stating something obvious, it depends on what information you are given and what you are trying to find. If you know the two vectors then you can find the dot product using the first equation. Then you can find the angle between the vectors using the second equation.

On the other hand, if you are given the lengths of the vectors and the angle between them, you can use the second equation to find the dot product.
 
Mar1-13, 05:59 PM   #3
 
Makes sense, I think the way the book I'm looking in words it was confusing me. Thanks
 
Mar1-13, 07:47 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Vector dot products


For example, if you are given that one vector is <1, 0, 0> and the other is <2, 2, 0> it is easy to calculate that the dot product is 1(2)+ 0(2)+ 0(0)= 2.

But if you are given that one angle has length 1, the other has length [itex]2\sqrt{2}[/itex], and the angle between them is [itex]\pi/4[/itex], it is easiest to calculate [itex](1)(2\sqrt{2})(cos(\pi'4)= 2[/itex].

By the way, in spaces of dimension higher than 3, we can use the "sum of products of corresponding components" to find the dot product between two vectors, then use [itex]|u||v|cos(\theta)[/itex] to define the "angle between to vectors".
 
New Reply
Thread Tools


Similar Threads for: Vector dot products
Thread Forum Replies
Vector products Introductory Physics Homework 9
Vector Cross and Dot Products Introductory Physics Homework 8
Bound Vector and Vector Products General Math 8
vector products Introductory Physics Homework 3
Vector products Introductory Physics Homework 2