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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top