Geometry - calculating a distance

  • Thread starter Thread starter Chetlin
  • Start date Start date
  • Tags Tags
    Geometry
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Chetlin
Messages
35
Reaction score
0
Geometry -- calculating a distance

Homework Statement


I'm trying to calculate the distance from the center of one of these three tangent circles to the center of the entire shape (that is, the center of the "curvy triangular" region between the circles). Each circle has radius R. Here is a picture of the circles:

M7mpW3k.jpg


The distance is apparently [itex]R \sec 30^\circ[/itex] (equal to [itex]\frac{R}{\cos 30^\circ}[/itex]), which is [itex]\frac{2R}{\sqrt{3}}[/itex].


Homework Equations



I guess the only one would be that [itex]\cos 30^\circ = \frac{\sqrt{3}}{2}[/itex].



The Attempt at a Solution



I was able to solve it just fine by drawing a triangle, using the centers of the three circles as the angles, and drawing some more lines bisecting the angles (also splitting the opposing side into two equal halves), and then using properties of "30-60-90" triangles (which I guess is technically using sines and cosines) to figure out the same answer:

VOIpHpe.jpg


I don't understand, though, how you could see that the answer is [itex]R \sec 30^\circ[/itex] right away without doing all this. Am I able to realize this from the picture I made? I don't see how I could come up with that answer even after drawing the picture.
 
Physics news on Phys.org
We can call the distance you want, h, and it is the hypotenuse of the 30-60-90 triangle you found. You have take R to be a constant, assume as if known, but h is unknown. You can say
h*cos(30)=R
h=R/cos(30)
h=R/(sqrt(3)/2)
h=2R/sqrt(3)
h=(2/3)*R*sqrt(3)

Your use of making a picture was good. Making a picture like that allows to see and label how several useful parts are related and so this is easier to analyze and solve. Most people can not handle everything, including the picture and labeling, in their heads.
 
  • Like
Likes   Reactions: 1 person
At a glance consider a 30-60-90 right triangle formed by the center, the center of a circle, and a point of tangency. R is a side and we want to find the hypotenuse so we have R/cos 30 degrees
 
  • Like
Likes   Reactions: 1 person
lurflurf said:
At a glance consider a 30-60-90 right triangle formed by the center, the center of a circle, and a point of tangency. R is a side and we want to find the hypotenuse so we have R/cos 30 degrees

Haha, wow, that was pretty simple. I guess I didn't see it because it's not that intuitive when you don't have all the extra lines drawn on (especially the fact that the triangle is 30-60-90).

Thank you to both of you!