Thanks never learned that trick but it seems obvious now.
I missed a lecture last week and I'm trying to do my calculus homework but I'm not sure of the method. It's about finding the sum of infinite series.
The first one is
[series from n=1 to infinity] of n/(n+12)
I just evaluated the limit of the sequence like you would normally do, multiply the fraction by 1/n.
If you do that you get 1/(1+12/n) and 12/n goes to zero as n approaches infinity.
So then for the sum of the series I put in my answer as 1 but it's wrong.
What am I doing wrong?
An infinite series is an infinite summation -- roughly speaking, it's what you would get if you added all the terms up. For instance, babby's first geometric series might look like
1 + (1/2) + (1/4) + (1/8) + ... + (1/2^n) + ... = 2
Notice that the series converges to 2, but the limit of the sequence of individual summands 1/2^n is 0. So those are different concepts, although they are in fact related.
How are they related? Well, not every infinite series converges to a real number. For example,
1 + 1 + 1 + ...
runs off to infinity, so it doesn't converge to any finite number. Even worse, something like
1 - 1 + 1 - 1 + ... + (-1)^(n-1) + ...
never settles down at all. So when looking at an infinite series, we have to figure out if it converges or not. There are a number of standard tests that can be applied to help determine convergence. One of the easiest such tests is that if the *sequence* of terms doesn't converge to 0, then the *series* can't converge. (Can you figure out why this is the case?) So in your example, you found that the sequence of terms converges to 1, therefore it must be the case that the series is divergent.
The true relationship between sequences and series is that the technical definition of the sum of a (convergent) series is the limit of the sequence of partial sums. That is, if we have a series
a_1 + a_2 + ... + a_n + ...
and we define the partial sums
s_j = a_1 + ... + a_j (for j = 1, 2, 3, ...)
then the limit of the sequence {s_j} is *defined* to be the sum of the series.