Test Convergence by using Root test

Mathslover123

New member
Joined
Aug 7, 2019
Messages
14
When root test is used to determine the convergence of a series , why is first term omitted in most of the problem ? Is it necessary to omit ? If yes,how would i know in which it is omitted ? I have posted two photos of solved examples from my book.15651950673702668082506118750529.jpg15651950898607249644846777415350.jpg
 
The ratio and root tests involve limits at infinity which have a few curious and perhaps counterintuitive properties. The relevant property here is that you can safely ignore/discard/omit any finite number of terms and still have the same valid result. Consider a non-mathematical example: Suppose you had two people running along a track of finite length. Person A starts at some predefined starting point but Person B starts 17 feet further along the track. You can express the positions of the two runners after \(n\) seconds with two sequences \(A_n\) and \(B_n\). The problem we're interested in solving is looking at the limits of the terms of those sequences, as \(n\) approaches infinity.

Now, we could get bogged down with accounting for how fast Person A runs compared to Person B and factoring in Person B's headstart and... but none of that actually matters. The track has finite length, so no matter how fast the two people run, they will eventually reach the end of the track after which point they stop running. That is to say, even though Person B had a headstart on Person A, they ended up at the same point (\(\displaystyle \lim_{n \to \infty} A_n = \lim_{n \to \infty} B_n\)). The analogy gets a bit muddier if we consider a track of infinite length (i.e. sequences with infinitely many terms) but with some thought you should see that the result still holds.

Returning to a mathematical context, the ratio test investigates the limit of the ratio of successive terms of a sequence. Consider the sequence:

\(\displaystyle A = \left\{ 1, 2, 3, 4, 5, \cdots \right\}\)

If we examine the ratios of successive terms we see that the first few ratios are:

\(\displaystyle \frac{2}{1}, \frac{3}{2}, \frac{4}{3}, \frac{5}{4}, \cdots\)

And:

\(\displaystyle \lim_{n \to \infty} \frac{A_{n+1}}{A_n} = \lim_{n \to \infty} \frac{n+1}{n} = 1\)

Now what would happen if we began looking at the ratio of successive terms but starting at the ninth term instead? The first few ratios would be:

\(\displaystyle \frac{10}{9}, \frac{11}{10}, \frac{12}{11}, \frac{13}{12}, \cdots\)

The limit of these "new" ratios must be exactly the same as the limit of the "old" ratios. Why is that?

Pursuant to your specific examples, it appears to me that the reason the authors have decided to omit just the first term is simply because the first term of the sequence doesn't fit the pattern.
 
When root test is used to determine the convergence of a series , why is first term omitted in most of the problem ? Is it necessary to omit ? If yes, how would i know in which it is omitted ? I have posted two photos of solved examples from my book.

It may be worth pointing out specifically that in both cases, the author said, "Omitting the first term ..." not before applying the test, but before stating the general term, which makes it clear that the reason for doing it is, as ksdhart2 said, that the first term (n=0) doesn't quite fit the general formula given -- in the first case because the form shown wouldn't make sense (though it could be rearranged into another form that would yield the x/1 term), and in the second because you would have 0^0, which is normally considered to be undefined (though in this context it makes sense to call it 1).

The key idea is that you can omit early terms if you wish to; so if the first term is hard to describe, you don't have to try. Just start at the point where it becomes easy.
 
When root test is used to determine the convergence of a series , why is first term omitted in most of the problem ? Is it necessary to omit ? If yes,how would i know in which it is omitted ? I have posted two photos of solved examples from my book.
Actually, one can omit the first trillion terms and test the reaming terms and it makes no difference.
From some positive integer onward is known as the tail of the series. If the tail converges then the series converges.
Some wit has said "with series it is only the tail that matters: the tail converges the series".
 
Top