Let a n denote the n th term of an infinite sequence in which the terms are not all the the same. Is it possible that { a n } can be both an arithmetic progression and a geometric progression?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Many geometric sequences have a divergent sum of reciprocals. For instance, a n = ( 2 1 ) n .
Log in to reply
Doesn't that one converge?
Oh, wait, maybe there's uncertainty about whether or not the sequences are integers. I assumed they were.
Log in to reply
It doesn't say...
Log in to reply
@Arjen Vreugdenhil – Right, it doesn't say. Well, my observation only applies if the sequences are strictly integers. Just an observation.
Log in to reply
@Michael Mendrin – It is easily saved. If the geometric common ratio is >1 (in absolute value), then consider the reciprocal series as you did. If the geometric ratio is <1 (in absolute value), then consider the sum of the sequence itself. (If the ratio is 1, then the sequence is constant and this was forbidden in the question, and if the ratio is (-1) then of course it's not arithmetic unless it's the constant 0 sequence.)
Log in to reply
@Ben Reiniger – What I like about this thread of conversation is that it reminds me of Cantor's Continuum Hypothesis (even though it doesn't have to do with infinite sums). But in fact, one of the unsolved problems in mathematics asks "Does every large set contain arbitrarily long arithmetic progressions?" A "large set" is an infinite sequence of integers of which the sum of their reciprocals diverges.
Like what Ben said below, I think you should mention about the two cases when r> 1 and when r<1. Otherwise, this solution isn't complete.
Let a , b , c be three successive terms of the sequence. If it is both arithmetic and geometric, b = 2 a + c = a c ; squaring and multiplying by 4 gives a 2 + 2 a c + c 2 = 4 a c ; a 2 − 2 a c + c 2 = 0 ; ( a − c ) 2 = 0 ; a = b = c . This means that all terms are the same, contradicting the assumption.
This is a very approach! I'm wondering if we can still solve this problem if we compare other 2 progressions (like arithmetic-geometric progression).
Just as an algebraic alternative to Michael's clever solution ...
Suppose the first 3 terms of the sequence can be expressed both as a , a + d , a + 2 d and a , a r , a r 2 for some values a , d = 0 and r = 1 . Then
( a + 2 d ) − ( a + d ) = ( a r 2 − a r ) ⟹ d = a r ( r − 1 ) .
Now if this sequence were to extend to the next term, we would require that
a + 3 d = a r 3 ⟹ a + 3 a r ( r − 1 ) = a r 3 ⟹ a ( r 3 − 3 r 2 + 3 r − 1 ) = 0 ⟹ a ( r − 1 ) 3 = 0 ,
which would only hold if either a = 0 or r = 1 , which we have ruled out. Thus if a sequence of non-constant numbers is arithmetic and geometric for 3 terms, it cannot be both for 4 terms, and thus most definitely not for an infinite number of terms.
Neat algebraic approach! It's interesting to note that we can disprove the claim by just considering the first 3 terms.
Log in to reply
Thanks! we can make it even stronger. If 2 terms of a sequence can be expressed as both a , a + d and a , a r then
a + d = a r ⟹ d = a ( r − 1 ) .
To have a third term be both arithmetic and geometric we would then need
a + 2 d = a r 2 ⟹ a + 2 a ( r − 1 ) = a r 2
⟹ a ( r 2 − 2 r + 1 ) = a ( r − 1 ) 2 = 0 ,
which again would only hold if either a = 0 or r = 1 . I suppose I could make a question out of this ...
Problem Loading...
Note Loading...
Set Loading...
Suppose the integer sequence a n is arithmetic. Then the sum of its reciprocals will be divergent. But if the same is geometric, then the sum of its reciprocals will be convergent! Can't have that.
I'll get back to this later with sequences other than integer. See comments below.