Help needed with calculating distances from circles

  • Context: Undergrad 
  • Thread starter Thread starter DannyH
  • Start date Start date
  • Tags Tags
    Circles
Click For Summary
SUMMARY

The discussion focuses on calculating distances between circles placed along a linear tapered strip using a 1-inch round cutter. The first circle's position determines the angle θ₁, and the distance between the first and second circles is calculated using the formula d₁₂ = 2R cos θ₁, where R is the radius (0.5 inches). To find the angle θ₂, the slope m of the half-depth line is computed using the rise over run method, leading to the distance between the second and third circles as d₂₃ = 2R cos θ₂. This iterative method allows for the calculation of successive distances between circles.

PREREQUISITES
  • Understanding of trigonometric functions and their applications in geometry
  • Familiarity with iterative calculation methods
  • Knowledge of basic geometry related to circles and angles
  • Ability to interpret graphical representations of geometric problems
NEXT STEPS
  • Research trigonometric identities and their applications in geometric calculations
  • Learn about iterative algorithms for solving geometric problems
  • Explore advanced geometric modeling techniques for tapered shapes
  • Investigate software tools for CAD design that can automate such calculations
USEFUL FOR

Engineers, designers, and machinists involved in precision cutting and geometric modeling, particularly those working with tapered materials and circular cutting tools.

DannyH
Messages
1
Reaction score
0
I'm looking to find someone who can help me with my problem...

My problem is that I need to remove material from linear tapered strips with a 1 inch round cutter. The circles need to connect to each other at half the section depth over the entire length of the strip

--->

http://www.keone.com/hollow.gif


Because the diameter of the strips decreases the circles need to be placed closer to eatchother so that the circles keep connecting eatchother at the hart of the strip.

My problem is how to calculate the distances...

Can someone please help me out with this?

The picture in the link will make it more clear

Thanks a lot!

Danny
 
Last edited by a moderator:
Mathematics news on Phys.org
I don't know if there is a general formula, but if you fix the first circle at a certain point along the strip, you can calculate the distances between the successive circles iteratively. Take a look at the image I attached. Fixing the first circle defines the angle [tex]\theta_1[/tex]. That first intersection is the only one you have to measure. If R is the radius of the circles (I guess .5" in your case?), then the distance between circles 1 and 2 is

[tex]d_{12} = 2 R \cos \theta_1[/tex]

To find [tex]\theta_2[/tex], you can use the known slope "m" of the half-depth line. Just compute "rise over run" from the first intersection (circles 1 and 2) to the second (circles 2 and 3):

[tex]m = \frac{\Delta y}{\Delta x} = \frac{R\sin \theta_1 - R\sin \theta_2}{R\cos \theta_1 + R\cos \theta_2} = \frac{\sin \theta_1 - \sqrt{1 - \cos^2 \theta_2}}{\cos \theta_1 + \cos \theta_2}[/tex]

Since [tex]\theta_1[/tex] is known, you can solve this quadratic equation for [tex]\cos \theta_2[/tex]. Then the distance between circles 2 and 3 is

[tex]d_{23} = 2R \cos \theta_2[/tex]

You can repeat this process to get the successive distances. This seems awfully tedious though. Maybe someone else will be inspired to come up with a better way.
 

Attachments

  • circles.JPG
    circles.JPG
    13.7 KB · Views: 509

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
20
Views
4K