[再寄小读者之数学篇](2015-06-24 Series)

简介: (AMM. Problems and Solutions. 2015. 03) Let $\sed{a_n}$ be a monotone decreasing sequence of real numbers that converges to $0$.

(AMM. Problems and Solutions. 2015. 03) Let $\sed{a_n}$ be a monotone decreasing sequence of real numbers that converges to $0$. Prove that $$\bex \vsm{n}a_n<\infty \eex$$ if and only if $a_n=O(1/\ln n)$ and $\dps{\vsm{n}(a_n-a_{n+1}) \ln n<\infty}$. 

 

必要性好办, 但是充分条件怎么办呢?

目录
相关文章
|
关系型数据库 RDS
[再寄小读者之数学篇](2015-06-08 一个有意思的定积分计算)
$$\beex \bea \int_0^\frac{\pi}{4}\ln (1+\tan x)\rd x &=\int_0^\frac{\pi}{4} \ln \frac{\cos x+\sin x}{\cos x}\rd x\\ &=\int_0^\frac{\pi}{4} \ln \sez{\s...
714 0
[再寄小读者之数学篇](2014-12-04 $\left(1+\frac{1}{x}\right)^x>\frac{2ex}{2x+1},\forall\ x>0.$)
试证: $$\bex \left(1+\frac{1}{x}\right)^x>\frac{2ex}{2x+1},\forall\ x>0. \eex$$   证明 (from Hansschwarzkopf): 对任何$x>0$, 有 \[x\ln\left(1+\frac{1}{x}\ri...
864 0
[再寄小读者之数学篇](2014-11-20 计算二重积分)
(from X.L. Zhen) 计算二重积分 $$\bex \iint_{\bbR^2}e^{-(x^2+xy+y^2)}\rd x\rd y. \eex$$   解答: $$\beex \bea \iint_{\bbR^2}e^{-(x^2+xy+y^2)}\rd x\rd y &=\iin...
733 0
[再寄小读者之数学篇](2014-11-24 Abel 定理)
设幂级数 $\dps{g(x)=\sum_{n=0}^\infty a_nx^n}$ 在 $|x|N\ra |s_k-s|
594 0
|
机器学习/深度学习 资源调度
[再寄小读者之数学篇](2014-11-21 关于积和式的一个不等式)
在 Rajendra Bhatia 的 Matrix Analysis 中, Exercise I.5.8 说: Prove that for any matrices $A,B$ we have $$\bex |\per (AB)|^2\leq \per (AA^*)\cdot \per (B^*B).
662 0
[再寄小读者之数学篇](2014-11-14 矩阵的应用: 代数)
Hilbert 零点定理: 设 $\bbF$ 是一个代数闭域, $L$ 是 $\bbF[x_1,\cdots,x_n]$ 的一个真理想, 则 $$\bex \exists\ (a_1,\cdots,a_n)\in\bbF^n\ra f(a_1,\cdots,a_n)=0,\quad\forall\ f\in L.
652 0
[再寄小读者之数学篇](2014-11-14 矩阵的应用: 数论)
1. 代数数: $\al\in\bbC$ 称为代数数, 如果它是某个系数为有理数的非零多项式的根. 2. 代数数全体构成一个域. (利用伙伴矩阵, 张量积很容易证明) 3. 代数整数: $\al\in\bbC$ 称为代数整数, 如果它是某个首一整系数多项式的根.
579 0
|
Perl
[再寄小读者之数学篇](2014-11-19 等差数列的部分和)
设 $\sed{a_k}_{k=1}^n$ 为等差数列, 则 $$\bex a_1+\cdots+a_n=\frac{n(a_1+a_n)}{2}. \eex$$ Ref. [Proof Without Words: Partial Sums of an Arithmetic Sequence, The College Mathematics Journal].
592 0
[再寄小读者之数学篇](2014-07-17 一阶中值)
设 $f(x)$ 在 $[a,b]$ 上可导, 且 $f'(a)=f'(b)$, 试证: $$\bex \exists\ \xi\in (a,b),\st f'(\xi)(\xi-a)=f(\xi)-f(a).
737 0
|
机器学习/深度学习
[再寄小读者之数学篇](2014-07-17 行列式的计算)
试计算矩阵 $A=(\sin(\al_i+\al_j))_{n\times n}$ ($n\geq2$) 的行列式.   提示:  根据行列式的性质: (1) 行列式两列线性相关, 则行列式为零; (2) 若记第 $k$ 列为向量 $\al$ 的行列式为 $D(\al)$, 则 $$\b...
731 0