Is There a Time When a Watch's Hands Align?

  • Context: Undergrad 
  • Thread starter Thread starter geoffrey159
  • Start date Start date
  • Tags Tags
    Riddle
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
geoffrey159
Messages
535
Reaction score
68
A teenager is looking at his father's beautiful mechanical swiss made watch, and asks him: 'Dad, is there a time of the day, beside noon and midnight, where the hour and minutes needles are aligned and pointing in the same direction ? '. What would you answer at the nearest second ?
 
Mathematics news on Phys.org
The minute hand overtakes the hour hand at intervals of slightly over an hour. Between noon and midnight the minute hand does twelve full rotations and the hour hand does only one rotation, so the former must pass the latter ten times in-between.

If you divide the number of seconds in twelve hours by eleven, you get the period between passings. You can then use that to specify the ten times, down to the second, when such passings occur.

ie the time of the ten passings is

noon + ##k\cdot\frac{12\cdot60\cdot 60}{11}## seconds, for ##k\in\{1,2,...,10\}##

There are of course another ten such times between midnight and noon. They are the same times with pm replaced by am.
 
  • Like
Likes   Reactions: geoffrey159
geoffrey159 said:
What would you answer at the nearest second ?

At the nearest second I would answer "Well..." because one second is to fast to come up with a better answer.
 
  • Like
Likes   Reactions: billy_joule
Since high precision mechanical watches are designed to tell the time to the nearest second then 'nearest second' would be accurate.
On the other hand Dad's mechanical clock compared to a Caesium 133 based atomic clock is so wildly innaccurate that you might as well call it random.
 
I thought the riddle would last a little longer, but @andrewkirk came up with a written answer in 15 minutes ! :woot:

An alternative answer is the following: there are 60 equal angular sections on the watch. Every hour, the hour needle crosses exactly five angular sections, and between two consecutive hours, it crosses an additional 1/12 of what crosses the minutes needle. A relationship between time ##h : m## and the positions ##x_h## and ##x_m## (in number of angular sections) of the needles is

##x_m = m \quad## and ##\quad x_h = 5(h \text{ mod } 12)+ x_m/12##

The problem consists in finding the pairs ##(h,m)## such that ##x_h = x_m##.
This happens whenever ##m = \frac{5\times 12 \times (h \text{ mod } 12) } {11} ##.
The fractional part of ##m## must be converted in seconds by multiplying it by 60.

So the exact times of needles alignments are :
## h## hours, ##\lfloor \frac{5\times 12 \times (h \text{ mod } 12) } {11} \rfloor ## minutes, and ## 60\times ( \frac{5\times 12 \times (h \text{ mod } 12) } {11} - \lfloor \frac{5\times 12 \times (h \text{ mod } 12) } {11} \rfloor)## seconds.

So if you want to see a needle eclipse, take a look at your watch at 1:05:27 !
 
  • Like
Likes   Reactions: Pepper Mint