MHB Does the Series \(\sum_{n=1}^{\infty} \left[n(n+1)\right]^{-1/2}\) Converge?

Click For Summary
SUMMARY

The series \(\sum_{n=1}^{\infty} \left[n(n+1)\right]^{-1/2}\) diverges. By applying the comparison test, it was established that \(\frac{1}{\sqrt{n(n+1)}} > \frac{1}{\sqrt{2}n}\) for \(n \geq 2\). Since \(\sum_{n=1}^{\infty} \frac{1}{n}\) is a divergent p-series with \(p = 1\), the original series also diverges. The key takeaway is to approach inequalities from both directions to find conclusive results.

PREREQUISITES
  • Understanding of series convergence tests, specifically the comparison test.
  • Familiarity with p-series and their convergence properties.
  • Basic algebraic manipulation involving inequalities and square roots.
  • Knowledge of limits and behavior of sequences as \(n\) approaches infinity.
NEXT STEPS
  • Study the properties of p-series and their convergence criteria.
  • Learn about the various convergence tests, including the ratio test and root test.
  • Explore advanced topics in series, such as absolute convergence and conditional convergence.
  • Practice solving series problems using different comparison techniques.
USEFUL FOR

Mathematics students, educators, and anyone interested in series convergence, particularly those studying calculus or advanced mathematical analysis.

ognik
Messages
626
Reaction score
2
Use the comparison test to see if $$\sum_{1}^{\infty}{\left[n\left(n+1\right)\right]}^{-\frac{1}{2}} $$converges?

I tried $$n+1 \gt n, \therefore n(n+1) \gt n^2 , \therefore {\left[n(n+1)\right]}^{\frac{1}{2}} \gt n, \therefore {\left[n(n+1)\right]}^{-\frac{1}{2}} \lt \frac{1}{n}$$ - no conclusion possible here
 
Physics news on Phys.org
\frac{1}{\sqrt{n(n+1)}} \le \frac{1}{n(n+1)} \le \frac{1}{n^2}
 
ognik said:
Use the comparison test to see if $$\sum_{1}^{\infty}{\left[n\left(n+1\right)\right]}^{-\frac{1}{2}} $$converges?

I tried $$n+1 \gt n, \therefore n(n+1) \gt n^2 , \therefore {\left[n(n+1)\right]}^{\frac{1}{2}} \gt n, \therefore {\left[n(n+1)\right]}^{-\frac{1}{2}} \lt \frac{1}{n}$$ - no conclusion possible here
Instead of $n+1 > n$ as a starting point, try it in the form $n < n+1$. That will give you $[n(n+1)] < (n+1)^2.$ Where does that lead you?

Guest said:
\frac{1}{\sqrt{n(n+1)}} \le \frac{1}{n(n+1)} \le \frac{1}{n^2}
Not true: $\sqrt{n(n+1)} \le n(n+1)$, but when you take the reciprocals the inequality goes the other way round.
 
So the final comparison is with $$\frac{1}{n+1}$$ - interesting the difference that small change in approach makes - the take away for me is that when I get an inconclusive inequality, I immediately try approaching it w.r.t. the 'other direction' inequality :-)

When justifying my answer, is it enough to refer to the p series with p = 1? Or do I need to be more rigorous - my understanding is that with comparison tests, $$\frac{1}{n+1}$$ is the same thing as $$\frac{1}{n}$$ ?
 
ognik said:
So the final comparison is with $$\frac{1}{n+1}$$ - interesting the difference that small change in approach makes - the take away for me is that when I get an inconclusive inequality, I immediately try approaching it w.r.t. the 'other direction' inequality :-)
Yes, it's always good to look at such problems from both sides. (Nod)

ognik said:
When justifying my answer, is it enough to refer to the p series with p = 1? Or do I need to be more rigorous - my understanding is that with comparison tests, $$\frac{1}{n+1}$$ is the same thing as $$\frac{1}{n}$$ ?
It should be enough to say that this is effectively the same as $\sum 1/n$. The only difference is that the first term is missing. But convergence is unaffected by changing a finite number of terms at the start of a series.
 
ognik said:
Use the comparison test to see if $$\sum_{1}^{\infty}{\left[n\left(n+1\right)\right]}^{-\frac{1}{2}} $$converges?

I tried $$n+1 \gt n, \therefore n(n+1) \gt n^2 , \therefore {\left[n(n+1)\right]}^{\frac{1}{2}} \gt n, \therefore {\left[n(n+1)\right]}^{-\frac{1}{2}} \lt \frac{1}{n}$$ - no conclusion possible here

For $\displaystyle \begin{align*} n \geq 2 \end{align*}$ we have $\displaystyle \begin{align*} n^2 + n < 2\,n^2 \end{align*}$, so

$\displaystyle \begin{align*} n^2 + n &< 2\,n^2 \\ \sqrt{ n^2 + n } &< \sqrt{ 2\,n^2 } \\ \sqrt{ n \left( n + 1 \right) } &< \sqrt{2}\,n \\ \frac{1}{\sqrt{ n \left( n + 1 \right) } } &> \frac{1}{\sqrt{2}\,n} \end{align*}$

thus

$\displaystyle \begin{align*} \sum_{n = 1}^{\infty} \frac{1}{\sqrt{ n \left( n + 1 \right) }} &> \sum_{n = 1}^{\infty} \frac{ 1}{\sqrt{2}\,n} \\ &= \frac{1}{\sqrt{2}} \sum_{ n = 1} ^{\infty} \frac{1}{n} \end{align*}$

Since $\displaystyle \begin{align*} \sum_{n = 1}^{\infty} \frac{1}{n} \end{align*}$ is divergent, so is $\displaystyle \begin{align*} \frac{1}{\sqrt{2}}\sum_{n = 1}^{\infty} \frac{1}{n} \end{align*}$ and thus $\displaystyle \begin{align*} \sum_{ n = 1} ^{\infty} \frac{1}{\sqrt{n \left( n + 1 \right) } } \end{align*}$ is divergent by comparison.
 
Relativistic Momentum, Mass, and Energy Momentum and mass (...), the classic equations for conserving momentum and energy are not adequate for the analysis of high-speed collisions. (...) The momentum of a particle moving with velocity ##v## is given by $$p=\cfrac{mv}{\sqrt{1-(v^2/c^2)}}\qquad{R-10}$$ ENERGY In relativistic mechanics, as in classic mechanics, the net force on a particle is equal to the time rate of change of the momentum of the particle. Considering one-dimensional...

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 17 ·
Replies
17
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K