📚 PDF资源导航

Year 12 OCR Further Maths: Interdisciplinary Problem Solving | Year 12 OCR 进阶数学:跨学科综合题型训练

📚 Year 12 OCR Further Maths: Interdisciplinary Problem Solving | Year 12 OCR 进阶数学:跨学科综合题型训练

In Year 12 OCR Further Mathematics, you will frequently encounter questions that weave together different strands of the syllabus – for instance, using pure mathematics techniques to model a physical situation in mechanics, or applying matrix algebra to a probability problem in statistics. Mastering interdisciplinary problem solving not only boosts your exam confidence but also reveals the elegant connections that make Further Maths so powerful. This article presents a curated training sequence of eight challenge-based sections, each blending at least two topic areas. Every problem is worked through with paired English–Chinese explanations to reinforce both language proficiency and conceptual clarity.

在 Year 12 OCR 进阶数学中,你经常会遇到将大纲不同分支编织在一起的题目——例如运用纯数学技巧为力学中的物理情境建模,或者将矩阵代数应用于统计中的概率问题。掌握跨学科解题不仅能提升你的考试信心,还能揭示让进阶数学如此强大的优雅联系。本文提供八个精心编排的挑战型小节,每节都融合至少两个主题领域。每个问题都配以成对的英中讲解,既强化语言能力又加深概念理解。


1. Pure Meets Mechanics: Variable Acceleration and Integration | 纯数遇上力学:变加速度与积分

A particle moves along a straight line such that its acceleration a m s⁻² at time t seconds is given by a = 6t − 4. Initially the velocity is 2 m s⁻¹, and when t = 1 the displacement from the origin is 5 m. Find expressions for velocity and displacement as functions of time.

一质点沿直线运动,在时刻 t 秒的加速度 a 为 a = 6t − 4 m s⁻²。初始速度为 2 m s⁻¹,且当 t = 1 时相对于原点的位移为 5 m。求速度和位移关于时间的函数。

The relation a = dv/dt allows us to set up a differential equation and integrate directly. Since a = 6t − 4, we write:

利用 a = dv/dt 的关系,我们可以建立微分方程并直接积分。因为 a = 6t − 4,写出:

dv/dt = 6t − 4

Integrating both sides with respect to t gives v(t) = 3t² − 4t + C, where C is the constant of integration.

两边关于 t 积分得 v(t) = 3t² − 4t + C,其中 C 为积分常数。

Substitute the initial condition v(0) = 2: 2 = 3(0)² − 4(0) + C ⇒ C = 2. Hence the velocity function is v(t) = 3t² − 4t + 2.

代入初值 v(0) = 2:2 = 3(0)² − 4(0) + C ⇒ C = 2。因此速度函数为 v(t) = 3t² − 4t + 2。

Now v = ds/dt, so ds/dt = 3t² − 4t + 2. Integrate again to find displacement: s(t) = t³ − 2t² + 2t + D.

现在 v = ds/dt,故 ds/dt = 3t² − 4t + 2。再次积分求位移:s(t) = t³ − 2t² + 2t + D。

Using s(1) = 5: 5 = (1)³ − 2(1)² + 2(1) + D ⇒ 5 = 1 − 2 + 2 + D ⇒ D = 4. Thus s(t) = t³ − 2t² + 2t + 4.

利用 s(1) = 5:5 = (1)³ − 2(1)² + 2(1) + D ⇒ 5 = 1 − 2 + 2 + D ⇒ D = 4。因此 s(t) = t³ − 2t² + 2t + 4。

This problem typifies the bridge between pure calculus and kinematics. The key steps – recognise derivative connections, integrate, and apply boundary conditions – are repeated throughout mechanics.

这个问题是纯微积分与运动学之间桥梁的典型例证。关键步骤——识别导数关系、积分并应用边界条件——在力学中反复出现。


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

A series AC circuit contains a resistor of 10 Ω and an inductor of inductance L = 0.02 H, supplied by a voltage source of frequency 50 Hz. Use complex impedance to find the total impedance Z of the circuit in the form R + jX, and then determine the magnitude of Z.

一个串联交流电路包含一个 10 Ω 的电阻和一个电感 L = 0.02 H,由频率 50 Hz 的电压源供电。利用复阻抗求电路的总阻抗 Z,表示为 R + jX 的形式,并求 Z 的模。

The angular frequency is ω = 2πf = 2π × 50 = 100π rad s⁻¹. The impedance of the resistor is purely real: Z_R = 10 Ω; the inductive reactance is X_L = ωL = 100π × 0.02 = 2π Ω, giving an inductive impedance Z_L = j2π Ω.

