The Fuzzle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Fusionates,
As I encountered some inaccuracies in one of the projects, I devised a simple test of the sketch solver. In particular, I was interested in solver inaccuracies in a case of chained tangential relations.
The picture below (and the respective file) represents the idea of the test. In verbose terms:
Calculate radiuses of a series of tangential circles inscribed on two vectors of angle α.
The results for L=100 and α=30 deg are as follows:
i = 0 r_t = 33.3333333333333 r_m = 33.33333333 δr = 3.33332650370721e-9 Σ2*r_m = 66.6666666666667
i = 1 r_t = 11.1111111111111 r_m = 11.11111111 δr = 1.11111475575854e-9 Σ2*r_m = 88.8888888888889
i = 2 r_t = 3.70370370370370 r_m = 3.7037037 δr = 3.70370445423873e-9 Σ2*r_m = 96.2962962962963
i = 3 r_t = 1.23456790123457 r_m = 1.2345679 δr = 1.23456822542778e-9 Σ2*r_m = 98.7654320987654
i = 4 r_t = 0.411522633744856 r_m = 0.41152263 δr = 3.74485614740294e-9 Σ2*r_m = 99.5884773662551
i = 5 r_t = 0.137174211248285 r_m = 0.13717421 δr = 1.24828539171951e-9 Σ2*r_m = 99.8628257887517
i = 6 r_t = 0.0457247370827618 r_m = 0.04572474 δr = -2.91723818712786e-9 Σ2*r_m = 99.9542752629172
where:
r_m – measured value
r_t – theoretical (calculated) value
δr – absolute error r_m - r_t
The test results are generally satisfactory, although it also says the Fusion sketch solver does not meet the standards required in more dimension-sensitive environments.
The exercise also delivered a bonus outcome … the fuzzle … for the weekend.
It should be easy for young & bright to sharpen their geometrical skills and, for more mature but still lusty …, stir some of the sediments in the abyss of distant memories.
The fuzzle is:
What is a formula, an equation of variables (i, L, α) defining the radius of i circle?
Rᵢ = 𝓕(i, L, α) = ????
Regards
MichaelT
