📚 PDF资源导航

Case Study and Practical Applications in Year 12 CIE Further Mathematics | 案例分析实战演练

📚 Case Study and Practical Applications in Year 12 CIE Further Mathematics | 案例分析实战演练

In Year 12 CIE Further Mathematics, students encounter a range of powerful mathematical tools — from complex numbers and matrices to differential equations and series. These concepts not only build theoretical depth but also serve as essential models for real-world phenomena. This article presents a series of case studies that demonstrate how Further Mathematics can be applied across engineering, physics, computer graphics, and population dynamics. Each case is structured as a mini-project that hones problem-solving skills and deepens conceptual understanding.

在 CIE 进阶数学的 Year 12 课程中,学生将接触一系列强大的数学工具——从复数和矩阵到微分方程和级数。这些概念不仅构建理论深度,还可作为现实世界现象的基本模型。本文通过一系列案例分析,展示进阶数学如何在工程、物理、计算机图形学和人口动态等领域中应用。每个案例都设计成一个微型项目,旨在锤炼解题技巧和深化概念理解。


1. Complex Numbers in AC Circuit Analysis | 复数在交流电路分析中的应用

A series RLC circuit has resistance R = 50 Ω, inductance L = 0.2 H, and capacitance C = 100 μF. It is connected to an AC supply of V = 230 V (rms) at frequency f = 50 Hz. Using complex numbers, determine the total impedance and the current phasor in the circuit.

一个串联 RLC 电路具有电阻 R = 50 Ω、电感 L = 0.2 H 和电容 C = 100 μF. 它连接至频率 f = 50 Hz、电压 V = 230 V(有效值)的交流电源。使用复数求总阻抗和电流相量。

The angular frequency is ω = 2πf = 100π rad/s. The inductive reactance is XL = ωL = 20π ≈ 62.83 Ω, and the capacitive reactance is XC = 1/(ωC) = 1/(100π × 100 × 10⁻⁶) = 100/π ≈ 31.83 Ω.

角频率为 ω = 2πf = 100π rad/s. 感抗 XL = ωL = 20π ≈ 62.83 Ω,容抗 XC = 1/(ωC) = 1/(100π × 100 × 10⁻⁶) = 100/π ≈ 31.83 Ω.

In complex notation, impedance of the inductor is iωL and that of the capacitor is –i/(ωC). Thus the total complex impedance is Z = R + i(XL – XC) = 50 + i(62.83 – 31.83) = 50 + i31.0 Ω.

用复数表示,电感的阻抗为 iωL,电容的阻抗为 –i/(ωC)。因此总复阻抗 Z = R + i(XL – XC) = 50 + i(62.83 – 31.83) = 50 + i31.0 Ω.

Z = 50 + i31 Ω

The magnitude of the impedance is |Z| = √(50² + 31²) = √(2500 + 961) = √3461 ≈ 58.83 Ω. The phase angle is φ = arctan(31/50) ≈ 31.8°, indicating an overall inductive circuit.

阻抗的模为 |Z| = √(50² + 31²) = √(2500 + 961) = √3461 ≈ 58.83 Ω。相角 φ = arctan(31/50) ≈ 31.8°,表明电路整体呈感性。

The current phasor is I = V / Z = 230 / (58.83 ∠ 31.8°). Hence the rms current magnitude is I = 230 / 58.83 ≈ 3.91 A, and the current lags the voltage by 31.8°.

电流相量为 I = V / Z = 230 / (58.83 ∠ 31.8°)。因此电流有效值为 I = 230 / 58.83 ≈ 3.91 A,且电流滞后电压 31.8°。

Using complex division: I = 230(50 – i31) / (50² + 31²) ≈ (11500 – i7130) / 3461 ≈ 3.32 – i2.06 A, confirming the same phasor in rectangular form. This approach directly links AC steady-state analysis to Year 12 complex number skills.

利用复数的除法:I = 230(50 – i31) / (50² + 31²) ≈ (11500 – i7130) / 3461 ≈ 3.32 – i2.06 A,验证了相同的相量(直角坐标形式)。这一方法将交流稳态分析直接与 Year 12 复数知识联系起来。


2. Matrix Transformations in Computer Graphics | 计算机图形学中的矩阵变换

