📚 PDF资源导航

AS WJEC Further Mathematics: Interdisciplinary Integrated Problem-Solving Training | AS WJEC 进阶数学:跨学科综合题型训练

📚 AS WJEC Further Mathematics: Interdisciplinary Integrated Problem-Solving Training | AS WJEC 进阶数学:跨学科综合题型训练

AS WJEC Further Mathematics encourages you to connect pure mathematical techniques with real-world contexts from mechanics, statistics and decision mathematics. This article presents a series of integrated problem-solving exercises, each blending two or more topic areas, to help you develop the flexible thinking required for top marks.

AS WJEC 进阶数学鼓励你将纯数学技巧与力学、统计学和决策数学等实际情境联系起来。本文提供一系列综合解题训练,每道题都融合了两个或多个知识领域,帮助你培养获取高分所需的灵活思维。


1. The Importance of Integrated Problem-Solving | 跨学科综合解题的重要性

In WJEC AS Further Mathematics, exam questions often bridge pure topics (such as matrices, complex numbers, vectors) with applied modules (Mechanics M1, Statistics S1, Decision D1). Being able to recognise and apply pure methods in unfamiliar applied contexts is a key skill.

在 WJEC AS 进阶数学考试中,试题常常将纯数学主题(如矩阵、复数、向量)与应用模块(力学 M1、统计学 S1、决策 D1)联系起来。能够在不熟悉的应用情境中识别并运用纯数学方法是一项关键技能。

The following sections each present a worked interdisciplinary problem, followed by a detailed explanation in both English and Chinese. By studying these examples, you will learn to move fluently between abstract mathematics and practical modelling.

以下各节各提供一道跨学科例题的详细解答,并用中英双语解释。通过学习这些实例,你将学会在抽象数学与实际建模之间灵活转换。


2. Matrix Transformations and Equilibrium of Forces | 矩阵变换与静力平衡

Problem: Three coplanar forces acting on a particle are given by column vectors f₁ = (3i + 4j) N, f₂ = (-i + 2j) N and f₃ = (2i – 5j) N. Determine the resultant force. The coordinate axes are then rotated anticlockwise by 30° using the rotation matrix R. Find the components of each force and the resultant in the new coordinate system.

问题:作用在一个质点上的三个共面力用列向量表示为 f₁ = (3i + 4j) N,f₂ = (-i + 2j) N 和 f₃ = (2i – 5j) N。求合力。然后将坐标轴逆时针旋转 30°,旋转矩阵为 R。求在新坐标系下每个力以及合力的分量。

Solution – Finding the resultant: Add the corresponding components: R_original = f₁ + f₂ + f₃ = (3 – 1 + 2, 4 + 2 – 5) = (4, 1). So the resultant is 4i + 1j N.

解答 – 求合力:将对应分量相加:R_original = f₁ + f₂ + f₃ = (3 – 1 + 2, 4 + 2 – 5) = (4, 1)。因此合力为 4i + 1j N。

Rotation matrix and new forces: For 30°, R =

旋转矩阵与新力:对于 30°,R =

cos30° -sin30°
sin30° cos30°

= [ [√3/2, -1/2], [1/2, √3/2] ]

We multiply each force vector by R. For f₁: R * (3,4) = (3·√3/2 – 4·1/2, 3·1/2 + 4·√3/2) = ( (3√3 – 4)/2 , (3 + 4√3)/2 ). Similarly compute the others. The new resultant is simply R * (4,1).

我们将每个力向量左乘 R。对于 f₁:R * (3,4) = (3·√3/2 – 4·1/2, 3·1/2 + 4·√3/2) = ( (3√3 – 4)/2 , (3 + 4√3)/2 )。类似计算其余。新合力即为 R * (4,1)。

This exercise links matrix multiplication (FP1) with basic vector addition in mechanics (M1), showing how coordinate rotations preserve the physical resultant while altering its components.

这道练习将矩阵乘法(FP1)与力学中的基本向量加法(M1)联系起来,展示了坐标旋转如何保持物理合力的同时改变其分量。


