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
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
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
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?
 
Thanks again!