Derivative Formulas and Higher-Order Derivatives in AP Calculus BC | AP微积分BC求导公式与高阶导数

📚 Derivative Formulas and Higher-Order Derivatives in AP Calculus BC | AP微积分BC求导公式与高阶导数

This article covers the essential derivative rules and techniques required for AP Calculus BC, from basic formulas to implicit differentiation, parametric and polar derivatives, and finally higher-order derivatives with their applications. Mastering these concepts is crucial for success on the exam.

本文涵盖AP微积分BC所需的核心求导公式与技巧,从基本公式到隐函数求导、参数方程与极坐标求导,最后到高阶导数及其应用。熟练掌握这些概念是考试成功的关键。


1. Basic Derivative Formulas | 基本求导公式

Memorizing the derivatives of elementary functions is the foundation. The power rule: if f(x) = xⁿ where n is any real number, then f'(x) = n xⁿ⁻¹. Constant rule: d/dx (c) = 0.

熟记基本初等函数的导数是基础。幂法则:若 f(x) = xⁿ (n为任意实数),则 f'(x) = n xⁿ⁻¹。常数法则:d/dx (c) = 0。

The exponential function with base e is its own derivative: d/dx (eˣ) = eˣ. For other bases a > 0, d/dx (aˣ) = aˣ ln a.

以e为底的指数函数导数为其本身:d/dx (eˣ) = eˣ。对于其他底数a>0,有 d/dx (aˣ) = aˣ ln a。

Logarithmic derivatives: d/dx (ln x) = 1/x for x > 0; and more generally, d/dx (logₐ x) = 1/(x ln a). Trigonometric functions must also be memorized.

对数导数:d/dx (ln x) = 1/x (x > 0);一般地,d/dx (logₐ x) = 1/(x ln a)。三角函数导数也需牢记。

d/dx (sin x) = cos x,   d/dx (cos x) = -sin x,   d/dx (tan x) = sec² x

d/dx (cot x) = -csc² x,   d/dx (sec x) = sec x tan x,   d/dx (csc x) = -csc x cot x

Inverse trigonometric derivatives frequently appear in BC: d/dx (arcsin x) = 1/√(1 – x²), d/dx (arctan x) = 1/(1 + x²), and d/dx (arcsec x) = 1/(|x|√(x² – 1)).

反三角函数导数在BC中常见:d/dx (arcsin x) = 1/√(1 – x²),d/dx (arctan x) = 1/(1 + x²),以及 d/dx (arcsec x) = 1/(|x|√(x² – 1))。


2. Product and Quotient Rules | 乘积法则与商法则

When differentiating a product of two functions, use the product rule: (f · g)’ = f’ · g + f · g’. The order does not matter but keeping it consistent helps.

对两个函数乘积求导时使用乘积法则:(f · g)’ = f’ · g + f · g’。顺序无关紧要,但保持一致有助于减少错误。

For the quotient of two functions, the quotient rule is: (f/g)’ = (f’ g – f g’) / g². A common mnemonic is “low d-high minus high d-low over the square of what’s below”.

两函数之商用商法则:(f/g)’ = (f’ g – f g’) / g²。记忆口诀为“分母乘分子导减去分子乘分母导,再除以分母的平方”。

These rules are essential when the function cannot be simplified before differentiation. Always check for algebraic simplification first to avoid unnecessary work.

当函数在求导前无法化简时,这些法则必不可少。总是先检查代数化简,以避免不必要的复杂计算。


3. Chain Rule | 链式法则

The chain rule is used for composite functions: if y = f(g(x)), then dy/dx = f'(g(x)) · g'(x). It is one of the most frequently applied differentiation techniques.

链式法则用于复合函数:若 y = f(g(x)),则 dy/dx = f'(g(x)) · g'(x)。这是应用最频繁的求导技巧之一。

In Leibniz notation, if y = f(u) and u = g(x), then dy/dx = (dy/du) · (du/dx). This makes it easy to apply multiple chains.

