Home The Fundamental Theorem of CalculusThree Different ConceptsThe Fundamental Theorem of Calculus (Part 2) The Fundamental Theorem of Calculus (Part 1) More FTC 1 The Indefinite Integral and the Net ChangeIndefinite Integrals and Anti-derivativesA Table of Common Anti-derivatives The Net Change Theorem The NCT and Public Policy SubstitutionSubstitution for Indefinite IntegralsExamples to Try Revised Table of Integrals Substitution for Definite Integrals Examples Area Between CurvesComputation Using IntegrationTo Compute a Bulk Quantity The Area Between Two Curves Horizontal Slicing Summary VolumesSlicing and Dicing SolidsSolids of Revolution 1: Disks Solids of Revolution 2: Washers More Practice Integration by PartsIntegration by PartsExamples Integration by Parts with a definite integral Going in Circles Tricks of the Trade Integrals of Trig FunctionsAntiderivatives of Basic Trigonometric FunctionsProduct of Sines and Cosines (mixed even and odd powers or only odd powers) Product of Sines and Cosines (only even powers) Product of Secants and Tangents Other Cases Trig SubstitutionsHow Trig Substitution WorksSummary of trig substitution options Examples Completing the Square Partial FractionsIntroductionLinear Factors Irreducible Quadratic Factors Improper Rational Functions and Long Division Summary Strategies of IntegrationSubstitutionIntegration by Parts Trig Integrals Trig Substitutions Partial Fractions Improper IntegralsType 1 - Improper Integrals with Infinite Intervals of IntegrationType 2 - Improper Integrals with Discontinuous Integrands Comparison Tests for Convergence Differential EquationsIntroductionSeparable Equations Mixing and Dilution Models of GrowthExponential Growth and DecayLogistic Growth Infinite SequencesApproximate Versus Exact AnswersExamples of Infinite Sequences Limit Laws for Sequences Theorems for and Examples of Computing Limits of Sequences Monotonic Covergence Infinite SeriesIntroductionGeometric Series Limit Laws for Series Test for Divergence and Other Theorems Telescoping Sums and the FTC Integral TestRoad MapThe Integral Test Estimates of Value of the Series Comparison TestsThe Basic Comparison TestThe Limit Comparison Test Convergence of Series with Negative TermsIntroduction, Alternating Series,and the AS TestAbsolute Convergence Rearrangements The Ratio and Root TestsThe Ratio TestThe Root Test Examples Strategies for testing SeriesStrategy to Test Series and a Review of TestsExamples, Part 1 Examples, Part 2 Power SeriesRadius and Interval of ConvergenceFinding the Interval of Convergence Power Series Centered at $x=a$ Representing Functions as Power SeriesFunctions as Power SeriesDerivatives and Integrals of Power Series Applications and Examples Taylor and Maclaurin SeriesThe Formula for Taylor SeriesTaylor Series for Common Functions Adding, Multiplying, and Dividing Power Series Miscellaneous Useful Facts Applications of Taylor PolynomialsTaylor PolynomialsWhen Functions Are Equal to Their Taylor Series When a Function Does Not Equal Its Taylor Series Other Uses of Taylor Polynomials Partial DerivativesVisualizing Functions in 3 DimensionsDefinitions and Examples An Example from DNA Geometry of Partial Derivatives Higher Order Derivatives Differentials and Taylor Expansions Multiple IntegralsBackgroundWhat is a Double Integral? Volumes as Double Integrals Iterated Integrals over RectanglesHow To Compute Iterated IntegralsExamples of Iterated Integrals Cavalieri's Principle Fubini's Theorem Summary and an Important Example Double Integrals over General RegionsType I and Type II regionsExamples 1-4 Examples 5-7 Order of Integration |
Finding the Interval of ConvergenceThe main tools for computing the radius of convergence are the Ratio Test and the Root Test. To see why these tests are nice, let's look at the Ratio Test. Consider $\displaystyle\sum_{n=1}^\infty c_nx^n$, and let $\lim\left|\frac{c_{n+1}}{c_n}\right|=L$. The Ratio Text will look at $$\displaystyle\lim_{n\to\infty}\left|\frac{c_{n+1}x^{n+1}}{c_nx^n}\right|=\lim_{n\to\infty}\left|\frac{c_{n+1}}{c_n}\right||x|=L|x|,$$and by the Ratio Test the series converges absolutely for $L|x|<1$, i.e. for $|x|<\frac{1}{L}$. So the radius of convergence is $\frac{1}{L}$ and the interval of convergence is from $-\frac{1}{L}$ to $\frac{1}{L}$. The same logic holds for the Root Test. The endpoints of the interval of convergence must be checked separately, as the Root and Ratio Tests are inconclusive there (when $x=\pm\frac{1}{L}$, the limit is 1). To check convergence at the endpoints, we put each endpoint in for $x$, giving us a normal series (no longer a power series) to consider. All the tests we have been learning for convergence can be used to test for convergence at the endpoints: the Divervence Test, $p$-series, Alternating Series Test, Comparison Test, Limit Comparison Test, and/or the Integral Test. In the video, he uses $a_n$ instead of $c_n$ for the power series coefficients to explain the paragraph above. However, you do not need to memorize that $R=\frac{1}{L}$, for example -- just use the Ratio or Root Test and follow it to its conclusion.
DO: work the following without looking at the solutions, which are below the examples. Example 1: Find the radius of converge, then the interval of convergence, for $\displaystyle\sum_{n=1}^\infty(-1)^n\frac{n^2x^n}{2^n}$. Example 2: Find the radius of converge, then the interval of convergence, for $\displaystyle\sum_{n=1}^\infty(-1)^n\frac{x^n}{n}$. Solution 1: $\displaystyle\sqrt[n]{\left|\frac{n^2x^n}{2^n}\right|}=\sqrt[n]{n^2}\frac{|x|}{2}\longrightarrow\frac{1}{2}\vert x\vert\quad$ (We used our very handy previous result: $\sqrt[n]{n^a}\rightarrow 1$ for any $a>0$.) When $x=-2$, we have $\displaystyle\sum_{n=1}^\infty(-1)^n\frac{n^2x^n}{2^n}=\displaystyle\sum_{n=1}^\infty(-1)^n\frac{n^2(-2)^n}{2^n}=\displaystyle\sum_{n=1}^\infty\frac{n^2(2)^n}{2^n}=\displaystyle\sum_{n=1}^\infty n^2$, which diverges by the Divergence Test. When $x=2$, we have $\displaystyle\sum_{n=1}^\infty(-1)^n\frac{n^2x^n}{2^n}=\displaystyle\sum_{n=1}^\infty(-1)^n\frac{n^2(2)^n}{2^n}=\displaystyle\sum_{n=1}^\infty(-1)^n n^2$ which also diverges by the Divergence Test.Solution 2: $\displaystyle\left|\frac{\frac{x^{n+1}}{n+1}}{\frac{x^n}{n}}\right|=\left|\frac{x^{n+1}}{n+1}\frac{n}{x^n}\right|=\frac{n}{n+1}|x|\longrightarrow |x|$ |