Predicting Blink Times in an Arithmetic Series

  • Thread starter Thread starter wwilliamson
  • Start date Start date
  • Tags Tags
    Arithmetic Series
wwilliamson
Messages
2
Reaction score
0
Need help with the following:

Imagine you have 2 lights and a timer. You start the timer, and the first light blinks at 13 seconds
and the second light blinks at 15 seconds. At 24 seconds the first light blinks again, and the second
light blinks again at 28 seconds. Following this pattern, what formula can I use to predict that both
lights will blink at the same time at 48 seconds?

The intervals at which the lights blink will always get faster over time and adhere a specific
arithmetic series as such:

15 + 13 + 11 + 9 = 48
13 + 11 + 9 + 7 + 5 + 3 = 48

Here is the problem played out for clarity:

Light 1 blinks at 13 seconds.
Light 2 blinks at 15 seconds.
Light 1 blinks at 24 seconds.
Light 2 blinks at 28 seconds.
Light 1 blinks at 33 seconds.
Light 2 blinks at 39 seconds.
Light 1 blinks at 40 seconds.
Light 1 blinks at 45 seconds.
Lights 1 and 2 blink at 48 seconds.
 
Physics news on Phys.org
Using the formula for the sum of an arithmetic sequence, the times light one flashes are:

13,24,33,40,45...

are t(n) = 14n - n2.

For light 2 the times are:

15,28,39,48,...

you get s(m) = 16m-m2.

What you are looking for is for t(n) = s(m) for some integers m and n:

16m-m2 = 14n - n2

This is a Diophantine equation. One solution happens when m = 4 and n = 6. I don't know much about the techniques for solving them. A simple computer program could easily check for solutions for small m and n. Or maybe even large ones.
 
Last edited:
Thank you! I will definitely look into that.
 

Similar threads

Replies
14
Views
2K
Replies
1
Views
2K
Replies
6
Views
4K
Replies
14
Views
1K
Replies
4
Views
2K
Replies
13
Views
1K
Back
Top