莱布尼茨记法中,若 y = f(u) 且 u = g(x),则 dy/dx = (dy/du) · (du/dx)。这便于应用多重链式结构。

Common chain rule applications: derivative of sin(3x) is 3 cos(3x); derivative of e^(x²) is 2x e^(x²). Recognizing the “inner function” is key.

常见的链式应用:sin(3x) 的导数是 3 cos(3x);e^(x²) 的导数是 2x e^(x²)。正确识别“内层函数”是关键。


4. Implicit Differentiation | 隐函数求导

When y is defined implicitly as a function of x, differentiate both sides of the equation with respect to x, treating y as a function of x and using the chain rule wherever y appears.

当 y 被隐式定义为 x 的函数时,对方程两边关于 x 求导,将 y 视为 x 的函数,并在出现 y 的地方使用链式法则。

After differentiating, solve for dy/dx. The result often involves both x and y. Example: for x² + y² = 25, we get 2x + 2y(dy/dx) = 0, so dy/dx = -x/y.

求导后解出 dy/dx。结果往往同时含有 x 和 y。例如:对 x² + y² = 25,得到 2x + 2y(dy/dx) = 0,因此 dy/dx = -x/y。

Implicit differentiation is crucial for related rates problems and for finding tangents to curves that are not functions in the conventional sense.

隐函数求导对相关变化率问题以及对非传统函数曲线求切线至关重要。


5. Derivatives of Inverse Functions | 反函数的导数

If f is differentiable and has an inverse f⁻¹, then the derivative of the inverse at a point is the reciprocal of the derivative of f at the corresponding point: (f⁻¹)'(y) = 1 / f'(x) where y = f(x).

若 f 可导且存在反函数 f⁻¹,则反函数在某点的导数等于原函数在相应点导数的倒数:(f⁻¹)'(y) = 1 / f'(x),其中 y = f(x)。

In a more direct form: (f⁻¹)'(x) = 1 / f'(f⁻¹(x)). This formula is handy when given a table of values for f and f’.

更直接的形式:(f⁻¹)'(x) = 1 / f'(f⁻¹(x))。当给定 f 和 f’ 的函数值表格时,这个公式非常有用。

A typical BC question asks for the derivative of an inverse function at a specific x, requiring you to find the corresponding y using the original function.

典型的BC考题要求求反函数在某特定x处的导数,此时需要利用原函数找出对应的y值。


6. Derivatives of Parametric Equations | 参数方程求导

For a curve defined by x = f(t) and y = g(t), the first derivative dy/dx = (dy/dt) / (dx/dt) = g'(t) / f'(t), provided dx/dt ≠ 0.

对于由 x = f(t) 和 y = g(t) 定义的曲线,一阶导数 dy/dx = (dy/dt) / (dx/dt) = g'(t) / f'(t),前提是 dx/dt ≠ 0。

The second derivative is d²y/dx² = d/dx(dy/dx) = (d/dt (dy/dx)) / (dx/dt). Compute dy/dx first, then differentiate with respect to t and divide by dx/dt.

二阶导数为 d²y/dx² = d/dx(dy/dx) = (d/dt (dy/dx)) / (dx/dt)。先求出 dy/dx,再对 t 求导并除以 dx/dt。

Parametric derivatives are used to find slopes of tangents, concavity, and motion analysis. Be careful with the chain rule when computing higher-order derivatives.

参数导数用于求切线斜率、凹凸性以及运动分析。计算高阶导数时要特别注意链式法则的运用。


7. Derivatives in Polar Coordinates | 极坐标求导

For a polar curve r = f(θ), the slope of the tangent line dy/dx is given by (dy/dθ) / (dx/dθ), where x = r cos θ and y = r sin θ.

对于极坐标曲线 r = f(θ),切线斜率 dy/dx 由 (dy/dθ) / (dx/dθ) 给出,其中 x = r cos θ,y = r sin θ。

Using the product rule, dy/dθ = r’ sin θ + r cos θ, and dx/dθ = r’ cos θ – r sin θ. Then dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ – r sin θ).