角频率为 ω = 2πf = 2π × 50 = 100π rad s⁻¹。电阻的阻抗为纯实数:Z_R = 10 Ω;感抗为 X_L = ωL = 100π × 0.02 = 2π Ω,因此电感阻抗为 Z_L = j2π Ω。

Total complex impedance is Z = Z_R + Z_L = 10 + j2π. This is already in the form R + jX.

总复阻抗为 Z = Z_R + Z_L = 10 + j2π。这已符合 R + jX 的形式。

The magnitude |Z| is found using Pythagoras on the complex plane: |Z| = √(R² + X²) = √(10² + (2π)²) = √(100 + 4π²). Substituting π ≈ 3.1416 gives |Z| ≈ √(100 + 39.478) = √139.478 ≈ 11.81 Ω.

模 |Z| 可在复平面上用勾股定理求得:|Z| = √(R² + X²) = √(10² + (2π)²) = √(100 + 4π²)。代入 π ≈ 3.1416 得 |Z| ≈ √(100 + 39.478) = √139.478 ≈ 11.81 Ω。

This exercise shows how complex numbers from Core Pure 1 can model physical quantities in electrical engineering. The real part handles resistive effects, while the imaginary part captures phase-changing reactive components.

这道练习展示了 Core Pure 1 中的复数如何为电气工程中的物理量建模。实部处理电阻效应,而虚部则捕获改变相位的电抗成分。


3. Matrices in Economics: Input-Output Analysis | 经济学中的矩阵:投入产出分析

Consider a simple two-sector economy where the technology matrix A describes the internal consumption of output: sector 1 uses 0.2 of sector 1’s output and 0.4 of sector 2’s output; sector 2 uses 0.3 of sector 1’s output and 0.1 of sector 2’s output. Write down matrix A. If the final demand vector is d = [50, 30]ᵀ (in suitable units), use the Leontief inverse to find the total output vector x.

考虑一个简单的两部门经济,其技术矩阵 A 描述产出的内部消耗:部门 1 使用部门 1 产出的 0.2 和部门 2 产出的 0.4;部门 2 使用部门 1 产出的 0.3 和部门 2 产出的 0.1。写出矩阵 A。若最终需求向量为 d = [50, 30]ᵀ(适当单位),利用列昂惕夫逆矩阵求总产出向量 x。

The technology matrix is A = [[0.2, 0.4], [0.3, 0.1]]. The relationship is (I − A)x = d, where I is the 2×2 identity matrix. First compute I − A:

技术矩阵为 A = [[0.2, 0.4], [0.3, 0.1]]。关系式为 (I − A)x = d,其中 I 为 2×2 单位阵。首先计算 I − A:

I − A = [[0.8, −0.4], [−0.3, 0.9]]

The Leontief inverse is (I − A)⁻¹. For a 2×2 matrix [[a, b], [c, d]], its inverse is (1/(ad − bc)) × [[d, −b], [−c, a]]. Here a=0.8, b=−0.4, c=−0.3, d=0.9. The determinant is (0.8)(0.9) − (−0.4)(−0.3) = 0.72 − 0.12 = 0.60.

列昂惕夫逆矩阵为 (I − A)⁻¹。对 2×2 矩阵 [[a, b], [c, d]],其逆为 (1/(ad − bc)) × [[d, −b], [−c, a]]。此处 a=0.8, b=−0.4, c=−0.3, d=0.9。行列式为 (0.8)(0.9) − (−0.4)(−0.3) = 0.72 − 0.12 = 0.60。

Hence (I − A)⁻¹ = (1/0.6) × [[0.9, 0.4], [0.3, 0.8]] = [[1.5, 0.666…], [0.5, 1.333…]]. More precisely, keep fractions: 0.9/0.6 = 3/2, 0.4/0.6 = 2/3, 0.3/0.6 = 1/2, 0.8/0.6 = 4/3.

因此 (I − A)⁻¹ = (1/0.6) × [[0.9, 0.4], [0.3, 0.8]] = [[1.5, 0.666…], [0.5, 1.333…]]。精确些保留分数:0.9/0.6 = 3/2,0.4/0.6 = 2/3,0.3/0.6 = 1/2,0.8/0.6 = 4/3。

Now x = (I − A)⁻¹ d = [[3/2, 2/3], [1/2, 4/3]] × [[50], [30]]. Calculate: x₁ = (3/2)×50 + (2/3)×30 = 75 + 20 = 95; x₂ = (1/2)×50 + (4/3)×30 = 25 + 40 = 65.

现在 x = (I − A)⁻¹ d = [[3/2, 2/3], [1/2, 4/3]] × [[50], [30]]。计算得:x₁ = (3/2)×50 + (2/3)×30 = 75 + 20 = 95;x₂ = (1/2)×50 + (4/3)×30 = 25 + 40 = 65。

