Series (finding the interval of convergence)

AI Thread Summary
The series \(\sum_{n=1}^{\infty} \frac{x^n}{3^n}\) converges when \(|\frac{x}{3}| < 1\), leading to the interval of convergence \(-3 < x < 3\). The endpoints are examined to determine convergence; at \(x = -3\), the series converges by the alternating series test, while at \(x = 3\), it diverges. Thus, the complete interval of convergence is \([-3, 3)\). The discussion emphasizes finding this interval without relying solely on the ratio test. The final conclusion is that the series converges on the specified interval.
DivGradCurl
Messages
364
Reaction score
0
\sum _{n=1} ^{\infty} \frac{x^n}{3^n} = \sum _{n=1} ^{\infty} \frac{x}{3} \left( \frac{x}{3} \right)^{n-1} = \frac{\frac{x}{3}}{1-\frac{x}{3}} = \frac{x}{3-x}

\textrm{How can I obtain the interval of convergence of the given series? Thanks.} :smile:
 
Physics news on Phys.org
\textrm{I forgot to say\ldots How do I find it without the need to apply the \textit{ratio test}? Thank you. }
 


To find the interval of convergence, we can use the ratio test. The ratio test states that for a series $\sum_{n=1}^{\infty} a_n$, if $$\lim_{n\to \infty} \left | \frac{a_{n+1}}{a_n} \right | = L,$$ then the series converges if $L < 1$ and diverges if $L > 1$. In our case, we have $$\lim_{n\to \infty} \left | \frac{\frac{x}{3} \left( \frac{x}{3} \right)^{n-1}}{\frac{x}{3} \left( \frac{x}{3} \right)^{n-2}} \right | = \lim_{n\to \infty} \left | \frac{x}{3} \right | = \left | \frac{x}{3} \right |.$$ Therefore, the series will converge if $\left | \frac{x}{3} \right | < 1$, which means the interval of convergence is $-3 < x < 3$. We can also check the endpoints $x = -3$ and $x = 3$ to see if the series converges at those points. Plugging in $x = -3$, we get $$\sum_{n=1}^{\infty} \frac{(-3)^n}{3^n} = \sum_{n=1}^{\infty} \left( -1 \right)^n,$$ which is an alternating series that converges by the alternating series test. Plugging in $x = 3$, we get $$\sum_{n=1}^{\infty} \frac{3^n}{3^n} = \sum_{n=1}^{\infty} 1,$$ which is a divergent series. Therefore, the interval of convergence is $-3 \leq x < 3$, or in interval notation, $[-3,3)$.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top