In this work, a new method is introduced for solving large polynomial systems for the kinematic synthesis of linkages. The method is designed for solving systems with degrees beyond 100,000, which often are found to possess quantities of finite roots that are orders of magnitude smaller. Current root-finding methods for large polynomial systems discover both finite and infinite roots, although only finite roots have meaning for engineering purposes. Our method demonstrates how all infinite roots can be precluded in order to obtain substantial computational savings. Infinite roots are avoided by generating random linkage dimensions to construct startpoints and start systems for homotopy continuation paths. The method is benchmarked with a four-bar path synthesis problem.
Introduction
The kinematic synthesis of linkages often requires finding the finite isolated roots of large polynomial systems. The size of a polynomial system is measured by its number of roots, of which its degree provides a maximum. It is interesting that the kinematic design of relatively simple mechanical systems involves formulating polynomial systems with degrees beyond 100,000. For example, to find all of the four-bar linkages which can pass a coupler point through nine arbitrary points in the plane involves solving a polynomial system with degree 286,720 [1]. Furthermore, more complex mechanical systems seem to result in exponential growth of the degree of their design equations [2,3].
This growth arises from additional design parameters that increase the number of dimensions in a nonlinear design space. Finding complete solution sets to the polynomial systems which comprise kinematic design equations is a major challenge which tends to demand large-scale computations. Many methods have been devised, which avoid computing complete solution sets [4], however, the advantage of obtaining complete sets is to provide a full survey of design options that might not be found through methods based on optimization or differential evolution. The state-of-the-art for solving large polynomial systems is polynomial homotopy continuation. Homotopy algorithms compute all the roots to general polynomial systems in time proportional to the degree of the system. These methods are quite powerful but still have practical limits based on available computing resources.
Although kinematic polynomial systems tend to have large degrees, they also tend to have sparse monomial structures that indicate the number of finite roots they possess is much smaller than their degree. Returning to the four-bar example, it has been shown in Ref. [1] that 8652 of 286,720 roots are finite and represent linkage designs. The polynomial degree totals the number of finite roots, infinite roots, and their multiplicities. For engineering purposes, only finite roots are sought. Observations of the monomial structure of a system can often be made in order to intelligently multihomogenize a system and remove many roots at infinity leading to a new multihomogeneous root count. For smaller systems, this strategy can eliminate all the roots at infinity, but for larger systems it is not always clear how the multihomogenization should proceed. Eliminating roots at infinity is important when applying homotopy algorithms because each root requires a path tracking computation. Counting the percentage of infinite roots for the four-bar example, it is estimated that 97% of the computational effort is dedicated to discovering roots at infinity, which are filtered out in the end.
In this work, we introduce a new method built on homotopy continuation termed Finite Root Generation (FRG) that obtains all or most of the finite roots of kinematic polynomial systems while avoiding all computations of roots at infinity. Traditionally, homotopy proceeds with a single start system and multiple startpoints, whereas FRG uses multiple start systems each with one startpoint, which are constructed from random linkage dimensions so that each startpoint is guaranteed to track to a finite root. Since startpoints are randomly generated, the possibility exists for tracking to a nonsingular finite root multiple times. This duplication rate is modeled by the coupon collector problem from probability theory and can be used to estimate the number of finite roots without actually computing all of them.
We apply FRG to a numerically general target system that is suitable for constructing parameter homotopies such that an FRG solution set only needs to be computed once for a particular family of polynomial systems. Parameter homotopies provide a means for efficiently solving all subsequent systems belonging to that family. Applying FRG to the benchmark four-bar path generator problem found over 95% of the roots in 26,658 homotopy paths and 99.988% of the roots in 87,549 paths. This is compared to 286,720 for the best known multihomogeneous homotopy [1] and 152,224 for the best known regeneration homotopy [5]. The benchmark slightly underperformed expectations calculated from modeling roots as equally probable coupons.
Literature Review
Continuation methods were pioneered by Roth and Freudenstein [6], who developed the bootstrap method for solving the nonlinear path synthesis equations of a geared five-bar. They were motivated to provide an alternative to the Newton–Raphson method which required a good initial approximation in order to converge. In their work, the authors indeed constructed continuation startpoints from arbitrary starting mechanisms. Since then, the field of numerical algebraic geometry has flourished resulting in sophisticated homotopy continuation algorithms [5,7–10] that apply to general polynomial systems where startpoints are constructed by combinatoric procedures that are advantageously blind to the physical systems represented by the equations. In this work, we return to the schema of constructing startpoints by arbitrary mechanisms, but instead of finding one or two mechanism solutions, we aim to find complete root sets of numerically general synthesis systems. These general root sets are suitable for constructing parameter homotopies to efficiently solve later synthesis systems of the same family [11], a concept that appeared 26 years after Roth and Freudenstein [6].
Other solution techniques used to solve polynomial equations include resultant elimination methods, Gröbner bases, and interval analysis. Resultant elimination methods include modifications of Sylvester's dialytic elimination method [12] and involve procedures to transform root finding into a generalized eigenvalue problem. Su and McCarthy [13] showed how to use this method to solve a synthesis problem with 64 roots. Masouleh et al. [14] used Gröbner bases combined with resultants to compute 220 roots for the forward kinematics of a spatial parallel manipulator. Gröbner bases transform multivariate root finding into root finding for a sequence of univariate polynomials. Interval analysis takes advantage of interval arithmetic to find roots within a range of the solution space. Lee et al. [15] provided an example of interval analysis applied to the synthesis of an RRR spatial serial chain.
There have been modifications of homotopy methods to eliminate unwanted solutions. Tari et al. [16] appended additional equations to synthesis systems to eliminate degenerate solutions, but their method does not improve computation times. Tsai and Lu [17] devised a procedure for nine-point path synthesis of a four-bar where startpoints were constructed from five-point solutions without attempting to obtain the complete solution set. Perhaps today's most powerful method is called regeneration. Regeneration can greatly reduce the number of homotopy paths to track by solving a system “equation by equation” and discarding singular and infinite roots along the way [5]. However, regeneration still requires many roots at infinity to be tracked. Plecnik and McCarthy [2] used regeneration to approximate a solution set of 1.5 × 106 roots.
In this work, we introduce a method which constructs startpoints and start systems from randomly generated mechanisms in order to avoid tracking homotopy paths to infinite roots. We benchmark FRG on the four-bar path synthesis problem and find that the rate at which finite roots are collected is predicted by the coupon collector problem of probability theory, providing a means for estimating the size of the root set being discovered. Finally, we use the parameter homotopy method to apply the obtained root set to an example linkage design problem.
Description of Finite Root Generation
The FRG method generates startpoints and start systems that track to the finite roots of a target system using polynomial homotopy continuation. In order to ensure this is the case, a start system must possess a monomial structure that is no more or no less general than the target system, and a startpoint must be a finite root to that start system. These features are ensured for a single startpoint/start system pair by constructing the startpoint from a randomly generated linkage and constructing the start system from the motion of that linkage. A parameter homotopy then tracks that startpoint to a single finite root of the target system.
In order to find another finite root to the target system, a new random linkage can be generated so that another startpoint/start system pair is constructed and tracked to (hopefully) another finite root of the target system. If there are N finite roots of the target system to be discovered, and there is equal probability of happening upon any root, then the probability of the second iteration happening upon a different finite root from the first is (N − 1)/N, which for large N are good odds. If the root of the second iteration duplicates the first, then it is discarded, or if it is unique, then it is stored along with the root from the first iteration. The goal is to obtain all or most of the finite roots of the target system. Iterations (also called trials) continue in this manner as illustrated in Fig. 1 until a sufficient number of roots have been collected. As more and more roots are collected, the possibility of finding another unique root decreases, indicating a situation of diminishing returns. By tracking the rate of success of finding new roots between iterations, the size of the total root set can be estimated.
Root Collection.
The decreasing probability of finding new roots is modeled by the coupon collector problem from probability theory [18]. That is, given a set of N unique coupons, how many trials TN of picking random single coupons are expected in order to obtain all the coupons. Coupons are sampled with replacement and we assume all the coupons have equal probability of being picked. The problem statement is slightly modified to ask how many trials Tn are expected to obtain n coupons where n ≤ N. In our case, Tn is the number of homotopy paths and n is the number of finite roots we wish to obtain.
Equation (3) provides an estimation of the expected number of trials to collect n roots when the total number N is known.
Estimation Procedure.
Equation (10) provides an estimation of the percentage of roots obtained from the current success ratio α during the FRG solution process. Note that this equation only provides an estimate of the number of finite roots based on the success ratio, unlike Bézout numbers which provide conclusive statements on the upper bound of finite roots. FRG estimates might indicate smaller root sets, but without certainty.
Benchmark
In order to benchmark the FRG method, it was applied to the nine-point path synthesis problem for four-bar linkages. The complete solution to this problem involves finding 8652 finite roots but the smallest known formulation of this system counts 286,720 roots (including infinite roots). Multihomogeneous homotopy has been applied to solve this problem by tracking 286,720 homotopy paths to discover the 8652 finite roots [1] (see Fig. 2). As an improvement, regeneration homotopy finds all the finite roots while only tracking 152,224 paths [5]. From Eq. (3), it is expected for FRG to find 95% of the roots in 25,922 paths and 100% in 83,430 paths (see Figs. 3 and 4). In other words, the expectation is for 31% of the computational effort to find 95% of the roots and 70% of the effort to find the final 5% of the roots. In this section, we formulate the synthesis equations and test the expectations.
Formulation of Four-Bar Path Synthesis.
The objective of path generation is to find a four-bar linkage that can move a trace point attached to its coupler link through m points Pj, j = 0,…, m − 1. As shown in Fig. 5, the locations of the four-bar's ground pivots are represented by A = Ax + Ayi and B = Bx + Byi. The locations of the moving pivots in position j = 0 are represented by C = Cx + Cyi and D = Dx + Dyi. The rotations of links AC, BD, and CDP from position 0 to j are measured by , ψj, and θj, respectively. Using the exponential rotation operators
Equation (19) contains the eight unknowns {A, B, C, D, } and represents a square system of eight equations for the case m = 9.
Our formulation is similar to those presented in Refs. [1] and [5], which provide additional information on the maximum number of roots in order to determine the number of homotopy paths to be tracked. Advantageously, FRG paths are tracked without the knowledge of root ceilings, similar to the regeneration method. For the sake of comparison, sorting the variables of into groups , and finds a four-homogeneous Bézout number of 645,120, which was the same calculated in Ref. [5]. In Ref. [1], intermediate variables were introduced to further reduce the multihomogeneous Bézout number to 286,720.
Methods.
and then substituting these parameters into . To obtain a numerically general system, conjugate relationships were broken.
and the fifth is assigned to P0. Here, conjugate relationships remain intact so that these five numbers define a four-bar mechanism. Eight configurations are selected from this mechanism with disregard to whether they belong to the same circuit. These eight configurations define points , which along with are substituted into to obtain a start system that corresponds to sp. Random distributions were uniform.
Path tracking was completed using the algorithm within the software bertini [20]. This path tracking algorithm utilizes random numbers to form projective patches and defines homotopies based on a random parameter γ [5] (unrelated to the constant of Eq. (6)). Occasionally, bertini would experience a path tracking failure, e.g., reaching a minimum step size. In these cases, an FRG iteration would be considered invalid. Table 1 shows a few startpoints and start system parameters used to find roots of the target system defined by the parameters of Eq. (21).
Root 1 | Root 2 | Root 3 | ||
---|---|---|---|---|
Startpoints | A | −0.185931 −0.490157i | 0.226527 −0.447966i | 0.296386 −0.339809i |
B | −0.441407 −0.138234i | 0.416623 −0.143895i | 0.037220 −0.462856i | |
C | 0.064826 +0.359267i | −0.023306 −0.024924i | −0.476241 −0.281314i | |
D | −0.477876 +0.440497i | −0.344134 −0.420386i | −0.044317 +0.028224i | |
−0.185931 +0.490157i | 0.226527 +0.447966i | 0.296386 +0.339809i | ||
−0.441407 +0.138234i | 0.416623 +0.143895i | 0.037220 +0.462856i | ||
0.064826 −0.359267i | −0.023306 +0.024924i | −0.476241 +0.281314i | ||
−0.477876 −0.440497i | −0.344134 +0.420386i | −0.044317 −0.028224i | ||
Start system parameters | P0 | −0.207946 +0.369011i | 0.384005 +0.244221i | −0.155698 −0.422040i |
P1 | −0.115369 +0.351828i | −0.321480 −0.783846i | 0.273905 −1.211253i | |
P2 | 0.393717 −0.190376i | −0.042075 −1.265047i | −0.064827 −1.195472i | |
P3 | −0.312109 +0.319537i | −0.524641 −0.489862i | −0.086717 +0.118875i | |
P4 | −0.608101 −0.973176i | 1.141800 −0.508283i | −0.025993 −0.630360i | |
P5 | −1.065637 −0.419560i | −0.329956 +0.122805i | 0.404738 −0.750646i | |
P6 | −0.754964 −0.722653i | −0.152737 −0.865539i | −0.736730 −0.262438i | |
P7 | −1.022605 −0.077858i | 0.224757 −0.522349i | −0.100214 −0.501486i | |
P8 | −0.778031 −0.906804i | 0.152844 −0.728661i | −0.340800 +0.386734i | |
−0.207946 −0.369011i | 0.384005 −0.244221i | −0.155698 +0.422040i | ||
−0.115369 −0.351828i | −0.321480 +0.783846i | 0.273905 +1.211253i | ||
0.393717 +0.190376i | −0.042075 +1.265047i | −0.064827 +1.195472i | ||
−0.312109 −0.319537i | −0.524641 +0.489862i | −0.086717 −0.118875i | ||
−0.608101 +0.973176i | 1.141800 +0.508283i | −0.025993 +0.630360i | ||
−1.065637 +0.419560i | −0.329956 −0.122805i | 0.404738 +0.750646i | ||
−0.754964 +0.722653i | −0.152737 +0.865539i | −0.736730 +0.262438i | ||
−1.022605 +0.077858i | 0.224757 +0.522349i | −0.100214 +0.501486i | ||
−0.778031 +0.906804i | 0.152844 +0.728661i | −0.340800 −0.386734i | ||
Roots obtained | A | 1.208688 −0.064110i | −0.278014 −3.903201i | 1.363042 +0.327298i |
B | 0.229275 +0.728512i | −2.851690 −4.028216i | −0.236355 −0.424120i | |
C | 1.149090 −0.376585i | −0.356765 –3.870173i | 0.744465 −0.469276i | |
D | 0.724958 −0.465222i | −2.452992 –3.479546i | 0.939745 –0.691008i | |
0.322662 –0.323042i | 0.942263 –5.099374i | 0.026897 –0.657391i | ||
−0.968032 +1.383404i | −5.662954 −2.367803i | −0.079412 −0.799504i | ||
0.512174 +0.503870i | 2.411689 –5.258779i | 0.931018 +0.261914i | ||
–1.469395 +0.697904i | –5.912599 –3.042769i | –1.178260 –0.792065i |
Root 1 | Root 2 | Root 3 | ||
---|---|---|---|---|
Startpoints | A | −0.185931 −0.490157i | 0.226527 −0.447966i | 0.296386 −0.339809i |
B | −0.441407 −0.138234i | 0.416623 −0.143895i | 0.037220 −0.462856i | |
C | 0.064826 +0.359267i | −0.023306 −0.024924i | −0.476241 −0.281314i | |
D | −0.477876 +0.440497i | −0.344134 −0.420386i | −0.044317 +0.028224i | |
−0.185931 +0.490157i | 0.226527 +0.447966i | 0.296386 +0.339809i | ||
−0.441407 +0.138234i | 0.416623 +0.143895i | 0.037220 +0.462856i | ||
0.064826 −0.359267i | −0.023306 +0.024924i | −0.476241 +0.281314i | ||
−0.477876 −0.440497i | −0.344134 +0.420386i | −0.044317 −0.028224i | ||
Start system parameters | P0 | −0.207946 +0.369011i | 0.384005 +0.244221i | −0.155698 −0.422040i |
P1 | −0.115369 +0.351828i | −0.321480 −0.783846i | 0.273905 −1.211253i | |
P2 | 0.393717 −0.190376i | −0.042075 −1.265047i | −0.064827 −1.195472i | |
P3 | −0.312109 +0.319537i | −0.524641 −0.489862i | −0.086717 +0.118875i | |
P4 | −0.608101 −0.973176i | 1.141800 −0.508283i | −0.025993 −0.630360i | |
P5 | −1.065637 −0.419560i | −0.329956 +0.122805i | 0.404738 −0.750646i | |
P6 | −0.754964 −0.722653i | −0.152737 −0.865539i | −0.736730 −0.262438i | |
P7 | −1.022605 −0.077858i | 0.224757 −0.522349i | −0.100214 −0.501486i | |
P8 | −0.778031 −0.906804i | 0.152844 −0.728661i | −0.340800 +0.386734i | |
−0.207946 −0.369011i | 0.384005 −0.244221i | −0.155698 +0.422040i | ||
−0.115369 −0.351828i | −0.321480 +0.783846i | 0.273905 +1.211253i | ||
0.393717 +0.190376i | −0.042075 +1.265047i | −0.064827 +1.195472i | ||
−0.312109 −0.319537i | −0.524641 +0.489862i | −0.086717 −0.118875i | ||
−0.608101 +0.973176i | 1.141800 +0.508283i | −0.025993 +0.630360i | ||
−1.065637 +0.419560i | −0.329956 −0.122805i | 0.404738 +0.750646i | ||
−0.754964 +0.722653i | −0.152737 +0.865539i | −0.736730 +0.262438i | ||
−1.022605 +0.077858i | 0.224757 +0.522349i | −0.100214 +0.501486i | ||
−0.778031 +0.906804i | 0.152844 +0.728661i | −0.340800 −0.386734i | ||
Roots obtained | A | 1.208688 −0.064110i | −0.278014 −3.903201i | 1.363042 +0.327298i |
B | 0.229275 +0.728512i | −2.851690 −4.028216i | −0.236355 −0.424120i | |
C | 1.149090 −0.376585i | −0.356765 –3.870173i | 0.744465 −0.469276i | |
D | 0.724958 −0.465222i | −2.452992 –3.479546i | 0.939745 –0.691008i | |
0.322662 –0.323042i | 0.942263 –5.099374i | 0.026897 –0.657391i | ||
−0.968032 +1.383404i | −5.662954 −2.367803i | −0.079412 −0.799504i | ||
0.512174 +0.503870i | 2.411689 –5.258779i | 0.931018 +0.261914i | ||
–1.469395 +0.697904i | –5.912599 –3.042769i | –1.178260 –0.792065i |
Results
The FRG method was applied to find all 8652 roots of a numerically general version of . The algorithm was executed for 100,000 trials. By the 87,549th trial, the algorithm found 8651 roots, but did not find the final root beyond that. The expectation was to find all the roots on the 84,430th trial within a standard deviation of 11,092 trials. Curtailing results before the brunt of diminishing returns, the algorithm found 95% of the roots by 26,658 trials, underperforming the expected value by 736 trials. Similar to expectations, FRG found over 95% of the roots in 30% of the iterations required to find 99.988% of the roots. This is depicted in Fig. 6, which shows the number of roots obtained as trials progressed. Roots accumulated quickly in the beginning leading to a diminishing rate of returns such that at least 70% of the calculations were dedicated for obtaining the final 5% of the roots. Table 2 gives the number of trials performed versus expected to acquire various percentages of the complete solution set.
Percentage of roots obtained | Roots obtained | Trials performed | Trials expected | Standard deviation of trials expected | Success ratio | Estimated percentage of roots obtained | Estimated total root count |
---|---|---|---|---|---|---|---|
10.009% | 866 | 905 | 912 | 7.1 | 95.691% | 8.493% | 10,196 |
20.007% | 1731 | 1918 | 1931 | 15.2 | 90.250% | 18.844% | 9186 |
30.005% | 2596 | 3083 | 3086 | 24.9 | 84.204% | 29.834% | 8701 |
40.002% | 3461 | 4446 | 4420 | 36.7 | 77.845% | 40.767% | 8490 |
50.000% | 4326 | 6068 | 5997 | 51.5 | 71.292% | 51.313% | 8431 |
60.009% | 5192 | 8063 | 7929 | 71.1 | 64.393% | 61.554% | 8435 |
70.007% | 6057 | 10,477 | 10,418 | 98.9 | 57.812% | 70.420% | 8601 |
80.005% | 6922 | 14,179 | 13,925 | 143.8 | 48.819% | 80.952% | 8551 |
90.002% | 7787 | 20,085 | 19,919 | 240.7 | 38.770% | 90.249% | 8628 |
95.007% | 8220 | 26,658 | 25,922 | 372.2 | 30.835% | 95.479% | 8609 |
96.001% | 8306 | 28,617 | 27,840 | 423.7 | 29.025% | 96.388% | 8617 |
97.006% | 8393 | 31,105 | 30,341 | 499.5 | 26.983% | 97.282% | 8627 |
98.000% | 8479 | 34,912 | 33,824 | 623.7 | 24.287% | 98.250% | 8630 |
99.006% | 8566 | 40,990 | 39,846 | 903.8 | 20.898% | 99.129% | 8641 |
99.965% | 8649 | 84,632 | 67,568 | 4601.1 | 10.220% | 99.994% | 8649 |
99.977% | 8650 | 87,384 | 70,452 | 5430.0 | 9.899% | 99.996% | 8650 |
99.988% | 8651 | 87,549 | 74,778 | 6942.2 | 9.881% | 99.996% | 8651 |
Percentage of roots obtained | Roots obtained | Trials performed | Trials expected | Standard deviation of trials expected | Success ratio | Estimated percentage of roots obtained | Estimated total root count |
---|---|---|---|---|---|---|---|
10.009% | 866 | 905 | 912 | 7.1 | 95.691% | 8.493% | 10,196 |
20.007% | 1731 | 1918 | 1931 | 15.2 | 90.250% | 18.844% | 9186 |
30.005% | 2596 | 3083 | 3086 | 24.9 | 84.204% | 29.834% | 8701 |
40.002% | 3461 | 4446 | 4420 | 36.7 | 77.845% | 40.767% | 8490 |
50.000% | 4326 | 6068 | 5997 | 51.5 | 71.292% | 51.313% | 8431 |
60.009% | 5192 | 8063 | 7929 | 71.1 | 64.393% | 61.554% | 8435 |
70.007% | 6057 | 10,477 | 10,418 | 98.9 | 57.812% | 70.420% | 8601 |
80.005% | 6922 | 14,179 | 13,925 | 143.8 | 48.819% | 80.952% | 8551 |
90.002% | 7787 | 20,085 | 19,919 | 240.7 | 38.770% | 90.249% | 8628 |
95.007% | 8220 | 26,658 | 25,922 | 372.2 | 30.835% | 95.479% | 8609 |
96.001% | 8306 | 28,617 | 27,840 | 423.7 | 29.025% | 96.388% | 8617 |
97.006% | 8393 | 31,105 | 30,341 | 499.5 | 26.983% | 97.282% | 8627 |
98.000% | 8479 | 34,912 | 33,824 | 623.7 | 24.287% | 98.250% | 8630 |
99.006% | 8566 | 40,990 | 39,846 | 903.8 | 20.898% | 99.129% | 8641 |
99.965% | 8649 | 84,632 | 67,568 | 4601.1 | 10.220% | 99.994% | 8649 |
99.977% | 8650 | 87,384 | 70,452 | 5430.0 | 9.899% | 99.996% | 8650 |
99.988% | 8651 | 87,549 | 74,778 | 6942.2 | 9.881% | 99.996% | 8651 |
As trials progressed, an estimate of the percentage of roots obtained was calculated from the success ratio using Eq. (10). This is a useful feature for systems in which the total number of roots is unknown. These estimates are compared to the actual percentages for the known benchmark in Table 2, and the running difference between the two is graphed in Fig. 7. Estimation error was greatest at the beginning of FRG, however, as the number of sample trials that comprise the calculation of the success ratio increased, the estimation became more accurate. Predictions of the total number of roots are given in Table 2. The success ratio as a function of the percentage of roots obtained for the benchmark is shown in Fig. 8 compared to the theoretical function from Eq. (9). This function illustrates the sharp decrease in success near the end of FRG, tending toward zero for systems with more roots.
The error estimates of this paper are based on the assumption that roots appear with equal probability. Conducting Pearson's chi-squared test on tabulated root appearances revealed that this was not the case. Nonetheless, Figs. 6–8 and Table 2 demonstrate reasonable accuracy of the estimates. The path failure rate was 5% for the benchmark.
Example
The motivation behind FRG is to obtain solution sets to large polynomial systems for kinematic design. In this paper, the method is introduced and only applied to four-bar path synthesis for benchmarking. In order to bridge FRG with tangible kinematic design, this section presents an example. The objective is to design a linkage that traces a D-shaped path potentially for a walking mechanism.
Note that the straight portion of the “D” was curved (Figs. 9 and 10) in the hope that this would result in four bars with smaller link lengths. Substituting Eq. (23) into forms a synthesis system which was solved by a parameter homotopy constructed from the 8651 roots obtained in Sec. 5. The results include 554 roots that represent physical link geometry of which 16 were found to be free of branch and circuit defects. Note that a finite root is necessary but not sufficient for a solution to represent physical geometry. In other words, the number of finite roots provides a bound for useful engineering solutions.
The number of linkage solutions found should be divisible by six because of known symmetries in the synthesis system. This was not the case due to a path failure rate of 7% during parameter homotopy. Solutions should exist in symmetric pairs with values and swapped, as well as in sets of three cognates [21], creating a six-way symmetry. With this in mind, the benchmark problem may be reduced to collecting N = 1442 sets of roots.
Examples of defect-free and defective linkages are given in Figs. 9 and 10. The linkage shown in Fig. 9(a) has the potential to be used as a walking mechanism although its large link lengths are not ideal. The linkages shown in Fig. 10 are similar to Chebyshev cognate linkages, which are known to trace a similar “D”. A third Chebyshev-like linkage was found as well, which is the horizontal mirror of Fig. 10(a). The linkage shown in Fig. 10(b) is branch-defective meaning it cannot be actuated from a base joint. Linkage designs were analyzed for branch and circuit defects by computing mechanism singularities and ranges of motion. This analysis did not consider order defects. The lack of strong design candidates from the example's results motivates a search into more complex linkage topologies, which is out of the scope of this paper.
Conclusion
The FRG technique was introduced for solving large polynomial systems for the kinematic design of linkages. The technique provides a means of generating homotopy continuation startpoints that track to the finite roots of a numerically general target system, precluding infinite roots which often consume the large majority of computations. The rate at which FRG accumulates unique roots is modeled as a coupon collector problem which also provides means for estimating the entire root set. Applying FRG to a benchmark four-bar design problem found all but one root in 42% less paths than the best known regeneration method. Characteristic of FRG is a diminishing rate of returns for finding the final roots. FRG found 95% of roots in 82% less paths than the best known regeneration method. The results of the algorithm were applied to design a few four bars.
Acknowledgment
The authors gratefully acknowledge the support of the National Science Foundation Award Nos. CMMI-1549667 and CMMI-1636302. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation.