Proof of Convergence: ∑∞n=1 n/(3n + n2)

AI Thread Summary
The discussion centers on proving the convergence of the series ∑∞n=1 n/(3n + n^2). The lecturer demonstrates divergence by comparing it to the Harmonic Series, showing that n/(3n + n^2) is greater than or equal to 1/4n, which diverges. The reasoning involves recognizing that for n > 1, 3n + n^2 is less than 4n^2, thus making the fraction larger. Participants seek clarity on how to derive similar inequalities for other series. Understanding these comparisons is crucial for analyzing convergence in future examples.
Calu
Messages
73
Reaction score
0

Homework Statement



I have been asked to prove the convergence or otherwise of ∑n=1 n/(3n + n2).

In the example solution, with the aim to prove divergence by comparison with the Harmonic Series, the lecturer has stated that n/(3n + n2) ≥ n/(4n2) = 1/4n and which diverges to +∞.

I was wondering how to arrive at the decision to write n/(3n + n2) ≥ n/(4n2) came from, and how I would arrive at a similar inequality in further examples.
 
Physics news on Phys.org
Calu said:

Homework Statement



I have been asked to prove the convergence or otherwise of ∑n=1 n/(3n + n2).

In the example solution, with the aim to prove divergence by comparison with the Harmonic Series, the lecturer has stated that n/(3n + n2) ≥ n/(4n2) = 1/4n and which diverges to +∞.

I was wondering how to arrive at the decision to write n/(3n + n2) ≥ n/(4n2) came from, and how I would arrive at a similar inequality in further examples.

For ##a,b,c,> 0## you have ##a/b > a/c## if ##b < c##. In other words, if you make the denominator bigger you make the fraction smaller. Of course, in this case you have ##3n + n^2 < 4 n^2## for ##n > 1## (when ##n < n^2##, so ##3n < 3 n^2##).
 
Ray Vickson said:
For ##a,b,c,> 0## you have ##a/b > a/c## if ##b < c##. In other words, if you make the denominator bigger you make the fraction smaller. Of course, in this case you have ##3n + n^2 < 4 n^2## for ##n > 1## (when ##n < n^2##, so ##3n < 3 n^2##).

I see, thank you very much.
 
A little simpler:
<br /> \dfrac n{n^2+3n} = \dfrac{n}{n(n+3)} = \dfrac{1}{n+3} \ge \dfrac 1 {2n}<br />
for n \ge 3
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top