📚 PDF资源导航

Interdisciplinary Integrated Problem-Solving for OCR Further Maths Year 13 | OCR Year 13 进阶数学跨学科综合题型训练

📚 Interdisciplinary Integrated Problem-Solving for OCR Further Maths Year 13 | OCR Year 13 进阶数学跨学科综合题型训练

Interdisciplinary problem‑solving is increasingly woven into the OCR Year 13 Further Mathematics syllabus. These questions demand not only fluency with pure mathematical techniques – differential equations, complex numbers, matrices, polar coordinates – but also the ability to connect them with real‑world contexts drawn from physics, biology, engineering, economics and beyond. This article offers a structured collection of such integrated problems, showing how to translate a verbal scenario into mathematical language, and then apply the appropriate further maths toolset to reach a rigorous solution.

跨学科综合题型在 OCR Year 13 进阶数学大纲中越来越常见。这类题目不仅要求你熟练运用纯数学技巧——微分方程、复数、矩阵、极坐标等,还要求你能将它们与物理、生物、工程、经济学等实际情境联系起来。本文提供了一组精心设计的综合题型,展示如何将文字描述转译为数学语言,然后运用恰当的进阶数学工具得到严谨的解。

1. Differential Equations in Epidemic Modelling | 微分方程在传染病建模中的应用

In biology, the spread of a disease through a fixed population can be described by a logistic‑type differential equation when the total number of susceptible individuals remains large and the infected group is still small. The equation dI/dt = r I (1 – I/K) captures both exponential growth and the slowing effect of a finite carrying capacity.

在生物学中,当易感人群总数很大而感染者数量尚小时,疾病的传播可以用逻辑型微分方程描述。方程 dI/dt = r I (1 – I/K) 既体现了指数增长,也体现了有限承载能力的减速效应。

Problem: A flu outbreak in a college of 1200 students is modelled by dI/dt = 0.4 I (1 – I/1200), where I is the number infected after t days. Initially, 5 students are infected. Find the number infected after 7 days.

问题:某大学城1200名学生中流感暴发,满足 dI/dt = 0.4 I (1 – I/1200),其中 I 为感染人数,t 以天计。最初有5人感染。求7天后的感染人数。

Solution steps: Separate variables and integrate using partial fractions: ∫ dI/[I(1200 – I)] = (0.4/1200) ∫ dt. Standard integration yields ln|I/(1200 – I)| = 0.4 t + C. Plug in I(0)=5 to find C, then solve for I(7). The exact value is I(7) = 1200 × e1.4 / (239 + e1.4) ≈ 67. Rounding gives 67 infected students.

解题步骤:分离变量并用部分分式积分:∫ dI/[I(1200 – I)] = (0.4/1200) ∫ dt。标准积分得 ln|I/(1200 – I)| = 0.4 t + C。代入 I(0)=5 定出 C,再解出 I(7)。精确值为 I(7) = 1200 × e1.4 / (239 + e1.4) ≈ 67。取整得感染学生约67人。


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

Electrical engineers represent impedance using complex numbers, making parallel and series combinations a powerful application of complex arithmetic and polar form. In OCR Further Maths, a typical question will ask for the total impedance of a network and then require conversion between Cartesian and modulus‑argument forms.

电气工程中用复数表示阻抗,串并联组合因此成为复数运算与极坐标形式的典型应用。OCR 进阶数学通常要求计算网络的总阻抗,并在笛卡尔形式与模‑辐角形式之间转换。

Problem: Two parallel branches have impedances Z₁ = 8 + 6i Ω and Z₂ = 4 – 3i Ω. Find the total impedance Z = (Z₁ Z₂)/(Z₁ + Z₂). Give your answer in the form a + bi and also in polar form.

问题:两个并联支路的阻抗分别为 Z₁ = 8 + 6i Ω 和 Z₂ = 4 – 3i Ω。求总阻抗 Z = (Z₁ Z₂)/(Z₁ + Z₂),并以 a + bi 和极坐标形式给出答案。

Key working: Z₁ + Z₂ = 12 + 3i; Z₁ Z₂ = (8+6i)(4–3i) = 50. Hence Z = 50/(12+3i). Rationalise: multiply numerator and denominator by 12–3i to obtain Z = (600 – 150i)/(153) = (200/51) – (50/51)i. Modulus |Z| = 50/√153 ≈ 4.04 Ω, argument θ = arctan((–50/51)/(200/51)) = –14.0°, so polar form Z = 4.04∠–14.0° Ω.

关键运算:Z₁ + Z₂ = 12 + 3i;Z₁ Z₂ = (8+6i)(4–3i) = 50。因此 Z = 50/(12+3i)。分母有理化:分子分母同乘 12–3i 得 Z = (600 – 150i)/153 = (200/51) – (50/51)i。模 |Z| = 50/√153 ≈ 4.04 Ω,辐角 θ = arctan((–50/51)/(200/51)) = –14.0°,故极坐标形式 Z = 4.04∠–14.0° Ω。


3. Vector Calculus in Mechanics | 力学中的向量微积分

