📚 PDF资源导航

Interdisciplinary Integrated Question Training for Year 12 CIE Further Mathematics | Year 12 CIE 进阶数学:跨学科综合题型训练

📚 Interdisciplinary Integrated Question Training for Year 12 CIE Further Mathematics | Year 12 CIE 进阶数学:跨学科综合题型训练

In the CIE Year 12 Further Mathematics syllabus, students are often challenged to apply pure mathematical concepts across different fields such as physics, engineering, computer science, and biology. This article presents a collection of integrated problem-solving exercises designed to strengthen the ability to transfer skills between topics, mirroring the style of advanced examination questions. Each section contains a typical interdisciplinary scenario, key solution steps, and the relevant Further Mathematics techniques.

在 CIE Year 12 进阶数学课程中,学生经常需要将纯粹的数学概念应用于物理、工程、计算机科学和生物学等不同领域。本文提供了一系列跨学科综合题型训练,旨在强化在不同主题之间迁移技能的能力,模拟高级考试题目的风格。每个小节都包含一个典型的跨学科场景、关键解题步骤以及相关的进阶数学技巧。

1. Vectors and Mechanics in Three Dimensions | 向量与三维力学

A particle of mass 2 kg moves under the action of a force F = (6t)i + (4 – t²)j + 8k N. At t = 0, its position vector is r = 2j + 3k m and its velocity is v = 3ij m s⁻¹. Find the displacement of the particle during the first 3 seconds and the work done by the force. This problem integrates vector calculus, kinematics, and work–energy principles from mechanics.

一质量为2 kg的质点在力 F = (6t)i + (4 – t²)j + 8k N 的作用下运动。在t = 0时,其位置向量为 r = 2j + 3k m,速度为 v = 3ij m s⁻¹。求该质点在前3秒内的位移以及力所做的功。此题综合了向量微积分、运动学以及力学中的功–能原理。

Use Newton’s second law F = ma to obtain acceleration: a = (3t)i + (2 – ½t²)j + 4k. Integrate to get velocity with initial condition, then integrate again for position. The displacement vector Δr = r(3) – r(0) can be computed. Work done = ∫ F · dr = change in kinetic energy, which is a scalar obtained from initial and final speeds.

利用牛顿第二定律 F = ma 得到加速度:a = (3t)i + (2 – ½t²)j + 4k。积分并带入初始条件求速度,再次积分求位置。位移向量 Δr = r(3) – r(0) 可直接计算。功 = ∫ F · dr = 动能的变化量,该标量可由初、末速率求得。

Key CIE Further Maths skills: integration of vector-valued functions, dot product, application of initial conditions, and linking pure calculus to a physical quantity (work).

CIE 进阶数学关键技能:向量值函数的积分、点积运算、初始条件的应用,以及将纯微积分与物理量(功)联系起来。


2. Matrices and Linear Transformations in Computer Graphics | 矩阵与计算机图形学中的线性变换

A 2D shape is defined by the vertices (1, 1), (3, 1) and (2, 4). The shape is first rotated by 60° anticlockwise about the origin, then reflected in the line y = x. Find the coordinates of the transformed vertices and verify that the area of the shape is multiplied by the absolute value of the determinant of the combined transformation matrix. This links matrix multiplication, determinants, and geometric transformations.

一个二维图形由顶点 (1, 1)、(3, 1) 和 (2, 4) 定义。先将图形绕原点逆时针旋转60°,再关于直线 y = x 反射。求变换后顶点的坐标,并验证图形面积乘以了组合变换矩阵行列式的绝对值。此题连接了矩阵乘法、行列式与几何变换。

Represent each vertex as a column vector. The rotation matrix is R = [cos60° -sin60°; sin60° cos60°], the reflection matrix M = [0 1; 1 0]. The combined transformation matrix is M × R. Multiply this matrix by each vertex vector to obtain new coordinates. The area scale factor is |det(MR)| = |det(M) × det(R)| = 1 × 1 = 1, so area remains unchanged. Compute original area using the shoelace formula to confirm.

