Direct Vector Homework: Calculating Direction b/w Two x,y,z Coordinates

  • Thread starter Thread starter quddusaliquddus
  • Start date Start date
  • Tags Tags
    Direction Vector
Click For Summary
To calculate the direction vector between two 3D coordinates a and b, subtract the respective coordinates: (x2 - x1, y2 - y1, z2 - z1). For example, with A = (1,1,1) and B = (2,2,2), the direction vector is (1,1,1). To find a second vector from the first vector and the direction vector, simply add the direction vector to the first vector. Thus, if d = b - a, then b can be expressed as b = a + d. This method effectively determines the direction in 3D space.
quddusaliquddus
Messages
353
Reaction score
3

Homework Statement



I have two x,y,z coordinates - a & b. I know the distance between the coordinates. I need to get a 3D vector which represent the direction between vector a and vector b.

Homework Equations



I am unsure as to whether the I should simply substract each respective coordinate value from one to the other i.e. (x1-x2,y1-y2,z1-z2)

The Attempt at a Solution



I tried to apply the forumula above to a trivial case e.g.

A = (1,1,1); B = (2,2,2); C=(2-1,2-1,2-1,)=(1,1,1)

I am not sure if this is right.
 
Physics news on Phys.org
That's right.
 
Thanks.
 
On a side note - how can i calculate the second vector from the first vector and the direction vector? Would l just add the direction vect to the first vector?
 
obviously, if d = b - a, then b = a + d!:smile:
 
Thanks again!
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
8
Views
1K
Replies
17
Views
2K
Replies
1
Views
1K
Replies
20
Views
3K
  • · Replies 4 ·
Replies
4
Views
15K
  • · Replies 5 ·
Replies
5
Views
6K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K