Predicting Blink Times in an Arithmetic Series

In summary, the conversation discusses finding a formula to predict when two lights will blink at the same time, based on a specific arithmetic sequence. The formula for the sum of the sequence for the first light is 14n - n2, while the formula for the second light is 16m - m2. The conversation also mentions using a Diophantine equation to solve for the integers m and n that will make both formulas equal.
  • #1
wwilliamson
2
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
  • #2
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:
  • #3
Thank you! I will definitely look into that.
 

FAQ: Predicting Blink Times in an Arithmetic Series

What is an arithmetic series?

An arithmetic series is a sequence of numbers in which each term is obtained by adding a constant value (called the common difference) to the previous term. For example, the series 2, 5, 8, 11, 14, ... is an arithmetic series with a common difference of 3.

How do you find the sum of an arithmetic series?

The sum of an arithmetic series can be calculated using the formula Sn = (n/2)(a₁ + aₙ), where Sn is the sum of the first n terms, a₁ is the first term, and aₙ is the nth term. Alternatively, the sum can be found by multiplying the number of terms (n) by the average of the first and last term [(a₁ + aₙ)/2].

What is the difference between an arithmetic series and a geometric series?

An arithmetic series adds a constant value to each term, while a geometric series multiplies each term by a constant value (called the common ratio). Additionally, the terms in an arithmetic series do not have to be the same, while the terms in a geometric series must be the same.

Can an arithmetic series have a negative common difference?

Yes, an arithmetic series can have a negative common difference. This means that each term is decreasing by the same amount rather than increasing.

What is the nth term of an arithmetic series?

The nth term of an arithmetic series can be found using the formula aₙ = a₁ + (n-1)d, where a₁ is the first term and d is the common difference. This formula can also be used to find any term in the series, not just the nth term.

Similar threads

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