📚 PDF资源导航

IGCSE AQA Further Maths: Interdisciplinary Mixed Question Practice | IGCSE AQA 进阶数学:跨学科综合题型训练

📚 IGCSE AQA Further Maths: Interdisciplinary Mixed Question Practice | IGCSE AQA 进阶数学:跨学科综合题型训练

Interdisciplinary questions in Further Maths bridge the gap between abstract techniques and real-world applications. By embedding calculus, matrices, vectors, complex numbers and series into contexts from physics, biology, economics and computer science, these problems test your ability to model, interpret and solve beyond routine exercises. The following collection is designed to sharpen your problem-solving skills and deepen your understanding of how pure mathematics underpins scientific thought.

进阶数学中的跨学科题目是连接抽象技巧与真实世界的桥梁。将微积分、矩阵、向量、复数与级数嵌入物理、生物、经济学和计算机科学的具体情境,能检验你建立模型、解读信息并超出常规练习的解题能力。以下精选的综合题型旨在强化你的解决问题技巧,并加深你对纯数学如何支撑科学思维的理解。

1. Kinematics with Calculus: Motion in a Straight Line | 微积分运动学:直线运动

In physics, the displacement s of a particle moving along a straight line can be expressed as a function of time t, for instance s(t) = t³ − 6t² + 9t. Velocity is the first derivative v = ds/dt, and acceleration is the second derivative a = dv/dt = d²s/dt². Turning points of s(t) give rest instants, while signs of velocity indicate direction of motion.

在物理学中,沿直线运动的质点其位移 s 可以表示为时间 t 的函数,例如 s(t) = t³ − 6t² + 9t。速度是位移的一阶导数 v = ds/dt,加速度是二阶导数 a = dv/dt = d²s/dt²。s(t) 的驻点给出静止时刻,而速度的正负指示运动方向。

Consider a problem: ‘A particle moves so that its displacement is s(t) = 2t³ − 15t² + 24t + 3 metres. Find when it is momentarily at rest and identify the intervals of forward and backward motion.’ You set ds/dt = 6t² − 30t + 24 = 0, giving t = 1 s and t = 4 s. Analyse the sign of v(t) to determine direction.

考虑这个问题:“一质点作直线运动,位移为 s(t) = 2t³ − 15t² + 24t + 3 米。求其瞬时静止的时刻,并确定向前与向后运动的时间区间。”设 ds/dt = 6t² − 30t + 24 = 0,得到 t = 1 s 和 t = 4 s。分析 v(t) 的符号即可判断方向。

To compute the total distance travelled between t = 0 and t = 5, you must account for changes of direction: evaluate |s(1) − s(0)| + |s(4) − s(1)| + |s(5) − s(4)|. The definite integral of speed |v(t)| can also be used, linking integration to physical area.

计算 t = 0 到 t = 5 之间的路程,必须考虑转向:求 |s(1) − s(0)| + |s(4) − s(1)| + |s(5) − s(4)|。也可用速率 |v(t)| 的定积分,将积分与物理面积联系起来。


2. Optimisation in Business: Maximising Profit | 商业中的最优化:利润最大化

A company’s profit function P(x) often depends on the number of units sold x. With P(x) = −2x² + 120x − 500, you can use differentiation to locate the maximum. Set P'(x) = −4x + 120 = 0, yielding x = 30. Check P”(x) = −4 < 0 to confirm a maximum. This is a direct application of turning points and second derivative test.

公司的利润函数 P(x) 通常取决于销售数量 x。若 P(x) = −2x² + 120x − 500,则可利用微分找出最大值。令 P'(x) = −4x + 120 = 0,得 x = 30。经检验 P”(x) = −4 < 0,确认为极大值。这是驻点与二阶导数检验的直接应用。

More realistic problems involve constraints: ‘Revenue is R(x) = 200x − 0.5x² and cost is C(x) = 0.2x² + 50x + 800. Find the output that maximises profit and compute the maximum profit.’ Define profit π(x) = R(x) − C(x) = −0.7x² + 150x − 800. Differentiate: π'(x) = −1.4x + 150 = 0 → x = 107.14, round to 107 units if integer solutions are needed. The maximum profit is π(107) = −0.7(107)² + 150×107 − 800 = 7222 − 8014.3 = −792.3? Let’s check: 150×107 = 16050, 0.7×11449 = 8014.3, minus 800 gives 16050 − 8814.3 = 7235.7. The problem illustrates that contextual accuracy matters.