将每个顶点表示为列向量。旋转矩阵 R = [cos60° -sin60°; sin60° cos60°],反射矩阵 M = [0 1; 1 0]。组合变换矩阵为 M × R。将该矩阵乘以各顶点向量即可得到新坐标。面积缩放因子为 |det(MR)| = |det(M) × det(R)| = 1 × 1 = 1,因此面积保持不变。使用鞋带公式计算原面积以作验证。

Further Maths techniques used: matrix multiplication, inverse trigonometric values, determinant of product, and area interpretation of the determinant in two dimensions.

使用的进阶数学技巧:矩阵乘法、反三角函数值、乘积的行列式,以及二维行列式的面积意义。


3. Complex Numbers and AC Circuit Analysis | 复数与交流电路分析

An RLC series circuit has a resistance R = 10 Ω, inductance L = 0.05 H, and capacitance C = 100 μF. The supply voltage is V = 20 sin(100π t) volts. Using complex impedance, find the amplitude of the steady-state current and the phase difference between voltage and current. This problem demonstrates the use of complex numbers in electrical engineering.

某 RLC 串联电路具有电阻 R = 10 Ω、电感 L = 0.05 H 和电容 C = 100 μF。电源电压为 V = 20 sin(100π t) 伏特。利用复阻抗,求稳态电流的振幅以及电压与电流之间的相位差。此题展示复数在电气工程中的应用。

The angular frequency ω = 100π rad s⁻¹. Impedances: Z_R = R (real), Z_L = jωL, Z_C = 1/(jωC) = -j/(ωC). Total impedance Z = R + j(ωL – 1/(ωC)). Compute numerical values: ωL = 5π, 1/(ωC) = 1/(100π × 100×10⁻⁶) = 100/π. Then Z = 10 + j(5π – 100/π). Magnitude |Z| = √(10² + (5π – 100/π)²) and phase φ = arctan((5π – 100/π)/10). The current amplitude is I₀ = V₀ / |Z| = 20 / |Z|. The phase of current lags voltage by φ (if φ > 0). Express in polar form.

角频率 ω = 100π rad s⁻¹。各阻抗:Z_R = R(实部),Z_L = jωL,Z_C = 1/(jωC) = -j/(ωC)。总阻抗 Z = R + j(ωL – 1/(ωC))。代入数值计算:ωL = 5π,1/(ωC) = 1/(100π × 100×10⁻⁶) = 100/π。于是 Z = 10 + j(5π – 100/π)。模 |Z| = √(10² + (5π – 100/π)²),相位 φ = arctan((5π – 100/π)/10)。电流振幅 I₀ = V₀ / |Z| = 20 / |Z|。电流相位滞后电压 φ(若 φ > 0)。用极坐标形式表示。

CIE Further Maths content: complex numbers in Cartesian and polar form, modulus and argument, and the ability to interpret physical meaning from mathematical results.

CIE 进阶数学内容:复数的笛卡尔形式与极坐标形式、模与辐角,以及从数学结果中解读物理意义的能力。


4. Differential Equations and Population Dynamics | 微分方程与种群动态

A population P(t) of rabbits on an island grows according to the logistic model dP/dt = 0.2P(1 – P/1000), where t is in months. If the initial population is P(0) = 100, find the explicit solution for P(t) and the time taken for the population to reach 500. Discuss the long-term behaviour and the role of the carrying capacity. This involves separable first-order ODEs and partial fractions.

某岛屿上的兔群数量 P(t) 按照 Logistic 模型 dP/dt = 0.2P(1 – P/1000) 增长,t 以月为单位。若初始数量为 P(0) = 100,求 P(t) 的显式解以及种群达到 500 所需的时间。讨论长期行为及环境容纳量的作用。此题涉及可分离的一阶常微分方程及部分分式。

Separate variables: dP / (P(1 – P/1000)) = 0.2 dt. Write 1/(P(1 – P/1000)) as 1/P + 1/(1000 – P) using partial fractions. Integrate both sides: ln|P| – ln|1000 – P| = 0.2t + C. Simplify to P/(1000 – P) = A e^{0.2t}. Use initial condition to find A = 100/900 = 1/9. Solve for P(t) = 1000 / (1 + 9e^{-0.2t}). Then set P=500 and solve for t: 9e^{-0.2t} = 1 → t = (ln 9)/0.2 ≈ 10.99 months. As t → ∞, P → 1000, the carrying capacity.

分离变量:dP / (P(1 – P/1000)) = 0.2 dt。利用部分分式将 1/(P(1 – P/1000)) 写成 1/P + 1/(1000 – P)。两边积分:ln|P| – ln|1000 – P| = 0.2t + C。化简得 P/(1000 – P) = A e^{0.2t}。代入初始条件得 A = 100/900 = 1/9。解出 P(t) = 1000 / (1 + 9e^{-0.2t})。令 P=500 求解 t:9e^{-0.2t} = 1 → t = (ln 9)/0.2 ≈ 10.99 个月。当 t → ∞ 时,P → 1000,即环境容纳量。

Relevant FP topics: classification of ODEs, separable equations, partial fractions, integration of rational functions, logarithmic integration, and modelling with exponential/logistic growth.

相关进阶纯数学主题:常微分方程分类、可分离方程、部分分式、有理函数积分、对数积分,以及用指数/Logistic 增长进行建模。


5. Polar Curves and Orbital Motion | 极坐标曲线与轨道运动

A planet moves in an elliptical orbit given by the polar equation r = (1.2 × 10¹¹) / (1 + 0.0167 cos θ) metres, with the Sun at the pole. Calculate the closest and farthest distances from the Sun (perihelion and aphelion) and find the area swept out per day if the orbital period is 365 days. This links polar coordinates, conic sections, and Kepler’s laws.

某行星以极坐标方程 r = (1.2 × 10¹¹) / (1 + 0.0167 cos θ) 米的椭圆轨道运行,太阳位于极点。计算其距太阳的最近和最远距离(近日点和远日点),并求若轨道周期为 365 天时每天扫过的面积。此题连接极坐标、圆锥曲线和开普勒定律。

The equation has the form r = l / (1 + e cos θ) with semi-latus rectum l = 1.2×10¹¹ and eccentricity e = 0.0167. Perihelion occurs at θ = 0: r_min = l/(1+e) ≈ 1.18×10¹¹ m. Aphelion at θ = π: r_max = l/(1-e) ≈ 1.22×10¹¹ m. Kepler’s second law states that the line joining planet to Sun sweeps out equal areas in equal times. The total area of ellipse is A = πab, where a = (r_min + r_max)/2, b = a√(1-e²). Evaluate numerically. Area per day = A / 365.

该方程形如 r = l / (1 + e cos θ),其中半正焦弦 l = 1.2×10¹¹,离心率 e = 0.0167。近日点在 θ = 0 处:r_min = l/(1+e) ≈ 1.18×10¹¹ m。远日点在 θ = π 处:r_max = l/(1-e) ≈ 1.22×10¹¹ m。开普勒第二定律指出,行星与太阳的连线在相等时间内扫过相等的面积。椭圆总面积为 A = πab,其中 a = (r_min + r_max)/2,b = a√(1-e²)。代入数值计算。每天扫过的面积 = A / 365。

Further Pure Mathematics skills: working with polar equations of conics, finding extrema using trigonometric limits, and applying integration for area (if required in general). Also connects to parametric forms of ellipses.

进阶纯数学技能:处理圆锥曲线的极坐标方程、利用三角极限求极值,以及应用积分求面积(一般要求)。同时联系椭圆的参数形式。


6. Taylor Series and Approximations in Signal Processing | 泰勒级数与信号处理中的近似

In a communication system, the modulated signal is described by f(x) = √(1 + x²) near x = 0. Use the Maclaurin series up to the term in x⁴ to approximate f(0.2), and estimate the absolute error using the next term of the series. This illustrates the use of series expansions for simplifying non-linear functions in engineering.

