| New Reply |
Add vectors |
Share Thread | Thread Tools |
| May5-12, 04:31 AM | #1 |
|
|
Add vectors
How do you add two vectors:
Code:
(r1, theta1, phi1) + (r2, theta2, phi2) |
| May5-12, 06:31 AM | #2 |
|
|
As you said, transform them to rectangular coordinates (xyz-components), add them, and then transform back to spherical coordinates.
|
| May5-12, 06:53 AM | #3 |
|
|
If you mean "without using components" (i.e. the hard way) you use trigonometry.
Draw a line segment with one end at (0, 0, 0) in the direction given by theta1 and phi1 with length r1. At its tip, draw a second line segment in the direction given by theta2 and phi2 with length r2. Finally, draw the line segment from (0, 0, 0) to the tip of the second line segment. This forms a triangle in which you know the length of two sides and the angle between them so can use the sine and cosine laws to determine the length and angles of the third side. It is determining the angle between the two sides that is complicated. |
| New Reply |
| Thread Tools | |
Similar Threads for: Add vectors
|
||||
| Thread | Forum | Replies | ||
| Unit tangent vectors, Normal vectors, and Gradients | Calculus & Beyond Homework | 0 | ||
| Linear Algebra - Use angles between vectors to find other vectors | Calculus & Beyond Homework | 4 | ||
| find unknown constant of two vectors to make vectors perpendicular to each other? | Calculus & Beyond Homework | 8 | ||
| Vectors: Given two vectors, find a vector that bisects the angle between the two give | Calculus & Beyond Homework | 10 | ||
| Position Vectors, Velocity Vectors, and Acceleration Vectors | Introductory Physics Homework | 3 | ||