I’m facing what looks like a simple a issue of computing a mean value (average) of vectors.
Looking around for a standard or a definition for calculating a “mean vector” for a group of vectors only taught me that this isn’t a straight forward issue so here I’m writing this question.
I have 2 Vectors:
[Amp1,theta1] &
[Amp2,theta2]
And I would say that my question is:
-
What is a “mean vector” for 2 or more vectors (if such definition exists)?
-
How do I compute one (I guess that If I know 1, I also got 2)?
The respective Cartesian vectors are
(Amp1 * cos theta1, Amp1 * sin theta1) and
(Amp2 * cos theta2, Amp2 * sin theta 2).
Now add the respective coordinates and divide by the number of vectors (2) to get the (arithmetic) mean.