更实际的问题包含约束条件:“收入 R(x) = 200x − 0.5x²,成本 C(x) = 0.2x² + 50x + 800。求使利润最大的产量以及最大利润。”定义利润 π(x) = R(x) − C(x) = −0.7x² + 150x − 800。求导:π'(x) = −1.4x + 150 = 0 → x = 107.14,若要求整数解则取 107 件。最大利润 π(107) = −0.7(107)² + 150×107 − 800 = 7235.7。该题说明情境中的数值处理必须精确。

In IGCSE Further Maths, you often see marginal revenue and marginal cost as derivatives MR = R'(x), MC = C'(x). The profit-maximising condition MR = MC leads to the same equation, reinforcing the economic interpretation of gradients.

在 IGCSE 进阶数学中,你经常会见到边际收入与边际成本作为导数 MR = R'(x) 和 MC = C'(x)。利润最大化的条件 MR = MC 恰好导向同一个方程,强化了斜率的经济学解释。


3. Exponential Growth and Decay: Population and Radioactivity | 指数增长与衰减:人口与放射性

The differential equation dP/dt = kP describes exponential growth (k > 0) or decay (k < 0). Its solution P = P₀ eᵏᵗ is fundamental in ecology and nuclear physics. A typical exam question might give: 'A bacterial culture grows at a rate proportional to its size. Initially 2000 bacteria, after 3 hours there are 18000. Find the population after 5 hours.'

微分方程 dP/dt = kP 描述指数增长(k > 0)或衰减(k < 0)。其解 P = P₀ eᵏᵗ 是生态学与核物理的基础。典型的考试题目可能为:“细菌培养物的增长率与当前数量成正比。初始有 2000 个细菌,3 小时后增长到 18000 个。求 5 小时后的细菌数目。”

Using P = 2000 eᵏᵗ, with 18000 = 2000 e³ᵏ, deduce e³ᵏ = 9, so 3k = ln 9, and k = (1/3) ln 9. Then at t = 5, P = 2000 e⁵ᵏ = 2000 (eᵏ)⁵ = 2000 (9^(1/3))^5 = 2000 × 9^(5/3) ≈ 2000 × 38.94 = 77880. Such problems blend logarithms, indices and exponential functions.

利用 P = 2000 eᵏᵗ,由 18000 = 2000 e³ᵏ 得出 e³ᵏ = 9,即 3k = ln 9,k = (1/3) ln 9。代入 t = 5,P = 2000 e⁵ᵏ = 2000 × 9^(5/3) ≈ 77880。此类题目融合了对数、指数和指数函数。

Radioactive decay follows N = N₀ e⁻ᵏᵗ, where half-life T₁/₂ = ln 2 / k. Consider: ‘A sample of isotope has half-life 8 days. How long until only 10% remains?’ From N = 0.1 N₀, 0.1 = e⁻ᵏᵗ, with k = ln 2 / 8. Then t = (ln 0.1) / (−k) = (ln 10) / (ln 2 / 8) = 8 ln 10 / ln 2 ≈ 26.6 days. You use the properties of exponentials and the connection to logarithms.

放射性衰变遵循 N = N₀ e⁻ᵏᵗ,其中半衰期 T₁/₂ = ln 2 / k。思考:“某同位素样本的半衰期为 8 天,问多久后仅剩 10%?”由 N = 0.1 N₀,得 0.1 = e⁻ᵏᵗ,其中 k = ln 2 / 8。故 t = (ln 0.1) / (−k) = 8 ln 10 / ln 2 ≈ 26.6 天。这里运用了指数性质及其与对数的联系。


4. Vector Forces in Physics: Equilibrium Problems | 物理中的向量力:平衡问题

When multiple forces act on a particle in equilibrium, the vector sum must be zero. Often forces are given as column vectors or resolved into i, j components. For instance: ‘Three forces F₁ = 3i + 4j N, F₂ = −i + 2j N and F₃ = p i + q j N act at a point. Find p and q if the system is in equilibrium.’ Summing: (3−1+p)i + (4+2+q)j = 0, giving p = −2, q = −6.

当多个力作用在处于平衡的质点上时,向量和必须为零。力通常以列向量或 i、j 分量的形式给出。例如:“三个力 F₁ = 3i + 4j N,F₂ = −i + 2j N 和 F₃ = p i + q j N 作用于同一点。若系统平衡,求 p 和 q。”求和:(3−1+p)i + (4+2+q)j = 0,得 p = −2,q = −6。

