009C Sample Final 3, Problem 6

From Grad Wiki
Revision as of 16:33, 5 March 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Consider the power series

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 \sum_{n=0}^\infty (-1)^n \frac{x^{n+1}}{n+1}}

(a) Find the radius of convergence of the above power series.

(b) Find the interval of convergence of the above power series.

(c) Find the closed formula for the function  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 f(x)}   to which the power series converges.

(d) Does the series

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 \sum_{n=0}^\infty \frac{1}{(n+1)3^{n+1}}}

converge? If so, find its sum.

Foundations:  
Ratio Test
        Let  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 \sum a_n}   be a series and  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 L=\lim_{n\rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|.}
        Then,

        If  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 L<1,}   the series is absolutely convergent.

        If  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 L>1,}   the series is divergent.

        If  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 L=1,}   the test is inconclusive.


Solution:

(a)

Step 1:  
We use the Ratio Test to determine the radius of convergence.
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 \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)^{n+2}}{(n+2)}\frac{n+1}{(-1)^n(x)^{n+1}}\bigg|}\\ &&\\ & = & \displaystyle{\lim_{n\rightarrow \infty} \bigg|(-1)(x)\frac{n+1}{n+2}\bigg|}\\ &&\\ & = & \displaystyle{\lim_{n\rightarrow \infty} |x|\frac{n+1}{n+2}}\\ &&\\ & = & \displaystyle{|x|\lim_{n\rightarrow \infty} \frac{n+1}{n+2}}\\ &&\\ & = & \displaystyle{|x|.} \end{array}}

Step 2:  
The Ratio Test tells us this series is absolutely convergent if  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 |x|<1.}
Hence, the Radius of Convergence of this series is  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 R=1.}

(b)

Step 1:  
Step 2:  

(c)

Step 1:  
Step 2:  

(d)

Step 1:  
Step 2:  


Final Answer:  
    (a)     The radius of convergence is  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 R=1.}
    (b)    
    (c)    
    (d)    

Return to Sample Exam