📚 Differentiation of Trigonometric Functions | IB数学:三角函数求导法则详解
The derivatives of trigonometric functions form an essential part of the IB Mathematics Analysis and Approaches syllabus. Understanding these rules not only helps you solve differentiation problems quickly but also builds a foundation for integration, differential equations, and mathematical modelling. This article provides a full breakdown of the basic derivatives, the chain rule applications, common mistakes, and exam-style practice.
三角函数的求导法则是IB数学分析与方法课程中的核心内容。掌握这些规则,不仅能帮助你快速解决求导问题,还能为积分、微分方程和数学建模奠定基础。本文将系统讲解基本导数公式、链式法则的应用、常见错误以及考试风格的练习。
1. The Derivative of sin x | sin x 的导数
The derivative of \( \sin x \) with respect to \( x \) is \( \cos x \). This is the most fundamental rule for trigonometric differentiation. In limit form:
\( \sin x \) 对 \( x \) 的导数是 \( \cos x \)。这是三角函数求导中最基本的规则。用极限表示为:
d/dx (sin x) = cos x
This result comes from the definition of the derivative and uses the identity \( \lim_{h \to 0} \frac{\sin h}{h} = 1 \). For IB, you should be able to apply this rule directly, and sometimes prove it using first principles.
这一结果来自导数的定义,并利用了极限 \( \lim_{h \to 0} \frac{\sin h}{h} = 1 \)。在IB考试中,你需要能够直接运用该规则,有时也需要用定义法证明。
2. The Derivative of cos x | cos x 的导数
The derivative of \( \cos x \) is \( -\sin x \). Notice the negative sign, which is a common source of errors.
\( \cos x \) 的导数是 \( -\sin x \)。注意这里有负号,这也是常见的错误来源。
d/dx (cos x) = -sin x
Using the chain rule with \( \cos (u) \), we will see later that the derivative becomes \( -u’ \sin(u) \). For example, if \( y = \cos(2x) \), then \( y’ = -2 \sin(2x) \).
以后使用链式法则时,若 \( y = \cos(u) \),其导数为 \( -u’ \sin(u) \)。例如,若 \( y = \cos(2x) \),则 \( y’ = -2 \sin(2x) \)。
3. The Derivative of tan x | tan x 的导数
Since \( \tan x = \frac{\sin x}{\cos x} \), we can use the quotient rule to find its derivative. The result is \( \sec^2 x \).
因为 \( \tan x = \frac{\sin x}{\cos x} \),可以使用商法则求导,结果为 \( \sec^2 x \)。
d/dx (tan x) = sec² x
This identity is extremely useful. It can also be expressed as \( 1 + \tan^2 x \), which is derived from the Pythagorean identity \( 1 + \tan^2 x = \sec^2 x \).
这个公式非常有用,也可以写作 \( 1 + \tan^2 x \),这来自于恒等式 \( 1 + \tan^2 x = \sec^2 x \)。
4. Derivatives of sec x, csc x and cot x | 正割、余割和余切的导数
The remaining three trigonometric functions have derivatives that you must memorise for IB:
剩下三个三角函数的导数需要牢记:
-
d/dx (sec x) = sec x tan x
正割的导数为正割乘以正切。
-
d/dx (csc x) = -csc x cot x
余割的导数为负的余割乘以余切。
-
d/dx (cot x) = -csc² x
余切的导数为负的余割平方。
Notice that the derivatives of the “co-” functions (cos, csc, cot) all have a negative sign. This pattern helps with memorisation.
注意:所有 “co-” 函数(cos, csc, cot)的导数都带有负号。记住这个规律有助于记忆。
5. The Chain Rule with Trigonometric Functions | 三角函数的链式法则
When a trigonometric function contains an inner function \( u(x) \), we apply the chain rule. The general formulas are:
当三角函数内部包含复合函数 \( u(x) \) 时,需要运用链式法则。一般公式为:
d/dx [sin(u)] = u’ · cos(u)
d/dx [cos(u)] = -u’ · sin(u)
d/dx [tan(u)] = u’ · sec²(u)
For example, if \( y = \sin(3x^2 + 1) \), then \( y’ = 6x \cos(3x^2 + 1) \). Always differentiate the outer function first, then multiply by the derivative of the inner function.
例如,若 \( y = \sin(3x^2 + 1) \),则 \( y’ = 6x \cos(3x^2 + 1) \)。务必先对外层函数求导,再乘以内层函数的导数。
6. Using Product Rule with Trigonometry | 乘积法则与三角函数的结合
When a product involves a trigonometric function, apply the product rule carefully. For example, let \( y = x^2 \sin x \). Then:
当乘积中包含三角函数时,需要仔细使用乘积法则。例如,设 \( y = x^2 \sin x \),则:
y’ = 2x sin x + x² cos x
Remember the order: derivative of the first factor times the second, plus the first factor times the derivative of the second.
注意顺序:第一个因子求导乘以第二个因子,加上第一个因子乘以第二个因子的导数。
7. Quotient Rule with Trigonometric Functions | 商法则与三角函数
For quotients involving trigonometric functions, use the quotient rule. For instance, if \( y = \frac{\sin x}{x} \), then:
对于包含三角函数的商式,使用商法则。例如,若 \( y = \frac{\sin x}{x} \),则:
y’ = [x cos x – sin x] / x²
Be careful with the signs and keep the denominator squared. Simplifying may involve trigonometric identities.
注意符号,并保留分母的平方。化简时可能需要使用三角恒等式。
8. Higher-Order Derivatives | 高阶导数
Derivatives of sine and cosine cycle every four orders. The pattern is:
正弦和余弦函数的导数每四阶循环一次。规律如下:
| Function | 1st derivative | 2nd derivative | 3rd derivative | 4th derivative |
| sin x | cos x | -sin x | -cos x | sin x |
| cos x | -sin x | -cos x | sin x | cos x |
This cyclical pattern is useful when solving differential equations or when finding Taylor/Maclaurin series.
这种循环规律在解微分方程或寻找泰勒/麦克劳林级数时非常有用。
9. Common Mistakes to Avoid | 常见错误避坑指南
Here are the most frequent errors students make in IB exams:
以下是在IB考试中学生最常犯的错误:
-
Forgetting the negative sign when differentiating cos x, csc x and cot x.
求导 cos x, csc x 和 cot x 时忘记负号。
-
Using degree mode instead of radian mode in calculations. IB trigonometric differentiation formulas assume radians.
在计算中使用角度制而非弧度制。IB三角求导公式默认使用弧度制。
-
Not applying the chain rule correctly when the angle is something other than x.
当角度不是 x 而是其他表达式时,没有正确运用链式法则。
-
Confusing \(\sec^2 x\) with \((\sec x)^2\), which are actually identical, or mixing up \(\sec x\) with \(\cos^{-1} x\).
混淆 \(\sec^2 x\) 与 \((\sec x)^2\)(其实相同),或混淆 \(\sec x\) 与 \(\cos^{-1} x\)。
10. Exam Practice Questions | 考试练习题目
Try these quick questions to test your understanding:
快速测试以下题目,检验你的理解:
-
Differentiate \( y = 3 \sin(2x) + \cos(x^2) \).
求导 \( y = 3 \sin(2x) + \cos(x^2) \)。
-
Find \( \frac{dy}{dx} \) for \( y = \tan(4x) \cdot e^{2x} \).
求 \( y = \tan(4x) \cdot e^{2x} \) 的 \( \frac{dy}{dx} \)。
-
If \( y = \frac{\cos x}{1 + \sin x} \), show that \( y’ = -\frac{1}{1 + \sin x} \).
若 \( y = \frac{\cos x}{1 + \sin x} \),证明 \( y’ = -\frac{1}{1 + \sin x} \)。
Answers: (1) \( 6\cos(2x) – 2x\sin(x^2) \), (2) \( e^{2x}(4\sec^2(4x) + 2\tan(4x)) \), (3) use the quotient rule and simplify.
答案:(1) \( 6\cos(2x) – 2x\sin(x^2) \),(2) \( e^{2x}(4\sec^2(4x) + 2\tan(4x)) \),(3) 使用商法则并化简。
11. Applications in Real-World Contexts | 实际应用
Trigonometric derivatives appear in physics (simple harmonic motion), engineering (signal processing) and economics (seasonal models). For example, the velocity of a particle moving with displacement \( s = A \sin(\omega t) \) is \( v = A\omega \cos(\omega t) \).
三角函数导数在物理学(简谐运动)、工程学(信号处理)和经济学(季节性模型)中都有应用。例如,位移 \( s = A \sin(\omega t) \) 的质点,其速度 \( v = A\omega \cos(\omega t) \)。
In IB Math, understanding these rules helps you solve optimisation problems and rate-of-change problems involving periodic behaviour.
在IB数学中,理解这些规则有助于解决涉及周期行为的优化问题和变化率问题。
12. Summary and Key Formulas | 总结与核心公式
Here is a concise list of all the derivative rules you need for IB examinations:
以下是IB考试中需要的所有导数规则简明列表:
| Function | Derivative |
| sin x | cos x |
| cos x | -sin x |
| tan x | sec² x |
| sec x | sec x tan x |
| csc x | -csc x cot x |
| cot x | -csc² x |
Always remember to use radians, apply the chain rule when needed, and double-check signs. With these tools, you can confidently tackle any trigonometric differentiation problem in IB Mathematics.
始终记得使用弧度制,需要时应用链式法则,并检查符号。掌握了这些工具,你就能自信地解决IB数学中任何三角函数求导问题。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导