📚 AQA FM03 Masterclass: Polar Coordinates, Conics & Differential Equations | AQA FM03 大师课:极坐标、圆锥曲线与微分方程
On 24 May 2023 at 07:00 GMT, candidates around the world sat AQA’s FM03 paper for the International Further Mathematics A qualification. FM03 focuses on the advanced pure topics that connect geometry, calculus and algebra. This revision masterclass breaks down the core skills that appeared in the paper: polar coordinates, conic sections, hyperbolic functions and differential equations. Each section pairs an English explanation with a Chinese translation, so you can revise in the language that suits you best.
2023年5月24日格林尼治时间上午7点,全球考生参加了AQA国际进阶数学A资格的FM03试卷。FM03聚焦于连接几何、微积分与代数的进阶纯数学主题。本次复习大师课将拆解试卷中出现的关键技能:极坐标、圆锥曲线、双曲函数与微分方程。每个章节均配有中英双语解释,便于你用最适合自己的语言复习。
1. Polar Coordinates | 极坐标
Polar coordinates describe a point by its distance r from the origin and its angle θ measured anticlockwise from the positive x-axis. The link between polar and Cartesian form is:
极坐标通过点到原点的距离 r 以及从x轴正方向逆时针旋转的角度 θ 来描述一个点。极坐标与直角坐标之间的转换关系为:
x = r cos θ, y = r sin θ, r² = x² + y²
To find the area enclosed by a polar curve r = f(θ) between θ = α and θ = β, use the formula:
要计算极坐标曲线 r = f(θ) 在 θ = α 与 θ = β 之间围成的面积,使用公式:
A = ½ ∫αβ r² dθ
The gradient of a polar curve is also derived from the Cartesian definitions. Differentiate x and y with respect to θ, then use dy/dx = (dy/dθ) ÷ (dx/dθ):
极坐标曲线的斜率同样可以由直角坐标定义推导。对 x、y 分别关于 θ 求导,再利用 dy/dx = (dy/dθ) ÷ (dx/dθ):
dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ − r sin θ), where r’ = dr/dθ
In the 2023 FM03 paper, candidates were asked to sketch curves and compute enclosed areas. A common example is the cardioid r = a(1 + cos θ). Its symmetry about the initial line means you can integrate from 0 to π and double the result:
在2023年FM03试卷中,考生被要求绘制曲线并计算围成面积。一个常见例子是心脏线 r = a(1 + cos θ)。它关于极轴对称,因此可以从0到π积分再将结果翻倍:
A = 2 × ½ ∫0π a²(1 + cos θ)² dθ = 3πa²/2
- Always sketch the curve before integrating to identify the correct angular limits.
- Remember that r can be negative in equations such as r = a cos 2θ; study the curve carefully.
- 积分前务必先绘制曲线,以确定正确的角度范围。
- 注意在 r = a cos 2θ 这类方程中 r 可能为负;请仔细观察曲线形状。
2. Conic Sections | 圆锥曲线
A conic is the locus of a point whose distance from a fixed point (the focus) divided by its distance from a fixed line (the directrix) equals a constant e, called the eccentricity. This single definition generates all three non-degenerate conics:
圆锥曲线是满足以下条件的点的轨迹:点到定点(焦点)的距离与它到定直线(准线)的距离之比等于常数 e,称为离心率。这一定义可以统一导出三种非退化圆锥曲线:
| Conic 曲线 | e | Standard equation 标准方程 | Focus 焦点 | Directrix 准线 |
| Parabola 抛物线 | e = 1 | y² = 4ax | (a, 0) | x = −a |
| Ellipse 椭圆 | e < 1 | x²/a² + y²/b² = 1 | (ae, 0) | x = a/e |
| Hyperbola 双曲线 | e > 1 | x²/a² − y²/b² = 1 | (ae, 0) | x = a/e |
Remember the auxiliary relations connecting the semi-major axis a, the semi-minor axis b and the eccentricity:
请记住长半轴 a、短半轴 b 与离心率之间的辅助关系:
Ellipse 椭圆: b² = a²(1 − e²) Hyperbola 双曲线: b² = a²(e² − 1)
In the exam, questions often provide the focus and directrix and ask you to derive the equation of the conic, or give a standard equation and ask for the foci, eccentricity and directrix. For example, for the parabola y² = 12x, compare with y² = 4ax to get 4a = 12, hence a = 3, focus (3, 0) and directrix x = −3.
考试中常给出焦点与准线,要求推导圆锥曲线方程;或者给出标准方程,要求写出焦点、离心率与准线。例如抛物线 y² = 12x,与 y² = 4ax 对比得 4a = 12,因此 a = 3,焦点为 (3, 0),准线为 x = −3。
3. Hyperbolic Functions | 双曲函数
Hyperbolic functions are defined using exponential functions and share many algebraic properties with trigonometric functions. Their definitions are:
双曲函数由指数函数定义,并与三角函数共享许多代数性质。其定义为:
sinh x = (eˣ − e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x
The most important identity in FM03 is the hyperbolic version of Pythagoras’ identity:
FM03中最重要的恒等式是双曲版本的勾股恒等式:
cosh² x − sinh² x = 1
You should also know the standard derivatives:
你还应掌握以下标准导数:
d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x, d/dx(tanh x) = sech² x = 1/cosh² x
The inverse hyperbolic functions appear in integrals and in first-order differential equations. Their logarithmic forms are essential:
反双曲函数出现在积分与一阶微分方程中,其对数形式至关重要:
arsinh x = ln(x + √(x² + 1)), arcosh x = ln(x + √(x² − 1)), artanh x = ½ ln((1 + x)/(1 − x))
In the 2023 paper, candidates used these definitions to simplify expressions such as cosh(2x) = cosh² x + sinh² x, and to integrate rational functions using the artanh form after completing the square in the denominator.
在2023年试卷中,考生利用这些定义化简 cosh(2x) = cosh² x + sinh² x 等表达式,并在对分母配平方后,使用 artanh 形式积分有理函数。
4. First-Order Differential Equations | 一阶微分方程
FM03 tests two main techniques for first-order differential equations. The first is separation of variables. If the equation can be written in the form dy/dx = f(x)g(y), then integrate each side separately:
FM03考查一阶微分方程的两种主要技巧。第一种是变量分离。若方程能写成 dy/dx = f(x)g(y) 的形式,则分别对两边积分:
∫ 1/g(y) dy = ∫ f(x) dx
The second technique is the integrating factor method for linear equations of the form:
第二种技巧是线性方程的积分因子法,方程形式为:
dy/dx + P(x)y = Q(x), with integrating factor I = e∫P dx
Multiply the whole equation by I, so the left-hand side becomes the derivative of I × y:
将整个方程乘以 I,左边即可化为 I × y 的导数:
d/dx (I y) = I Q(x), then I y = ∫ I Q(x) dx + C
A typical FM03 question might ask you to solve dy/dx + 2y/x = x³ with a given initial condition. The integrating factor is x², giving d/dx(x²y) = x⁵, so x²y = x⁶/6 + C, hence y = x⁴/6 + Cx⁻². Substitute the initial condition to find C; this earned full method marks for many candidates.
Published by TutorHao | Exam Prep Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply