View Full Version : what is the distance of the tangent between two circles
related equations and formulas
http://en.wikipedia.org/wiki/Belt_problem#Pulley_problem
image
http://upload.wikimedia.org/wikipedia/en/0/07/Straight_Belt_pully_diagram.GIF
so, i need to know the equation for finding the length of the tangent.
plz read http://www.physicsforums.com/showpost.php?p=3682037&postcount=5
BloodyFrozen
Dec23-11, 04:50 PM
Did you make an attempt at the problem?
The drawing is a bit misleading. The radii drawn to the tangent point in both circles are perpendicular to the same tangent line, so they must be parallel. Do you know how to draw the common tangent to two circles? You shrink both circles till the smaller one becomes a point, then the problem reduces to find the length of the tangent line drawn from the centre of the smaller circle.
ehild
so if both circles have the same radius then the distance between the radaii is the length of the tangent right?
and also lets say i have multiple points refer the pic
and the points are
x y
1 4
3 2
7 9
5 4
9 5
6 7
9 1
11 8
the radius is 1 unit
i did a convex hull algorithm and found the perimeter and added the arc length. since it is a 5 sided polygon the interior angles are 540 degrees
the total perimeter is 25.20983226924521 units and with the arc (9.4247779607694 units) its equal to 34.63461023001461 units but the actual solution was 34.408 units (rounded).
so what am i doing wrong?
u can find this at http://wcipeg.com/problem/boi09p1
Did you make an attempt at the problem?
yes i did look above ^^
LCKurtz
Dec23-11, 09:11 PM
I don't know anything about your convex hull algorithm. But the total of the arcs is just the circumference of one mine isn't it? If the radius is 1, isn't that just ##2\pi##? How are you getting 9.424...?
I don't know anything about your convex hull algorithm. But the total of the arcs is just the circumference of one mine isn't it? If the radius is 1, isn't that just ##2\pi##? How are you getting 9.424...?
in the picture there are 5 mines that stick out. so the internal angles is 540 degrees so the length of the arc. rather than 360 degrees this is 540 degrees that's how i got ~ 9.424
LCKurtz
Dec23-11, 09:30 PM
I don't know anything about your convex hull algorithm. But the total of the arcs is just the circumference of one mine isn't it? If the radius is 1, isn't that just ##2\pi##? How are you getting 9.424...?
in the picture there are 5 mines that stick out. so the internal angles is 540 degrees so the length of the arc. rather than 360 degrees this is 540 degrees that's how i got ~ 9.424
I think you should give that some more thought.
I think you should give that some more thought.
i do not understand whats wrong
so if i draw tangents on the outside it will join and form a pentagon and the internal angles are 540. so what am i doing wrong? plz help me!
LCKurtz
Dec23-11, 09:52 PM
i do not understand whats wrong
so if i draw tangents on the outside it will join and form a pentagon and the internal angles are 540. so what am i doing wrong? plz help me!
The internal angles don't have anything to do with the arcs. Look at just the arcs and imagine putting them together ignoring the straight sections.
i see it forms a single circle!!!
if the perimeter is (25.20983226924521) + 2*3.1415926535897932384626433832795 is
31.493017576424796476925286766559 not even close to 34.408
LCKurtz
Dec23-11, 10:59 PM
i see it forms a single circle!!!
if the perimeter is (25.20983226924521) + 2*3.1415926535897932384626433832795 is
31.493017576424796476925286766559 not even close to 34.408
What I would do if I were you is work the sample problem out manually without using your convex hull algorithm. Plot the points calculate the convex hull distances directly. That way you will have a check on whether your answer or their answer is correct. And if it turns out theirs is, it's time to turn your attention to your convex hull algorithm. Good luck with it.
What I would do if I were you is work the sample problem out manually without using your convex hull algorithm. Plot the points calculate the convex hull distances directly. That way you will have a check on whether your answer or their answer is correct. And if it turns out theirs is, it's time to turn your attention to your convex hull algorithm. Good luck with it.
i did check it manually and i was wrong.the algorithm is just to identify the points that stick out!!!
solved... arcs form one complete circle... ty
I get the perimeter ≈ 28.12465 + 2πR ≈ 34.40784
charan salian
Dec26-11, 06:32 AM
Whether COSINE^4(x) is a periodic function or not ?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.