In IGCSE Further Maths, you also meet the scalar product to test perpendicularity or to calculate work done: W = F·d. An interdisciplinary problem: ‘A force F = 5i + 2j N moves an object along displacement d = 3i − 4j m. Find the work done and the angle between F and d.’ Work is dot product: 5(3) + 2(−4) = 15 − 8 = 7 J. The angle is cos⁻¹( (F·d) / (|F||d|) ) = cos⁻¹( 7 / (√29 × 5) ) ≈ 74.9°.

IGCSE 进阶数学也涉及标量积,常用于判断垂直或计算做功:W = F·d。一道跨学科题:“力 F = 5i + 2j N 使物体沿位移 d = 3i − 4j m 移动。求所做的功及 F 与 d 的夹角。”功为点积:5×3 + 2×(−4) = 7 J。夹角为 cos⁻¹( 7 / (√29 × 5) ) ≈ 74.9°。

Equilibrium problems can also involve inclined planes where you resolve weight into components parallel and perpendicular to the plane. Using unit vectors along the plane (e.g., cos θ i + sin θ j) builds a bridge to coordinate geometry and trigonometry.

平衡问题还可能涉及斜面,此时需将重力分解为平行与垂直于斜面的分量。引入沿斜面的单位向量(例如 cos θ i + sin θ j)可以在坐标几何与三角学之间建立联系。


5. Complex Numbers in AC Circuits: Impedance and Phase | 交流电路中的复数:阻抗与相位

In electrical engineering, alternating current (AC) quantities are represented as complex numbers: voltage V, current I, and impedance Z = R + jX, where j is the imaginary unit (often used instead of i to avoid confusion with current). Ohm’s law becomes V = I Z. The magnitude |Z| gives the ratio of amplitudes, and the argument arg(Z) is the phase difference.

在电气工程中,交流电量通常用复数表示:电压 V、电流 I 和阻抗 Z = R + jX,其中 j 为虚数单位(常用 j 而不用 i,以免与电流混淆)。欧姆定律变为 V = I Z。阻抗的模 |Z| 给出幅值比,幅角 arg(Z) 代表相位差。

A typical integrated question: ‘An AC circuit has an impedance Z = 8 + 6j ohms. If the voltage is V = 230∠0° V (in polar form), find the current in rectangular form and the phase angle.’ Write V = 230(cos0 + j sin0) = 230 + 0j. Then I = V / Z = 230 / (8+6j). Multiply numerator and denominator by conjugate: I = 230(8−6j) / (8²+6²) = 230(8−6j)/100 = 18.4 − 13.8j. The magnitude is |I| = √(18.4²+13.8²) = 23 A. Phase angle is arg(I) = tan⁻¹(−13.8/18.4) ≈ −36.9°, indicating current lags voltage.

一道典型的综合题目:“某交流电路的阻抗 Z = 8 + 6j 欧姆。若电压 V = 230∠0° V(极坐标形式),求电流的直角坐标形式及相位角。”将 V 写作 230(cos0 + j sin0) = 230 + 0j。则 I = V / Z = 230 / (8+6j)。分子分母同乘共轭:I = 230(8−6j) / (8²+6²) = 18.4 − 13.8j。幅值 |I| = 23 A。相位角 arg(I) ≈ −36.9°,表示电流滞后电压。

This context reinforces complex arithmetic, conjugates, polar/rectangular conversions and the interpretation of the argument as a phase shift. It is a classic Further Maths application.

此情境强化了复数运算、共轭、极坐标与直角坐标的互化以及幅角作为相位差的理解。这是进阶数学的经典应用。


6. Matrices in Cryptography: Simple Ciphers | 密码学中的矩阵:简单密码

Matrices can encode messages by mapping letters to numbers (A=1, B=2, …, Z=26) and multiplying by an invertible encoding matrix. To decode, multiply by the inverse matrix. A Hill cipher is a classic example: with encoding matrix E = [[3, 2], [5, 3]], a pair of letters represented as a column vector is transformed to a new pair. Decryption requires E⁻¹ = [[3, −2], [−5, 3]] (since det(E)=3×3−2×5 = −1, adjust for modulo 26 arithmetic).