3. Complex Numbers for Planar Motion | 复数表示平面运动

Problem: The position of a particle at time t seconds is given by the complex number z(t) = (2 + 3i) + t(5 – 2i), where real and imaginary parts represent x- and y-coordinates in metres. Find: (a) the velocity of the particle; (b) the distance of the particle from the origin at t = 2; (c) the time when the particle is closest to the point (0, 10).

问题:一质点在 t 秒时的位置由复数 z(t) = (2 + 3i) + t(5 – 2i) 给出,其中实部和虚部分别代表以米为单位的 x 坐标和 y 坐标。求:(a) 质点的速度;(b) t = 2 时质点离原点的距离;(c) 质点最接近点 (0, 10) 的时刻。

Solution (a): Velocity is dz/dt. Since z(t) = 2 + 3i + (5 – 2i)t, the derivative is simply 5 – 2i. So velocity = 5 m/s in the x-direction and -2 m/s in the y-direction, speed = √(5² + (-2)²) = √29 ≈ 5.39 m/s.

解答 (a):速度是 dz/dt。因为 z(t) = 2 + 3i + (5 – 2i)t,导数就是 5 – 2i。因此速度分量为 x 方向 5 m/s,y 方向 -2 m/s,速率 = √(5² + (-2)²) = √29 ≈ 5.39 m/s。

(b): At t = 2, z(2) = 2 + 3i + 2(5 – 2i) = 2 + 3i + 10 – 4i = 12 – i. Distance from origin = |z| = √(12² + (-1)²) = √145 ≈ 12.04 m.

(b):在 t = 2 时,z(2) = 2 + 3i + 2(5 – 2i) = 2 + 3i + 10 – 4i = 12 – i。到原点的距离 = |z| = √(12² + (-1)²) = √145 ≈ 12.04 m。

(c): The point (0,10) corresponds to the complex number 0 + 10i. Distance squared d² = |z(t) – 10i|² = |(2 + 3i – 10i) + t(5 – 2i)|² = |(2 – 7i) + t(5 – 2i)|². Write as (2+5t) + i(-7 -2t). Then d² = (2+5t)² + (-7 -2t)². Minimise by expanding or using calculus. The squared distance is a quadratic, minimum at t = -b/(2a) after expanding, giving t = 0.5 s.

(c):点 (0,10) 对应复数 0 + 10i。距离的平方 d² = |z(t) – 10i|² = |(2 + 3i – 10i) + t(5 – 2i)|² = |(2 – 7i) + t(5 – 2i)|²。写成 (2+5t) + i(-7 -2t)。则 d² = (2+5t)² + (-7 -2t)²。通过展开或微积分求最小值。平方距离是二次函数,在 t = -b/(2a) 处取最小值,计算得 t = 0.5 s。

This problem combines complex numbers (FP1) with kinematics (M1) and optimisation, showing how a single complex function can encode 2D motion elegantly.

此题结合了复数(FP1)、运动学(M1)和优化,展示了如何用一个复数函数优雅地编码二维运动。


4. Vector Equations and Collision Paths | 向量方程与碰撞路径

Problem: Two particles A and B move along straight lines. At time t seconds, their position vectors are r_A(t) = (1 + 3t, 2 – t) and r_B(t) = (10 – 2t, 5 + t). Determine whether the particles collide. If not, find the minimum distance between their paths and the time at which they are closest.

问题:两个粒子 A 和 B 沿直线运动。在 t 秒时,它们的位置向量分别为 r_A(t) = (1 + 3t, 2 – t) 和 r_B(t) = (10 – 2t, 5 + t)。判断两粒子是否相撞。若不相撞,求路径间的最小距离以及它们最接近的时刻。

