Math Problem Statement

find radius and interval of summation from 1 to inf of (x-5)^n / n^2

Solution

To determine the radius of convergence and interval of convergence for the series

n=1(x5)nn2,\sum_{n=1}^\infty \frac{(x-5)^n}{n^2},

we'll use the ratio test and analyze the convergence:

Step 1: Ratio Test

The general term of the series is: an=(x5)nn2.a_n = \frac{(x-5)^n}{n^2}.

Using the ratio test: limnan+1an=limn(x5)n+1(n+1)2(x5)nn2.\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{\frac{(x-5)^{n+1}}{(n+1)^2}}{\frac{(x-5)^n}{n^2}} \right|.

Simplify: an+1an=limn(x5)n+1(n+1)2n2(x5)n=limn(x5)n2(n+1)2.\left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{(x-5)^{n+1}}{(n+1)^2} \cdot \frac{n^2}{(x-5)^n} \right| = \lim_{n \to \infty} \left| \frac{(x-5) \cdot n^2}{(n+1)^2} \right|.

Factor and simplify further: limnn2(n+1)2(x5)=limn1(1+1n)2(x5).\lim_{n \to \infty} \left| \frac{n^2}{(n+1)^2} \cdot (x-5) \right| = \lim_{n \to \infty} \left| \frac{1}{(1+\frac{1}{n})^2} \cdot (x-5) \right|.

As nn \to \infty, (1+1n)21(1 + \frac{1}{n})^2 \to 1, so the limit becomes: limnx5<1.\lim_{n \to \infty} \left| x-5 \right| < 1.

Step 2: Radius of Convergence

From the inequality: x5<1.|x-5| < 1.

The radius of convergence is: R=1.R = 1.

Step 3: Interval of Convergence

The inequality x5<1|x-5| < 1 gives: 4<x<6.4 < x < 6.

Now check the endpoints x=4x = 4 and x=6x = 6 separately:

At x=4x = 4:

The series becomes: n=1(45)nn2=n=1(1)nn2.\sum_{n=1}^\infty \frac{(4-5)^n}{n^2} = \sum_{n=1}^\infty \frac{(-1)^n}{n^2}. This is the alternating series (1)n/n2\sum (-1)^n / n^2, which converges by the alternating series test and absolute convergence (p-series with p=2>1p=2 > 1).

At x=6x = 6:

The series becomes: n=1(65)nn2=n=11nn2=n=11n2.\sum_{n=1}^\infty \frac{(6-5)^n}{n^2} = \sum_{n=1}^\infty \frac{1^n}{n^2} = \sum_{n=1}^\infty \frac{1}{n^2}. This is a p-series with p=2>1p=2 > 1, so it converges.

Final Answer:

The interval of convergence is: [4,6].[4, 6].

The radius of convergence is: R=1.R = 1.

Would you like further clarification or additional examples? Here are 5 related questions for practice:

  1. What is the radius of convergence for n=1(x3)n2n\sum_{n=1}^\infty \frac{(x-3)^n}{2^n}?
  2. How does the ratio test differ from the root test in finding the radius of convergence?
  3. For the series n=1(1)n(x+2)nn3\sum_{n=1}^\infty \frac{(-1)^n (x+2)^n}{n^3}, find the interval of convergence.
  4. What happens if the series contains factorial terms, such as n=1(x1)nn!\sum_{n=1}^\infty \frac{(x-1)^n}{n!}?
  5. How do you test for absolute convergence versus conditional convergence at the endpoints?

Tip: Always test the endpoints of an interval of convergence separately, as their behavior often differs from the open interval.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Series
Radius of Convergence
Interval of Convergence
Ratio Test
P-Series

Formulas

Ratio Test: lim(n→∞) |a_(n+1) / a_n|
Convergence condition: |x-c| < R
P-Series Test: ∑1/n^p converges if p > 1

Theorems

Ratio Test
Alternating Series Test
P-Series Test

Suitable Grade Level

Undergraduate (Calculus Level)