矩阵可用于对信息加密:将字母映射为数字(A=1, B=2, …, Z=26),然后乘以可逆的编码矩阵。解码时只需乘以逆矩阵。希尔密码是经典实例:编码矩阵 E = [[3, 2], [5, 3]],表示一对字母的列向量经变换后得到新对。解密需用 E⁻¹ = [[3, −2], [−5, 3]](因 det(E) = 3×3−2×5 = −1,并在模 26 运算下调整)。

A typical exam task: ‘Using the encoding matrix M = [[1, 2], [0, 3]], encrypt the word “MATH” by splitting into pairs MA (13,1) and TH (20,8).’ Compute for MA: [[1,2],[0,3]] × [13; 1] = [13+2; 0+3] = [15; 3] → O, C. For TH: [20; 8] → [20+16; 24] = [36; 24] mod 26 = [10; 24] → J, X. Encrypted: OCJX. Then the inverse matrix [[1, −2/3],[0, 1/3]] mod 26, but better to use integers: M⁻¹ = (1/3)[[3, −2],[0,1]], so modulo 26 use the multiplicative inverse of 3 mod 26 (which is 9, since 3×9=27≡1). Thus M⁻¹ mod 26 = 9×[[3, −2],[0,1]] = [[27, −18],[0,9]] ≡ [[1, 8],[0,9]] mod 26, since −18 ≡ 8. This shows the power of matrices in number theory.

典型考题:“利用编码矩阵 M = [[1, 2], [0, 3]] 对单词‘MATH’加密,将其拆为字母对 MA (13,1) 和 TH (20,8)。”计算 MA:[[1,2],[0,3]] × [13; 1] = [15; 3] → O, C。对于 TH:[20; 8] → [36; 24] mod 26 = [10; 24] → J, X。密文为 OCJX。解密时先求逆矩阵 (1/3)[[3, −2],[0,1]],模 26 下 3 的乘法逆元是 9,故 M⁻¹ mod 26 = 9×[[3, −2],[0,1]] ≡ [[1, 8],[0,9]]。这展示了矩阵在数论中的威力。

This topic combines matrix multiplication, determinants, inverses and modular arithmetic, thereby linking pure algebra to computer science and security.

这一主题融合了矩阵乘法、行列式、逆矩阵以及模运算,从而将纯代数与计算机科学及信息安全连接起来。


7. Geometric Series in Finance: Present Value of Annuities | 金融中的几何级数:年金现值

Annuities and mortgages rely on geometric series. The present value PV of an annuity paying £C at the end of each year for n years, with interest rate r, is PV = C/(1+r) + C/(1+r)² + … + C/(1+r)ⁿ. This is a geometric series with first term a = C/(1+r) and common ratio 1/(1+r). The sum is a(1−rₛⁿ)/(1−rₛ) = C × (1 − vⁿ) / i, where v = 1/(1+r) and i is the interest rate per period.

年金和抵押贷款依赖几何级数。一项在每年末支付 £C、持续 n 年且利率为 r 的年金现值 PV = C/(1+r) + C/(1+r)² + … + C/(1+r)ⁿ。这是一个首项 a = C/(1+r)、公比为 1/(1+r) 的几何级数。其和为 a(1−公比ⁿ)/(1−公比) = C × (1 − vⁿ) / i,其中 v = 1/(1+r),i 是每期利率。

Example: ‘A loan of £10,000 is to be repaid in 5 equal annual instalments at an annual interest rate of 6%. Find the instalment amount.’ Let instalment = £X. Then 10000 = X(1.06⁻¹ + 1.06⁻² + … + 1.06⁻⁵). Sum = X × (1 − 1.06⁻⁵) / 0.06. So X = 10000 × 0.06 / (1 − 1.06⁻⁵) ≈ 600 / (1 − 0.747258) = 600 / 0.252742 ≈ £2373.44. This uses the sum of a finite geometric series and exponentiation.

例题:“一笔 £10,000 的贷款将分 5 次等额年末偿还,年利率 6%。求每次偿还额。”设每次偿还 £X。则 10000 = X(1.06⁻¹ + 1.06⁻² + … + 1.06⁻⁵)。求和 = X × (1 − 1.06⁻⁵) / 0.06。X ≈ 10000 × 0.06 / (1 − 0.747258) = 600 / 0.252742 ≈ £2373.44。这里使用了有限几何级数求和与指数运算。

