I have two circles (their radii and position) given. I then have a third circle (only it's radius), and would like to calculate its position so it touches both other circles:
There are always two points where the third circle can be placed, but the third circle should be place so that when 'walking' from the first to the second circle, the third is on the left. So on my drawing, the first circle is the big one on the left, the second the smaller one on the right, and the third is the orange one. The arrow shows the 'walking' path.
How can I do this?