A triangle with vertices A(1, 0), B(3, 1), C(2, 3) is to be transformed by a rotation of 30° anticlockwise about the origin, followed by a stretch by factor 2 in the x-direction. Find the coordinates of the transformed vertices using matrix multiplication.

一个顶点为 A(1, 0), B(3, 1), C(2, 3) 的三角形,先绕原点逆时针旋转 30°,再在 x 方向按因子 2 拉伸。试用矩阵乘法求变换后各顶点的坐标。

The rotation matrix for angle θ = 30° is R = [cos30° –sin30° ; sin30° cos30°] = [√3/2 –1/2 ; 1/2 √3/2]. The scaling matrix is S = [2 0 ; 0 1]. The combined transformation matrix is M = S R = [2·√3/2 2·(–1/2) ; 1·1/2 1·√3/2] = [√3 –1 ; 1/2 √3/2].

对于 θ = 30° 的旋转矩阵为 R = [cos30° –sin30° ; sin30° cos30°] = [√3/2 –1/2 ; 1/2 √3/2]。缩放矩阵为 S = [2 0 ; 0 1]。组合变换矩阵 M = S R = [2·√3/2 2·(–1/2) ; 1·1/2 1·√3/2] = [√3 –1 ; 1/2 √3/2]。

M = [ √3 –1 ; 0.5 √3/2 ]

Apply M to each vertex by writing coordinates as a column vector. For A(1, 0): [√3 –1 ; 0.5 √3/2] [1 ; 0] = [√3 ; 0.5] ≈ (1.732, 0.5).

将 M 作用于各顶点,坐标写成列向量。对顶点 A(1, 0):[√3 –1 ; 0.5 √3/2] [1 ; 0] = [√3 ; 0.5] ≈ (1.732, 0.5)。

For B(3, 1): result = [3√3 – 1 ; 1.5 + √3/2] ≈ [5.196 – 1 ; 1.5 + 0.866] = (4.196, 2.366).

对 B(3, 1):结果 = [3√3 – 1 ; 1.5 + √3/2] ≈ [5.196 – 1 ; 1.5 + 0.866] = (4.196, 2.366)。

For C(2, 3): result = [2√3 – 3 ; 1 + 3√3/2] ≈ [3.464 – 3 ; 1 + 2.598] = (0.464, 3.598).

对 C(2, 3):结果 = [2√3 – 3 ; 1 + 3√3/2] ≈ [3.464 – 3 ; 1 + 2.598] = (0.464, 3.598)。

The transformed triangle has vertices (1.732, 0.5), (4.196, 2.366), (0.464, 3.598). This case illustrates the power of matrices in encoding geometric operations efficiently.

变换后的三角形顶点为 (1.732, 0.5), (4.196, 2.366), (0.464, 3.598)。此案例展示了矩阵在高效编码几何操作方面的威力。


3. Eigenvalues and Stability of Dynamical Systems | 特征值与动力系统稳定性

A simple population–resource interaction is modelled by the linear discrete system xn+1 = A xn, where A = [0.5, 0.4 ; 0.1, 0.7] and xn is the state vector at time n. Investigate the long-term behaviour of the origin (0,0) by computing the eigenvalues of A.

一个简单的种群–资源相互作用由线性离散系统 xn+1 = A xn 建模,其中 A = [0.5, 0.4 ; 0.1, 0.7],xn 是时刻 n 的状态向量。试通过计算 A 的特征值来研究原点 (0,0) 的长期行为。

The characteristic equation is det(A – λI) = (0.5 – λ)(0.7 – λ) – 0.04 = 0. Expanding: λ² – 1.2λ + 0.35 – 0.04 = λ² – 1.2λ + 0.31 = 0.

特征方程为 det(A – λI) = (0.5 – λ)(0.7 – λ) – 0.04 = 0。展开得:λ² – 1.2λ + 0.35 – 0.04 = λ² – 1.2λ + 0.31 = 0。

Solve using the quadratic formula: λ = (1.2 ± √(1.44 – 1.24)) / 2 = (1.2 ± √0.20) / 2 = 0.6 ± √0.05. Hence λ₁ ≈ 0.6 + 0.2236 = 0.8236 and λ₂ ≈ 0.6 – 0.2236 = 0.3764.

