0

Given 2 circles with known radii and positions.

enter image description here

What is the position of the pink circle if it should touch the previous 2 circles and the x-axis?

A little bit more info:

Intelligenti pauca
  • 50,470
  • 4
  • 42
  • 77

1 Answers1

0

Let $C=(x,y)$ be the center of the pink circle, of radius $r_C=y$. Then we have: $$ \cases{ x^2+y^2=(r_B+y)^2\\ x^2+(r_A+r_B-y)^2=(r_A+y)^2} $$ This system is easy to solve for $x$ and $y$.

Intelligenti pauca
  • 50,470
  • 4
  • 42
  • 77