📚 Interdisciplinary Problem-Solving Training for Year 12 Edexcel Further Maths | Edexcel 进阶数学跨学科综合题型训练
This article provides a set of interdisciplinary problem-solving exercises tailored for Year 12 Edexcel Further Mathematics, blending topics from Core Pure 1, Further Mechanics 1, and Further Statistics 1 to reinforce synoptic thinking and exam readiness.
本文提供了一系列针对 Year 12 Edexcel 进阶数学的跨学科综合题型训练,融合了纯数核心、力学和统计内容,旨在强化综合思维和备考能力。
1. Vector Equations of Lines and Relative Motion | 直线向量方程与相对运动
Two ships A and B move with constant velocities. At time t hours after noon, position vectors are rA = (2i + 6j) + t(3i – 2j) km and rB = (–i + 3j) + t(2i + j) km. Find the time when the ships are closest and the shortest distance between them.
两艘船A和B以恒定速度行驶。正午t小时后,位矢分别为 rA = (2i + 6j) + t(3i – 2j) km,rB = (–i + 3j) + t(2i + j) km。求两船相距最近时的时间及最短距离。
Relative position vector r = rB – rA = (–3i – 3j) + t(–i + 3j). The squared distance is D = |r|² = (–3 – t)² + (–3 + 3t)².
相对位矢 r = rB – rA = (–3i – 3j) + t(–i + 3j)。距离平方 D = (–3 – t)² + (–3 + 3t)²。
Expand: D = (9 + 6t + t²) + (9 – 18t + 9t²) = 10t² – 12t + 18. Set dD/dt = 20t – 12 = 0, giving t = 0.6 h. Minimum D = 10(0.6)² – 12(0.6) + 18 = 14.4, hence the shortest distance is √14.4 ≈ 3.79 km.
展开:D = 10t² – 12t + 18。令 dD/dt = 20t – 12 = 0,得 t = 0.6 小时。最小 D = 14.4,因此最短距离约为 3.79 公里。
This problem combines vector line equations with calculus optimisation, typical in both pure and mechanics modules.
此题融合了向量线方程与微积分优化,是纯数和力学的典型综合题型。
2. Differential Equations for Modelling Growth and Decay | 微分方程建模增长与衰减
A hot object cools according to Newton’s law: dθ/dt = –k(θ – 20), where θ °C is temperature and t is time in minutes. Initially θ = 80, and after 2 minutes θ = 60. Find how long it takes to reach 30 °C.
某热物体遵循牛顿冷却定律:dθ/dt = –k(θ – 20),θ 为温度(°C),t 为时间(分钟)。初始温度80,2分钟后降到60。求温度降至30所需时间。
Separate variables: ∫ dθ/(θ – 20) = –k∫ dt ⇒ ln|θ – 20| = –kt + C. Using θ(0) = 80 gives ln 60 = C, so θ – 20 = 60 e⁻ᵏᵗ.
分离变量:∫ dθ/(θ – 20) = –k∫ dt ⇒ ln|θ – 20| = –kt + C。代入 θ(0)=80 得 ln 60 = C,故 θ – 20 = 60 e⁻ᵏᵗ。
At t = 2, θ = 60: 40 = 60 e⁻²ᵏ ⇒ e⁻²ᵏ = 2/3 ⇒ k = –½ ln(2/3). For θ = 30: 10 = 60 e⁻ᵏᵗ ⇒ e⁻ᵏᵗ = 1/6 ⇒ t = ln 6 / k ≈ 9.1 min.
t=2时 θ=60:40 = 60 e⁻²ᵏ ⇒ k = –½ ln(2/3)。当 θ=30,10 = 60 e⁻ᵏᵗ ⇒ t = ln 6 / k ≈ 9.1 分钟。
This perfectly links pure differential equations with a practical mechanics context, testing both separation of variables and modelling.
此题将纯数微分方程与力学实际情境完美结合,考查分离变量法和建模能力。
3. Momentum, Impulse and Vector Resolution | 动量、冲量与向量分解
Smooth horizontal table: Sphere A (mass m) moves at 4i m s⁻¹, sphere B (mass 2m) is at rest. The line of centres at impact makes 45° with i. The coefficient of restitution is e = 0.8. Find the velocity vectors of both spheres after collision.
光滑水平桌面上:球A(质量m)以速度4i m s⁻¹运动,球B(质量2m)静止。碰撞瞬时连心线与i夹角45°,恢复系数 e = 0.8。求碰后两球的速度向量。
Let unit vector along line of centres be n = (1/√2)i + (1/√2)j. Momentum conservation: m(4i) + 0 = m vA + 2m vB. Newton’s restitution: (vB·n – vA·n) = e (uA·n – uB·n) = 0.8(4·1/√2 – 0) = 3.2/√2.
设连心线单位向量 n = (1/√2)i + (1/√2)j。动量守恒:m(4i) + 0 = m vA + 2m vB。恢复系数公式:(vB·n – vA·n) = 0.8(4·1/√2) = 3.2/√2。
Resolve velocities: let vA = a₁i + b₁j, vB = a₂i + b₂j. From conservation: 4 = a₁ + 2a₂, 0 = b₁ + 2b₂. Dot product condition gives (a₂ + b₂)/√2 – (a₁ + b₁)/√2 = 3.2/√2 ⇒ a₂ + b₂ – a₁ – b₁ = 3.2. Solving yields vA = (0.4i + 1.4j) m s⁻¹, vB = (1.8i – 0.7j) m s⁻¹.
速度分解:vA = a₁i + b₁j,vB = a₂i + b₂j。由守恒:4 = a₁ + 2a₂,0 = b₁ + 2b₂。点积条件给出 a₂ + b₂ – a₁ – b₁ = 3.2。解得 vA = (0.4i + 1.4j) m s⁻¹,vB = (1.8i – 0.7j) m s⁻¹。
This exercise integrates vector algebra, momentum and restitution in an oblique collision, demanding precise vector resolution.
此题融合了向量代数、动量与恢复系数于斜碰问题,要求精确的向量分解。
4. Projectile Motion and Parametric Equations | 抛体运动与参数方程
A particle is projected from ground level with speed u and angle θ to the horizontal. Using parametric equations, derive the range R = (u² sin 2θ)/g. Determine the angle that maximises range and confirm with calculus.
一质点从地面以初速度u、仰角θ抛出。利用参数方程推导水平射程 R = (u² sin 2θ)/g。求使射程最大的角度并用微积分验证。
Parametric equations: x = u t cos θ, y = u t sin θ – ½ g t². Set y = 0 for landing: t(u sin θ – ½ g t) = 0 ⇒ t = (2u sin θ)/g. Range R = u cos θ × (2u sin θ)/g = (u² sin 2θ)/g.
参数方程:x = u t cos θ,y = u t sin θ – ½ g t²。令 y=0 求落地时间:t = (2u sin θ)/g。射程 R = u cos θ × (2u sin θ)/g = (u² sin 2θ)/g。
Maximise R with respect to θ: dR/dθ = (2u² cos 2θ)/g = 0 ⇒ cos 2θ = 0 ⇒ θ = 45°. Second derivative confirms maximum.
对θ求极大值:dR/dθ = (2u² cos 2θ)/g = 0 ⇒ cos 2θ = 0 ⇒ θ = 45°。二阶导数确认为极大值。
Connecting parametric equations from pure maths with applied projectile problems shows how core techniques support mechanics.
将纯数中的参数方程与抛体问题相结合,体现了核心技巧对力学的
Published by TutorHao | Year 12 进阶数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)