Geometric/Arithmetic Sequences.

  • Thread starter Thread starter forevergone
  • Start date Start date
  • Tags Tags
    Sequences
Click For Summary

Homework Help Overview

The discussion revolves around the properties of sequences, specifically whether a sequence can be both arithmetic and geometric. Participants explore examples of constant sequences and question the definitions and restrictions of arithmetic and geometric sequences. Additionally, a specific arithmetic sequence problem is presented, involving the sums of terms and the need to find the first term and common difference.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants question the possibility of a sequence being both arithmetic and geometric, considering constant sequences as potential examples. They discuss the implications of definitions and seek clarification on how to approach a problem involving sums of terms in an arithmetic sequence.

Discussion Status

Several participants express uncertainty about how to start solving the arithmetic sequence problem. Some guidance is provided regarding the use of equations based on the sums of terms, but there is no explicit consensus on the approach. The discussion remains open with various interpretations being explored.

Contextual Notes

Participants note the challenge of finding the first term and common difference in the arithmetic sequence problem, indicating a lack of clarity on the definitions and methods involved. There is also mention of imposed homework rules that may limit the information available for solving the problem.

forevergone
Messages
49
Reaction score
0
I was wondering about this when it hit me, can a sequence ever be both arithmetic and geometric?

I was thinking maybe a sequence like 0, 0, 0, 0... or 1, 1, 1, 1... where it's constant but I don't know thoroughly if there are any restrictions on arithmetic and geometric sequences that prohibit situations like these.

Could this be possible?

My second question is: An arithmetic sequence with general term A(n), n>=1 has the sum of the first two terms 5 and the sum of third and fourth terms 17. Find [tex]\sum_{i=1}^{10}{Ai}[/tex]

I don't really have an idea of how to approach this.

We know that:

[tex]A1 + A2 = 5[/tex]
[tex]A3 + A4 = 17[/tex]

But in the arithmetic sequence, how would you find [tex]a[/tex] or [tex]d[/tex]?
 
Last edited:
Physics news on Phys.org
forevergone said:
I don't really have an idea of how to approach this.
We know that:
[tex]A1 + A2 = 5[/tex]
[tex]A3 + A4 = 17[/tex]
But in an arithmetic sequence, how would you find [tex]a[/tex] or [tex]d[/tex]?
It seems to me like you need to use the definition of arithmetic progression.
 
But how do I find the sequence though? It says that arithmetic progression is just another fancy term for an arithmetic sequence. GIven the information that I have, how would I found the first term and the constant? I know how to obtain the overall answer from a certain point in the problem but I don't know how to start it. As long as I can find the first term of the sequence and the constant, it's all I need. But I don't know how.
 
I was wondering about this when it hit me, can a sequence ever be both arithmetic and geometric?

If you are asking whether a sequence can be of the form

[tex]a_{n+1} = r a_n + d[/tex]

then, of course, the answer is yes. Luckily, this can be transformed into a geometric sequence with the tranformation [itex]a_n = b_n + c[/itex] with a suitable choice for c so that [itex]b_{n+1} = r b_n[/itex].

HINT: For your second question, recognize that [itex]a_n = a_1 + (n-1)d[/itex].
 
So would I initially start off with that question like this?

[tex]a_2 = (5 - a+2) + (2-1)d[/tex]

Would it be possible to create 2 system of equations then using elimation to find [tex]a_1[/tex] and the the constant?

Ack, I still don't understand. I can't thinkof any way that I can use the arithmetic sequence formula to solve for a1 or d.
 
Last edited:
Start simply. An arithmetic sequence (or series) is always of the form an= a1+ (n-1)d. Here, n-1 just counts the number of times the "common difference" has been added to the first term.
You are told "the sum of the first two terms 5". Okay, the first term is, of course, a1 and the first term is just that plus the difference:
a1+ d. The sum of the first two terms is a1+ (a1+ d)= 2a1+ d= 5.
You are told "the sum of third and fourth terms 17". The third term is a1+ 2d and the fourth term is a1+ 3d so the sum of the third and fourth terms is (a1+ 2d)+ (a1+ 3d)= 2a1+ 5d= 17.
You can solve the two equations
2a1+ d= 5 and
2a1+5d= 17
for a1 and d (I recommend subtracting one equation from the other to find d). Then it is easy to find the sum.
 
I hate myself gravely for not being able to see simple things like that, or what appears to be simple things. It looks so hard from every perspective, but when you see the solution, it seems so simple.

