Difference between revisions of "009C Sample Midterm 3, Problem 5"

From Math Wiki
Jump to navigation Jump to search
m
Line 17: Line 17:
 
|-
 
|-
 
|
 
|
::<math>\left|\frac{a_{n+1}}{a_n}\right|</math>
+
::<math>\left|\frac{a_{n+1}}{a_n}\right|<1.</math>
 
|-
 
|-
|is satisfied.  When we do, the interval will be <math style="vertical-align: -20%">(c-r,c+r)</math>.  However, the boundary values for <math style="vertical-align: 0%">x</math>, <math style="vertical-align: 0%">c-r</math> and <math style="vertical-align: -8%">c+r</math> must be tested individually for convergence.  Most often, one will produce an alternating, convergent series while the other will produce a divergent, non-alternating series. As a result, intervals of convergence can be either open, half-open or closed.
+
When we do, the interval will be <math style="vertical-align: -20%">(c-r,c+r)</math>.  However, the boundary values for <math style="vertical-align: 0%">x</math>, <math style="vertical-align: 0%">c-r</math> and <math style="vertical-align: -8%">c+r</math> must be tested individually for convergence.  Many times, one boundary value will produce an alternating, convergent series while the other will produce a divergent, non-alternating series. As a result, intervals of convergence may not be strictly open.
 
|}
 
|}
  

Revision as of 15:15, 27 April 2015

Find the radius of convergence and the interval of convergence of the series.

(a) (6 points)      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 {\displaystyle \sum_{n=0}^{\infty}}\frac{(-1)^{n}x^{n}}{n+1}.}
(b) (6 points)      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 {\displaystyle \sum_{n=0}^{\infty}}\frac{(x+1)^{n}}{n^{2}}.}
When we do, the interval will be 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-r,c+r)} . However, the boundary values 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 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 c-r} 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 c+r} must be tested individually for convergence. Many times, one boundary value will produce an alternating, convergent series while the other will produce a divergent, non-alternating series. As a result, intervals of convergence may not be strictly open.
Foundations:  
When we are asked to find the radius of convergence, we are given a series 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 a_n=f(x-c)\cdot g(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 f} 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 g} are functions 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 x} 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 n} respectively, 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 c} is a constant (frequently zero). We need to find a bound (radius) on 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-c|} such that whenever 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-c|<r} , the ratio test
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 \left|\frac{a_{n+1}}{a_n}\right|<1.}

 Solution:

(a):  
(b):  
Final Answer:  

Return to Sample Exam