3D coordinates vector calculation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
runningc
Messages
9
Reaction score
2
How do I calculate the resultant of three component vectors set mutually at 60 degrees to each other (not in the same plane)?
 
Physics news on Phys.org
Hi and welcome to PF.
The most straightforward way would be to use Cartesian Co-ordinates and resolve each of the three vectors along arbitrary x, y and z axes and add the x components together and likewise for the y and z components. Then the overall resultant vector is given by adding the three resulting components.
 
sophiecentaur said:
... Then the overall resultant vector is given by adding the three resulting components.

Where, of course, “adding the three resulting components” is vector addition. The resultant magnitude is found by adding the magnitudes in quadrature and the angular direction requires resolving to some angular representation, probably Euler angles, by appropriate trigonometry.

Frankly I’d just leave it as components. It’s easier, just as meaningful and twice as useful. (for those of us who favor linear algebra)
 
  • Like
Likes   Reactions: sophiecentaur
Cutter Ketch said:
Frankly I’d just leave it as components.
Agreed - unless you actually need to draw a line on a graph.
 
  • Like
Likes   Reactions: Cutter Ketch
And the Wikipedia article is a pretty good introduction:

https://en.wikipedia.org/wiki/Euclidean_vector

450px-3D_Vector.svg.png
 

Attachments

  • 450px-3D_Vector.svg.png
    450px-3D_Vector.svg.png
    4.8 KB · Views: 656