📚 Year 11 AQA Further Maths: Interdisciplinary Integrated Problem Training | Year 11 AQA 进阶数学:跨学科综合题型训练
Interdisciplinary problem-solving lies at the heart of AQA Level 2 Further Mathematics. It encourages you to connect calculus, matrices, trigonometry and other pure topics with real-world situations from physics, engineering, economics and beyond. The following training set will sharpen your ability to translate contextual problems into mathematical models and to select the most efficient technique.
跨学科问题解决是 AQA Level 2 进阶数学的核心。它鼓励你将微积分、矩阵、三角学等纯数学主题与物理、工程、经济学等现实情境联系起来。以下的训练会帮助你提高将实际背景转化为数学模型的能力,并选出最高效的解题方法。
1. Differential Calculus in Kinematics | 运动学中的微积分
When a particle moves along a straight line, its displacement s(t), velocity v(t) and acceleration a(t) are linked by differentiation and integration. For example, if s = 4t³ − 6t² + 2t, then v = ds/dt = 12t² − 12t + 2 and a = dv/dt = 24t − 12.
当质点沿直线运动时,位移 s(t)、速度 v(t) 和加速度 a(t) 通过求导和积分联系起来。例如,若 s = 4t³ − 6t² + 2t,则 v = ds/dt = 12t² − 12t + 2,a = dv/dt = 24t − 12。
Integrated problem: A drone’s displacement from its docking station is given by s = 3t² − t³ for 0 ≤ t ≤ 4, where s is in metres and t in seconds. Find the times when the drone is stationary, the maximum distance from the station, and the total distance travelled in the first 3 seconds. Sketch a velocity–time graph and explain how the area under the curve confirms your distance calculation.
综合题: 一架无人机离充电站的位移为 s = 3t² − t³,0 ≤ t ≤ 4,s 单位米,t 单位秒。求无人机静止的时刻、离充电站的最大距离,以及前3秒经过的总路程。画出速度-时间图像,并说明曲线下的面积如何验证你的路程计算。
Set v = 6t − 3t² = 0 → t = 0, 2. Maximum displacement occurs at t = 2: s(2) = 12 − 8 = 4 m. For total distance, break the motion at t = 2: s(0)=0, s(2)=4, s(3)=27−27=0. Distance = |4−0| + |0−4| = 8 m. The area under the v–t graph (positive when v>0, negative when v<0, taken as absolute) gives 8 m, confirming the integration of |v|.
令 v = 6t − 3t² = 0 → t = 0, 2。最大位移在 t = 2 时:s(2) = 12 − 8 = 4 m。总路程需要在 t = 2 处分段:s(0)=0,s(2)=4,s(3)=0。路程 = |4−0| + |0−4| = 8 m。v-t 图下方的面积 (v>0 为正,v<0 取绝对值) 求和得到 8 m,验证了 |v| 的积分。
2. Optimisation in Economics | 经济学中的最优化
Marginal analysis uses derivatives to find turning points of profit, cost or revenue functions. A typical quadratic profit function P(x) = revenue − cost can be maximised by setting P'(x) = 0 and checking P”(x) < 0.
边际分析利用导数来求利润、成本或收入函数的极值点。一个典型的二次利润函数 P(x) = 收入 − 成本,可通过令 P'(x) = 0 并验证 P”(x) < 0 来求最大值。
Task: A firm’s total cost is C(x) = 120 + 18x + 0.3x² and price per unit is p = 60 − 0.2x. Write down the revenue function R(x), the profit function P(x) and determine the output x that maximises profit. Hence find the maximum profit.
任务: 一家企业的总成本为 C(x) = 120 + 18x + 0.3x²,单位售价为 p = 60 − 0.2x。写出收入函数 R(x)、利润函数 P(x),并求出使利润最大化的产量 x。进而求出最大利润。
R(x) = x × (60 − 0.2x) = 60x − 0.2x². P(x) = (60x − 0.2x²) − (120 + 18x + 0.3x²) = 42x − 0.5x² − 120. P'(x) = 42 − x = 0 → x = 42. P”(x) = −1 < 0 so maximum. Maximum profit P(42) = 42(42) − 0.5(1764) − 120 = 1764 − 882 − 120 = 762 (pound sterling).
R(x) = x × (60 − 0.2x) = 60x − 0.2x²。P(x) = (60x − 0.2x²) − (120 + 18x + 0.3x²) = 42x − 0.5x² − 120。P'(x) = 42 − x = 0 → x = 42。P”(x) = −1 < 0 故为极大值。最大利润 P(42) = 762 英镑。
You can also complete the square: P = −0.5(x² − 84x) − 120 = −0.5(x − 42)² + 882 − 120 = −0.5(x − 42)² + 762, confirming the vertex.
也可以通过配方法验证:P = −0.5(x − 42)² + 762。
3. Matrices in Image Transformations and Network Flow | 矩阵在图像变换与网络流中的应用
Matrices represent geometric transformations such as rotations, reflections and enlargements. Multiplying a coordinate vector by a transformation matrix maps it to its image. For example,
[ 0 −1 ] [ x ] = [ −y ]
[ 1 0 ] [ y ] [ x ]
gives a 90° anticlockwise rotation about the origin.
矩阵可以表示几何变换,如旋转、反射和放大。用变换矩阵乘以坐标向量,即可将其映射到像点。例如,
[ 0 −1 ] [ x ] = [ −y ]
[ 1 0 ] [ y ] [ x ]
表示绕原点逆时针旋转90°。
In network analysis, an adjacency matrix M has entries 1 if two nodes are directly connected, 0 otherwise. The (i, j) entry of M² gives the number of paths of length 2 from node i to node j.
在网络分析中,邻接矩阵 M 的元素在两点直接相连时为1,否则为0。M² 的第 (i, j) 元素表示从节点 i 到节点 j 长度为2的路径数。
Combined problem: A graphic designer wants to rotate a logo’s vertices (1,2), (3,2), (2,4) by 90° anticlockwise and then reflect in the line y = x. Write the combined transformation matrix and find the final coordinates. Also, a social network has adjacency matrix A shown below. Model the network and determine the number of mutual friends between persons 1 and 3 by examining A².
综合题: 一位平面设计师想将标志的顶点 (1,2), (3,2), (2,4) 逆时针旋转90°,再关于直线 y = x 反射。写出组合变换矩阵并求出最终坐标。同时,某社交网络的邻接矩阵 A 如下所示。对此网络建模,并通过观察 A² 来判断人员1与3之间的共同好友数。
| 0 | 1 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 0 |
Rotation matrix R = [[0,−1],[1,0]]; reflection S = [[0,1],[1,0]]; combined M = S × R = [[1,0],[0,−1]] (reflection in x-axis). New vertices become (1,−2), (3,−2), (2,−4). For network: A² = [[1,0,1],[0,2,0],[1,0,1]]. Entry (1,3) = 1 meaning one mutual friend (person 2). Such multi-step problems integrate pure matrix algebra with practical modelling.
旋转矩阵 R = [[0,−1],[1,0]];反射矩阵 S = [[0,1],[1,0]];组合矩阵 M = S × R = [[1,0],[0,−1]](关于 x 轴反射)。新顶点为 (1,−2), (3,−2), (2,−4)。网络:A² = [[1,0,1],[0,2,0],[1,0,1]]。元素 (1,3) = 1 表示有一位共同好友(即人员2)。这种多步问题将纯矩阵代数与实际建模结合起来。
4. Exponential Growth and Decay in Biology and Finance | 指数增长与衰变在生物学和金融学
Many natural and financial processes follow the exponential model N = N₀ e^(kt) or A = P(1 + r/n)^(nt). The AQA Further Maths course expects you to use natural logarithms to solve for time or rate, and to interpret the growth constant k.
许多自然和金融过程遵循指数模型 N = N₀ e^(kt) 或 A = P(1 + r/n)^(nt)。AQA 进阶数学课程要求能够用自然对数求解时间或速率,并解释增长常数 k。
Problem 1: A bacterial culture initially contains 2000 cells and grows at a rate proportional to its size. After 3 hours the population is 5000. Find the growth constant k and the doubling time.
问题1: 某细菌培养液初始含有2000个细胞,且以与自身大小成正比的速率增长。3小时后数量达到5000。求增长常数 k 及倍增时间。
2000 e^(3k) = 5000 → e^(3k) = 2.5 → 3k = ln 2.5 → k = (ln 2.5)/3 ≈ 0.3054. Doubling time T satisfies e^(kT) = 2 → T = ln 2 / k ≈ 2.27 hours.
2000 e^(3k) = 5000 → e^(3k) = 2.5 → 3k = ln 2.5 → k ≈ 0.3054。倍增时间 T 满足 e^(kT) = 2 → T = ln 2 / k ≈ 2.27 小时。
Problem 2 (finance): An investment of £1000 earns interest at 4% per annum compounded continuously. Write the value after t years and calculate how long it takes to double. Compare this with annual compounding.
问题2(金融): 一笔1000英镑的投资,年利率4%,连续复利。写出 t 年后的价值,并计算翻倍所需时间。与按年复利的情况进行比较。
Continuous: A = 1000 e^(0.04t); doubling: t = ln 2 / 0.04 ≈ 17.33 years. Annual compounding: 1000(1.04)^t = 2000 → t = ln 2 / ln 1.04 ≈ 17.67 years. Continuous compounding yields slightly faster growth.
连续复利:A = 1000 e^(0.04t);翻倍时间 t = ln 2 / 0.04 ≈ 17.33 年。按年复利:1000(1.04)^t = 2000 → t = ln 2 / ln 1.04 ≈ 17.67 年。连续复利增长稍快。
5. Trigonometry in Navigation and Engineering Mechanics | 三角学在航海和工程力学
The sine and cosine rules are essential tools for solving non-right-angled triangles encountered in vector navigation and force diagrams. A ship’s journey can be represented as a triangle of successive displacement vectors.
正弦定理和余弦定理是解决导航向量和受力图中非直角三角形的基本工具。一般船运航行可以表示为连续位移向量构成的三角形。
Navigation task: A yacht sails 12 km on a bearing of 055° from harbour H to buoy B, then 9 km on a bearing of 140° from B to C. Find the direct distance HC and the bearing of C from H.
航海任务: 一艘游艇从港口 H 出发,沿方位角 055° 航行 12 km 至浮标 B,再由 B 沿方位角 140° 航行 9 km 至 C。求 HC 的直线距离及从 H 看向 C 的方位角。
Angle HB at B: the direction change from 055° to 140° gives interior angle = 140° − 55° = 85°. By cosine rule, HC² = 12² + 9² − 2×12×9×cos 85°. HC ≈ √(144+81−216×0.0872) ≈ √(225−18.83) ≈ √206.17 ≈ 14.36 km. Then by sine rule, sin(θ)/9 = sin 85°/14.36 → θ ≈ 38.6°. Bearing = 055° + 38.6° ≈ 094° (to nearest degree).
B 点的角:由 055° 转向 140° 得内角 = 85°。由余弦定理,HC² = 12² + 9² − 2×12×9×cos 85°。HC ≈ 14.36 km。再用正弦定理,sin(θ)/9 = sin 85°/14.36 → θ ≈ 38.6°。方位角 = 055° + 38.6° ≈ 094°。
In mechanics, a smooth pulley system with inclined planes requires resolution of forces into components, often using sin and cos of standard angles. Recognising the triangle structure speeds up such problems.
在力学中,带斜面的光滑滑轮系统通常需要将力分解为正弦和余弦分量。识别其中的三角形结构可以加快解题。
6. Vectors in Resultant Forces and Motion | 向量在物理中的合力与运动
Vectors in Further Maths are written in i, j notation and used to model forces, velocities and displacements. The magnitude |v| = √(x² + y²) and direction θ = tan⁻¹(y/x) are tested regularly together with dot product for work done.
进阶数学中的向量用 i, j 符号表示,并用于模拟力、速度和位移。大小 |v| = √(x² + y²) 和方向 θ = tan⁻¹(y/x) 是常考内容,同时点积也用来计算做功。
Physics integration: A particle is acted upon by three forces: F₁ = 2i + 3j N, F₂ = −i + 5j N, F₃ = k N acting horizontally to the left. Find k such that the resultant is vertical, and determine the magnitude of that resultant. Then the particle undergoes a displacement d = 4i + 2j m. Calculate the total work done by the three forces.
物理综合: 一个质点受三个力作用:F₁ = 2i + 3j N,F₂ = −i + 5j N,F₃ = k N 水平向左。求当合力为竖直方向时 k 的值,并确定合力大小。之后质点发生位移 d = 4i + 2j m。计算这三个力所做的总功。
Resultant R = (2 −1 − k)i + (3+5)j = (1 − k)i + 8j. For vertical resultant, i-component = 0 → 1 − k = 0 → k = 1. Then R = 0i + 8j, magnitude 8 N. Work done W = (F₁+F₂+F₃)·d = (8j)·(4i+2j) = 0×4 + 8×2 = 16 J.
合力 R = (2 −1 − k)i + (3+5)j = (1 − k)i + 8j。竖直合力要求 i 分量为 0 → 1 − k = 0 → k = 1。此时 R = 8j,大小为 8 N。做功 W = (8j)·(4i+2j) = 16 J。
7. Functions and Graph Transformations in Data Science | 函数与图形变换在数据科学中的应用
Understanding transformations f(x+a), f(x)+a, af(x) and f(ax) helps in fitting models to shifted or scaled data. In Further Maths, you may be asked to deduce the equation of a transformed curve and apply it to a real context such as scaling a dataset.
理解 f(x+a)、f(x)+a、af(x) 和 f(ax) 等变换,有助于将模型拟合到平移或缩放后的数据。在进阶数学中,你可能需要推导变换后曲线的方程,并将其应用于缩放数据集等实际场景。
Interdisciplinary task: The relationship between the yield of a chemical reaction and temperature is modelled by y = 2√(x − 20), x ≥ 20. After recalibrating the thermometer, the actual temperature T is related to the recorded reading x by T = 1.2(x − 4). Find the new model for yield in terms of T. Describe the sequence of transformations mapping the graph of y = √x to the final model.
跨学科任务: 某化学反应产率与温度的关系模型为 y = 2√(x − 20), x ≥ 20。温度计重新校准后,实际温度 T 与读数 x 满足 T = 1.2(x − 4)。求用 T 表示的产率新模型。描述从 y = √x 到最终模型的一系列变换。
From T = 1.2(x − 4) → x = (T/1.2) + 4. Substitute: y = 2√( (T/1.2) + 4 − 20) = 2√(T/1.2 − 16). The transformations from y = √x: translation right 20, vertical stretch by factor 2, and horizontal stretch plus translation due to x substitution. Such function manipulation appears in data normalisation to match theoretical curves with experimental readings.
由 T = 1.2(x − 4) 得 x = T/1.2 + 4。代入:y = 2√(T/1.2 − 16)。从 y = √x 出发的变换:向右平移20,垂直拉伸2倍,还有因 x 替换引起的水平伸缩和平移。这类函数操作经常出现在数据归一化中,以便将理论曲线与实验数据匹配。
8. Simultaneous Equations in Circuit Analysis | 联立方程组在电路分析中的基尔霍夫定律
Gustav Kirchhoff’s laws for electrical circuits lead to systems of linear equations. Solving them efficiently requires algebra skills from the simultaneous equations topic, including elimination and substitution or matrix inverses.
古斯塔夫·基尔霍夫的电路定律会引出线性方程组。高效求解需要运用联立方程组主题中的代数技巧,包括消元法、代入法或矩阵求逆方法。
Example circuit: In a two-loop DC network, currents I₁, I₂, I₃ (in amperes) satisfy:
I₁ + I₂ − I₃ = 0
2I₁ − 3I₂ = 6
4I₂ + 5I₃ = 12
Find all currents using an algebraic method and verify with matrix inverse if possible.
电路示例: 在双回路直流网络中,电流 I₁, I₂, I₃(安培)满足:
I₁ + I₂ − I₃ = 0
2I₁ − 3I₂ = 6
4I₂ + 5I₃ = 12
请用代数方法求出所有电流,如果可能再用逆矩阵验证。
From equation (1): I₃ = I₁ + I₂. Substitute into (3): 4I₂ + 5(I₁ + I₂) = 12 → 5I₁ + 9I₂ = 12. Now solve with (2): 2I₁ − 3I₂ = 6. Multiply (2) by 3: 6I₁ − 9I₂ = 18. Add to 5I₁ + 9I₂ = 12: 11I₁ = 30 → I₁ = 30/11 ≈ 2.727 A. Then I₂ = (2I₁ − 6)/3 = (60/11 − 66/11)/3 = (−6/11)/3 = −2/11 ≈ −0.182 A. I₃ = 2.727 − 0.182 = 2.545 A. Matrix verification: write as [[1,1,−1],[2,−3,0],[0,4,5]] × [I₁,I₂,I₃]ᵀ = [0,6,12]ᵀ and find inverse; the product yields the same results.
由方程(1)得 I₃ = I₁ + I₂。代入(3):4I₂ + 5(I₁ + I₂) = 12 → 5I₁ + 9I₂ = 12。与(2) 2I₁ − 3I₂ = 6 联立。(2)×3 得 6I₁ − 9I₂ = 18,与 5I₁ + 9I₂ = 12 相加:11I₁ = 30 → I₁ = 30/11 ≈ 2.727 A。I₂ = (2×30/11 − 6)/3 = −2/11 ≈ −0.182 A。I₃ = 2.727 − 0.182 = 2.545 A。矩阵验证:系数矩阵求逆后相乘,得到相同结果。
9. Binomial Expansion in Probability and Error Estimation | 二项展开式在概率与误差估计
The binomial expansion for rational n, (1+x)^n ≈ 1 + nx + n(n
Published by TutorHao | Year 11 进阶数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导