Solution for collision: Equate components: 1 + 3t = 10 – 2s and 2 – t = 5 + s. (We use different parameters t for A and s for B because collision requires same point at the same time, but we can set t = s if they start together. Actually they start at t=0 with different positions. We solve with same t: 1+3t = 10-2t → 5t = 9 → t=1.8; then 2 – 1.8 = 0.2, and RHS: 5 + 1.8 = 6.8. Not equal. So no collision.

碰撞解答:令分量相等:1 + 3t = 10 – 2s 且 2 – t = 5 + s。(我们为 A 用参数 t,为 B 用参数 s,因为碰撞要求在同一时间到达同一点,因此实际上应设 t = s。但我们可以直接用同一 t 求解:1+3t = 10-2t → 5t = 9 → t=1.8;此时 2 – 1.8 = 0.2,而右边 5 + 1.8 = 6.8。不相等。所以不相撞。

Closest approach: Vector AB = r_B(t) – r_A(t) = (10 – 2t – 1 – 3t, 5 + t – 2 + t) = (9 – 5t, 3 + 2t). The distance squared is d² = (9 – 5t)² + (3 + 2t)² = 81 – 90t + 25t² + 9 + 12t + 4t² = 29t² – 78t + 90. Minimum at t = 78/(2*29) = 39/29 ≈ 1.34 s. Substitute back to find d_min.

最接近时刻:向量 AB = r_B(t) – r_A(t) = (10 – 2t – 1 – 3t, 5 + t – 2 + t) = (9 – 5t, 3 + 2t)。距离平方 d² = (9 – 5t)² + (3 + 2t)² = 81 – 90t + 25t² + 9 + 12t + 4t² = 29t² – 78t + 90。在 t = 78/(2*29) = 39/29 ≈ 1.34 s 时最小。代回求 d_min。

This problem uses parametric vector equations (FP1) and calculus/quadratic optimisation (Pure) in a mechanics context, reinforcing the link between vector methods and motion.

此题在力学背景下使用了参数向量方程(FP1)和微积分/二次优化(纯数学),加强了向量方法与运动之间的联系。


5. Polar Coordinates and Path Length in Mechanics | 极坐标与力学路径长度

Problem: A particle moves along a path described in polar coordinates by r = 2θ, where r is in metres and θ in radians. Find the total distance travelled by the particle from θ = 0 to θ = π/2. (Arc length in polar form is ∫ √(r² + (dr/dθ)²) dθ.)

问题:一质点沿极坐标描述的路径运动,路径方程为 r = 2θ,其中 r 的单位为米,θ 为弧度。求质点从 θ = 0 到 θ = π/2 所经过的总距离。(极坐标弧长公式为 ∫ √(r² + (dr/dθ)²) dθ。)

Solution: Given r = 2θ, dr/dθ = 2. Then the integrand √(r² + (dr/dθ)²) = √((2θ)² + 2²) = √(4θ² + 4) = 2√(θ² + 1). Thus the arc length L = ∫ from 0 to π/2 of 2√(θ² + 1) dθ.

解答:已知 r = 2θ,dr/dθ = 2。则被积函数 √(r² + (dr/dθ)²) = √((2θ)² + 2²) = √(4θ² + 4) = 2√(θ² + 1)。因此弧长 L = ∫₀^{π/2} 2√(θ² + 1) dθ。

This integral requires hyperbolic substitution or recognition of standard form. Using substitution θ = sinh u, dθ = cosh u du, √(θ²+1) = cosh u, L = 2 ∫_{0}^{sinh^{-1}(π/2)} cosh² u du = ∫ (1+cosh 2u) du, etc. The exact value can be expressed with inverse hyperbolic functions, but typically in a calculator paper you’d evaluate numerically: L = [θ√(θ²+1) + ln|θ+√(θ²+1)|] from standard formula. At θ = π/2, θ√(θ²+1) + ln… gives L ≈ 4.15 m.

该积分需要双曲代换或识别标准形式。令 θ = sinh u,dθ = cosh u du,√(θ²+1) = cosh u,L = 2 ∫₀^{sinh^{-1}(π/2)} cosh² u du = ∫ (1+cosh 2u) du 等。精确值可用反双曲函数表示,但在允许计算器的考试中可直接数值求值:利用标准公式 L = [θ√(θ²+1) + ln|θ+√(θ²+1)|] 代入得 L ≈ 4.15 m。

Using polar integration from FP1 alongside mechanics path descriptions demonstrates how pure calculus techniques solve physical geometry problems.

运用 FP1 中的极坐标积分与力学路径描述相结合,展示了纯微积分技巧如何解决物理几何问题。


6. Probability and Matrix Representation | 概率与矩阵表示

Problem: A simple two-state weather model has states “Sunny” (S) and “Rainy” (R). The probability of transitioning from S to R each day is 0.3, and from R to S is 0.4. The initial probability vector is p₀ = [0.7, 0.3]ᵀ. Use matrix multiplication to find the probabilities after two days. State the transition matrix and interpret the result.

问题:一个简单的双状态天气模型有“晴”(S)和“雨”(R)两种状态。每天从 S 转为 R 的概率为 0.3,从 R 转为 S 的概率为 0.4。初始概率向量为 p₀ = [0.7, 0.3]ᵀ。使用矩阵乘法求两天后的概率。写出转移矩阵并解释结果。

Solution: The transition matrix M has columns representing “from” states: from S stay S (0.7) and go R (0.3); from R go S (0.4) and stay R (0.6). So M = [[0.7, 0.4], [0.3, 0.6]]. After one day: p₁ = M p₀ = [[0.7,0.4],[0.3,0.6]] * [0.7, 0.3]ᵀ = [0.7*0.7+0.4*0.3, 0.3*0.7+0.6*0.3] = [0.61, 0.39]. After two days: p₂ = M p₁ = M² p₀ = [[0.7,0.4],[0.3,0.6]] * [0.61,0.39] = [0.7*0.61+0.4*0.39, 0.3*0.61+0.6*0.39] = [0.583, 0.417]. So probability of sunny after two days is about 58.3%.

解答:转移矩阵 M 的列表示“从”状态:从 S 保持 S(0.7)和转为 R(0.3);从 R 转为 S(0.4)和保持 R(0.6)。所以 M = [[0.7, 0.4], [0.3, 0.6]]。一天后:p₁ = M p₀ = [[0.7,0.4],[0.3,0.6]] * [0.7, 0.3]ᵀ = [0.7*0.7+0.4*0.3, 0.3*0.7+0.6*0.3] = [0.61, 0.39]。两天后:p₂ = M p₁ = M² p₀ = [[0.7,0.4],[0.3,0.6]] * [0.61,0.39] = [0.7*0.61+0.4*0.39, 0.3*0.61+0.6*0.39] = [0.583, 0.417]。因此两天后晴天的概率约为 58.3%。

This merges matrix multiplication (FP1) with probability and Markov chains (optional extension from S1), illustrating how pure linear algebra can model random processes.

这融合了矩阵乘法(FP1)与概率及马尔可夫链(S1 的延伸内容),展示了纯线性代数如何对随机过程建模。


7. Inequalities and Limiting Friction | 不等式与极限摩擦

Problem: A block of mass 5 kg rests on a rough inclined plane angled at 30° to the horizontal. The coefficient of static friction between the block and plane is μ. Using the condition that the block does not slide, set up inequalities for the frictional force and determine the minimum value of μ required for equilibrium.

问题:一质量为 5 kg 的木块静止在与水平面成 30° 角的粗糙斜面上。木块与斜面间的静摩擦系数为 μ。利用木块不滑动的条件,建立摩擦力的不等式,并确定保持平衡所需的 μ 的最小值。

Solution: Resolve forces parallel and perpendicular to the plane. Weight component down the plane = mg sin30° = 5 × 9.8 × 0.5 = 24.5 N. Normal reaction R = mg cos30° = 5 × 9.8 × (√3/2) ≈ 42.435 N. Maximum static friction F_max = μR. For equilibrium, frictional force F ≤ μR, and F must balance 24.5 N, so 24.5 ≤ μ × 42.435 → μ ≥ 24.5 / 42.435 ≈ 0.577. So μ_min = 24.5 / (49√3/2) = (24.5 × 2)/(49√3) = 1/√3 ≈ 0.577.

解答:沿斜面和垂直斜面分解力。沿斜面向下的重力分力 = mg sin30° = 5 × 9.8 × 0.5 =

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