I had looked at the polygon question afew months back. I needed the dimensions of a hex nut. They are readily available in tables. I wondered what the relationship between faces and diameter was.
Given the diameter of the circle withan inscribed hexagon what is the length of each face?
My solution was a regular polygon inscribed in a circle makes 2PI/N angles and N equal chords. The half angle of the angle made by each chord forms a right triangle with ahypotenuse of diameter/2 or radius. The base of the triangle is chord/2.
A practical real world problem.
An electronic component is made of a rectangular molded plastic case with three circular pins protruding on one side. The component must be able to fit in three holes in a circuit board without bending any of the pins.
For a representative picture.
http://www.digikey.com/product-detail/en/66WR5KLF/987-1494-ND/3587252
Sketch a rectangle on paper with dimensions 0.4 x 0.2 inches. This is the outline of the component and assume they have no variation for the problem. The rectangle is afixed area on the board the part must fit in.
With [0,0] at the lower left corner of the rectangle draw points at
[0.1,0.2]
[0.2,0.2]
[0.3,0.2]
The points represent the theoreticalperfect center point of each pin relative to [0.0].
The pin center points above can vary due to manufacturing variation in x and y by as much as 0.01 inches.
The minimum and maximum diameters of the three pins are .018 and .022 inches.
What is he minimum diameter of holes ateach point such that the part can be inserted in the board withoutbent pins?
3 pin problem solution
Easy to derive from a simple sketch and trig. If you spin your wheels without drawing a sketch trying to figure out an analytical solution you make it complicated, my point in posting the problem.
Search on 'geometrical dimensioning and tolerancing true position' and you might find it.
The variation in x and y of the centerpoint of a pin traces out a rectangle around the center point assketched in the problem, One of the three dots.
At each corner of the tolerance square draw a circle at the max diameter of the pins.
Draw a line through a diagonal of the square extended out to the circles. The minimum hole size is thediagonal of the square extended out to the the circles.
Sqrt(x^2 + y^2) + (maximum pindiameter).