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

From Grad Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Foundations:    
 
!Foundations:    
 +
|-
 +
|'''1.''' The Taylor polynomial of  &nbsp; <math style="vertical-align: -5px">f(x)</math> &nbsp; at &nbsp; <math style="vertical-align: -1px">a</math> &nbsp; is
 
|-
 
|-
 
|
 
|
 +
&nbsp; &nbsp; &nbsp; &nbsp;<math>\sum_{n=0}^{\infty}c_n(x-a)^n</math> where <math style="vertical-align: -14px">c_n=\frac{f^{(n)}(a)}{n!}.</math>
 +
|-
 +
| '''2.''' '''Ratio Test'''
 +
|-
 +
|&nbsp; &nbsp; &nbsp; &nbsp; Let &nbsp;<math style="vertical-align: -7px">\sum a_n</math>&nbsp; be a series and &nbsp;<math>L=\lim_{n\rightarrow \infty}\bigg|\frac{a_{n+1}}{a_n}\bigg|.</math>
 
|-
 
|-
|  
+
|&nbsp; &nbsp; &nbsp; &nbsp; Then,
 
|-
 
|-
 
|
 
|
 +
&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 &nbsp;<math style="vertical-align: -4px">L>1,</math>&nbsp; the series is divergent.
 
|-
 
|-
 
|
 
|
 +
&nbsp; &nbsp; &nbsp; &nbsp; If &nbsp;<math style="vertical-align: -4px">L=1,</math>&nbsp; the test is inconclusive.
 
|}
 
|}
  
Line 25: Line 35:
 
!Step 1: &nbsp;  
 
!Step 1: &nbsp;  
 
|-
 
|-
|
+
|We begin by finding the coefficients of the Maclaurin series for &nbsp;<math>f(x)=\frac{1}{(1-\frac{1}{2}x)^2}.</math>
 +
|-
 +
|We make a table to find the coefficients of the Maclaurin series.
 
|-
 
|-
 
|
 
|
 +
<table border="1" cellspacing="0" cellpadding="6" align = "center">
 +
  <tr>
 +
    <td align = "center"><math> n</math></td>
 +
    <td align = "center"><math> f^{(n)}(x) </math></td>
 +
    <td align = "center"><math> f^{(n)}(0) </math></td>
 +
    <td align = "center"><math> \frac{f^{(n)}(0)}{n!} </math></td>
 +
  </tr>
 +
  <tr>
 +
    <td align = "center"><math>0</math></td>
 +
    <td align = "center"><math> \frac{1}{(1-\frac{1}{2}x)^2}  </math></td>
 +
    <td align = "center"><math>  1</math></td>
 +
    <td align = "center"><math> 1</math></td>
 +
  </tr>
 +
<tr>
 +
    <td align = "center"><math>1</math></td>
 +
    <td align = "center"><math>  \frac{1}{(1-\frac{1}{2}x)^3}</math></td>
 +
    <td align = "center"><math>  1 </math></td>
 +
    <td align = "center"><math> 1</math></td>
 +
  </tr>
 +
<tr>
 +
    <td align = "center"><math>2</math></td>
 +
    <td align = "center"><math> \frac{\frac{3}{2}}{(1-\frac{1}{2}x)^4} </math></td>
 +
    <td align = "center"><math>  \frac{3}{2} </math></td>
 +
    <td align = "center"><math> \frac{3}{4} </math></td>
 +
  </tr>
 +
</table>
 
|-
 
|-
 
|
 
|
Line 35: Line 73:
 
!Step 2: &nbsp;
 
!Step 2: &nbsp;
 
|-
 
|-
|
+
|So, the first three terms of the Binomial Series is
 
|-
 
|-
|
+
|&nbsp; &nbsp; &nbsp; &nbsp; <math>1+x+\frac{3}{4}x^2.</math>
 
|}
 
|}
  
Line 82: Line 120:
 
!Final Answer: &nbsp;  
 
!Final Answer: &nbsp;  
 
|-
 
|-
|&nbsp; &nbsp;'''(a)'''&nbsp; &nbsp;  
+
|&nbsp; &nbsp;'''(a)'''&nbsp; &nbsp; <math>1+x+\frac{3}{4}x^2</math>
 
|-
 
|-
 
|&nbsp; &nbsp;'''(b)'''&nbsp; &nbsp; The radius of convergence is &nbsp;<math style="vertical-align: 0px">R=2.</math>
 
|&nbsp; &nbsp;'''(b)'''&nbsp; &nbsp; The radius of convergence is &nbsp;<math style="vertical-align: 0px">R=2.</math>
 
|}
 
|}
 
[[009C_Sample_Final_2|'''<u>Return to Sample Exam</u>''']]
 
[[009C_Sample_Final_2|'''<u>Return to Sample Exam</u>''']]

Revision as of 10:50, 5 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   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 a}   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}c_n(x-a)^n} where 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 c_n=\frac{f^{(n)}(a)}{n!}.}

2. 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 begin by finding the coefficients of the Maclaurin series for  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)=\frac{1}{(1-\frac{1}{2}x)^2}.}
We make a table to find the coefficients of the Maclaurin 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 n} 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^{(n)}(x) } 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^{(n)}(0) } 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{f^{(n)}(0)}{n!} }
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 0} 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} } 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} 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}
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} 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)^3}} 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 } 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}
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 2} 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{\frac{3}{2}}{(1-\frac{1}{2}x)^4} } 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{3}{2} } 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{3}{4} }
Step 2:  
So, the first three terms of the Binomial 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 1+x+\frac{3}{4}x^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)    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