AP Calculus Exam: How to Memorize Core Formulas Without a Formula Sheet | AP微积分备考:考试不提供公式,如何熟记核心公式?

📚 AP Calculus Exam: How to Memorize Core Formulas Without a Formula Sheet | AP微积分备考:考试不提供公式,如何熟记核心公式?

The AP Calculus AB and BC exams do not provide a formula sheet. You are expected to recall derivative rules, integral formulas, and key theorems from memory. This article gives you a structured way to memorize the essential formulas so you can walk into the exam confident and fast.

AP微积分AB和BC考试不提供公式表。你需要凭记忆回忆导数法则、积分公式和关键定理。这篇文章为你提供一套有结构的方法,帮助你熟记核心公式,从而自信快速地走进考场。


1. Understand Before You Memorize | 先理解,再记忆

Rote memorization without understanding fades quickly. Every derivative formula comes from the limit definition, and every integral formula is the reverse of a derivative. When you see a formula, ask yourself: what does it mean graphically, and how does it connect to the definition?

不理解就死记硬背,遗忘得很快。每个导数公式都来自极限定义,每个积分公式都是导数的逆运算。看到公式时,问问自己:它的几何意义是什么?它和定义之间有什么联系?

  • Derivative of f(x) = xⁿ: d/dx [xⁿ] = n xⁿ⁻¹. This comes from the limit of ( (x+h)ⁿ – xⁿ ) / h.

    f(x) = xⁿ 的导数:d/dx [xⁿ] = n xⁿ⁻¹。这来自极限 ( (x+h)ⁿ – xⁿ ) / h。

  • Integral of xⁿ: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, for n ≠ -1. This is exactly the reverse of the power rule.

    xⁿ 的积分:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C,其中 n ≠ -1。这正是幂法则的逆运算。

By deriving the formulas a few times yourself, you build mental pathways that make recall automatic on exam day.

自己推演几次公式,就能建立大脑中的记忆路径,让考试时自动回忆。


2. Essential Derivative Rules | 基本导数法则

These are non-negotiable. You must be able to write them instantly without hesitation. Group them into categories: constant, power, trig, exponential, logarithmic.

这些是必须掌握的。你需要毫不犹豫地写下它们。可以分类记忆:常数、幂、三角、指数、对数。

Rule Formula
Constant d/dx [c] = 0
Power d/dx [xⁿ] = n xⁿ⁻¹
Exponential d/dx [eˣ] = eˣ
Logarithm d/dx [ln x] = 1/x
Sine d/dx [sin x] = cos x
Cosine d/dx [cos x] = -sin x
Tangent d/dx [tan x] = sec² x
Secant d/dx [sec x] = sec x tan x

Two memory aids: the derivative of “co-” functions is negative, and tangent and secant pair together because sec x = 1/cos x and tan x = sin x/cos x.

两个记忆技巧:“co-”开头的函数的导数带负号;正切和正割互为组合,因为 sec x = 1/cos x,tan x = sin x/cos x。


3. Chain Rule and Implicit Differentiation | 链式法则与隐函数求导

The chain rule is the most frequently tested rule in AP Calculus. Memorize it as: derivative of the outside, keep the inside, then multiply by the derivative of the inside.

链式法则是AP微积分中考得最多的法则。把它记为:外函数求导,里面保持不变,再乘以内函数的导数。

d/dx [f(g(x))] = f'(g(x)) · g'(x)

For implicit differentiation, differentiate both sides with respect to x, treat y as a function of x, and solve for dy/dx. Remember that d/dx [y] = dy/dx, and d/dx [y²] = 2y · dy/dx.

对于隐函数求导,两边对 x 求导,把 y 看作 x 的函数,然后解出 dy/dx。记住 d/dx [y] = dy/dx,以及 d/dx [y²] = 2y · dy/dx。

The chain rule also appears in integration as u-substitution. If you can recognize an “inside function” and its derivative, you already know how to set up a u-substitution.

链式法则在积分中体现为换元法。如果你能识别“内函数”及其导数,你就知道如何构造u-换元。


4. Derivative Rules for Products and Quotients | 乘法和除法法则

Memorize these as phrases. Product rule: “First times derivative of second plus second times derivative of first.” Quotient rule: “Low d high minus high d low, over low squared.”

用口诀熟记这些法则。乘积法则:“第一个乘第二个的导数,加上第二个乘第一个的导数。”商法则:“低导高减高导低,除以低平方。”

d/dx [uv] = u v’ + v u’

d/dx [u/v] = (v u’ – u v’) / v²

Write these formulas on flashcards and test yourself daily. A common mistake is reversing the subtraction in the quotient rule. Notice that the numerator is exactly “v times u’ minus u times v’” — the order matters.

把这些公式写在闪卡上,每天自测。常见错误是把商法则中的减法顺序写反。注意分子是“v乘以u’减去u乘以v’”——顺序很重要。


5. Essential Antiderivatives | 基本不定积分公式

The AP exam requires you to know common antiderivatives. Build your own table starting from derivative rules. Reverse the power rule, exponential, trig, and logarithmic rules.

AP考试要求你掌握常见的不定积分。从导数法则出发构建你自己的积分表。将幂法则、指数、三角和对数法则反过来即可。

  • ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1

    ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1

  • ∫ eˣ dx = eˣ + C

    ∫ eˣ dx = eˣ + C

  • ∫ 1/x dx = ln|x| + C

    ∫ 1/x dx = ln|x| + C

  • ∫ sin x dx = -cos x + C

    ∫ sin x dx = -cos x + C

  • ∫ cos x dx = sin x + C

    ∫ cos x dx = sin x + C

  • ∫ sec² x dx = tan x + C

    ∫ sec² x dx = tan x + C

