📚 Year 11 CIE Additional Mathematics: Interdisciplinary Applied Problems | 跨学科综合题型训练
In CIE IGCSE Additional Mathematics (0606), examination questions increasingly combine pure mathematical techniques with contexts borrowed from physics, economics, engineering and biology. To excel, you must not only master calculus, trigonometry and vectors but also learn to translate a real-world scenario into a mathematical model. This revision article provides a structured workout of interdisciplinary question types, complete with worked examples, common pitfalls and strategic advice.
在 CIE IGCSE 进阶数学 (0606) 考试中,越来越多题目将纯粹的数学技巧与物理、经济、工程和生物的背景相结合。要想取得优异成绩,你不仅要掌握微积分、三角学和向量,还要学会将实际情景转化为数学模型。本文提供结构化的跨学科题型训练,配有实例、常见易错点和策略建议。
1. Understanding Interdisciplinary Problems | 理解跨学科问题
Interdisciplinary problems always begin with a context – a moving car, a growing population, or a curved bridge arch. Your first task is to strip away the technical jargon and identify the underlying mathematical structure. Look for keywords: ‘rate of change’ hints at differentiation, ‘maximum’ or ‘minimum’ suggests optimisation, ‘periodic’ signals trigonometric modelling.
跨学科问题总是从一个情境开始——运动的汽车、增长的人口、或者弯曲的桥拱。你的首要任务是剥离专业术语,识别背后的数学结构。寻找关键词:“变化率”暗示微分,“最大”或“最小”提示最优化,“周期性的”意味着需要三角函数建模。
Once you have the model, define your variables clearly. Write down what x, y, t, θ represent and include their units. A model without clear definitions loses marks and invites confusion. Then choose the correct chapter tool: differentiation, integration, solving quadratics, using sine and cosine rules, or applying vector geometry.
一旦有了模型,就要清晰地定义变量。写出 x, y, t, θ 代表什么,并注明单位。没有清晰定义的模型容易丢分,也会造成混淆。然后选择正确的数学工具:微分、积分、解二次方程、使用正弦余弦定理,或者应用向量几何。
A typical exam question may ask you to ‘show that’ a certain equation holds. Use the given physical law (e.g. Newton’s second law, compound interest formula) and algebraic manipulation to derive the required expression. Never skip the derivation steps – they are often worth method marks.
典型的考试题目会要求你“证明”某个等式成立。利用已知的物理定律(例如牛顿第二定律、复利公式)和代数推导,得出所需表达式。切勿跳过推导步骤——这些通常都有方法分数。
2. Motion and Rates of Change (Kinematics) | 运动与变化率(运动学)
Kinematics is the most common physics crossover. If displacement s(t) is given as a function of time, velocity is v = ds/dt and acceleration is a = dv/dt. A particle is instantaneously at rest when v = 0. Total distance travelled requires careful handling of direction changes.
运动学是最常见的物理学交叉内容。若位移 s(t) 是时间的函数,则速度 v = ds/dt,加速度 a = dv/dt。当 v = 0 时,质点瞬时静止。求总路程时,需要谨慎处理方向的变化。
Worked Example: A particle moves along a straight line so that its displacement from a fixed point O is s(t) = t³ – 6t² + 9t metres, where t ≥ 0 seconds. Find the times when the particle is at rest, and the distance travelled in the first 4 seconds.
例题:一个质点沿直线运动,从固定点 O 的位移为 s(t) = t³ – 6t² + 9t 米,t ≥ 0 秒。求质点静止的时刻,以及前 4 秒内的运动距离。
Velocity: v(t) = ds/dt = 3t² – 12t + 9 = 3(t² – 4t + 3) = 3(t-1)(t-3). Setting v=0 gives t=1 and t=3. At t=1, velocity changes from positive to negative; at t=3, from negative to positive. To find the total distance, evaluate |s(1)-s(0)| + |s(3)-s(1)| + |s(4)-s(3)|.
速度:v(t) = ds/dt = 3t² – 12t + 9 = 3(t² – 4t + 3) = 3(t-1)(t-3)。令 v=0 得 t=1 和 t=3。t=1 时速度由正变负;t=3 时由负变正。总路程需计算 |s(1)-s(0)| + |s(3)-s(1)| + |s(4)-s(3)|。
s(0)=0, s(1)=4, s(3)=0, s(4)=4
Distance = |4-0| + |0-4| + |4-0| = 4 + 4 + 4 = 12 metres. Notice that simple difference s(4)-s(0)=4 would be wrong because direction reversed.
路程 = |4-0| + |0-4| + |4-0| = 4 + 4 + 4 = 12 米。注意,简单的位移差 s(4)-s(0)=4 是错误的,因为方向发生过逆转。
3. Optimisation: Maximising Area, Volume and Profit | 最优化:面积、体积与利润最大化
Optimisation problems ask for the maximum or minimum value of a quantity under given constraints. You need to express the quantity (area, profit, surface area) in terms of one variable, differentiate, set the derivative equal to zero, and confirm the nature using the second derivative or sign test.
最优化问题要求在给定约束下求出某个量的最大值或最小值。你需要将数量(面积、利润、表面积)表示成单一变量的函数,然后微分,令导数为零,并用二阶导数或符号检验确认极大极小性。
Example from Engineering: An open tank with a square base of side x metres and height h metres is to have a volume of 32 m³. Find the dimensions that minimise the surface area of material used.
工程实例:一个开口水箱,底面为边长 x 米的正方形,高 h 米,容积为 32 m³。求使所用材料表面积最小的尺寸。
Volume: V = x²h = 32, so h = 32/x². Surface area: A = base + four sides = x² + 4xh = x² + 4x(32/x²) = x² + 128/x. Differentiate: dA/dx = 2x – 128/x². Set to zero: 2x = 128/x² → 2x³ = 128 → x³ = 64 → x = 4. Then h = 32/16 = 2. Second derivative: d²A/dx² = 2 + 256/x³ > 0 for x>0, confirming a minimum. So optimal dimensions are 4 m by 4 m by 2 m.
容积:V = x²h = 32,所以 h = 32/x²。表面积:A = 底 + 四个侧面 = x² + 4xh = x² + 4x(32/x²) = x² + 128/x。微分:dA/dx = 2x – 128/x²。令导数为零:2x = 128/x² → 2x³ = 128 → x³ = 64 → x = 4。然后 h = 32/16 = 2。二阶导数:d²A/dx² = 2 + 256/x³ > 0 (x>0),确认是极小值。因此最优尺寸为 4 m × 4 m × 2 m。
In economics, profit is often modelled by a cubic revenue function minus a quadratic cost function. The maximum profit occurs where marginal revenue equals marginal cost, i.e. R'(x) = C'(x). This is just another optimisation problem using differentiation.
在经济学中,利润通常用三次收入函数减去二次成本函数建模。最大利润出现在边际收入等于边际成本处,即 R'(x) = C'(x)。这不过是用微分解决的另一个最优化问题。
4. Trigonometric Functions in Wave Phenomena | 波动现象中的三角函数
Many periodic phenomena – tides, sound waves, alternating current – can be modelled using sine or cosine functions of the form y = A sin(Bt + C) + D. The amplitude |A|, period 2π/|B|, phase shift -C/B and vertical shift D correspond to physical quantities like maximum displacement, cycle length, time lag and equilibrium level.
许多周期性现象——潮汐、声波、交流电——可以用形如 y = A sin(Bt + C) + D 的正弦或余弦函数来建模。振幅 |A|、周期 2π/|B|、相移 -C/B 和垂直平移 D 分别对应最大位移、周期长度、时间滞后和平衡位置等物理量。
Example: The height of water in a harbour is modelled by h(t) = 3.5 sin(0.5t) + 5, where h is in metres and t is the time in hours after midnight. Find the maximum and minimum water heights, and the first time after midnight the water reaches 7 m.
例题:某港口水位高度模型为 h(t) = 3.5 sin(0.5t) + 5,其中 h 单位为米,t 为午夜后的小时数。求最高和最低水位,以及午夜后水位首次达到 7 米的时刻。
Maximum height = 3.5 + 5 = 8.5 m, minimum = -3.5 + 5 = 1.5 m. Set h(t) = 7: 3.5 sin(0.5t) + 5 = 7 → sin(0.5t) = 2/3.5 ≈ 0.5714. Solving 0.5t = sin⁻¹(0.5714) ≈ 0.608 rad (principal value). Since sine is positive in first and second quadrants, the first positive solution is 0.5t = 0.608 → t ≈ 1.216 hours (about 1:13 a.m.). Always check quadrant conditions and context.
最高水位 = 3.5 + 5 = 8.5 米,最低水位 = -3.5 + 5 = 1.5 米。令 h(t)=7:3.5 sin(0.5t) + 5 = 7 → sin(0.5t) = 2/3.5 ≈ 0.5714。求解 0.5t = sin⁻¹(0.5714) ≈ 0.608 rad(主值)。因为正弦在第一、第二象限为正,第一个正解为 0.5t = 0.608 → t ≈ 1.216 小时(约凌晨1:13)。注意检查象限条件和实际情景。
5. Exponential Models: Population, Radioactivity and Finance | 指数模型:人口、放射性与金融
Exponential growth and decay appear in many contexts: population P(t)=P₀ eᵏᵗ, radioactive decay N(t)=N₀ e⁻ᵏᵗ, and continuously compounded interest A(t)=P eʳᵗ. The derivative of an exponential is proportional to the function itself, linking directly to the concept that the rate of change depends on the current amount.
指数增长与衰减出现在许多情境中:人口 P(t)=P₀ eᵏᵗ,放射性衰变 N(t)=N₀ e⁻ᵏᵗ,连续复利 A(t)=P eʳᵗ。指数函数的导数与函数本身成正比,这与“变化率取决于当前量”的概念直接相关。
Worked Example: A bacteria culture grows according to N(t) = 200 e^{0.4 t}, where t is in hours. Find the initial population, the growth rate when t=5, and the time required to double the population.
例题:一个细菌培养数量按 N(t) = 200 e^{0.4 t} 增长,t 单位为小时。求初始数量、t=5 时的增长率,以及翻倍所需时间。
Initial N(0) = 200. Growth rate dN/dt = 0.4 × 200 e^{0.4t} = 80 e^{0.4t}. At t=5, dN/dt = 80 e^{2} ≈ 80 × 7.389 = 591.1 bacteria per hour. For doubling, 400 = 200 e^{0.4 t} → 2 = e^{0.4t} → ln 2 = 0.4t → t = ln 2 / 0.4 ≈ 0.6931/0.4 = 1.73 hours (about 1 hour 44 minutes).
初始 N(0)=200。增长率 dN/dt = 0.4 × 200 e^{0.4t} = 80 e^{0.4t}。当 t=5,dN/dt = 80 e^{2} ≈ 80 × 7.389 = 591.1 个/小时。翻倍时,400 = 200 e^{0.4 t} → 2 = e^{0.4t} → ln 2 = 0.4t → t = ln 2 / 0.4 ≈ 0.6931/0.4 = 1.73 小时(约1小时44分钟)。
6. Vectors in Physics: Forces, Displacements and Velocities | 向量在物理:力、位移与速度
Vectors in two dimensions are used to represent displacement, velocity, acceleration and forces. The magnitude of a vector a = (x, y) is √(x² + y²), and its direction is given by θ = tan⁻¹(y/x). Adding vectors, finding resultant forces, or resolving a vector into components are key skills.
二维向量用来表示位移、速度、加速度和力。向量 a = (x, y) 的模为 √(x² + y²),方向由 θ = tan⁻¹(y/x) 给出。向量加法、求合力,或将向量分解为分量都是核心技能。
Navigation problem: A boat heads due east at a speed of 5 m/s relative to the water. The current flows south-east at 2 m/s. Find the resultant velocity of the boat and the actual direction it travels.
导航问题:一艘船相对水的速度是向正东 5 m/s。水流以 2 m/s 的速度流向东南。求船的合速度及其实际行进方向。
Define unit vectors: east = i, north = j. Boat velocity v_b = 5i + 0j. Current velocity v_c = 2 cos45° i – 2 sin45° j = 2(√2/2)i – 2(√2/2)j = √2 i – √2 j. Resultant v = (5+√2)i – √2 j. Magnitude = √[(5+√2)² + (√2)²] = √[25 + 10√2 + 2 + 2] = √[29 + 10√2] ≈ 6.48 m/s. Direction θ = tan⁻¹((-√2)/(5+√2)) south of east, approximately tan⁻¹(-0.220) ≈ -12.4° (i.e. 12.4° south of east).
定义单位向量:东为 i,北为 j。船速 v_b = 5i + 0j。水流速度 v_c = 2 cos45° i – 2 sin45° j = 2(√2/2)i – 2(√2/2)j = √2 i – √2 j。合速度 v = (5+√2)i – √2 j。模 = √[(5+√2)² + (√2)²] = √[25 + 10√2 + 2 + 2] = √[29 + 10√2] ≈ 6.48 m/s。方向 θ = tan⁻¹((-√2)/(5+√2)) 东偏南,约 tan⁻¹(-0.220) ≈ -12.4°(即东偏南12.4°)。
7. Probability and Combinations in Strategic Games | 概率与组合在策略游戏中的应用
Permutations and combinations feature in game strategies, lottery problems and card games. You need to differentiate between arrangements (order matters) and selections (order does not matter). Use nPr = n!/(n-r)! and nCr = n!/[r!(n-r)!] correctly, and remember probability = (number of favourable outcomes) / (total number of outcomes).
排列与组合出现在游戏策略、彩票问题和纸牌游戏中。你需要区分排列(顺序重要)和组合(顺序不重要)。正确使用 nPr = n!/(n-r)! 和 nCr = n!/[r!(n-r)!],并牢记概率 = (有利结果数)/(总结果数)。
Example: In a standard 52-card deck, what is the probability of being dealt a hand of 5 cards that contains exactly 2 aces and 3 kings? (Order irrelevant)
例题:一副标准 52 张牌,发一手 5 张牌,恰好包含 2 张 A 和 3 张 K 的概率是多少?(顺序无关)
Total ways: 52C5 = 2,598,960. Number of ways to choose 2 aces from 4: 4C2 = 6. Number of ways to choose 3 kings from 4: 4C3 = 4. Favourable outcomes = 6 × 4 = 24. Probability = 24 / 2,598,960 = 1/108,290 ≈ 0.00000923. This illustrates how rare specific combinations are, useful for game design and risk assessment.
总可能数:52C5 = 2,598,960。从 4 张 A 中选 2 张的方法数:4C2 = 6。从 4 张 K 中选 3 张:4C3 = 4。有利结果 = 6 × 4 = 24。概率 = 24 / 2,598,960 = 1/108,290 ≈ 0.00000923。这显示了特定组合是多么罕见,对游戏设计和风险评估很有用。
8. Coordinate Geometry in Design and Robotics | 坐标几何在设计及机器人中的应用
Straight lines, circles and distances are fundamental in computer-aided design (CAD) and path planning for robots. Given two points, you can compute the midpoint, gradient, distance, equation of a line or perpendicular bisector. Circles arise when specifying boundaries or target zones.
直线、圆和距离在计算机辅助设计 (CAD) 和机器人路径规划中是最基本的。给定两点,你可以计算中点、斜率、距离、直线方程或垂直平分线。在指定边界或目标区域时,会用到圆。
Design example: A robotic arm’s tool tip moves from P(2,5) to Q(8,9) along a straight line. A sensor located at S(4,7) must be exactly on the perpendicular bisector of PQ to trigger. Find the equation of the perpendicular bisector and verify S lies on it.
设计案例:一个机器人臂的工具尖端从 P(2,5) 沿直线移动到 Q(8,9)。位于 S(4,7) 的传感器必须恰好在 PQ 的垂直平分线上才能触发。求垂直平分线的方程并验证 S 在线上。
Midpoint M = ((2+8)/2, (5+9)/2) = (5,7). Gradient of PQ = (9-5)/(8-2) = 4/6 = 2/3. Gradient of perpendicular bisector = -3/2. Equation through M: y – 7 = -3/2 (x – 5) → 2y – 14 = -3x + 15 → 3x + 2y = 29. Substituting S: 3(4) + 2(7) = 12 + 14 = 26 ≠ 29, so unfortunately S is not exactly on the bisector. The designer must adjust.
中点 M = ((2+8)/2, (5+9)/2) = (5,7)。PQ 的斜率 = (9-5)/(8-2) = 4/6 = 2/3。垂直平分线的斜率 = -3/2。过 M 的方程:y – 7 = -3/2 (x – 5) → 2y – 14 = -3x + 15 → 3x + 2y = 29。代入 S:3(4) + 2(7) = 12 + 14 = 26 ≠ 29,所以不幸的是 S 并未精确落在平分线上。设计者必须进行调整。
9. Calculus and Marginal Analysis in Economics | 微积分与经济学边际分析
In economics, the cost function C(x) represents the total cost to produce x units. Marginal cost is the derivative C'(x), approximating the cost of producing one additional unit. Similarly, revenue R(x) and profit P(x) = R(x) – C(x) can be analysed using differentiation. Profit is maximised when R'(x) = C'(x) and the second derivative of profit is negative.
在经济学中,成本函数 C(x) 代表生产 x 件商品的总成本。边际成本是导数 C'(x),近似表示多生产一单位产品所需的成本。同样,收入 R(x) 和利润 P(x) = R(x) – C(x) 也可以用微分分析。当 R'(x) = C'(x) 且利润的二阶导为负时,利润最大化。
Example: A firm has total cost C(x) = 0.05x³ – 0.6x² + 14x + 200 and total revenue R(x) = 25x – 0.01x². Find the production level that maximises profit. (Assume whole units.)
例题:某公司总成本 C(x) = 0.05x³ – 0.6x² + 14x + 200,总收入 R(x) = 25x – 0.01x²。求使利润最大化的产量。(假设整数单位)
Profit P(x) = (25x – 0.01x²) – (0.05x³ – 0.6x² + 14x + 200) = -0.05x³ + 0.59x² + 11x – 200. P'(x) = -0.15x² + 1.18x + 11. Set P'(x)=0 and solve the quadratic: 0.15x² – 1.18x – 11 = 0 → use quadratic formula with a=0.15, b=-1.18, c=-11. Discriminant = (-1.18)² – 4×0.15×(-11) = 1.3924 + 6.6 = 7.9924. √ = 2.827. So x = [1.18 ± 2.827] / (0.30). Positive solution: (1.18+2.827)/0.30 = 4.007/0.30 ≈ 13.357. Check around x=13: P”(x) = -0.30x + 1.18; at x=13, P”(13) = -3.9+1.18<0 → maximum. Thus optimal production is 13 units (or 13 vs 14 to check). Compare P(13) and P(14) for integer answer. This is a typical question bridging calculus and economics.
利润 P(x) = (25x – 0.
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课程辅导,国外大学本科硕士研究生博士课程论文辅导