...
As described previously, the base of the extender mechanism was modeled by a four-bar vector loop (R2 + R3 - R4 - R1 = 0), and the other linkages could be calculated based on geometric relationships to the vectors in the initial vector loop. The fourbarpos.m MATLAB function was used to determine the angles of each of the vectors (ΘAΘA, ΘB ΘB, ΘC ΘC, ΘD ΘD). From here, the appropriate vectors were split into their real and imaginary components,
aejΘA + bejΘB - cejΘC - dejΘD = 0
a(cosΘA + jsinΘA) + b(cosΘB + jsinΘB) - c(cosΘC + jsinΘC) - d(cosΘD + jsinΘD) = 0
then summed to determine the X and Y coordinate for points P1, P2, and P3. The results of the position analysis are shown in Figures C and D.
...