在通信系统中,调制信号由 f(x) = √(1 + x²) 在 x = 0 附近描述。利用麦克劳林级数展开至 x⁴ 项近似计算 f(0.2),并利用级数的下一项估计绝对误差。这展示了用级数展开简化非线性函数在工程中的应用。

Compute derivatives: f(0)=1, f'(x)= x/√(1+x²) → f'(0)=0, f”(x)= 1/(1+x²)^(3/2) → f”(0)=1, f”'(x)= -3x/(1+x²)^(5/2) → f”'(0)=0, f⁗(x)= -3(1-4x²)/(1+x²)^(7/2) → f⁗(0)= -3. Maclaurin series: f(x) ≈ 1 + (1/2!)x² + ( -3/4!)x⁴ = 1 + ½ x² – ⅛ x⁴. For x=0.2, f(0.2) ≈ 1 + 0.5×0.04 – 0.125×0.0016 = 1 + 0.02 – 0.0002 = 1.0198. The next term is x⁶/6! f⁶(0); f⁶(0) can be found or estimated. The error term for alternating series after the x⁴ term is bounded by the magnitude of the first omitted term: |R₄| ≤ (max|f⁶(c)| × 0.2⁶)/720. Typically |R₄| < 2×10⁻⁵.

求导:f(0)=1, f'(x)= x/√(1+x²) → f'(0)=0, f”(x)= 1/(1+x²)^(3/2) → f”(0)=1, f”'(x)= -3x/(1+x²)^(5/2) → f”'(0)=0, f⁗(x)= -3(1-4x²)/(1+x²)^(7/2) → f⁗(0)= -3。麦克劳林级数:f(x) ≈ 1 + (1/2!)x² + ( -3/4!)x⁴ = 1 + ½ x² – ⅛ x⁴。当 x=0.2 时,f(0.2) ≈ 1 + 0.5×0.04 – 0.125×0.0016 = 1.0198。下一项为 x⁶/6! f⁶(0);可求或估计 f⁶(0)。对于交错级数,x⁴ 项之后的误差被第一个省略项的绝对值界定:|R₄| ≤ (max|f⁶(c)| × 0.2⁶)/720。通常 |R₄| < 2×10⁻⁵。

CIE Further Maths topic: Taylor and Maclaurin series, binomial expansion for rational powers, and error bounds using Lagrange remainder or alternating series estimation.

CIE 进阶数学主题:泰勒与麦克劳林级数、有理次幂的二项式展开,以及使用拉格朗日余项或交错级数估计误差。


7. Parametric Equations and Projectile Motion with Drag | 参数方程与考虑阻力的抛体运动

A projectile is launched from ground level with initial speed 50 m s⁻¹ at an angle α to the horizontal, where tan α = 3/4. Air resistance is neglected for simplicity. Using parametric equations, find the Cartesian equation of the trajectory, the maximum height, and the horizontal range. This classic physics problem reinforces the link between parametric curves and kinematics.

一抛体从地面以初始速率 50 m s⁻¹、与水平方向成 α 角发射,其中 tan α = 3/4。为简化忽略空气阻力。利用参数方程求轨迹的笛卡尔方程、最大高度以及水平射程。这个经典物理问题强化了参数曲线与运动学之间的联系。

Take g = 10 m s⁻². Resolve initial velocity: u_x = 50 cos α, u_y = 50 sin α. Since tan α=3/4, sin α=3/5, cos α=4/5. Thus u_x=40, u_y=30. Parametric equations: x = 40t, y = 30t – 5t². Eliminate t: t = x/40 → y = 30(x/40) – 5(x/40)² = (3/4)x – (1/320)x². Maximum height occurs when dy/dt = 30 -10t = 0 → t=3 s, giving y_max = 30×3 -5×9 = 45 m. Range when y=0: 30t -5t²=0 → t=6 s → x_max = 40×6 = 240 m.

