Questions in category: 极限 (Limit)
分析 >> 数学分析 >> 极限 [113]
<[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] >

1. 假设 $\lim\limits_{x\rightarrow\infty}(1+\frac{1}{x})^x$ 存在, 记为 $e$. 问 $\frac{a^x-1}{x}$ 在 $x_0=0$ 处的极限是否存在, 如存在等于多少? 这里 $a\neq 1$.

Posted by haifeng on 2026-09-18 09:59:16 last update 2026-09-18 10:00:00 | Answers (0) | 收藏


假设 $\lim\limits_{x\rightarrow\infty}(1+\frac{1}{x})^x$ 存在, 记为 $e$. 问 $\dfrac{a^x-1}{x}$ 在 $x_0=0$ 处的极限是否存在, 如存在等于多少? 这里 $a\neq 1$.

2. 设 $f(x)=o(1)$ $(x\rightarrow x_0)$, 证明当 $x\rightarrow x_0$ 时, 有如下等式.

Posted by haifeng on 2026-09-16 10:35:47 last update 2026-09-16 10:38:52 | Answers (0) | 收藏


设 $f(x)=o(1)$ $(x\rightarrow x_0)$, 证明当 $x\rightarrow x_0$ 时, 有如下等式:

(1)  $o(f(x))+o(f(x))=o(f(x))$;

(2)  $o(cf(x))=o(f(x))$, 其中 $c$ 为非零常数.

(3)  $g(x)\cdot o(f(x))=o(f(x)g(x))$, 其中 $g(x)$ 为有界函数;

(4)  $[o(f(x))]^k=o(f^{k}(x))$; 其中 $k$ 为正整数;

(5)  $\dfrac{1}{1+f(x)}=1-f(x)+o(f(x))$.

 

注:  $o(f(x))$ 是指比 $f(x)$ 高阶的无穷小量集合.

\[
o(f(x))=\left\{g(x)\ :\ \lim_{x\rightarrow x_0}\frac{g(x)}{f(x)}=0\right\}.
\]

3. 黎曼函数 $R(x)$

Posted by haifeng on 2026-09-14 10:08:41 last update 2026-09-14 10:14:39 | Answers (1) | 收藏


黎曼函数指如下定义的函数

\[
R(x)=\begin{cases}
\frac{1}{q}, & \text{若}\ x\neq 0\ \text{且可表示为既约分数}\ \frac{p}{q}, \text{这里}\ q>0;\\
1, & x=0;\\
0, & \text{若}\ x\ \text{是无理数}.
\end{cases}
\]

求 $\lim\limits_{x\rightarrow x_0}R(x)$.

 

 

4. 设 $a_n=\frac{1^2+2^2+\cdots+n^2}{n^3}$, 问 $\{a_n\}$ 是否收敛? 如收敛求出极限.

Posted by haifeng on 2026-09-09 15:45:47 last update 2026-09-09 15:45:47 | Answers (0) | 收藏


设 $a_n=\frac{1^2+2^2+\cdots+n^2}{n^3}$, 问 $\{a_n\}$ 是否收敛? 如收敛求出极限.

 

一般情形见问题3490.

5. Göbel序列(Goebel sequence)

Posted by haifeng on 2026-01-11 07:45:23 last update 2026-01-11 07:46:42 | Answers (1) | 收藏


Göbel 序列是如下递归定义的一个数列.  $a_1=1$, 

\[
a_{n+1}=\frac{1+a_1^2+a_2^2+\cdots+a_n^2}{n}.
\]

可以手算前几项都是整数. 直到第44项不是整数,

\[a_{44}\approx 5.4093\cdot 10^{178485291567}\ .\]

 

参考 [1]


参考文献

[1]  https://oeis.org/A003504

 

6. 求极限 $\lim\limits_{h\rightarrow 0}\displaystyle\frac{1}{h^2}\int_0^h \Bigl(\frac{1}{\theta}-\cot\theta\Bigr)\mathrm{d}\theta$.

Posted by haifeng on 2025-12-17 09:59:28 last update 2025-12-17 09:59:53 | Answers (1) | 收藏


求极限

\[
\lim_{h\rightarrow 0}\frac{1}{h^2}\int_0^h \Bigl(\frac{1}{\theta}-\cot\theta\Bigr)\mathrm{d}\theta
\]

7. 求极限 $\lim\limits_{n\rightarrow\infty}\dfrac{1^p+2^p+\cdots+n^p}{n^{p+1}}$, 这里 $p > 0$.

Posted by haifeng on 2025-10-25 16:28:42 last update 2025-10-25 16:37:13 | Answers (1) | 收藏


求极限 $\lim\limits_{n\rightarrow\infty}\dfrac{1^p+2^p+\cdots+n^p}{n^{p+1}}$, 这里 $p > 0$.

 

[Ans]  $\frac{1}{p+1}$.

[hint]  使用 Stolz 定理或者将其看成黎曼和的极限(即表示为积分). Stolz 定理被称为离散的洛必达法则, 因为其结论大致说的是两个数列之比的极限等于它们差分之比的极限, 如果后者存在的话.

当 $p$ 不是正整数时, 使用广义二项式展开定理, 这涉及无穷级数. 因此若未学到无穷级数, 则先约束 $p$ 为正整数, 采用二项式展开定理.

8. 求极限 $\lim\limits_{x\rightarrow 0}\dfrac{(1+x)^{\alpha}-1}{x}$, 这里 $\alpha$ 是实数.

Posted by haifeng on 2025-10-15 09:23:20 last update 2025-10-15 09:27:43 | Answers (1) | 收藏


求极限

\[\lim_{x\rightarrow 0}\frac{(1+x)^{\alpha}-1}{x},\]

这里 $\alpha$ 是实数.

9. 设 $a > 1$, 证明 $\lim\limits_{n\rightarrow\infty}\frac{\log_a n}{n}=0$.

Posted by haifeng on 2025-09-27 15:14:31 last update 2025-09-27 15:21:27 | Answers (2) | 收藏


设 $a > 1$, 证明 $\lim\limits_{n\rightarrow\infty}\frac{\log_a n}{n}=0$.

 

一般的, 设 $a > 1$, $t >0$, 则

\[
\lim_{n\rightarrow\infty}\frac{\log_a n}{n^t}=0.
\]

10. 证明: $\sqrt{1+\sqrt{x}}-1=o(1)$ $(x\rightarrow 0)$.

Posted by haifeng on 2025-09-19 10:01:07 last update 2025-09-19 10:01:07 | Answers (1) | 收藏


证明: $\sqrt{1+\sqrt{x}}-1=o(1)$ $(x\rightarrow 0)$.

<[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] >