The total output vector is x = [95, 65]ᵀ. This illustrates how matrix inversion, a Core Pure 1 topic, directly solves a classic economic equilibrium problem.

总产出向量为 x = [95, 65]ᵀ。这说明了 Core Pure 1 中的矩阵求逆如何直接解决经典的经济均衡问题。


4. Vectors in Statics: Solving Force Systems | 向量在静力学中的应用:求解力系

Three forces act on a particle at the origin: F₁ = (2i + 3j) N, F₂ = (−i + 5j) N, and F₃ = (p i + q j) N. Given that the particle is in equilibrium, find the values of p and q.

三个力作用在位于原点的质点上:F₁ = (2i + 3j) N,F₂ = (−i + 5j) N,F₃ = (p i + q j) N。已知质点处于平衡状态,求 p 和 q 的值。

Equilibrium means the vector sum of all forces is zero: F₁ + F₂ + F₃ = 0. Sum the i-components: 2 + (−1) + p = 0 ⇒ 1 + p = 0 ⇒ p = −1.

平衡意味着所有力的向量和为零:F₁ + F₂ + F₃ = 0。将 i 分量相加:2 + (−1) + p = 0 ⇒ 1 + p = 0 ⇒ p = −1。

Sum the j-components: 3 + 5 + q = 0 ⇒ 8 + q = 0 ⇒ q = −8. So F₃ = (−i − 8j) N.

将 j 分量相加:3 + 5 + q = 0 ⇒ 8 + q = 0 ⇒ q = −8。因此 F₃ = (−i − 8j) N。

Thus the required third force is −i − 8j N. Working with vectors in i, j notation makes equilibrium problems straightforward by separating perpendicular directions. This is a direct application of Core Pure 1 vectors to mechanics.

因此所需第三个力为 −i − 8j N。使用 i, j 表示法处理向量,通过分离垂直方向使平衡问题变得简单。这是 Core Pure 1 向量在力学中的直接应用。


5. Projectile Motion and Parametric Curves | 抛体运动与参数曲线

A ball is projected from the origin with initial speed u at an angle θ above the horizontal. The horizontal and vertical displacements at time t are given by x = u cos θ t, y = u sin θ t − (1/2)gt². Eliminate the parameter t to show that the trajectory is a parabola. Then find the range when the ball lands on level ground (y = 0).

一球从原点以初速度 u 且仰角 θ 射出。在时刻 t 的水平与竖直位移分别为 x = u cos θ t,y = u sin θ t − (1/2)gt²。消去参数 t 证明轨迹为抛物线。然后求球落回水平地面(y = 0)时的射程。

From x = u cos θ t, we obtain t = x / (u cos θ). Substitute into the y-equation: y = u sin θ (x/(u cos θ)) − (1/2)g (x/(u cos θ))².

由 x = u cos θ t 可得 t = x / (u cos θ)。代入 y 的方程:y = u sin θ (x/(u cos θ)) − (1/2)g (x/(u cos θ))²。

Simplify: y = (tan θ) x − (g/(2u² cos²θ)) x². This is of the form y = ax − bx², a quadratic in x, confirming the parabolic path.

化简得:y = (tan θ) x − (g/(2u² cos²θ)) x²。该式为 y = ax − bx² 的形式,是 x 的二次函数,证实轨迹为抛物线。

To find the range R, set y = 0: 0 = x(tan θ − (g/(2u² cos²θ)) x). One solution is x = 0 (launch point). The other gives the range: tan θ = (g/(2u² cos²θ)) R ⇒ R = (2u² cos²θ tan θ) / g = (2u² sin θ cos θ) / g = (u² sin 2θ) / g.

为求射程 R,令 y = 0:0 = x(tan θ − (g/(2u² cos²θ)) x)。一个解为 x = 0(发射点)。另一个解给出射程:tan θ = (g/(2u² cos²θ)) R ⇒ R = (2u² cos²θ tan θ) / g = (2u² sin θ cos θ) / g = (u² sin 2θ) / g。

Parametric thinking from pure mathematics and kinematic decomposition from mechanics combine seamlessly here. The trigonometric identity sin 2θ = 2 sin θ cos θ further links pure and applied strands.

纯数学中的参数思维与力学中的运动分解在这里无缝融合。三角恒等式 sin 2θ = 2 sin θ cos θ 进一步将纯数学与应用分支联系起来。


6. Impulse-Momentum with Vector Equations | 动量冲量的向量方程

A smooth sphere of mass 0.5 kg moves with velocity (4i − 2j) m s⁻¹ when it collides with a fixed wall. After the collision its velocity is (−3i − 2j) m s⁻¹. Find the impulse exerted by the wall on the sphere.

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