使用乘积法则,dy/dθ = r’ sin θ + r cos θ,dx/dθ = r’ cos θ – r sin θ。因此 dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ – r sin θ)。

This formula is essential for finding horizontal and vertical tangents in polar graphs, a topic unique to AP Calculus BC.

该公式对求极坐标图形的水平和垂直切线至关重要,这是AP微积分BC独有的内容。


8. Higher-Order Derivatives | 高阶导数

The second derivative, denoted as f”(x) or d²y/dx², is the derivative of the first derivative. It describes the rate of change of the slope and is used to determine concavity.

二阶导数记作 f”(x) 或 d²y/dx²,是一阶导数的导数。它描述了斜率的变化率,用于判断函数的凹凸性。

The third derivative f”'(x) represents the jerk in physics, and the fourth derivative f⁽⁴⁾(x) is sometimes called the snap. Beyond the fourth, one usually writes f⁽ⁿ⁾(x) for the nth derivative.

三阶导数 f”'(x) 在物理中表示急动度,四阶导数 f⁽⁴⁾(x) 有时称为急跳度。四阶以上通常用 f⁽ⁿ⁾(x) 表示 n 阶导数。

Common higher-order derivatives: every derivative of eˣ is eˣ; the nth derivative of sin x is sin(x + nπ/2); the nth derivative of a polynomial of degree m is zero for n > m.

常见的高阶导数:eˣ 的各阶导数都是 eˣ;sin x 的 n 阶导数为 sin(x + nπ/2);m 次多项式的 n 阶导数当 n > m 时为零。


9. Notation and Leibniz’s Notation for Higher Derivatives | 莱布尼茨高阶导数记法

Leibniz notation for higher derivatives: the nth derivative of y with respect to x is written dⁿy/dxⁿ. For second order, it is d²y/dx²; for third, d³y/dx³.

莱布尼茨高阶导数记法:y 对 x 的 n 阶导数写作 dⁿy/dxⁿ。二阶为 d²y/dx²;三阶为 d³y/dx³。

The notation dⁿy/dxⁿ should not be confused with (dy/dx)ⁿ, which is the first derivative raised to the nth power. Parentheses are used for the latter: (dy/dx)ⁿ.

记法 dⁿy/dxⁿ 不应与 (dy/dx)ⁿ 混淆,后者是一阶导数的 n 次幂。后者使用括号表示。

Operators like Dⁿ are also used. In AP exam responses, either prime notation or Leibniz notation is acceptable, but clarity is expected.

微分算子如 Dⁿ 也常使用。AP考试中,撇号记法或莱布尼茨记法均可接受,但必须书写清晰。


10. Applications and Taylor Polynomials | 应用与泰勒多项式

Higher-order derivatives are the backbone of Taylor polynomial approximations. The nth-degree Taylor polynomial of f centered at a is: Pₙ(x) = f(a) + f'(a)(x – a) + f”(a)/2! (x – a)² + … + f⁽ⁿ⁾(a)/n! (x – a)ⁿ.

高阶导数是泰勒多项式逼近的核心。f 在 a 处的 n 次泰勒多项式为:Pₙ(x) = f(a) + f'(a)(x – a) + f”(a)/2! (x – a)² + … + f⁽ⁿ⁾(a)/n! (x – a)ⁿ。

A Maclaurin series is a Taylor series centered at 0. Common Maclaurin series for eˣ, sin x, and cos x must be memorized for the BC exam.

麦克劳林级数是中心在0的泰勒级数。eˣ、sin x、cos x 的常见麦克劳林级数是BC考试必须记忆的内容。

By evaluating higher-order derivatives, you can analyze concavity, points of inflection, motion along a line (velocity, acceleration), and polynomial approximations with Lagrange error bounds.

通过求高阶导数,可以分析凹凸性、拐点、沿直线运动的位移速度加速度,以及带有拉格朗日误差界的多项式逼近。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version