Can someone check my explanation of sequences and series?

AI Thread Summary
A sequence is defined as a list of numbers, which can be finite or infinite, with arithmetic and geometric sequences having specific formulas for their terms. The general term for an arithmetic sequence is correctly expressed as a_n = a_0 + d(n-1), while for a geometric sequence, it is g_n = g_0 * r^(n-1). The discussion highlights that the original expressions provided would generate the (n+1)th term instead of the nth term. Additionally, a series is the sum of a sequence's terms, and it is noted that not all infinite series diverge; some can converge based on the ratio in geometric sequences. Overall, the explanations provided are mostly accurate, with minor corrections needed for clarity.
Vishera
Messages
72
Reaction score
1
It's been a while since I've dealt with sequences and series. Here is my explanation of sequences and series and let me know if I am right or wrong.

A sequence is just a list of numbers. By convention, we use the letter ##a## for sequences and they are written in a form like so: ##a_1,a_2,a_3,a_4,...##

A sequence can be finite or infinite.

1,2,3,4 is a finite sequence. 1,2,3,4,... is an infinite sequence.

An arithmetic sequence, for some constant d: ##a_n=a_0+dn##
A geometric sequence, for some constant r: ##a_{ n }=a_{ 0 }r^{ n }##

A series is the sum of the terms of a sequence. By convention, is there a letter for series? I can't remember. Let us use the letter S in the meantime. Series are written like so: ##S_1,S_2,S_3,S_4,...##

Let Sn be the series of the finite sequence mentioned earlier. S1=1. S2=3. S3=6. S4=10.

Let Sn be the series of the infinite sequence mentioned earlier. S=∞

I feel like I'm doing something wrong. Can anyone briefly mention which parts are wrong?
 
Mathematics news on Phys.org
Except for minor typo (you have Sn when you meant S in last line), looks fine.
 
When you explain arithmetic and geometric sequences, the general term expression(s) are given by:
a_n = a_0 + d(n-1)
g_n = g_0 \cdot r^{n-1}
The n-1 is necessary to generate the term; for example, the sequence
1, 2, 3, 4, 5,...
is arithmetic, and if I wanted to generate the 6th term of the sequence, I would use:
a_6 = 1 + 1(6-1) = 6
Had I used your expression, a_n = a_0 + dn, then the term would be:
a_6 = 1 + 1(6) = 7, which is obviously not the 6th term of the sequence.
The same goes for geometric sequences. Consider
2, 4, 8, 16, 32,...
If I wanted to generate the 6th term of this sequence, I would use:
g_6 = 2 \cdot (2)^{6-1} = 2 \cdot 32 = 64
Again, if I used your expression:
g_6 = 2 \cdot (2)^{6} = 2 \cdot 64 = 128
So really what your expressions do is generate the n + 1 ^{th} term of the sequence, rather than the n^{th}
Your explanations of series are also fine, but I might add the more formal definition of a series:
S_n = \sum_{i=0}^{n} t_i which is really just the sum of some number of terms.Furthermore, an infinite sequence does not always add to infinity, as a geometric sequence with a ratio r such that -1 < r < 1 converges as n \rightarrow \infty. The example that you gave, though, will diverge to \infty.
 
AMenendez said:
When you explain arithmetic and geometric sequences, the general term expression(s) are given by:
a_n = a_0 + d(n-1)
g_n = g_0 \cdot r^{n-1}

Well, this would imply that a_0 = a_0 -d, which is not quite right. You probably mean a_{n-1}, but there's nothing wrong with Visheras explanation.
 
Last edited:
disregardthat said:
Well, this would imply that a_0 = a_0 -d, which is not quite right. You probably mean a_{n+1}, but there's nothing wrong with Visheras explanation.
I'm not sure what you're arguing, as a_{n+1} implies a recursion, in which case (for an arithmetic progression) a_{n+1} = a_n + d
Consider:
a_0 = a_0<br /> \\<br /> a_1 = a_0 + d<br /> \\<br /> a_2 = a_1 + d = (a_0 + d) + d = a_0 + 2d<br /> \\<br /> a_3 = a_2 + d = (a_0 + 2d) + d = a_0 + 3d<br /> \\<br /> a_4 = a_3 + d = (a_0 + 3d) + d = a_0 + 4d<br /> \\<br /> \vdots<br /> \\<br /> a_n = a_{n-1} + d = (a_0 + (n-1)d) \rightarrow a_n = a_0 + d(n-1)<br />
Furthermore, for a geometric sequence:
g_0 = g_0<br /> \\<br /> g_1 = g_0 \cdot r<br /> \\<br /> g_2 = g_1 \cdot r = (g_0 \cdot r) \cdot r = g_0 \cdot r^2<br /> \\<br /> g_3 = g_2 \cdot r = (g_0 \cdot r^2) \cdot r = g_0 \cdot r^3<br /> \\<br /> \vdots<br /> \\<br /> g_n = g_0 \cdot r^{n-1}<br />
QED
Keep in mind that a_n or g_n is the n + 1^{th} term.
 
If you look at the sentence I quoted you will see what I mean.
 
  • Like
Likes 1 person
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
6
Views
3K
Replies
3
Views
3K
Replies
16
Views
3K
2
Replies
64
Views
15K
4
Replies
175
Views
25K
Replies
6
Views
4K
Back
Top