用求根公式解得:λ = (1.2 ± √(1.44 – 1.24)) / 2 = (1.2 ± √0.20) / 2 = 0.6 ± √0.05。因此 λ₁ ≈ 0.6 + 0.2236 = 0.8236,λ₂ ≈ 0.6 – 0.2236 = 0.3764。

λ₁ ≈ 0.8236, λ₂ ≈ 0.3764

Both eigenvalues have absolute values less than 1, so the origin is a stable node. Any initial state will converge to (0,0) as n → ∞. The dominant eigenvalue λ₁ dictates the slowest decaying direction.

两个特征值的绝对值均小于 1,因此原点是一个稳定的结点。无论初始状态如何,当 n → ∞ 时状态都将趋近于 (0,0)。主导特征值 λ₁ 决定了最慢衰减的方向。

This case links matrix algebra to population dynamics and demonstrates how eigenvalues govern system stability — a core concept in Further Mathematics.

此案例将矩阵代数与种群动态联系起来,展示了特征值如何决定系统的稳定性——这是进阶数学中的一个核心概念。


4. Vector Geometry in Forces and Equilibrium | 向量几何在力与平衡中的应用

Three forces act on a particle: F₁ = 3i + 4j N, F₂ = –i + 2j N, and an unknown force F₃ such that the system is in equilibrium. Find F₃ and the angle it makes with the x-axis.

一个质点受到三个力作用:F₁ = 3i + 4j N,F₂ = –i + 2j N,以及一个未知力 F₃,系统处于平衡状态。求 F₃ 以及它与 x 轴的夹角。

For equilibrium, the resultant force must be zero: F₁ + F₂ + F₃ = 0 ⇒ F₃ = –(F₁ + F₂).

平衡时合力必为零:F₁ + F₂ + F₃ = 0 ⇒ F₃ = –(F₁ + F₂)。

Sum of known forces: F₁ + F₂ = (3 – 1)i + (4 + 2)j = 2i + 6j. Therefore F₃ = –2i – 6j N.

已知力的和:F₁ + F₂ = (3 – 1)i + (4 + 2)j = 2i + 6j。因此 F₃ = –2i – 6j N。

The magnitude of F₃ is √((–2)² + (–6)²) = √(4 + 36) = √40 ≈ 6.32 N. The angle θ with the positive x-axis satisfies tan θ = (–6)/(–2) = 3. Since both components are negative, the force lies in the third quadrant, so θ = 180° + arctan(3) ≈ 180° + 71.6° = 251.6° (or –108.4°).

F₃ 的大小为 √((–2)² + (–6)²) = √(4 + 36) = √40 ≈ 6.32 N。与 x 轴正方向的夹角 θ 满足 tan θ = (–6)/(–2) = 3。由于两个分量均为负,力处在第三象限,故 θ = 180° + arctan(3) ≈ 180° + 71.6° = 251.6°(或 –108.4°)。

The solution demonstrates how vector addition elegantly handles static equilibrium problems without resolving each force into scalar components separately.

解答过程展示了向量加法如何优雅地处理静力平衡问题,而无需将每个力分别分解为标量分量。


5. Differential Equations Modelling Population Growth | 微分方程模拟人口增长

The growth rate of a population P (in thousands) is proportional to both the current population and the available resources. This leads to the logistic equation dP/dt = 0.02P(1 – P/1000). Given P(0) = 100, find the population function P(t) and the limiting population.

某种群数量 P(千只)的增长率同时与当前数量和可用资源成正比,由此得出逻辑斯谛方程 dP/dt = 0.02P(1 – P/1000)。已知 P(0) = 100,求种群函数 P(t) 以及极限数量。

Separate variables: dP / [P(1 – P/1000)] = 0.02 dt. Write the left side as (1/P + 1/(1000 – P)) dP using partial fractions.

分离变量:dP / [P(1 – P/1000)] = 0.02 dt。利用部分分式将左边写成 (1/P + 1/(1000 – P)) dP。

Integrate: ∫ (1/P + 1/(1000 – P)) dP = ∫ 0.02 dt ⇒ ln|P| – ln|1000 – P| = 0.02t + C.

积分:∫ (1/P + 1/(1000 – P)) dP = ∫ 0.02 dt ⇒ ln|P| – ln|1000 – P| = 0.02t + C。

Combine logs: ln |P/(1000 – P)| = 0.02t + C ⇒ P/(1000 – P) = A e^(0.02t) where A = e^C.

合并对数:ln |P/(1000 – P)| = 0.02t + C ⇒ P/(1000 – P) = A e^(0.02t),其中 A = e^C。

Using P(0) = 100: 100/(900) = A ⇒ A = 1/9. Solve for P: P = 1000(A e^(0.02t)) / (1 + A e^(0.02t)) = 1000(1/9 e^(0.02t)) / (1 + 1/9 e^(0.02t)) = 1000 e^(0.02t) / (9 + e^(0.02t)).

代入 P(0) = 100:100/900 = A ⇒ A = 1/9。解出 P:P = 1000(A e^(0.02t)) / (1 + A e^(0.02t)) = 1000(1/9 e^(0.02t)) / (1 + 1/9 e^(0.02t)) = 1000 e^(0.02t) / (9 + e^(0.02t))。

P(t) = 1000 e^(0.02t) / (9 + e^(0.02t))

As t → ∞, e^(0.02t) → ∞, so P → 1000. The limiting population is 1 000 000 individuals, which is the carrying capacity. The solution starts at 100 000 and grows sigmoidally.

当 t → ∞ 时,e^(0.02t) → ∞,故 P → 1000。极限种群数量为 1 000 000 只,即环境容纳量。该解从 100 000 开始并以 S 形曲线增长。

This case illustrates the practical relevance of first-order separable differential equations in biology and environmental science.

此案例展示了一阶可分离变量微分方程在生物学和环境科学中的实际意义。


6. Hyperbolic Functions and Catenary Curves | 双曲函数与悬链线

A uniform flexible cable is suspended between two points at the same height. Its shape is described by the catenary y = c cosh(x/c) where c is a constant. If the cable length between x = –a and x = a is known to be 2c sinh(a/c), verify this using the arc-length formula and hyperbolic identities. Given a = 15 m and the sag at the midpoint is 5 m, determine c and the total length.

一根均匀柔软的缆绳悬挂在两个等高的点之间,其形状由悬链线 y = c cosh(x/c) 描述,c 为常数。已知在 x = –a 到 x = a 之间的缆绳长度为 2c sinh(a/c),试用弧长公式和双曲恒等式验证这点。给定 a = 15 m,中点下垂度为 5 m,求 c 和总长度。

The arc length L = ∫ √(1 + (dy/dx)²) dx from –a to a. Since dy/dx = sinh(x/c), we have 1 + sinh²(x/c) = cosh²(x/c), so √(…) = cosh(x/c). Thus L = ∫–aa cosh(x/c) dx = 2c sinh(a/c).

弧长 L = ∫ √(1 + (dy/dx)²) dx,从 –a 到 a。由 dy/dx = sinh(x/c),得 1 + sinh²(x/c) = cosh²(x/c),故 √(…) = cosh(x/c)。于是 L = ∫–aa cosh(x/c) dx = 2c sinh(a/c)。

L = 2c sinh(a/c)

At x = 0, the height is y(0) = c. The sag is the difference in height between the endpoints and the midpoint: y(a) – c = c cosh(a/c) – c = c(cosh(a/c) – 1) = 5 m.

在 x = 0 处,高度为 y(0) = c。下垂度即端点与中点的高度差:y(a) – c = c cosh(a/c) – c = c(cosh(a/c) – 1) = 5 m。

We know a = 15, so c(cosh(15/c) – 1) = 5. This transcendental equation can be solved numerically. An initial estimate: if c ≈ a²/(2 × sag) = 225/10 = 22.5. Refining gives c ≈ 23.0 m. Then a/c ≈ 15/23 ≈ 0.6522, cosh(0.6522) ≈ 1.221, LHS = 23(1.221 – 1) ≈ 5.08 m, close enough to 5 m.

已知 a = 15,故 c(cosh(15/c) – 1) = 5。该超越方程需数值求解。初估:c ≈ a²/(2×下垂度) = 225/10 = 22.5。进一步修正得 c ≈ 23.0 m。则 a/c ≈ 15/23 ≈ 0.6522,cosh(0.6522) ≈ 1.221,左边 = 23(1.221 – 1) ≈ 5.08 m,已足够接近 5 m。

Using c = 23 m, the cable length L = 2

Published by TutorHao | Year 12 进阶数学 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