MHB Inequality Challenge: Prove $\sum_{1}^{n}$

Albert1
Messages
1,221
Reaction score
0
$n\in N,n\geq 2$

prove:

$ \sum_{1}^{n}(\dfrac{1}{2n-1}-\dfrac{1}{2n})>\dfrac {2n}{3n+1}$
 
Mathematics news on Phys.org
Albert said:
$n\in N,n\geq 2$

prove:

$ \sum_{1}^{n}(\dfrac{1}{2n-1}-\dfrac{1}{2n})>\dfrac {2n}{3n+1}$

My solution:

Note that

$$\begin{align*}1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}\cdots+\frac{1}{2n-1}-\frac{1}{2n}&=1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\cdots+\frac{1}{2n-1}-\frac{1}{2n}\\&=\left(1+\frac{1}{3}+\frac{1}{5}+\cdots+\frac{1}{2n-1}\right)-\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{6}+\cdots+\frac{1}{2n}\right)\\&=\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2n}\right)-2\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{6}+\cdots+\frac{1}{2n}\right)\\&=\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2n}\right)-\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}\right)\\&=\small\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}+\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\right)-\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}\right)\\&=\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\end{align*}$$

Therefore

$$\begin{align*}\sum_{k=1}^{n}\left(\dfrac{1}{2n-1}-\dfrac{1}{2n}\right)&=\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\\&\ge \frac{(\overbrace{1+1+\cdots+1}^{\text{n times}})^2}{n+1+n+2+\cdots+2n}\,\,\text{(by the extended Cauchy-Schwarz inequality)}\\&=\frac{n^2}{\frac{n}{2}\left(n+1+2n\right)}\\&=\frac{2n}{3n+1}\,\,\,\,\text{(Q.E.D.)}\end{align*}$$
 
anemone said:
My solution:

Note that

$$\begin{align*}1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}\cdots+\frac{1}{2n-1}-\frac{1}{2n}&=1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\cdots+\frac{1}{2n-1}-\frac{1}{2n}\\&=\left(1+\frac{1}{3}+\frac{1}{5}+\cdots+\frac{1}{2n-1}\right)-\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{6}+\cdots+\frac{1}{2n}\right)\\&=\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2n}\right)-2\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{6}+\cdots+\frac{1}{2n}\right)\\&=\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2n}\right)-\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}\right)\\&=\small\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}+\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\right)-\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}\right)\\&=\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\end{align*}$$

Therefore

$$\begin{align*}\sum_{k=1}^{n}\left(\dfrac{1}{2n-1}-\dfrac{1}{2n}\right)&=\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\\&\ge \frac{(\overbrace{1+1+\cdots+1}^{\text{n times}})^2}{n+1+n+2+\cdots+2n}\,\,\text{(by the extended Cauchy-Schwarz inequality)}\\&=\frac{n^2}{\frac{n}{2}\left(n+1+2n\right)}\\&=\frac{2n}{3n+1}\,\,\,\,\text{(Q.E.D.)}\end{align*}$$
very good your answer is correct!
 
My solution:

We wish to prove

$$\sum_{i=1}^n\left(\dfrac{1}{2i-1}-\dfrac{1}{2i}\right)\gt\dfrac{2n}{3n+1},\quad n\ge2,\quad n\in\mathbb{N}$$

I claim that

$$\sum_{i=1}^n\dfrac{2}{9i^2-3i-2}=\dfrac{2n}{3n+1}$$

Proof:

$$\dfrac{2}{9(1)^2-3(1)-2}=\dfrac{2(1)}{3(1)+1}=\dfrac12$$
$$\dfrac{2n}{3n+1}-\dfrac{2(n-1)}{3(n-1)+1}=\dfrac{2}{9n^2-3n-2}$$
$$\Rightarrow\dfrac{2n}{3n+1}=\dfrac{2(n-1)}{3(n-1)+1}+\dfrac{2}{9n^2-3n-2}$$

as required.

$$\sum_{i=1}^n\left(\dfrac{1}{4i^2-2i}-\dfrac{2}{9i^2-3i-2}\right)>0\quad\forall\, n>1$$
$$\text{Q.E.D.}$$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top