Problem 18

Question

Find the radius of convergence and interval of convergence of the series. $$\sum_{n=1}^{\infty} \frac{n}{4^{n}}(x+1)^{n}$$

Step-by-Step Solution

Verified
Answer
The radius of convergence is 4, and the interval of convergence is \((-5, 3)\).
1Step 1: Identify the Series
The given series is \( \sum_{n=1}^{\infty} \frac{n}{4^{n}}(x+1)^{n} \). This is a power series centered at \( x = -1 \).
2Step 2: Use the Ratio Test for Radius of Convergence
The Ratio Test involves taking the limit of the absolute value of the ratio of consecutive terms. For our series, the \( n^{th} \) term is \( a_n = \frac{n}{4^{n}}(x+1)^{n} \) and the \( (n+1)^{th} \) term is \( a_{n+1} = \frac{n+1}{4^{n+1}}(x+1)^{n+1} \).
3Step 3: Apply the Ratio
Compute \( \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{(n+1)}{4^{n+1}} (x+1) \frac{4^n}{n} \right| = \frac{|x+1|}{4} \lim_{n \to \infty} \frac{n+1}{n} \).
4Step 4: Evaluate the Limit
Simplify the expression to \( \lim_{n \to \infty} \left| \frac{(n+1)}{n} \right| = 1 \). Thus, the limit becomes \( \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \frac{|x+1|}{4} \).
5Step 5: Find the Radius of Convergence
For convergence, we require \( \frac{|x+1|}{4} < 1 \). Solving this inequality gives \( |x+1| < 4 \). So, the radius of convergence \( R \) is 4.
6Step 6: Determine the Interval of Convergence
Since \( |x+1| < 4 \), we can write \( -4 < x+1 < 4 \), which simplifies to \( -5 < x < 3 \). The interval of convergence will need to consider the endpoints separately.
7Step 7: Test Endpoint x = -5
Substitute \( x = -5 \) into the original series to get \( \sum_{n=1}^\infty \frac{n}{4^n}(-4)^{n} \), which simplifies to \( \sum_{n=1}^\infty (-1)^n n \). This series diverges by the nth term test.
8Step 8: Test Endpoint x = 3
Substitute \( x = 3 \) into the original series to get \( \sum_{n=1}^\infty \frac{n}{4^n} 4^n \), which simplifies to \( \sum_{n=1}^\infty n \), and this series also diverges by the nth term test.
9Step 9: Conclude the Interval of Convergence
Since both endpoints \( x = -5 \) and \( x = 3 \) do not converge, the interval of convergence is \( (-5, 3) \).

Key Concepts

Interval of ConvergencePower SeriesRatio TestNth Term Test
Interval of Convergence
The interval of convergence of a power series indicates the set of values for which the series converges. For the series in question, we found that the radius of convergence is 4. This means the series will converge within a distance of 4 from the center, which is at -1.So, the series converges when a\(|x+1| < 4\). Translating this inequality to an interval gives:ul>
  • Starting at -1 - 4 = -5
  • Ending at -1 + 4 = 3
  • The interval of convergence is To ensure the interval's accuracy, we need to check if the series converges at the endpoints -5 and 3. In this case, both endpoints diverge, and hence the interval is (-5, 3).Identifying the interval is crucial, as functions within this interval behave consistently, allowing calculus operations like differentiation and integration.