Find the centre of the circle

49 Views Asked by At

So there is a square of 50cm length. There are 3 circle's whose centre's are any 3 vertices of the square.The radius(r1,r2,r3) of these circles can be assumed i.e it is known. Now a 4th circle exists which lies on the 4th vertices and is touching the rest 3 circles tangentially.

The centre of this 4th circle has to be found(x,y). enter image description here

So i am making a rifle shooting target detection. So when a bullet hits the board there will be a mic/sensors on each corner of the target board that will capture the sound and the difference between each sensors will be directly proportional to the distance. So that 4th circle's centre is where the bullet hits, a sound wave propogates and reaches any 1 sensor first (in our case the the 4th vertice sensor),lets call this time t=0 and then to the rest of the sensors at t1=0.5sec, t2=1sec, t3=1.2sec.As we know the speed of the sound, distance can be calculated thus we know r1, r2, r3. Now i cant understand how can i find the 4th circle's centre i.e where the bullet hit. I am refering to https://github.com/ten-point-nine/freETarget/blob/master/Documentation/Theory%20of%20Operation.pdf