How Do You Calculate the Distance Between Adjacent Numbers on a Clock Face?

  • Thread starter chaoseverlasting
  • Start date
  • Tags
    Clock Length
In summary, the distance between two adjacent numbers on a clock face with a radius of 100 units is approximately 51.76 units, and the angle that the turtle will have to turn at every number is 30 degrees. The formula for the distance is a=2rsin(pi/n), where r is the radius and n is the number of sides in the polygon. The formula for the angle is 2*pi/n radians or 360/n degrees.
  • #1
chaoseverlasting
1,050
3

Homework Statement



I'm trying to create a clock face in Python and can't quite figure out where I'm going wrong.

Statement: For a clock of radius 100 units, what will be the distance between two adjacent numbers?

If a turtle walks along the path joining two adjacent numbers, by what angle will it have to turn at every number.

Homework Equations



Trigonometric identities for tan / sin / cos.
Sum of angles in a polygon = 360 degrees

The Attempt at a Solution



An analog clock has numbers from 1 to 12, with an origin at the center.

Consider a figure where two adjacent numbers are joined by a straight line (say nos. 1 and 2)

Let the distance between the origin and the numbers 1 and 2 be 100 (the nos 1 and 2 are equidistant from the origin).

The angle made at the center is 360/12 = 30 degrees for a 12 sided regular polygon.

This means the triangle ABC (vertices at the origin, nos 1 and 2) is an isosceles triangle with angles 30, 75 and 75 degrees respectively.

Dropping a perpendicular from vertex B to point D on side AC results in an angle ABD of 60 degrees. Which implies that perpendicular BD is of length 100 * cos 60.

This then implies that side BC is of length [tex]\frac{100*cos60}{sin75}[/tex].The angle that the turtle will have to turn at every such vertex (1,2,3...12) is 30 degrees.

However, I think the length BC is incorrect.

Can someone please confirm?
 
Physics news on Phys.org
  • #2
For a regular n sided polygon of side length a, and radius 'r', I am getting the following relationship:

[tex]a=2rsin\frac{\pi}{n}[/tex]

This corresponds with my earlier derivation, however I'm still not generating the correct pattern.

Please help!

If the radius, r is 100, the side a should be approx. 51.77 units.

[Edit]
Again, to verify, the side length should be lesser than the length of the arc between these two points.
The length of the arc between them is approx. 52.36 units.

So, I'm guessing the side length seems to be alright.

Any thoughts on the angle to be turned, in that case?
[\Edit]
 
  • #3
chaoseverlasting said:
For a regular n sided polygon of side length a, and radius 'r', I am getting the following relationship:

[tex]a=2rsin\frac{\pi}{n}[/tex]

This corresponds with my earlier derivation, however I'm still not generating the correct pattern.

Please help!

If the radius, r is 100, the side a should be approx. 51.77 units.

[Edit]
Again, to verify, the side length should be lesser than the length of the arc between these two points.
The length of the arc between them is approx. 52.36 units.

So, I'm guessing the side length seems to be alright.

Any thoughts on the angle to be turned, in that case?
[\Edit]

I can't see your problem: the arc-length between two numbers is ##a = 52.35987758##, while the straight-line distance is ##d = 51.76380902##; the angle between them is ##\theta = 2 \pi/12 = 0.5235987758## radians = ##360/12 = 30## degrees. Your formula for ##d## is correct; all you need to do is substitute in the numbers ##r = 100, n = 12##, being careful to use radians as the angle measure when calculating the sine function in that specific formula (or else change the formula to handle degrees).
 

Related to How Do You Calculate the Distance Between Adjacent Numbers on a Clock Face?

1. What is the standard length of a clock's hour hand?

The standard length of a clock's hour hand is typically around 2.5 to 3 inches, but this can vary depending on the size and style of the clock.

2. How long is the minute hand on a clock?

The length of a clock's minute hand is usually around 3.5 to 4 inches, again varying based on the specific clock.

3. What is the length of the second hand on a clock?

The length of a clock's second hand is typically shorter than the hour and minute hands, ranging from 1 to 2 inches.

4. Can the length of a clock's hands affect its accuracy?

Yes, the length of a clock's hands can affect its accuracy. Longer hands may cause the clock to run slower, while shorter hands may cause it to run faster.

5. How does the length of a clock's hands affect its appearance?

The length of a clock's hands can greatly impact its appearance, with longer hands giving a more elegant and classic look, and shorter hands giving a more modern and minimalist look.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
2K
  • General Math
Replies
1
Views
748
  • Introductory Physics Homework Help
Replies
2
Views
958
  • Precalculus Mathematics Homework Help
Replies
4
Views
9K
  • Precalculus Mathematics Homework Help
Replies
2
Views
6K
Replies
2
Views
2K
  • Special and General Relativity
Replies
29
Views
2K
  • Special and General Relativity
2
Replies
40
Views
2K
Back
Top