📚 PDF资源导航

Pre-U Edexcel Maths: Interdisciplinary Problem-Solving Training | 跨学科综合题型训练

📚 Pre-U Edexcel Maths: Interdisciplinary Problem-Solving Training | 跨学科综合题型训练

Interdisciplinary problems in Pre-U Edexcel Mathematics blend pure mathematical techniques with real‑world contexts from physics, economics, biology and engineering. This article takes you through a structured series of worked examples and key methods, training you to recognise underlying mathematical structures and apply calculus, algebra, statistics and vectors with confidence.

Pre-U Edexcel 数学中的跨学科问题将纯数学技巧与物理、经济、生物和工程等现实情境相融合。本文通过一系列结构化的例题和关键方法,训练你识别底层数学结构,并自信地运用微积分、代数、统计和向量解决问题。

1. Kinematics and Calculus in Mechanics | 力学中的运动学与微积分

A particle moves along a straight line so that its displacement s metres from a fixed point at time t seconds is given by s(t) = 2t³ − 9t² + 12t + 1. Find the times when the particle is at rest and determine the total distance travelled in the first 3 seconds.

一个粒子沿直线运动,在 t 秒时相对于定点的位移 s 米由 s(t) = 2t³ − 9t² + 12t + 1 给出。求粒子静止的时刻,并确定前 3 秒内通过的总路程。

Velocity is the first derivative: v(t) = ds/dt = 6t² − 18t + 12. Setting v(t) = 0 gives 6(t² − 3t + 2) = 0 → t = 1, 2. To find total distance, we examine the sign of v(t). v(t) is positive for t < 1, negative for 1 < t < 2, positive for t > 2. Evaluate s(0)=1, s(1)=6, s(2)=5, s(3)=10. Distance = |6−1| + |5−6| + |10−5| = 5 + 1 + 5 = 11 m.

速度是位移的一阶导数:v(t) = ds/dt = 6t² − 18t + 12。令 v(t) = 0 得 t = 1, 2。为求总路程,检查 v(t) 的符号。t < 1 时为正,1 < t < 2 时为负,t > 2 时为正。计算 s(0)=1, s(1)=6, s(2)=5, s(3)=10。总路程 = 5 + 1 + 5 = 11 米。


2. Marginal Analysis and Elasticity in Economics | 经济学中的边际分析与弹性

A company’s total revenue function is R(q) = 200q − 4q², where q is the quantity sold. Find the marginal revenue when q = 15, and determine the price elasticity of demand if the demand function is p = 200 − 4q.

某公司的总收入函数为 R(q) = 200q − 4q²,q 为销售量。求 q = 15 时的边际收入,并计算需求函数 p = 200 − 4q 时的需求价格弹性。

Marginal revenue MR = dR/dq = 200 − 8q. At q = 15, MR = 200 − 120 = 80. Elasticity of demand η = (p/q)·(dq/dp). From p = 200 − 4q, dq/dp = −1/4. At q = 15, p = 200 − 60 = 140. η = (140/15)·(−1/4) = −35/15 = −7/3. Demand is elastic because |η| > 1.

边际收入 MR = dR/dq = 200 − 8q。当 q = 15,MR = 80。需求弹性 η = (p/q)·(dq/dp)。由 p = 200 − 4q 得 dq/dp = −1/4。当 q=15,p=140,η = (140/15)·(−1/4) = −7/3。|η|>1,故需求富有弹性。


3. Exponential Growth and Decay in Biology | 生物学中的指数增长与衰减

A bacterial culture grows according to N(t) = N₀e^(kt), where N₀ is the initial count. After 3 hours the population has doubled. Find k, and determine how long it takes for the population to reach 10 times its original size.

细菌培养按 N(t) = N₀e^(kt) 增长,N₀ 为初始数量。3 小时后数量翻倍。求 k,并计算达到初始数量 10 倍所需的时间。

Using N(3) = 2N₀ gives e^(3k) = 2 → 3k = ln 2 → k = (ln 2)/3 ≈ 0.23105. For N(t) = 10N₀, e^(kt) = 10 → t = (ln 10)/k = (ln 10)·3/(ln 2) ≈ 3 × 3.32193 = 9.9658 hours.

由 N(3) = 2N₀ 得 e^(3k) = 2,k = (ln 2)/3 ≈ 0.23105。达到 10 倍时,e^(kt) = 10,t = (ln 10)/k = (ln 10)·3/(ln 2) ≈ 9.97 小时。


4. Probability Distributions in Risk Assessment | 概率分布在风险评估中的应用

An insurance company models the number of claims per year as a Poisson random variable with mean 4. Calculate the probability that there are more than 6 claims in a year, and the probability that in five consecutive years the total claims exceed 25.

