Difference between revisions of "009C Sample Midterm 1, Problem 5"
Jump to navigation
Jump to search
Kayla Murray (talk | contribs) |
Kayla Murray (talk | contribs) |
||
| Line 15: | Line 15: | ||
:: | :: | ||
|} | |} | ||
| + | |||
'''Solution:''' | '''Solution:''' | ||
| Line 105: | Line 106: | ||
'''(b)''' | '''(b)''' | ||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| − | !Step 1: | + | !Step 1: |
| + | |- | ||
| + | |We first use the Ratio Test to determine the radius of convergence. | ||
| + | |- | ||
| + | |We have | ||
|- | |- | ||
| | | | ||
| + | <math>\begin{array}{rcl} | ||
| + | \displaystyle{\lim_{n\rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|} & = & \displaystyle{\lim_{n\rightarrow \infty} \bigg|\frac{(-1)^{n+1}(x-3)^{n+1}}{2(n+1)+1}\frac{2n+1}{(-1)^n(x-3)^n}\bigg|}\\ | ||
| + | &&\\ | ||
| + | & = & \displaystyle{\lim_{n\rightarrow \infty} \bigg|(-1)(x-3)\frac{2n+1}{2n+3}\bigg|}\\ | ||
| + | &&\\ | ||
| + | & = & \displaystyle{\lim_{n\rightarrow \infty} |x-3|\frac{2n+1}{2n+3}}\\ | ||
| + | &&\\ | ||
| + | & = & \displaystyle{|x-3|\lim_{n\rightarrow \infty} \frac{2n+1}{2n+3}}\\ | ||
| + | &&\\ | ||
| + | & = & \displaystyle{|x-3|} | ||
| + | \end{array}</math> | ||
| + | |} | ||
| + | |||
| + | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| + | !Step 2: | ||
| + | |- | ||
| + | |The Ratio Test tells us this series is absolutely convergent if <math>|x-3|<1.</math> | ||
| + | |- | ||
| + | |Hence, the Radius of Convergence of this series is <math>R=1.</math> | ||
| + | |} | ||
| + | |||
| + | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| + | !Step 3: | ||
| + | |- | ||
| + | |Now, we need to determine the interval of convergence. | ||
| + | |- | ||
| + | |First, note that <math>|x-3|<1</math> corresponds to the interval <math>(2,4).</math> | ||
| + | |- | ||
| + | |To obtain the interval of convergence, we need to test the endpoints of this interval | ||
| + | |- | ||
| + | |for convergence since the Ratio Test is inconclusive when <math>R=1.</math> | ||
| + | |} | ||
| + | |||
| + | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| + | !Step 4: | ||
|- | |- | ||
| − | | | + | |First, let <math>x=4.</math> |
| + | |- | ||
| + | |Then, the series becomes <math>\sum_{n=0}^\infty (-1)^n \frac{1}{2n+1}.</math> | ||
| + | |- | ||
| + | |This is an alternating series. | ||
| + | |- | ||
| + | |Let <math>b_n=\frac{1}{2n+1}.</math>. | ||
| + | |- | ||
| + | |The sequence <math>\{b_n\}</math> is decreasing since | ||
| + | |- | ||
| + | | <math>\frac{1}{2(n+1)+1}<\frac{1}{2n+1}</math> | ||
| + | |- | ||
| + | |for all <math>n\ge 1.</math> | ||
| + | |- | ||
| + | |Also, | ||
| + | |- | ||
| + | | <math>\lim_{n\rightarrow \infty} b_n=\lim_{n\rightarrow \infty} \frac{1}{2n+1}=0.</math> | ||
|- | |- | ||
| − | | | + | |Therefore, this series converges by the Alternating Series Test |
|- | |- | ||
| − | | | + | |and we include <math>x=4</math> in our interval. |
|} | |} | ||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| − | !Step | + | !Step 5: |
| + | |- | ||
| + | |Now, let <math>x=2.</math> | ||
| + | |- | ||
| + | |Then, the series becomes <math>\sum_{n=0}^\infty \frac{1}{2n+1}.</math> | ||
| + | |- | ||
| + | |First, we note that <math>\frac{1}{2n+1}>0</math> for all <math>n\ge 0.</math> | ||
| + | |- | ||
| + | |Thus, we can use the Limit Comparison Test. | ||
| + | |- | ||
| + | |We compare this series with the series <math>\sum_{n=1}^\infty \frac{1}{n},</math> | ||
| + | |- | ||
| + | |which is the harmonic series and divergent. | ||
|- | |- | ||
| − | | | + | |Now, we have |
|- | |- | ||
| | | | ||
| + | <math>\begin{array}{rcl} | ||
| + | \displaystyle{\lim_{n\rightarrow \infty} \frac{\frac{1}{2n+1}}{\frac{1}{n}}} & = & \displaystyle{\lim_{n\rightarrow \infty} \frac{n}{2n+1}}\\ | ||
| + | &&\\ | ||
| + | & = & \displaystyle{\frac{1}{2}.} | ||
| + | \end{array}</math> | ||
| + | |- | ||
| + | |Since this limit is a finite number greater than zero, we have | ||
| + | |- | ||
| + | |<math>\sum_{n=0}^\infty \frac{1}{2n+1}</math> diverges by the | ||
|- | |- | ||
| − | | | + | |Limit Comparison Test. Therefore, we do not include <math>x=2</math> |
| + | |- | ||
| + | |in our interval. | ||
| + | |} | ||
| + | |||
| + | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
| + | !Step 6: | ||
|- | |- | ||
| − | | | + | |The interval of convergence is <math>(2,4].</math> |
|} | |} | ||
| + | |||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
!Final Answer: | !Final Answer: | ||
|- | |- | ||
| − | |'''(a)''' | + | | '''(a)''' The radius of convergence is <math>R=1</math> and the interval of convergence is <math>(-1,1).</math> |
|- | |- | ||
| − | |'''(b)''' | + | | '''(b)''' The radius of convergence is <math>R=1</math> and the interval fo convergence is <math>(2,4].</math> |
|} | |} | ||
[[009C_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']] | [[009C_Sample_Midterm_1|'''<u>Return to Sample Exam</u>''']] | ||
Revision as of 08:24, 13 February 2017
Find the radius of convergence and interval of convergence of the series.
- a)
- b)
| Foundations: |
|---|
| Ratio Test |
|
|
|
|
Solution:
(a)
| Step 1: |
|---|
| We first use the Ratio Test to determine the radius of convergence. |
| We have |
| Step 2: |
|---|
| The Ratio Test tells us this series is absolutely convergent if |
| Hence, the Radius of Convergence of this series is |
| Step 3: |
|---|
| Now, we need to determine the interval of convergence. |
| First, note that corresponds to the interval |
| To obtain the interval of convergence, we need to test the endpoints of this interval |
| for convergence since the Ratio Test is inconclusive when |
| Step 4: |
|---|
| First, let |
| Then, the series becomes |
| We note that |
| Therefore, the series diverges by the th term test. |
| Hence, we do not include in the interval. |
| Step 5: |
|---|
| Now, let |
| Then, the series becomes |
| Since |
| we have |
| DNE. |
| Therefore, the series diverges by the th term test. |
| Hence, we do not include in the interval. |
| Step 6: |
|---|
| The interval of convergence is |
(b)
| Step 1: |
|---|
| We first use the Ratio Test to determine the radius of convergence. |
| We have |
|
|
| Step 2: |
|---|
| The Ratio Test tells us this series is absolutely convergent if |
| Hence, the Radius of Convergence of this series is |
| Step 3: |
|---|
| Now, we need to determine the interval of convergence. |
| First, note that corresponds to the interval |
| To obtain the interval of convergence, we need to test the endpoints of this interval |
| for convergence since the Ratio Test is inconclusive when |
| Step 4: |
|---|
| First, let |
| Then, the series becomes |
| This is an alternating series. |
| Let . |
| The sequence is decreasing since |
| for all |
| Also, |
| Therefore, this series converges by the Alternating Series Test |
| and we include in our interval. |
| Step 5: |
|---|
| Now, let |
| Then, the series becomes |
| First, we note that for all |
| Thus, we can use the Limit Comparison Test. |
| We compare this series with the series |
| which is the harmonic series and divergent. |
| Now, we have |
|
|
| Since this limit is a finite number greater than zero, we have |
| diverges by the |
| Limit Comparison Test. Therefore, we do not include |
| in our interval. |
| Step 6: |
|---|
| The interval of convergence is |
| Final Answer: |
|---|
| (a) The radius of convergence is and the interval of convergence is |
| (b) The radius of convergence is and the interval fo convergence is |