📚 PDF资源导航

GCSE CIE Additional Mathematics: Cross-disciplinary Integrated Problem-Solving Practice | GCSE CIE 进阶数学:跨学科综合题型训练

📚 GCSE CIE Additional Mathematics: Cross-disciplinary Integrated Problem-Solving Practice | GCSE CIE 进阶数学:跨学科综合题型训练

GCSE CIE Additional Mathematics (0606) not only tests fluency with algebraic manipulation, functions and calculus, but increasingly demands that learners apply these skills to real-world, cross-disciplinary contexts. This article compiles a structured set of problem-solving exercises that link core topics – differentiation, integration, exponentials, logarithms, trigonometry and vectors – with physics, biology, economics and engineering. Each section presents a worked scenario, building confidence in translating an unfamiliar situation into mathematical language.

GCSE CIE 进阶数学(0606)不仅考查代数运算、函数与微积分的基本功,更要求考生能够将数学工具应用到真实的跨学科情境中。本文围绕导数、积分、指数、对数、三角函数和向量等核心主题,整理了一套与物理、生物、经济学和工程学紧密结合的综合题型训练,帮助读者把陌生情景翻译成数学语言,增强解题底气。


1. Kinematics and Calculus | 运动学与微积分

Displacement s(t), velocity v(t) and acceleration a(t) are linked by differentiation and integration. A typical problem gives s = t³ − 6t² + 9t + 5 and asks for the times when the particle is at rest and the acceleration at those instants.

位移 s(t)、速度 v(t) 和加速度 a(t) 通过求导与积分相互转换。典型题目给出 s = t³ − 6t² + 9t + 5,要求找出质点静止的时刻以及静止时的加速度。

v = ds/dt = 3t² − 12t + 9. Rest means v = 0, so 3(t² − 4t + 3) = 0 ⇒ (t−1)(t−3) = 0, giving t = 1 s and t = 3 s. Acceleration a = dv/dt = 6t − 12; thus a(1) = −6 m s⁻² and a(3) = 6 m s⁻².

v = ds/dt = 3t² − 12t + 9。静止时 v=0,即 3(t² − 4t + 3)=0 ⇒ (t−1)(t−3)=0,得 t=1 s 和 t=3 s。加速度 a = dv/dt = 6t − 12,因此 a(1) = −6 m s⁻²,a(3) = 6 m s⁻²。

Integration works backwards: if a = 4t − 2, initially v(0) = 3 and s(0) = 1, then v = ∫(4t − 2) dt = 2t² − 2t + 3, and s = ∫v dt = (2/3)t³ − t² + 3t + 1.

积分则反向还原:若 a = 4t − 2,且初速度 v(0)=3,初位移 s(0)=1,则 v = ∫(4t − 2) dt = 2t² − 2t + 3,进而 s = ∫v dt = (2/3)t³ − t² + 3t + 1。

Students should recognise that the area under a velocity–time graph represents displacement, a concept frequently tested with piecewise-linear motion.

考生应认识到速度-时间图下的面积代表位移,这一概念常在分段线性运动题中考查。


2. Exponential Growth and Decay Models | 指数增长与衰变模型

Many natural processes follow N = N₀eᵏᵗ (growth, k > 0) or N = N₀e⁻ᵏᵗ (decay). These appear in biology (bacteria colonies), chemistry (radioactive half-life) and economics (compound interest). The CIE specification expects candidates to find k, half-life or doubling time.

许多自然过程遵循 N = N₀eᵏᵗ(生长,k>0)或 N = N₀e⁻ᵏᵗ(衰变),常见于生物(细菌菌落)、化学(放射性半衰期)和经济(复利)。CIE 大纲要求考生能计算 k、半衰期或倍增时间。

A sample problem: a radioactive isotope decays from 80 g to 20 g in 30 days. Determine the decay constant k. Using N = 80e⁻ᵏᵗ, at t=30, 20 = 80e⁻³⁰ᵏ ⇒ e⁻³⁰ᵏ = 0.25 ⇒ −30k = ln 0.25 ⇒ k = ln4 / 30 ≈ 0.0462 day⁻¹.

示例:某放射性同位素在 30 天内从 80 g 衰变到 20 g,求衰变常数 k。由 N = 80e⁻ᵏᵗ,代入 t=30 得 20 = 80e⁻³⁰ᵏ ⇒ e⁻³⁰ᵏ = 0.25 ⇒ −30k = ln 0.25 ⇒ k = ln4 / 30 ≈ 0.0462 day⁻¹。

The half-life t½ = ln2 / k ≈ 15 days. Check: after 15 days, N = 80e⁻⁰·⁰⁴⁶²×¹⁵ ≈ 40 g, consistent.

半衰期 t½ = ln2 / k ≈ 15 天。验证:15 天后 N = 80e⁻⁰·⁰⁴⁶²×¹⁵ ≈ 40 g,符合预期。

Contextual interpretation: the number e and natural log provide the natural timescale. Always express units for k.

情景解读:e 和自然对数给出了天然的时间尺度。务必为 k 标明单位。


3. Optimisation in Economics | 经济学中的最优化

Manufacturers often face cost and revenue functions. If total cost C(x) = 500 + 12x + 0.02x² and price per unit p = 40 − 0.01x, revenue is R(x) = 40x − 0.01x². Profit P(x) = R − C = 28x − 0.03x² − 500.

制造商常面临成本与收益函数。若总成本 C(x) = 500 + 12x + 0.02x²,单价 p = 40 − 0.01x,则收益 R(x) = 40x − 0.01x²。利润 P(x) = R − C = 28x − 0.03x² − 500。

Maximum profit occurs when P'(x) = 0 and P”(x) < 0. P'(x) = 28 − 0.06x; setting to zero gives x = 466.67, so produce 467 units. P''(x) = −0.06 < 0, confirming a maximum.

利润最大发生在 P'(x)=0 且 P”(x)<0 处。P'(x) = 28 − 0.06x,令其为零得 x ≈ 466.67,故生产 467 件。P''(x) = −0.06 < 0,确认为极大值。

In Additional Mathematics, students also interpret marginal cost (C'(x)) and marginal revenue (R'(x)). Profit is maximised when marginal revenue equals marginal cost – a key economic principle.

在进阶数学中,学生还需解释边际成本 C'(x) 与边际收益 R'(x)。边际收益等于边际成本时利润最大——这是一个关键的经济学原理。


4. Logarithmic Scales: pH and Decibels | 对数尺度:pH 和分贝

Logarithmic scales compress huge ranges. pH = −log₁₀[H⁺] and sound level L = 10 log₁₀(I / I₀). CIE

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