Difference between revisions of "009C Sample Final 2, Problem 7"

From Grad Wiki
Jump to navigation Jump to search
Line 40: Line 40:
 
|-
 
|-
 
|
 
|
<table border="1" cellspacing="0" cellpadding="6" align = "center">
+
<table border="1" cellspacing="0" cellpadding="11" align = "center">
 
   <tr>
 
   <tr>
 
     <td align = "center"><math> n</math></td>
 
     <td align = "center"><math> n</math></td>

Revision as of 16:02, 10 March 2017

(a) Consider the function    Find the first three terms of its Binomial Series.

(b) Find its radius of convergence.

Foundations:  
1. The Taylor polynomial of     at     is

        where

2. Ratio Test
        Let    be a series and  
        Then,

        If    the series is absolutely convergent.

        If    the series is divergent.

        If    the test is inconclusive.


Solution:

(a)

Step 1:  
We begin by finding the coefficients of the Maclaurin series for  
We make a table to find the coefficients of the Maclaurin series.
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1} Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1}
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1} Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1} Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1}
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {3}{4}}}
Step 2:  
So, the first three terms of the Binomial Series is
       

(b)

Step 1:  
The Maclaurin series of    is
       
So, the Maclaurin series of    is
       
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)    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 1+x+\frac{3}{4}x^2}
   (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