kai sinclair
- 29
- 1
- TL;DR Summary
- potentially new way to calculate θₜ
so I've made some progress to this endeavour and come up with this to calculate Vector Addition; a weight averaged with a bias
$$\frac { \sum_{n=1}^{N} \theta_{n} \cdot M_{n}{}^{X_n}} {\sum_{n=1}^{N} M_{n}{}^{X_n}}=\theta_{t}$$
I do have a round about way to figure out the Bias, ##X_n##, but it's a pain in the poo and requires the ##\tan^{-1}## method, so currently I'm wondering if I could get some help figuring out how to directly calculate ##X_n## just from the inputs of ##\theta_n## and ##M_n##, where ##\theta_n## is the initial Angle and ##M_n## is the initial Magnitude
here's a example I know:
##V_1## = 10 units at +15° from reference
##V_2## = 70 units at +90° from reference
$$\frac { 15 \cdot 10^{0.91723...} + 90 \cdot 70^{1.01152...} } { 10^{0.91723...} +70^{1.01152...} } = 82.42022...$$
from this how do I get
##X_1## = 0.917232306788...
and
##X_2## = 1.011526736693...
$$\frac { \sum_{n=1}^{N} \theta_{n} \cdot M_{n}{}^{X_n}} {\sum_{n=1}^{N} M_{n}{}^{X_n}}=\theta_{t}$$
I do have a round about way to figure out the Bias, ##X_n##, but it's a pain in the poo and requires the ##\tan^{-1}## method, so currently I'm wondering if I could get some help figuring out how to directly calculate ##X_n## just from the inputs of ##\theta_n## and ##M_n##, where ##\theta_n## is the initial Angle and ##M_n## is the initial Magnitude
here's a example I know:
##V_1## = 10 units at +15° from reference
##V_2## = 70 units at +90° from reference
$$\frac { 15 \cdot 10^{0.91723...} + 90 \cdot 70^{1.01152...} } { 10^{0.91723...} +70^{1.01152...} } = 82.42022...$$
from this how do I get
##X_1## = 0.917232306788...
and
##X_2## = 1.011526736693...
Last edited: