📚 PDF资源导航

Interdisciplinary Problem-Solving in Further Mathematics | 进阶数学跨学科综合题型训练

📚 Interdisciplinary Problem-Solving in Further Mathematics | 进阶数学跨学科综合题型训练

Year 12 CIE Further Mathematics is not just about mastering pure techniques; it is about learning to connect those techniques to real-world contexts in physics, engineering, economics, and the natural sciences. This article offers a set of integrated exercises that blend further pure concepts with interdisciplinary scenarios. Complex numbers, matrices, series, vectors, Maclaurin expansions, polar coordinates, roots of polynomials, and integration all come alive when applied to AC circuits, network analysis, probabilistic models, relative motion, pendulum oscillations, orbital mechanics, control stability, and chemical kinetics. By engaging with these problems, you strengthen both your mathematical fluency and your ability to think across subject boundaries.

Year 12 CIE 进阶数学不止是掌握纯数技巧,更要求你将那些技巧与物理、工程、经济学以及自然科学的真实情境联系起来。本文提供一组将进阶纯数知识与跨学科场景相融合的综合练习。当复数、矩阵、级数、向量、麦克劳林展开、极坐标、多项式的根以及积分被用于交流电路、网络分析、概率模型、相对运动、单摆振荡、轨道力学、控制稳定性与化学反应动力学时,它们才真正变得鲜活。通过练习这些问题,你既能提升数学的流畅度,也能培养跨学科思考的能力。

1. Complex Numbers in AC Circuits | 交流电路中的复数

In alternating current (AC) circuit theory, sinusoidal voltages and currents are represented as phasors — complex numbers whose magnitude gives the amplitude and whose argument gives the phase angle. The real part corresponds to the instantaneous physical quantity. This compact representation turns differential equations into algebraic equations, drastically simplifying the analysis of circuits containing resistors, inductors, and capacitors.

在交流电路理论中,正弦电压和电流用相量表示——即用复数的模表示振幅、辐角表示相位角。实部对应瞬时物理量。这种简洁表示将微分方程转化为代数方程,极大简化了包含电阻、电感和电容的电路分析。

For a resistor, impedance Z is purely real: ZR = R. For an inductor, ZL = jωL, and for a capacitor, ZC = 1/(jωC) = –j/(ωC), where ω = 2πf is the angular frequency and ‘j’ is the imaginary unit. Series and parallel combinations follow the same rules as with real resistances, enabling the use of complex algebra.

对电阻,阻抗为纯实数:ZR = R。对电感,ZL = jωL;对电容,ZC = 1/(jωC) = –j/(ωC),其中 ω = 2πf 为角频率,‘j’ 为虚数单位。串联与并联组合遵循与实数电阻相同的规则,使得我们可以使用复数代数求解。

Example: A series RLC circuit has R = 20 Ω, L = 0.10 H, C = 50 μF, supplied at f = 50 Hz. Calculate the total impedance Ztotal and express it in the form a + bj.

例题:一个串联 RLC 电路的 R = 20 Ω,L = 0.10 H,C = 50 μF,电源频率 f = 50 Hz。计算总阻抗 Ztotal,并将其写成 a + bj 的形式。

First, ω = 2π × 50 = 100π ≈ 314.16 rad/s. Then ZL = j × 314.16 × 0.10 = j31.416 Ω, and ZC = 1/(j × 314.16 × 50×10⁻⁶) = 1/(j × 0.015708) = –j63.662 Ω. Hence, Ztotal = 20 + j31.416 – j63.662 = 20 – j32.246 Ω. The magnitude is |Z| = √(20² + 32.246²) ≈ 38.0 Ω, and the phase angle is φ = arctan(–32.246/20) ≈ –58.2°, indicating a capacitive overall behaviour.

首先,ω = 2π × 50 = 100π ≈ 314.16 rad/s。则 ZL = j × 314.16 × 0.10 = j31.416 Ω,ZC = 1/(j × 314.16 × 50×10⁻⁶) = 1/(j × 0.015708) = –j63.662 Ω。因此,Ztotal = 20 + j31.416 – j63.662 = 20 – j32.246 Ω。阻抗模 |Z| = √(20² + 32.246²) ≈ 38.0 Ω,相位角 φ = arctan(–32.246/20) ≈ –58.2°,表明电路整体呈容性。


2. Matrices and Kirchhoff’s Laws | 矩阵与基尔霍夫定律

Electrical networks can be analysed systematically by applying Kirchhoff’s current law (KCL) at nodes and Kirchhoff’s voltage law (KVL) around loops. These linear equations often form a system that can be written in matrix form Ax = b, where x is the vector of unknown mesh currents. Solving using the inverse matrix or Gaussian elimination yields all branch currents at once — a classic engineering application of FP1 matrix algebra.

电网可以通过在节点应用基尔霍夫电流定律(KCL)和在回路应用基尔霍夫电压定律(KVL)进行系统分析。这些线性方程通常构成一个可以写成矩阵形式 Ax = b 的系统,其中 x 为待求的网孔电流向量。利用逆矩阵或高斯消元法求解,可一次得到全部分支电流——这是 FP1 矩阵代数在工程中的经典应用。

Consider a two-loop DC circuit. Mesh 1 contains a 10 V source, a 4 Ω resistor, and a 2 Ω resistor shared with mesh 2. Mesh 2 contains a 6 V source (opposing polarity) and a 3 Ω resistor in series with the shared 2 Ω. Applying KVL gives:

考虑一个双回路直流电路。网孔 1 包含 10 V 电源、4 Ω 电阻以及与网孔 2 共享的 2 Ω 电阻。网孔 2 包含一个极性相反的 6 V 电源、一个 3 Ω 电阻和共享的 2 Ω 电阻。应用 KVL 得到:

  • Mesh 1: 10 = 4I₁ + 2(I₁ – I₂) → 6I₁ – 2I₂ = 10
  • Mesh 2: –6 = 3I₂ + 2(I₂ – I₁) → –2I₁ + 5I₂ = –6

中文对应:网孔 1:10 = 4I₁ + 2(I₁ – I₂) → 6I₁ – 2I₂ = 10;网孔 2:–6 = 3I₂ + 2(I₂ – I₁) → –2I₁ + 5I₂ = –6

In matrix form:

[ 6 –2 ] [ I₁ ] [ 10 ]
[ –2 5 ] [ I₂ ] = [ –6 ]

The solution can be found via the inverse: I = A⁻¹b. det(A) = 6×5 – (–2)(–2) = 30 – 4 = 26. A⁻¹ = (1/26)[5 2; 2 6]. Hence I₁ = (1/26)(5×10 + 2×(–6)) = (50 – 12)/26 = 38/26 ≈ 1.4615 A, I₂ = (1/26)(2×10 + 6×(–6)) = (20 – 36)/26 = –16/26 ≈ –0.6154 A. The negative sign for I₂ indicates that the actual current flows opposite to the assumed direction.

可通过逆矩阵求解:I = A⁻¹b。det(A) = 6×5 – (–2)(–2) = 30 – 4 = 26。A⁻¹ = (1/26)[5 2; 2 6]。因此 I₁ = (1/26)(5×10 + 2×(–6)) = (50 – 12)/26 = 38/26 ≈ 1.4615 A,I₂ = (1/26)(2×10 + 6×(–6)) = (20 – 36)/26 = –16/26 ≈ –0.6154 A。I₂ 的负号表示实际电流方向与假设方向相反。


3. Summation of Series and Investment Returns | 级数求和与投资回报

Discrete probability and financial mathematics often require summing series to compute expected values. The standard FP1 results for Σr, Σr², and Σr³ become powerful tools when modelling random variables. Here we combine them with the geometric distribution to evaluate an investment game.

离散概率与金融数学常常需要对级数求和以计算期望值。FP1 中 Σr、Σr² 和 Σr³ 的标准结果在建立随机变量模型时是非常有用的工具。下面我们将它们与几何分布结合,评估一个投资游戏。

A player pays a stake £1 and rolls a fair die repeatedly until a six appears. The prize is £r where r is the number of rolls taken. The probability that the first six occurs on the r-th roll is (5/6)^(r–1) × (1/6). The expected prize is Σ (r × pr) from r=1 to ∞. This infinite sum can be evaluated using known power series: Σ r x^(r–1) = 1/(1–x)² for |x|<1. Setting x = 5/6 yields Σ r (5/6)^(r–1) = 1/(1 – 5/6)² = 1/(1/6)² = 36. Hence the expected prize = (1/6) × 36 = £6. Subtracting the stake, the expected profit is £5 — the game is favourable to the player.

玩家支付£1赌注并反复投掷一枚公平骰子,直到出现六点。奖金为£r,其中 r 是投掷次数。第一个六点出现在第 r 次投掷的概率为 (5/6)^(r–1) × (1/6)。期望奖金为从 r=1 到 ∞ 的 Σ (r × pr)。这个无穷级数可以用已知的幂级数求和:对于 |x|<1,Σ r x^(r–1) = 1/(1–x)²。令 x = 5/6,得到 Σ r (5/6)^(r–1) = 1/(1 – 5/6)² = 1/(1/6)² = 36。因此期望奖金 = (1/6) × 36 = £6。减去赌注,期望利润为 £5——该游戏对玩家有利。

Extension: The variance can be found using Σ r² x^(r–1) = (1+x)/(1–x)³, showing how pure series summation connects directly to risk analysis.

拓展:方差可通过 Σ r² x^(r–1) = (1+x)/(1–x)³ 求得,表明纯数级数求和直接与风险分析相关联。


4. Vectors and Relative Motion | 向量与相对运动

In mechanics, relative velocity problems are elegantly solved by representing velocities as vectors. An aircraft flying in a crosswind or a boat crossing a river with a current requires the vector addition of true velocity and wind/flow velocity to obtain the resultant ground velocity.

在力学中,相对速度问题可以通过将速度表示为向量而优雅地解决。一架在侧风中飞行的飞机或一艘在河流中渡河的船只,都需要将自身速度与风或水流速度进行向量加法,以得到实际的合速度。

An aircraft aims to fly due north at 240 km/h relative to the air. The wind is blowing from the west at 50 km/h. Let the x-axis point east and the y-axis point north. The airspeed vector is vair = (0, 240) km/h. The wind velocity is vwind = (50, 0) km/h. The ground velocity vground = vair + vwind = (50, 240) km/h. Its magnitude is √(50² + 240²) = √(2500 + 57600) = √60100 ≈ 245.1 km/h, and the direction makes an angle arctan(50/240) ≈ 11.8° east of north. To actually travel due north, the pilot must adjust heading to compensate, a problem solved by reversing the vector triangle.

一架飞机计划相对于空气以 240 km/h 的速度向正北飞行。风向为正西,风速 50 km/h。设 x 轴指向东,y 轴指向北。空速向量 vair = (0, 240) km/h,风速向量 vwind = (50, 0) km/h。地速 vground = vair + vwind = (

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