Dot Product: Understanding and Solving with Vectors | Homework Help

AI Thread Summary
The discussion focuses on the dot product of two vectors, b and c, represented as b = x hat + y hat and c = x hat + z hat. The user initially calculates the dot product using the component method, yielding a result of 1, but encounters confusion when applying the cosine formula, which suggests an angle of 90 degrees and a result of 0. Clarification reveals that both methods are valid; however, the angle between the vectors is actually 60 degrees, not 90 degrees. This discrepancy explains why the two approaches yield different results. Understanding the correct angle is crucial for accurately applying the dot product formulas.
Rijad Hadzic
Messages
321
Reaction score
20

Homework Statement


Im given vectors:

b = x hat + y hat
c = x hat + z hat

Homework Equations


http://imgur.com/a/iHTOT

The Attempt at a Solution


so I have 2 eq's... one says:
r * s = rscos(theta)

the other is a summation saying multiply x component 1 with x component 2, add y component 1 with y component 2, and so on.

Ok so I start with method 2: 1*1 x hat + 1* 0 y hat + 0*1 z hat

so you end with 1 (my books answer).

But when I use "r * s = rscos(theta)" I find the angle between them is 90 degrees so I get 0.

Whv does 1 formula work in this case but the other doesnt
 
Physics news on Phys.org
Rijad Hadzic said:

Homework Statement


Im given vectors:

b = x hat + y hat
c = x hat + z hat

Homework Equations


http://imgur.com/a/iHTOT

The Attempt at a Solution


so I have 2 eq's... one says:
r * s = rscos(theta)

the other is a summation saying multiply x component 1 with x component 2, add y component 1 with y component 2, and so on.

Ok so I start with method 2: 1*1 x hat + 1* 0 y hat + 0*1 z hat
No, this isn't what it is saying. What you get from a dot product is a number -- no vectors involved.

There are two forms for the dot product of vectors in ##\mathbb{R}^3##: one that involves the cosine of the angle between the vectors, and the other that involves the sum of the products of the components.

Assuming these are your vectors. ##\vec r = <1, 1, 0>## and ##\vec s = <1, 0, 1>##, then ##\vec r \cdot \vec s = 1 \cdot 1 + 1 \cdot 0 + 0 \cdot 1 = 1##

Rijad Hadzic said:
so you end with 1 (my books answer).

But when I use "r * s = rscos(theta)" I find the angle between them is 90 degrees so I get 0.

Whv does 1 formula work in this case but the other doesnt
Both formulas work, but the angle between the two vectors is not 90° - they are actually 60° apart.
 
  • Like
Likes Sunbodi
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top