I just have 1 small question HallsofIvy, when you find the summation of the first 10 terms after finding A1 and you know d, is it 145?

I don't have an answer for this question since it was assigned spontaneously by my professor.

And thank you HallsofIvy, words cannot express how grateful I am of your help.
 
Last edited:
[itex]a_n = a_0 + n d[/itex] so [itex]\sum_{k=1}^{10} a_k = 10a_0 + d\sum_{k=1}^{10} k[/itex]. You should be able to figure out the sum.
 
Last edited:
Couldn't [tex]S_n=n/2[2+(n-1)d][/tex] work as well to find the sum of the 10 terms?
 
  • #10
Sorry for double post.
 
  • #11
forevergone said:
Couldn't [tex]S_n=n/2[2+(n-1)d][/tex] work as well to find the sum of the 10 terms?
(Finite) Arithmetic sequences have the nice property that the average of ALL terms in the sequence is the same as the average of the first and last number. And, of course, adding all n numbers in the sequence is the sequence is the same as multiplying that average by n. If an= a1+ (n-1)d, then the average of the first and last terms is
[tex]\frac{a_1+ (a_1+ (n-1)d)}{2}= \frac{2a_1+ (n-1)d}{2}= a_1+ \frac{n-1}{2}d[/tex]
The sum of the first n terms is then
[tex]n\left(a_1+ \frac{n-1}{2}d\right)= na_1+ \frac{n(n-1)}{2}[/tex]
That is the same as your formula, assuming (which is correct in this case) that a1= 1. Since you gave the correct answer earlier, I am going to go ahead and give the complete solution.
In your particular example, the sum of the first two terms, a1 and a2= a1+ d, is 2a1+ d= 5 and the sum of the third and fourth terms, a3= a1+ 2d and a4= a0+ 3d, is 2a1+ 5d= 17.
Subtracting the first of those equations from the first, as I suggested, eliminates a1 and gives 4d= 12 so d= 3. Putting that into the first equation gives 2a1+ 3= 5 so a1= 1. That is,
an= 1+ 3(n-1). The first 10 terms of the sequence are 1, 4, 7, 10, 13, 16, 19, 22, 25, 28. It's not too difficult to add those up and get 145. However, it is easier to just note that the average of 1 and 28, 29/2, is the average of the entire sequence so its sum is 10(20/2)= 5(29)= 145.

By the way, your original question asked whether it was possible for a sequence to be both a geometric and arithmetic sequence and Tide suggested an+1= ran+ d which, while a combination of arithmetic and geometric sequences, is itself generally neither. In order to be an arithmetic sequence, we would have to have an= a1+ (n-1)d and an= a1rn-1. Dividing one equation by the other gives
[tex]\frac{a_1+ (n-1)d}{a_1r^{n-1}}= 1[/tex]
or
[tex]a_1+ (n-1)d= a_1r^{n-1}[/tex]
Taking n= 2 gives
[tex]a_1+ d= a_1r[/tex]
so that
[tex]d= (1-r)a_1[/tex]
and taking n= 3 gives
[tex]a_1+ 2d= a_1r^2[/tex]
so that
[tex]d= a_1 \frac{1- r^2}{2}= (1-r)a_1\frac{1+r}{2}[/tex].
Those can only be the same if
1) a1= 0 in which case d= 0 and r can be anything: the sequence 0, 0, 0,...
2) r= 1, in which case d= 0 and a1 can be anything: the sequence a, a, ,a ...
3) r= 2, in which case d= 0 and a1 can be anything: again a, a, a,...

That is the constant sequences are the only sequences that are both geometric (with r= 1) and arithmetic (with d= 0).
 
Last edited by a moderator:
  • #12
To address the first question, which I think tide misinterpreted...

You can not have a sequence of more than 2 terms (other than the trivial case of the constant sequence) that is both an AP and a GP.

Proof :

Consider 3 consecutive terms of a GP. Let them be a, ar and ar2. If these 3 terms also formed an AP, the difference between the first 2 terms would equal the difference between the next two terms. In other words we would have :

[tex]ar -a = ar^2 - ar[/tex]
[tex]\implies a(r-1) = ar(r-1)[/tex]
[tex]\implies a=0~or~r=1[/tex]

Both of the above results correspond to trivial sequences. So, no other sequence of 3 or more terms can be both a GP and an AP.
 
  • #13
Gokul,

I was offering the OP the opportunity to define what he meant by something being "both AP and GP!" :)
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K