touching circles offset by the radius

grokker

New member
Joined
Mar 20, 2020
Messages
2
If there are touching circles in a straight line on the x axis (offset on the x axis by the diameter) and I want to arrange another line of circles touching the first line of circles (offset on the x axis by the radius) what is the formula for the offset on the y axis? I did this graphically in sketchup (attachment below). If the radius is 1, the y offset is ~1.75 but I would like to know the formula for figuring this out as well as the exact amount.
 

Attachments

  • circle arrangement.pdf
    54.2 KB · Views: 6
Your work is correct, but you didn't finish off:-

[math] a=\sqrt{ d^2-r^2 } [/math]
[math] =\sqrt{ (2r)^2-r^2 } [/math]
[math] =\sqrt{ 4r^2-r^2 } [/math]
[math] =\sqrt{ 3r^2 } [/math]
[math] =\sqrt{ 3 } \times r [/math]
 
Top