保险公司将年索赔次数建模为均值为 4 的泊松随机变量。计算一年内索赔超过 6 次的概率,以及连续五年总索赔超过 25 次的概率。

For X ~ Po(4), P(X > 6) = 1 − P(X ≤ 6) = 1 − Σ_{x=0}^{6} (e⁻⁴·4ˣ)/x!. Using tables, P(X ≤ 6) ≈ 0.8893, so P(X > 6) ≈ 0.1107. Over 5 independent years, total T ~ Po(20). P(T > 25) = 1 − P(T ≤ 25). Using normal approximation: T ≈ N(20, 20), z = (25.5 − 20)/√20 ≈ 1.23, P(Z > 1.23) ≈ 0.1093.

对于 X ~ Po(4),P(X > 6) = 1 − P(X ≤ 6) ≈ 1 − 0.8893 = 0.1107。独立五年总和 T ~ Po(20)。P(T > 25) 用正态近似:T ≈ N(20, 20),连续性校正 z = (25.5 − 20)/√20 ≈ 1.23,P(Z > 1.23) ≈ 0.1093。


5. Hypothesis Testing in Medical Trials | 统计假设检验与医学试验

A drug is claimed to lower systolic blood pressure by more than 5 mmHg. A sample of 30 patients gave a mean reduction of 7.2 mmHg with standard deviation 6.5 mmHg. Test at the 1% significance level whether the drug exceeds the claimed reduction.

某药物声称能使收缩压降低超过 5 mmHg。30 名患者的样本平均降低值为 7.2 mmHg,标准差为 6.5 mmHg。在 1% 显著性水平下检验该药物是否超过声称的降压值。

H₀: μ = 5, H₁: μ > 5. t = (7.2 − 5)/(6.5/√30) ≈ 2.2/1.186 ≈ 1.855. With df = 29, critical value for 1% one‑tailed is about 2.462. Since 1.855 < 2.462, we do not reject H₀. There is insufficient evidence at the 1% level to support the claim.

H₀: μ = 5,H₁: μ > 5。t = (7.2 − 5)/(6.5/√30) ≈ 1.855。自由度为 29 时,单侧 1% 临界值约为 2.462。因 1.855 < 2.462,不拒绝 H₀。在 1% 水平下,无充分证据支持该声明。


6. Modelling Epidemic Spread with Differential Equations | 微分方程建模流行病传播

In a simple SIR model, the rate of infection is dI/dt = β S I − γ I. When recovery rate γ = 0.1 and transmission rate β = 0.0005, with initial susceptible S(0) = 999 and infected I(0) = 1, describe the early exponential growth of I(t) assuming S ≈ 1000 constant.

在简单的 SIR 模型中,感染速率为 dI/dt = β S I − γ I。当恢复率 γ = 0.1,传播率 β = 0.0005,初始易感者 S(0) = 999,感染者 I(0) = 1,假设 S ≈ 1000 不变,描述 I(t) 的早期指数增长。

Early approximation: dI/dt = (0.0005 × 1000 − 0.1) I = (0.5 − 0.1) I = 0.4 I. Thus I(t) ≈ I₀ e^(0.4t) = e^(0.4t). The number of infected doubles when e^(0.4t) = 2 → t = (ln 2)/0.4 ≈ 1.733 days. This rapid exponential growth explains the initial outbreak phase.

早期近似:dI/dt = (0.0005×1000 − 0.1)I = 0.4 I。故 I(t) ≈ e^(0.4t)。感染人数翻倍时 e^(0.4t) = 2,t = (ln 2)/0.4 ≈ 1.733 天。这种快速的指数增长解释了初期的暴发阶段。


7. Optimization: Profit Maximization and Cost Minimization | 优化问题:利润最大化与成本最小化

A manufacturer has cost function C(x) = 0.01x³ − 0.6x² + 50x + 1000 and sells each unit at price p = 200 − 0.3x. Determine the output level x that maximises profit, and verify the second‑order condition.

某制造商的成本函数为 C(x) = 0.01x³ − 0.6x² + 50x + 1000,每件售价 p = 200 − 0.3x。确定使利润最大化的产量 x,并验证二阶条件。

Profit Π(x) = R(x) − C(x) = x(200 − 0.3x) − (0.01x³ − 0.6x² + 50x + 1000) = −0.01x³ + 0.3x² + 150x − 1000. Π'(x) = −0.03x² + 0.6x + 150 = 0 → divide by −0.03: x² − 20x − 5000 = 0 → x = [20 ± √(400 + 20000)]/2 = [20 ± √20400]/2 = 10 ± √5100. Taking positive root: x ≈ 10 + 71.41 = 81.41. Π”(x) = −0.06x + 0.6; at x=81.41, Π” ≈ −4.88 + 0.6 < 0, so maximum.

