Intersecting circles in 2D: find some coordinates

AI Thread Summary
The discussion focuses on finding the coordinates of point D where two circles intersect, given specific points and angles. The circles are defined by points A, B, C, and D, with A and D being the intersection points. The geometry involved includes fixed angles and varying positions of point D, indicating that a solution may not exist with the provided information. The strategy involves setting up equations for both circles and using geometric principles to analyze the relationships between the points. Ultimately, the discussion emphasizes the combination of geometry and trigonometry to derive the necessary equations for the circles.
Emieno
Messages
97
Reaction score
0
I have two circles intersecting at 2 points in 2d space. Let's call them cirles O1 and O2. On O1, I have 3 points A,B and D. On O2, I have a point C.
Given co-ords of only 3 points A, B, C, and value of angle ADC (alpha), how can I find out the coord values x,y of point D ?
Thanks :blushing:
 
Physics news on Phys.org
oOooo, I forgot to say, the two points at which the two circles intersect are A and D.
 
You can't do it. Not enough info.

Let the circle with A,C and D be fixed - in size.
Let the circle through A and B now vary in size such that the point of intersection of the circles is D.
The point D will vary in position, but still be a point somewhere on the circumference.
But by simple geometry, the angle ADC is constant regardlees of the position of D.
In other words, with AB and C fixed in positoin and with angle ADC fixed in size, I have been able to vary the postion of D - ergo no solution
 
Oh sorry, another detail I forgot to say is angle BDA=beta
In sum, A,D,C are on O1, B is on O2, O1 cut O2= {A,D} , BDA=beta, ADC=alpha, A(a1,a2), C(c1,c2),B(b1,b2) and D is what I have to find.
 
Last edited:
There's a little bit of geometry involved at first, then the rest is just a lot of trig.

Here's the Strategy
Take one of the circles.
We define a third point on that circle.
Then we set up the eqn for that circle: (x-g)² + (y-h)² = R², where (g,h) are the coords of the centre-point of that circle.
We set up the eqn for the 2nd circle.
Find out where the circles intersect.
A(a1,a2) will be one solution. D(d1,d2) will be the other solution.

The Geometry bit
Take any circle. Let P and Q be two points on it. PQ is a chord of that circle. Let R be any other point on the circle. The angle PRQ is the angle subtended by the chord PQ. Now there is a geometry theorem, which I can't for the life of me remember the name of, but it means that wherever R is on the circle, then the angle PRQ is always the same. Here endeth the geometry lesson.

The applied geometry bit
Let C1 be the circle, with centre O1, containing the points A, B and D. AB is a chord of that circle. The angle ADB is beta. Now draw a line from A through the centre-point, O1, meeting the circle at the point E, say. Then the line AE is a diameter of the circle, and by the geometry theorem just mentioned, angle AEB, on the chord AB is equal to the angle ADB, also on the chord AB. Also, since AE is a diameter, then angle ABE is a right angle.

The trig bit
The rest is now just a lot of trig, to finish off the Strategy.

Can you work out from this, the eqn of the circle defining the circle C1?
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top