Skip to content

Commit a6f4acb

Browse files
committed
feat(content): 添加2026年数协微积分课程第1课讲义
1 parent ca52838 commit a6f4acb

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

  • content/post/courses/calculus
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "2026年数协微积分课程——第1课"
3+
description: 数协微积分课程1-讲义和练习题
4+
date: 2026-03-22
5+
image:
6+
math: true
7+
license: All Right Reserved, 河源中学数学研究协会
8+
hidden: false
9+
comments: true
10+
draft: false
11+
categories:
12+
- Courses
13+
tags:
14+
- Calculus
15+
---
16+
17+
## 知识点
18+
19+
1. 基本概念
20+
- 邻域
21+
- 初等函数和基本初等函数
22+
- 极值和最值
23+
2. 函数极限的定义
24+
- 六种函数极限
25+
3. 极限的性质和运算
26+
- 四则运算
27+
- 保号性
28+
- “抓大头”
29+
4. 重要极限
30+
- $\lim_{x \to 0} \frac{\sin x}{x} = 1$
31+
- $\lim_{x \to \infty} \left( 1 + \frac{1}{x} \right)^x = e$
32+
5. 函数的连续性
33+
- 最大值、最小值定理
34+
- 介值定理 $\Rightarrow$ 零点存在定理
35+
36+
## 练习题
37+
38+
### 一、求极限
39+
40+
1. $\lim_{x \to 1} \frac{x^3-1}{\ln x}$
41+
2. $\lim_{h \to 0} \frac{\sin (x+h) - \sin x}{h}$
42+
- **提示**: 和差化积公式
43+
3. $\lim_{x \to 0} \frac{\tan x - \sin x}{x^3}$
44+
- **提示**: 等价无穷小代换, 注意加减法不能直接换
45+
4. $\lim_{x \to +\infty} \left(1 - \frac{1}{x} + \frac{2}{x^2} \right)^x$
46+
- **提示**: 重要极限
47+
5. $\lim_{x \to +\infty} \frac{\ln x}{x}$
48+
49+
### 二、解答题(选做)
50+
51+
1. 证明重要极限: $\lim_{x \to 0} \frac{\sin x}{x} = 1$
52+
2. 求 $\sqrt{2 + \sqrt{2 + \sqrt{2 + \cdots}}}$
53+
- **提示**: 要证明极限的存在性

0 commit comments

Comments
 (0)