The polar grid on the left shows the original vibration V0, the with-trial-weight vibration V1, the trial-weight effect V1-V0 and the correction-weight position as arrows. The right shows the spinning rotor with the unbalance and correction-weight positions.
$$\alpha=\frac{V_1-V_0}{W_t},\qquad W_c=-\frac{V_0}{\alpha}$$
Influence coefficient α and correction weight Wc. V0: original vibration, V1: vibration with the trial weight, Wt: trial weight. All are amplitude-angle-phase vectors, and α is the rotor's influence coefficient in µm of vibration per gram of weight.
$$x=A\cos\theta,\quad y=A\sin\theta,\qquad A=\sqrt{x^2+y^2},\quad \theta=\operatorname{atan2}(y,x)$$
Vector arithmetic is done by converting to rectangular form (x, y), adding, subtracting and dividing complex numbers, then converting back to amplitude A and phase θ normalised to 0–360°.
$$\Delta V = V_1-V_0,\qquad |W_c| = \frac{|V_0|}{|\alpha|},\quad \angle W_c = \angle V_0 + 180^\circ - \angle\alpha$$
ΔV is the trial-weight effect vector. Complex division divides magnitudes and subtracts angles, so the correction-weight angle is the angle of −V0 minus the angle of α.