28,623 道题目 · 3997 个文件 · 30 个主题
📊 级别分布
- A-Level: 12,612 题
- IGCSE: 8,630 题
- AS-Level: 2,813 题
- High School: 1,378 题
- IGCSE Core: 790 题
- GCSE/IGCSE: 619 题
- Olympiad: 539 题
- Middle School: 302 题
- Primary: 248 题
- IB: 171 题
📂 热门主题
- Algebra (5239)
- Number (2705)
- Geometry (2458)
- Trigonometry (1575)
- Calculus (1319)
- Statistics (1295)
- Probability (1176)
- Differentiation (1170)
- Mechanics (1012)
- Integration (870)
- Functions (633)
- Coordinate Geometry (622)
- Percentages (534)
- Vectors (515)
- Kinematics (503)
📱 刷题 App
下载 iBrevisionTown 离线刷题 App,随时随地练习 28,623 道Mathematics题目。
支持学科/主题/级别筛选 · 答案展开 · 收藏题目 · 搜索
📝 例题预览
例题 1 · A-Level · Series and Limits
Explain the concept of a limit as x approaches a finite value a. Use the notation limx→a f(x) to illustrate your answer.
查看答案
The limit of f(x) as x approaches a is the value that f(x) gets arbitrarily close to as x approaches a (without necessarily equalling a). Formally, lim[x→a] f(x) = L means that for any ε > 0, there exists δ > 0 such that |f(x) − L| < ε whenever 0 < |x − a| < δ. The function need not be defined at x = a for the limit to exist.
例题 2 · A-Level · Series and Limits
Find limx→2 (x² − 4)/(x − 2).
查看答案
lim[x→2] (x²−4)/(x−2) = lim[x→2] ((x−2)(x+2))/(x−2) = lim[x→2] (x+2) = 4
例题 3 · A-Level · Series and Limits
Find limx→0 (sin 3x)/(2x).
查看答案
Rewrite as (sin 3x)/(2x) = (3/2) · (sin 3x)/(3x). As x→0, (sin 3x)/(3x)→1. Therefore limit = 3/2.