009C Sample Final 2, Problem 7

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

(a) Consider 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)=\bigg(1-\frac{1}{2}x\bigg)^{-2}.}   Find the first three terms of its Binomial Series.

(b) Find its radius of convergence.

Foundations:  


Solution:

(a)

Step 1:  
Step 2:  

(b)

Step 1:  
The Maclaurin series of  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 \frac{1}{(1-x)^2}}   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 \sum_{n=0}^\infty (n+1)x^n.}
So, the Maclaurin series of  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 \frac{1}{(1-\frac{1}{2}x)^2}}   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 \sum_{n=0}^\infty (n+1)\bigg(\frac{1}{2}x\bigg)^n=\sum_{n=0}^\infty \frac{(n+1)x^n}{2^n}.}
Step 2:  
Now, we use the Ratio Test to determine the radius of convergence of this power series.
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{(n+2)x^{n+1}}{2^{n+1}} \frac{2^n}{(n+1)x^n}\bigg|}\\ &&\\ & = & \displaystyle{\lim_{n\rightarrow \infty} \frac{|x|}{2} \frac{n+2}{n+1}}\\ &&\\ & = & \displaystyle{\frac{|x|}{2}\lim_{n\rightarrow \infty}\frac{n+2}{n+1}}\\ &&\\ & = & \displaystyle{\frac{|x|}{2}.} \end{array}}
Now, the Ratio Test says this series converges 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 \frac{|x|}{2}<1.}   So,  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|<2.}
Hence, 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=2.}


Final Answer:  
   (a)   
   (b)    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=2.}

Return to Sample Exam