利润 Π(x) = x(200 − 0.3x) − C(x) = −0.01x³ + 0.3x² + 150x − 1000。Π'(x) = −0.03x² + 0.6x + 150 = 0,解得 x² − 20x − 5000 = 0,x = 10 + √5100 ≈ 81.41。Π”(x) = −0.06x + 0.6,在 x=81.41 时 Π” < 0,故为极大值。


8. 3D Vectors in Force Fields | 三维向量在物理力场中的应用

A particle is acted upon by three forces: F₁ = 3i + 4j − 2k N, F₂ = −i + 2j + 5k N, and F₃ = pi + qj + rk N. If the resultant force is 2i + j + 3k N, find p, q, r. Also find the work done by the resultant when the particle moves from (1,2,3) to (4,6,8).

一个粒子受三个力作用:F₁ = 3i + 4j − 2k N,F₂ = −i + 2j + 5k N,F₃ = pi + qj + rk N。若合力为 2i + j + 3k N,求 p, q, r。并求粒子从 (1,2,3) 移动到 (4,6,8) 时合力所做的功。

Sum: (3−1+p) = 2 → p=0; (4+2+q) = 1 → q=−5; (−2+5+r)=3 → r=0. Displacement d = (4−1)i + (6−2)j + (8−3)k = 3i + 4j + 5k. Work done = F_resultant · d = (2)(3) + (1)(4) + (3)(5) = 6+4+15 = 25 J.

合力:p = 2 − (3−1) = 0;q = 1 − 6 = −5;r = 3 − 3 = 0。位移 d = 3i + 4j + 5k。功 = (2)(3)+(1)(4)+(3)(5) = 25 J。


9. Complex Numbers in AC Circuit Analysis | 复数的交流电路分析

In an AC circuit, impedance Z₁ = 3 + 4j Ω and Z₂ = 2 − 2j Ω are connected in parallel. Find the total impedance Z_total = (Z₁ Z₂)/(Z₁ + Z₂) and express it in polar form. Hence determine the phase angle between voltage and current.

在交流电路中,阻抗 Z₁ = 3 + 4j Ω 与 Z₂ = 2 − 2j Ω 并联。求总阻抗 Z_total = (Z₁ Z₂)/(Z₁ + Z₂),并以极式表示,从而确定电压与电流之间的相位角。

Z₁ + Z₂ = (3+2) + j(4−2) = 5 + 2j. Z₁ Z₂ = (3+4j)(2−2j) = 6 −6j +8j −8j² = 6 +2j +8 = 14 + 2j. Z_total = (14 + 2j)/(5 + 2j). Multiply numerator and denominator by 5 − 2j: (14+2j)(5−2j) = 70 −28j +10j −4j² = 74 −18j; denominator 25+4=29. So Z_total = (74/29) − (18/29)j ≈ 2.552 − 0.621j. Modulus = √(2.552²+0.621²) ≈ 2.626 Ω. Argument = arctan(−0.621/2.552) ≈ −13.7°. Phase angle ≈ −13.7°, meaning current leads voltage.

Z_total = (14+2j)/(5+2j) = (74 −18j)/29 ≈ 2.552 − 0.621j。模 ≈ 2.626 Ω,辐角 ≈ −13.7°。相位角为 −13.7°,即电流超前电压约 13.7°。


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

A triangle has vertices A(1,2), B(3,2), C(2,5). It is first rotated anticlockwise by 90° about the origin, then reflected in the line y = x. Find the combined transformation matrix and the final coordinates of the vertices.

一个三角形顶点为 A(1,2), B(3,2), C(2,5)。先绕原点逆时针旋转 90°,再关于直线 y = x 反射。求复合变换矩阵及各顶点的最终坐标。

Rotation 90° matrix R = [[0,−1],[1,0]]. Reflection in y=x matrix M = [[0,1],[1,0]]. Combined T = M R = [[0,1],[1,0]] × [[0,−1],[1,0]] = [[1,0],[0,−1]]. This represents a reflection in the x‑axis. To verify: R sends (x,y) to (−y,x); M then sends to (x,−y). So final coordinates: A(1,−2), B(3,−2), C(2,−5).

旋转 90° 矩阵 R = [[0,−1],[1,0]];关于 y=x 反射矩阵 M = [[0,1],[1,0]]。复合矩阵 T = M R = [[1,0],[0,−1]],即关于 x 轴反射。最终坐标:A(1,−2), B(3,−2), C(2,−5)。


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