The position vector of a particle moving in three dimensions can be differentiated with respect to time to give velocity and acceleration. This bridges the mechanics and pure vectors topics, often appearing in OCR exams where you must find speed, acceleration magnitude, or prove that a force is central.

在三维空间中运动的质点,其位置向量对时间求导可得速度和加速度。这连接了力学与纯向量单元,OCR 考试中常要求计算速率、加速度大小或证明力为有心力。

Problem: A particle P has position vector r(t) = (t² – 2t)i + (3t³)j + (e–t)k at time t ≥ 0. Determine the speed of P at t = 1 and the magnitude of its acceleration at t = 2.

问题:质点 P 在时刻 t 的位置向量为 r(t) = (t² – 2t)i + (3t³)j + (e–t)k,t ≥ 0。求 t=1 时 P 的速率以及 t=2 时的加速度大小。

Approach: Differentiate to get velocity v = dr/dt = (2t – 2)i + (9t²)j + (–e–t)k. At t=1, v = 0i + 9j – e–1k, so speed |v| = √(0² + 9² + (e–1)²) ≈ √(81 + 0.135) ≈ 9.007 m s⁻¹. Acceleration a = d²r/dt² = 2i + 18t j + e–tk; at t=2, a = 2i + 36j + e–2k, giving |a| = √(4 + 1296 + e–4) ≈ √(1300.018) ≈ 36.06 m s⁻².

方法:求导得速度 v = dr/dt = (2t – 2)i + (9t²)j + (–e–t)k。t=1 时 v = 0i + 9j – e–1k,速率 |v| = √(0² + 9² + (e–1)²) ≈ √(81 + 0.135) ≈ 9.007 m s⁻¹。加速度 a = d²r/dt² = 2i + 18t j + e–tk;t=2 时 a = 2i + 36j + e–2k,|a| = √(4 + 1296 + e–4) ≈ √(1300.018) ≈ 36.06 m s⁻²。


4. Polar Coordinates and Celestial Mechanics | 极坐标与天体力学

Planetary orbits are described elegantly in polar coordinates. The radial and transverse components of velocity allow us to link the orbital equation with conservation of angular momentum – a perfect mix of further pure and applied mathematics.

行星轨道用极坐标描述极为优雅。速度的径向和横向分量使得我们可以将轨道方程与角动量守恒联系起来,是纯数学与应用数学的绝佳结合。

Problem: A comet moves around the Sun on a path r = a(1 – e cosθ), where a = 3.0 × 10⁸ km, e = 0.6. At the instant when θ = π/2, its angular speed dθ/dt = 2.5 × 10⁻⁷ rad s⁻¹. Determine the radial speed dr/dt and the total speed at that point.

问题:一颗彗星绕太阳的轨道为 r = a(1 – e cosθ),a = 3.0 × 10⁸ km,e = 0.6。在 θ = π/2 的瞬间,角速度 dθ/dt = 2.5 × 10⁻⁷ rad s⁻¹。求该点的径向速度 dr/dt 和总速率。

Key steps: Using the chain rule, dr/dt = (dr/dθ)·(dθ/dt). First, dr/dθ = a e sinθ. At θ = π/2, sinθ = 1, so dr/dθ = a e = 1.8 × 10⁸ km. Thus dr/dt = 1.8 × 10⁸ × 2.5 × 10⁻⁷ = 45 km s⁻¹. The transverse velocity is r dθ/dt. At θ = π/2, r = a = 3.0 × 10⁸ km, so transverse component = 3.0 × 10⁸ × 2.5 × 10⁻⁷ = 75 km s⁻¹. The total speed is √(45² + 75²) = √(2025 + 5625) = √7650 ≈ 87.5 km s⁻¹.

关键步骤:用链式法则,dr/dt = (dr/dθ)·(dθ/dt)。先求 dr/dθ = a e sinθ。在 θ = π/2 处,sinθ = 1,故 dr/dθ = a e = 1.8 × 10⁸ km。于是 dr/dt = 1.8 × 10⁸ × 2.5 × 10⁻⁷ = 45 km s⁻¹。横向速度为 r dθ/dt。此时 r = a = 3.0 × 10⁸ km,横向分量 = 3.0 × 10⁸ × 2.5 × 10⁻⁷ = 75 km s⁻¹。总速率 = √(45² + 75²) = √(2025 + 5625) = √7650 ≈ 87.5 km s⁻¹。


5. Normal Distribution in Medical Research | 医学研究中的正态分布

Statistical inference using the normal distribution is a cornerstone of evidence‑based medicine. In OCR Further Maths, questions often involve hypothesis testing for population means or constructing confidence intervals from sample data, linking pure statistics with real‑world decision‑making.

使用正态分布进行统计推断是循证医学的基石。OCR 进阶数学中常涉及总体均值的假设检验或根据样本构建置信区间,将统计学与现实决策联系起来。

Problem: A treatment is known to lower blood pressure by an average of 8 mmHg

Published by TutorHao | Year 13 进阶数学 Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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