Notice that absolute values appear in ∫ 1/x dx because ln x is only defined for x > 0. The absolute value lets the formula work for negative x.

注意 ∫ 1/x dx 中出现了绝对值,因为 ln x 仅在 x > 0 时有定义。绝对值使得该公式对负数也成立。


6. The Fundamental Theorem of Calculus | 微积分基本定理

This theorem connects differentiation and integration. You must know its two parts precisely. Part 1 says the derivative of an integral with variable limit is the original function inside the integral.

该定理将微分和积分联系起来。你必须准确知道它的两个部分。第一部分说明:对带变量上限的积分求导,结果就是被积函数本身。

d/dx [∫ₐˣ f(t) dt] = f(x)

Part 2 says the definite integral from a to b of f(x) dx equals F(b) – F(a), where F is an antiderivative of f.

第二部分说明:函数 f(x) 在 a 到 b 的定积分等于 F(b) – F(a),其中 F 是 f 的一个反导数。

∫ₐᵇ f(x) dx = F(b) – F(a)

Use this theorem to evaluate definite integrals quickly, and remember to apply the chain rule when the upper limit is a function of x.

利用该定理可以快速计算定积分,并且当上限是 x 的函数时记得使用链式法则。


7. Limits and L’Hôpital’s Rule | 极限与洛必达法则

You must know special limits and continuity conditions. The most famous limits are:

你必须知道特殊极限和连续条件。最著名的极限是:

lim (sin x)/x = 1 as x→0

lim (1 – cos x)/x = 0 as x→0

L’Hôpital’s Rule: if you get 0/0 or ∞/∞, take the derivative of the numerator and denominator separately, then re-evaluate the limit.

洛必达法则:如果遇到 0/0 或 ∞/∞ 型不定式,则分别对分子和分母求导,再重新求极限。

lim f(x)/g(x) = lim f'(x)/g'(x)

Write these on one sheet and review them every morning. L’Hôpital’s Rule is often the fastest way to handle tricky limits, but only apply it when the indeterminate form is confirmed.

把这些写在一张纸上,每天早上复习。洛必达法则往往是处理棘手极限的最快方法,但只有在确认是不定式时才可使用。


8. Differential Equations and Separation of Variables | 微分方程与变量分离

For AP Calculus BC (and sometimes AB), you need to solve separable differential equations. The key is to separate variables so all x’s are on one side and all y’s on the other, then integrate both sides.

对于AP微积分BC(有时AB也需要),你需要解可分离变量的微分方程。关键是分离变量,使所有 x 在一侧,所有 y 在另一侧,然后两边积分。

dy/dx = g(x) · h(y) → ∫ 1/h(y) dy = ∫ g(x) dx

Memorize the exponential growth and decay model: y = C eᵏᵗ. Its derivative is dy/dt = k y. This appears in population growth, radioactive decay, and Newton’s Law of Cooling.

记住指数增长与衰减模型:y = C eᵏᵗ。其导数为 dy/dt = k y。这出现在人口增长、放射性衰变和牛顿冷却定律中。


9. Applications: Area, Volume, and Average Value | 应用:面积、体积与平均值

These formulas turn geometry into calculus. You need to recognize which one to use based on the problem statement.

这些公式将几何转化为微积分。你需要根据题目描述判断该用哪一个。

  • Area between two curves: ∫ₐᵇ (top – bottom) dx

    两曲线间面积:∫ₐᵇ (上曲线 – 下曲线) dx

  • Volume by disk/washer: ∫ₐᵇ π(R² – r²) dx

    圆盘/垫片法体积:∫ₐᵇ π(R² – r²) dx

  • Volume by cross-section: ∫ₐᵇ A(x) dx

    横截面体积:∫ₐᵇ A(x) dx

  • Average value of f on [a,b]: 1/(b-a) ∫ₐᵇ f(x) dx

    f 在 [a,b] 上的平均值:1/(b-a) ∫ₐᵇ f(x) dx

Learn how to decide the integration variable: if the region is sliced vertically with respect to x, integrate with respect to x. If horizontally, integrate with respect to y.

学会选择积分变量:如果区域相对于 x 轴垂直切片,就关于 x 积分;如果水平切片,就关于 y 积分。


10. Memorization Strategies That Actually Work | 真正有效的记忆策略

You do not need to memorize every formula in isolation. Here are proven strategies:

你不需要孤立地记忆每个公式。以下是一些经过验证的策略:

  • Write each formula by hand at least three times. Muscle memory helps recall.

    每个公式至少手写三遍。肌肉记忆有助于回忆。

  • Group formulas by pattern. For example, all trig derivatives come in pairs of “positive” and “negative”.

    按模式分组记忆。例如,所有三角导数都成对出现“正”和“负”。

  • Use mnemonic phrases: “Low d high minus high d low” for the quotient rule.

    使用助记短语:商法则用“低导高减高导低”。

  • Practice past exam questions. Repeated application is the strongest form of memorization.

    练习往年真题。反复应用是最强的记忆方式。

  • Create a one-page formula sheet from memory every week. Compare it to your notes and fill in gaps.

    每周凭记忆写一页公式表。与笔记对照并填补空白。

By using these strategies, you will transform fragile short-term memory into durable long-term recall.

通过这些策略,你就能把脆弱的短期记忆转化为持久的长期记忆。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading