Difference between revisions of "009C Sample Final 1, Problem 3"

From Grad Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
|'''1.'''  '''Ratio Test'''  
 
|'''1.'''  '''Ratio Test'''  
 
|-
 
|-
|&nbsp; &nbsp; &nbsp; &nbsp; Let <math style="vertical-align: -7px">\sum a_n</math> be a series and <math>L=\lim_{n\rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|.</math> Then,
+
|&nbsp; &nbsp; &nbsp; &nbsp; Let <math style="vertical-align: -7px">\sum a_n</math> be a series and &nbsp; <math>L=\lim_{n\rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|.</math> &nbsp; Then,
 
|-
 
|-
 
|
 
|
&nbsp; &nbsp; &nbsp; &nbsp;If <math style="vertical-align: -1px">L<1,</math> the series is absolutely convergent.  
+
&nbsp; &nbsp; &nbsp; &nbsp;If &nbsp; <math style="vertical-align: -4px">L<1,</math> &nbsp; the series is absolutely convergent.  
 
|-
 
|-
 
|
 
|
&nbsp; &nbsp; &nbsp; &nbsp;If <math style="vertical-align: -1px">L>1,</math> the series is divergent.
+
&nbsp; &nbsp; &nbsp; &nbsp;If &nbsp; <math style="vertical-align: -4px">L>1,</math> &nbsp; the series is divergent.
 
|-
 
|-
 
|
 
|
&nbsp; &nbsp; &nbsp; &nbsp;If <math style="vertical-align: -1px">L=1,</math> the test is inconclusive.
+
&nbsp; &nbsp; &nbsp; &nbsp;If &nbsp; <math style="vertical-align: -4px">L=1,</math> &nbsp; the test is inconclusive.
 
|-
 
|-
 
|
 
|

Revision as of 15:59, 26 February 2017

Determine whether the following series converges or diverges.

Foundations:  
1. Ratio Test
        Let be a series and     Then,

       If     the series is absolutely convergent.

       If     the series is divergent.

       If     the test is inconclusive.

2. If a series absolutely converges, then it also converges.


Solution:

Step 1:  
We proceed using the ratio test.
We have

       

Step 2:  
Now, we continue to calculate the limit from Step 1. We have

       

Step 3:  
Now, we need to calculate
First, we write the limit as

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{n \rightarrow \infty}\frac{\ln\bigg(\frac{n}{n+1}\bigg)}{\frac{1}{n}}.}

Now, we use L'Hopital's Rule to get

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{\lim_{n \rightarrow \infty}n\ln\bigg(\frac{n}{n+1}\bigg)} & \overset{L'H}{=} & \displaystyle{\lim_{n \rightarrow \infty}\frac{\frac{n+1}{n}\frac{(n+1)-n}{(n+1)^2}}{-\frac{1}{n^2}}}\\ &&\\ & = & \displaystyle{\lim_{n \rightarrow \infty} \frac{1}{n(n+1)}(-n^2)}\\ &&\\ & = & \displaystyle{\lim_{n \rightarrow \infty} \frac{-n}{n+1}}\\ &&\\ & = & \displaystyle{-1.}\\ \end{array}}

Step 4:  
We go back to Step 2 and use the limit we calculated in Step 3.
So, we have

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{n \rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|=e^{-1}=\frac{1}{e}<1.}

Thus, the series absolutely converges by the Ratio Test.
Since the series absolutely converges, the series also converges.


Final Answer:  
        converges

Return to Sample Exam