取 g = 10 m s⁻²。分解初速度:u_x = 50 cos α,u_y = 50 sin α。由 tan α=3/4 得 sin α=3/5,cos α=4/5。故 u_x=40,u_y=30。参数方程:x = 40t,y = 30t – 5t²。消去 t:t = x/40 → y = 30(x/40) – 5(x/40)² = (3/4)x – (1/320)x²。最大高度出现在 dy/dt = 30 -10t = 0 → t=3 s 时,得 y_max = 45 m。射程由 y=0 得:30t -5t²=0 → t=6 s → x_max = 240 m。

Relevant pure content: parametric differentiation, eliminating the parameter, solving quadratic equations, and interpreting the physical meaning of maximum and roots.

相关纯数学内容:参数函数求导、消去参数、求解二次方程,并解读极大值和零点的物理意义。


8. Numerical Methods and Curve Fitting to Experimental Data | 数值方法与实验数据拟合

An experiment yields data points (x, y): (1, 2.1), (2, 3.9), (3, 6.1), (4, 8.2). It is believed that y and x follow a relationship of the form y = a e^{bx}. Use logarithmic transformation and the least squares method to find the best-fit values of a and b. Then use the Newton-Raphson method to find the x-value where y = 7.0 from the fitted model. This combines logarithmic linearisation, regression, and root-finding.

某实验得到数据点 (x, y): (1, 2.1), (2, 3.9), (3, 6.1), (4, 8.2)。已知 y 与 x 大致符合 y = a e^{bx} 的关系。利用对数变换和最小二乘法求最佳拟合参数 a 和 b。然后利用牛顿-拉夫逊法,从拟合模型中找出 y = 7.0 对应的 x 值。此题综合了对数线性化、回归分析和求根算法。

Take natural logs: ln y = ln a + b x. Let Y = ln y, A = ln a. Compute Y for each point: (1, ln2.1≈0.7419), (2, 1.3609), (3, 1.8083), (4, 2.1041). Apply least squares formulae for linear regression: Σx=10, ΣY=6.0152, Σx²=30, ΣxY=17.2176, n=4. The normal equations: 4A + 10b = 6.0152; 10A + 30b = 17.2176. Solve to get b ≈ 0.4608, A ≈ 0.3537 → a = e^A ≈ 1.424. Thus model: y = 1.424 e^{0.4608 x}. For y=7.0, solve f(x)=1.424 e^{0.4608 x} – 7 = 0. Using Newton-Raphson: x_{n+1} = x_n – f(x_n)/f'(x_n), with f'(x)=0.6562 e^{0.4608 x}. Start with x₀=3.5, iterate to convergence (≈3.62).

取自然对数:ln y = ln a + b x。令 Y = ln y,A = ln a。计算各点的 Y 值:(1, ln2.1≈0.7419), (2, 1.3609), (3, 1.8083), (4, 2.1041)。应用线性回归的最小二乘公式:Σx=10, ΣY=6.0152, Σx²=30, ΣxY=17.2176, n=4。正则方程:4A + 10b = 6.0152;10A + 30b = 17.2176。解得 b ≈ 0.4608,A ≈ 0.3537 → a = e^A ≈ 1.424。模型为 y = 1.424 e^{0.4608 x}。对于 y=7.0,求解 f(x)=1.424 e^{0.4608 x} – 7 = 0。使用牛顿-拉夫逊法:x_{n+1} = x_n – f(x_n)/f'(x_n),其中 f'(x)=0.6562 e^{0.4608 x}。从 x₀=3.5 开始迭代至收敛(约 3.62)。

CIE Further Maths themes: reduction to linear form, statistical calculation of regression coefficients, exponential and logarithmic functions, differentiation for Newton-Raphson, and iteration.

CIE 进阶数学主题:化为线性形式、回归系数的统计计算、指数与对数函数、牛顿-拉夫逊法的微分求导以及迭代法。


Published by TutorHao | Further Mathematics 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