Perpetuities use the infinite geometric series: PV = C / i, because lim(n→∞) (1 − vⁿ) = 1 when v < 1. Linking sequences to finance shows the real-world importance of convergence.

永续年金用到无穷等比级数:PV = C / i,因为当 v < 1 时 lim(n→∞) (1 − vⁿ) = 1。将数列与金融相联系,显示了收敛的实际意义。


8. Rate Equations in Chemistry: Integrated Rate Laws | 化学中的速率方程:积分速率定律

A first-order chemical reaction A → products follows the rate law d[A]/dt = −k[A], where [A] is concentration. Solving by separation of variables yields ∫ (1/[A]) d[A] = ∫ −k dt, so ln[A] = −kt + ln[A]₀, or [A] = [A]₀ e⁻ᵏᵗ. This is mathematically identical to radioactive decay.

一级化学反应 A → 产物遵循速率方程 d[A]/dt = −k[A],其中 [A] 为浓度。通过分离变量法求解得到 ∫ (1/[A]) d[A] = ∫ −k dt,故 ln[A] = −kt + ln[A]₀,即 [A] = [A]₀ e⁻ᵏᵗ。这在数学上与放射性衰变完全相同。

An exam-style question: ‘In a first-order reaction, the concentration of reactant halves in 20 minutes. Find the rate constant k and the time needed for 90% conversion.’ Half-life t₁/₂ = ln 2 / k = 20 min, hence k = ln 2 / 20 ≈ 0.03466 min⁻¹. For 90% conversion, 10% remains: 0.1 = e⁻ᵏᵗ ⇒ t = (ln 0.1) / (−k) = ln 10 / (ln 2 / 20) = 20 ln 10 / ln 2 ≈ 66.4 min. The integration of 1/x and the use of natural logarithms are key.

一道考试风格题目:“某一级反应中,反应物浓度 20 分钟后减半。求速率常数 k 以及转化 90% 所需的时间。”半衰期 t₁/₂ = ln 2 / k = 20 min,故 k = ln 2 / 20 ≈ 0.03466 min⁻¹。转化 90% 时剩余 10%:0.1 = e⁻ᵏᵗ ⇒ t = ln 10 / (ln 2 / 20) ≈ 66.4 min。对 1/x 的积分与自然对数的使用是关键。

Zero-order and second-order kinetics can also be modelled with differential equations, providing a direct link between integration techniques and experimental chemistry.

零级与二级动力学同样可以用微分方程建模,这为积分技巧与实验化学之间提供了直接联系。


9. Probability in Genetics: Hardy-Weinberg Principle | 遗传学中的概率:哈迪-温伯格原理

The Hardy-Weinberg principle states that in a large randomly-mating population without evolutionary forces, the genotype frequencies for a gene with two alleles A and a are p² (AA), 2pq (Aa) and q² (aa), where p and q are allele frequencies with p + q = 1. This is a direct consequence of binomial expansion (p+q)² = p² + 2pq + q².

哈迪-温伯格原理指出,在一个无进化因素影响的大且随机交配的群体中,由两等位基因 A 与 a 决定的基因型频率分别为 p²(AA)、2pq(Aa)和 q²(aa),其中 p 和 q 是等位基因频率,满足 p + q = 1。这其实是二项式展开 (p+q)² = p² + 2pq + q² 的直接结果。

Example: ‘In a population, 1 in 10000 individuals expresses the recessive trait aa. Estimate the frequency of carriers Aa.’ Given q² = 1/10000, so q = 0.01, p = 0.99. Then carrier frequency 2pq = 2×0.99×0.01 = 0.0198, or about 1.98%. You can then compute the probability that two heterozygous individuals mate, and the chance their child is affected. These conditional probability trees deepen the need for mathematical modelling.

例:“某人群中,每 10000 人中有 1 人表现隐性性状 aa。估算携带者 Aa 的频率。”由 q² = 1/10000 得 q = 0.01,p = 0.99。携带者频率 2pq = 2×0.99×0.01 = 0.0198,约 1.98%。进一步,你可以计算两个杂合子婚配的概率,以及他们子女患病的可能性。这类条件概率树深化了对数学建模的需求。

Questions often integrate binomial distribution, expected values and hypothesis testing: ‘If we sample 200 individuals, what is the expected number of carriers? What is the probability of finding exactly 5 carriers?’ The binomial distribution X ~ B(200, 0.0198) gives E(X) = 3.96, and P(X=5) = ₂₀₀C₅ (0.019

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