📚 PDF资源导航

Cross-disciplinary Integrated Problem Training for WJEC Pre-U Mathematics | WJEC Pre-U 数学:跨学科综合题型训练

📚 Cross-disciplinary Integrated Problem Training for WJEC Pre-U Mathematics | WJEC Pre-U 数学:跨学科综合题型训练

Pre-U Mathematics under the WJEC specification challenges students to move beyond routine calculations and connect pure mathematical ideas with real-world applications. This article presents a collection of integrated problems that span mechanics, statistics, physics, biology, economics, and engineering, reflecting the style you may encounter in synoptic papers or university entrance assessments. Each section combines a key mathematical technique with a subject-matter context, followed by guided solution steps to build confidence in cross-disciplinary reasoning.

WJEC 预科数学不仅要求学生掌握纯计算,更强调将核心数学思想与现实场景相结合。本文精选了一系列跨学科综合题,涵盖力学、统计、物理、生物、经济和工程等领域,贴近真题和大学入学测试风格。每一节都将核心数学方法嵌入具体学科情境,并给出分步解析,帮助你在跨学科推理中建立信心。

1. Why Cross-disciplinary Integration Matters | 为何跨学科整合至关重要

WJEC Pre-U papers, particularly the synoptic components and the optional further applications units, reward students who can transfer mathematical skills across contexts. A question may begin with a physical scenario, demand a statistical interpretation, or require the optimisation of an economic function under constraints. Training with integrated problems hones modelling abilities, strengthens conceptual links, and prepares you for the unpredictable nature of high-level assessment.

WJEC 预科试卷,尤其是综述性试题和选考的应用单元,青睐能够将数学技能迁移至不同情境的考生。一道题可能从物理场景出发,再要求统计解释,或在约束下优化经济函数。通过综合题型训练,可以打磨建模能力,加深概念联系,并为应对高水平考试中的不确定性做好准备。


2. Mechanics and Physics: Motion under Variable Forces | 力学与物理:变力作用下的运动

A particle of mass 2 kg moves along a straight line under a net force F(t) = 8e⁻⁰·⁵ᵗ − 4v, where v m/s is velocity and t ≥ 0 is time. The particle starts from rest. Determine v(t) and the terminal velocity. This problem blends Newton’s second law with first-order linear differential equations.

质量为 2 kg 的质点在合力 F(t) = 8e⁻⁰·⁵ᵗ − 4v 作用下沿直线运动,其中 v 为速度,t ≥ 0 为时间。质点从静止出发,求 v(t) 和终极速度。该问题融合了牛顿第二定律与一阶线性微分方程。

2 dv/dt = 8e⁻⁰·⁵ᵗ − 4v ⇒ dv/dt + 2v = 4e⁻⁰·⁵ᵗ

Using the integrating factor e∫2dt = e2t, we multiply and integrate: d/dt (v e2t) = 4e1.5t. Integrating gives v e2t = (8/3)e1.5t + C. Applying v(0) = 0 yields C = −8/3. Thus v(t) = (8/3)e⁻⁰·⁵ᵗ − (8/3)e⁻²ᵗ. As t → ∞, the exponential terms vanish, so terminal velocity = 0 m/s — the damping force eventually brings the particle to rest. This demonstrates how an applied force decaying exponentially combined with a resistive force leads to a predictable velocity profile.

使用积分因子 e∫2dt = e2t,两边乘因子后积分:d/dt (v e2t) = 4e1.5t,积分得 v e2t = (8/3)e1.5t + C。代入初始条件 v(0) = 0 得 C = −8/3。因此 v(t) = (8/3)e⁻⁰·⁵ᵗ − (8/3)e⁻²ᵗ。当 t → ∞ 时指数项趋于零,终极速度为 0 m/s——阻尼力最终使质点停止。这展示了指数衰减外力和阻力共同作用下速度曲线的可预测性。


3. Statistics and Biology: Hypothesis Testing in Clinical Trials | 统计与生物:临床试验中的假设检验

A pharmaceutical company claims its new vaccine reduces infection risk by at least 40%. In a trial with 200 participants, 32 contract the disease, compared to an expected 56 under the null hypothesis of no effect. Perform a one-tailed z-test at the 5% significance level. State p-value and conclusion in biological context.

某制药公司声称其新疫苗至少降低 40% 感染风险。一项 200 人试验中,32 人感染,而零假设(无效果)下预期感染人数为 56。请在 5% 显著性水平下进行单尾 z 检验,给出 p 值,并结合生物学背景得出结论。

Under H₀: p = 0.28 (since 56/200), but the claim implies a reduced proportion. We test H₀: p = 0.28 vs H₁: p < 0.28. Sample proportion p̂ = 32/200 = 0.16. Standard error SE = √(0.28×0.72/200) ≈ 0.0317. Test statistic z = (0.16 − 0.28)/0.0317 ≈ −3.78. The critical z for one-tailed α = 0.05 is −1.645. Since −3.78 < −1.645, reject H₀. p-value = Φ(−3.78) < 0.0001, extremely significant. Biologically, this provides strong evidence that the vaccine reduces infection risk well beyond 40%. This reinforces the power of statistical inference in evaluating medical interventions.

零假设 H₀: p = 0.28,备择假设 H₁: p < 0.28。样本比例 p̂ = 32/200 = 0.16。标准误 SE = √(0.28×0.72/200) ≈ 0.0317。检验统计量 z = (0.16 − 0.28)/0.0317 ≈ −3.78。单尾 α = 0.05 临界 z = −1.645。由于 −3.78 < −1.645,拒绝 H₀。p 值 = Φ(−3.78) < 0.0001,极其显著。从生物学角度看,疫苗降低感染风险的效果远超过 40% 的声称,这凸显了统计推断在评估医学干预措施中的效力。


4. Pure Mathematics and Economics: Optimisation with Constraints | 纯数与经济学:约束条件下的最优化

A firm produces two goods x and y with profit function π(x,y) = 20x − x² + 16y − 2y², subject to a resource constraint x + 2y = 10. Find the output levels that maximise profit, using Lagrange multipliers. Interpret the shadow price λ.

一家企业生产两种产品 x 和 y,利润函数为 π(x,y) = 20x − x² + 16y − 2y²,受资源约束 x + 2y = 10。利用拉格朗日乘数法求利润最大化时的产量,并解释影子价格 λ。

L(x,y,λ) = 20x − x² + 16y − 2y² + λ(10 − x − 2y)

First-order conditions: ∂L/∂x = 20 − 2x − λ = 0 → λ = 20 − 2x; ∂L/∂y = 16 − 4y − 2λ = 0 → λ = 8 − 2y; and constraint x + 2y = 10. Equating λ: 20 − 2x = 8 − 2y gives x − y = 6. Solving with constraint: (6 + y) + 2y = 10 → 3y = 4 → y = 4/3, x = 22/3. Then λ = 20 − 44/3 = 16/3. The shadow price 16/3 ≈ 5.33 means that relaxing the resource constraint by one unit would increase profit by about 5.33. This economic insight helps firms decide whether to acquire more resources.

一阶条件:∂L/∂x = 20 − 2x − λ = 0 → λ = 20 − 2x;∂L/∂y = 16 − 4y − 2λ = 0 → λ = 8 − 2y;约束 x + 2y = 10。令 λ 相等得 20 − 2x = 8 − 2y,得 x − y = 6。与约束联立:(6 + y) + 2y = 10 → 3y = 4 → y = 4/3,x = 22/3。λ = 20 − 44/3 = 16/3。影子价格 16/3 ≈ 5.33 意味着放宽一单位资源约束可增加约 5.33 的利润。这一经济洞见有助于企业决定是否获取更多资源。


5. Discrete Mathematics and Computer Science: Algorithms and Networks | 离散数学与计算机科学:算法与网络

WJEC Pre-U discrete modules often require finding the minimum spanning tree of a network and using Dijkstra’s algorithm for shortest paths. Consider a network with vertices A–F and weighted edges representing data transfer costs between servers. Use Prim’s algorithm starting at A and then find the shortest path from A to F. Compare computational complexity.

WJEC 预科离散数学模块常要求找出网络的最小生成树,并利用 Dijkstra 算法求最短路径。考虑一个顶点 A–F 的网络,加权边表示服务器间数据传输成本。从 A 开始使用 Prim 算法,然后求 A 到 F 的最短路径,并比较计算复杂度。

Edge Weight
A-B 4
A-C 5
B-C 3
B-D 7
C-D 2
C-E 6
D-F 4
E-F 3

Applying Prim from A adds A-B (4), then B-C (3), C-D (2), D-F (4), F-E (3), forming MST of total weight 16. Dijkstra from A to F: paths A-C-D-F costs 5+2+4=11; A-B-C-D-F costs 4+3+2+4=13; A-B-D-F 4+7+4=15; so shortest is 11 via C and D. Prim runs in O(V²) with simple implementation, while Dijkstra with priority queue is O((V+E) log V), illustrating trade-offs in algorithm design.

Prim 从 A 开始:加 A-B (4),然后 B-C (3),C-D (2),D-F (4),F-E (3),总权重 16。Dijkstra 求 A 到 F:路径 A-C-D-F 成本 5+2+4=11;A-B-C-D-F 4+3+2+4=13;A-B-D-F 4+7+4=15;最短为 11,经过 C 和 D。Prim 简单实现 O(V²),而 Dijkstra 配合优先队列 O((V+E) log V),体现了算法设计中的权衡。


6. Probability and Finance: Risk Modelling with Geometric Brownian Motion | 概率与金融:几何布朗运动风险建模

In financial mathematics, asset prices S(t) are often modelled by geometric Brownian motion: dS = μS dt + σS dW. Using Itô’s lemma, show that the logarithm X = ln S follows dX = (μ − ½σ²) dt + σ dW. Hence find E[S(t)] and interpret volatility drag.

在金融数学中,资产价格 S(t) 常建模为几何布朗运动:dS = μS dt + σS dW。利用伊藤引理证明对数 X = ln S 满足 dX = (μ − ½σ²) dt + σ dW,并求 E[S(t)],解释波动率拖曳。

Itô’s lemma: df = (∂f/∂t + μS ∂f/∂S + ½σ²S² ∂²f/∂S²) dt + σS ∂f/∂S dW

For f = ln S, ∂f/∂S = 1/S, ∂²f/∂S² = −1/S², and ∂f/∂t = 0. Substituting gives d(ln S) = (μ − ½σ²) dt + σ dW. Integrating from 0 to t: ln S(t) − ln S(0) = (μ − ½σ²)t + σ W(t). Thus S(t) = S(0) exp((μ − ½σ²)t + σ W(t)). Taking expectation, E[S(t)] = S(0) eμt because the stochastic exponential term has mean e½σ²t which cancels the −½σ² drift. The volatility drag ½σ² reduces the expected growth rate of ln S but leaves S expectation intact, a nuance critical in option pricing.

对 f = ln S,∂f/∂S = 1/S,∂²f/∂S² = −1/S²,∂f/∂t = 0。代入得 d(ln S) = (μ − ½σ²) dt + σ dW。从 0 到 t 积分:ln S(t) − ln S(0) = (μ − ½σ²)t + σ W(t)。因此 S(t) = S(0) exp((μ − ½σ²)t + σ W(t))。取期望,E[S(t)] = S(0) eμt,因为随机指数部分的均值为 e½σ²t,恰好抵消 −½σ² 漂移。波动率拖曳 ½σ² 降低了 ln S 的期望增长率,但不影响 S 的期望,这一细微差异在期权定价中至关重要。


7. Differential Equations and Chemistry: Reaction Kinetics | 微分方程与化学:反应动力学

The irreversible reaction 2A → B follows second-order kinetics with rate law dcA/dt = −k cA², where cA is concentration of A. If initial concentration c₀ = 0.8 mol/L and k = 0.15 L/mol/min, calculate the half-life and concentration after 10 minutes. Discuss integrated rate laws.

不可逆反应 2A → B 遵循二级动力学,速率方程为 dcA/dt = −k cA²,cA 为 A 的浓度。若初始浓度 c₀ = 0.8 mol/L,k = 0.15 L/mol/min,计算半衰期以及 10 分钟后的浓度,并讨论积分速率方程。

dcA/dt = −k cA² ⇒ ∫ dcA/cA² = −k ∫ dt ⇒ −1/cA = −kt + C

Using cA(0) = c₀ gives C = −1/c₀, so 1/cA(t) = 1/c₀ + kt. Half-life t½ occurs when cA = c₀/2: 2/c₀ = 1/c₀ + k t½ → 1/c₀ = k t½ → t½ = 1/(k c₀) = 1/(0.15×0.8) = 8.33 min. After 10 minutes: 1/cA = 1/0.8 + 0.15×10 = 1.25 + 1.5 = 2.75 → cA = 0.364 mol/L. This straightforward integration illustrates how chemical engineers predict reactor performance.

利用 cA(0) = c₀ 得 C = −1/c₀,故 1/cA(t) = 1/c₀ + kt。半衰期 t½ 满足 cA = c₀/2:2/c₀ = 1/c₀ + k t½ → t½ = 1/(k c₀) = 1/(0.15×0.8) = 8.33 min。10 分钟后:1/cA = 1/0.8 + 0.15×10 = 2.75 → cA = 0.364 mol/L。简洁的积分过程展示了化学工程师如何预测反应器性能。


8. Data Analysis and Geography: Spatial Statistics | 数据分析与地理:空间统计

Geographers study the spread of an invasive plant species using point pattern analysis. Over a 10 km² quadrat, 85 occurrences are recorded. Assuming complete spatial randomness (CSR), the number of plants per km² follows a Poisson distribution. Test whether the observed variance-to-mean ratio of counts in 50 sub-quadrats indicates clustering (ratio > 1).

地理学家利用点模式分析研究入侵植物物种的扩散。在 10 km² 样地中记录到 85 株。假设完全空间随机 (CSR),每 km² 植株数服从泊松分布。检验 50 个子样方计数的方差-均值比是否指示聚集(比值 > 1)。

Under CSR, expected mean λ = 85/50 = 1.7 plants per sub-quadrat. If counts were perfectly Poisson, variance = λ. A test statistic is the index of dispersion I = (n−1)s²/x̄, which follows χ² with n−1 df. Suppose observed s² = 3.1, x̄ = 1.7, n = 50. I = 49×3.1/1.7 ≈ 89.35. For df=49 at 5% two-tailed, critical values are roughly 33.9 and 66.3. Since 89.35 > 66.3, reject CSR in favour of clustering. This quantitative approach supports ecological interventions.

CSR 下期望均值 λ = 85/50 = 1.7 株/子样方。完全泊松时方差 = λ。检验统计量为离散指数 I = (n−1)s²/x̄,服从 χ² 分布 df = n−1。假设观测 s² = 3.1,x̄ = 1.7,n = 50。I = 49×3.1/1.7 ≈ 89.35。df=49,5% 双尾临界值约为 33.9 和 66.3。因 89.35 > 66.3,拒绝 CSR,支持聚集分布。这一量化手段为生态干预提供依据。


9. Vectors and Engineering: Forces in Equilibrium Structures | 向量与工程:平衡结构中的力

A crane boom is modelled in three dimensions. Cables exert forces F₁ = 2i + 3j − 4k kN, F₂ = −i + 5j + 2k kN, and F₃ = ai + bj + ck kN at a point. If the system is in equilibrium, find F₃ and the magnitude of the resultant force at a nearby joint where F₄ = 4i − 2j + k kN acts along with F₁ and F₂.

一个起重机吊臂的问题在三维空间中建模。缆绳在一点施加力 F₁ = 2i + 3j − 4k kN,F₂ = −i + 5j + 2k kN,以及 F₃ = ai + bj + ck kN。若系统平衡,求 F₃;附近节点处 F₄ = 4i − 2j + k kN 与 F₁、F₂ 共同作用,求合力大小。

Equilibrium requires F₁ + F₂ + F₃ = 0 → F₃ = −(F₁ + F₂) = −[(2−1)i + (3+5)j + (−4+2)k] = −(1i + 8j − 2k) = −i − 8j + 2k kN. For the joint, resultant R = F₁ + F₂ + F₄ = (2−1+4)i + (3+5−2)j + (−4+2+1)k = 5i + 6j − k. Magnitude = √(5² + 6² + (−1)²) = √(25+36+1) = √62 ≈ 7.87 kN. This vector equilibrium concept underpins structural safety calculations.

平衡要求 F₁ + F₂ + F₃ = 0 → F₃ = −(F₁ + F₂) = −[(2−1)i + (3+5)j + (−4+2)k] = −(1i + 8j − 2k) = −i − 8j + 2k kN。节点的合力 R = F₁ + F₂ + F₄ = (2−1+4)i + (3+5−2)j + (−4+2+1)k = 5i + 6j − k。模长 = √(5² + 6² + (−1)²) = √62 ≈ 7.87 kN。这一向量平衡概念是结构安全计算的基础。


10. Complex Numbers and Electrical Engineering: AC Circuit Analysis | 复数与电子工程:交流电路分析

An RLC series circuit has resistance R = 10 Ω, inductance L = 0.2 H, capacitance C = 50 μF, driven by a voltage V(t) = 100 cos(200t) V. Using complex impedance Z = R + j(ωL − 1/(ωC)), find the steady-state current phasor and express i(t) as a real function. Explain phase difference.

一个 RLC 串联电路,电阻 R = 10 Ω,电感 L = 0.2 H,电容 C = 50 μF,电源电压 V(t) = 100 cos(200t) V。利用复阻抗 Z = R + j(ωL − 1/(ωC)),求稳态电流相量并将 i(t) 表达为实函数,解释相位差。

ω = 200 rad/s. ωL = 200×0.2 = 40 Ω; 1/(ωC) = 1/(200×50×10⁻⁶) = 1/(0.01) = 100 Ω. Hence Z = 10 + j(40 − 100) = 10 − j60 Ω, magnitude |Z| = √(10²+60²) = √3700 ≈ 60.83 Ω, phase φ = arctan(−60/10) = −80.54°. Voltage phasor V = 100∠0°. Current phasor I = V/Z = 100∠0° / 60.83∠−80.54° = 1.64∠80.54° A. Thus i(t) = 1.64 cos(200t + 80.54°) A. The current leads voltage by 80.54°, characteristic of a capacitive-dominated circuit. Complex algebra elegantly handles phase relationships without differential equations.

ω = 200 rad/s。ωL = 40 Ω;1/(ωC) = 100 Ω。故 Z = 10 + j(40 − 100) = 10 − j60 Ω,模 |Z| = √3700 ≈ 60.83 Ω,幅角 φ = arctan(−60/10) = −80.54°。电压相量 V = 100∠0°。电流相量 I = V/Z = 100∠0° / 60.83∠−80.54° = 1.64∠80.54° A。因此 i(t) = 1.64 cos(200t + 80.54°) A。电流超前电压 80.54°,体现容性主导电路的特征。复数代数为处理相位关系提供了无需微分方程的简洁途径。


11. Exam-style Integrated Problem Walkthrough | 考试风格综合题讲解

Consider a problem linking optimisation and probability: A farmer expects yield Y = 50x − 2x² + ε, where x is fertiliser (kg/ha) and ε ~ N(0, σ²). Profit per unit yield is £3, fertiliser cost is £5 per kg. Risk is modelled by a penalty of 0.5σ². Determine the optimal x and discuss the role of uncertainty.

考虑一个连接最优化与概率的题目:某农场主预期产量 Y = 50x − 2x² + ε,其中 x 为施肥量(kg/ha),ε ~ N(0, σ²)。单位产量利润 £3,肥料成本 £5/kg。风险以 0.5σ² 罚项建模。求最优 x,并讨论不确定性扮演的角色。

Expected profit π = 3(50x − 2x²) − 5x − 0.5σ² = 150x − 6x² − 5x − 0.5σ² = 145x − 6x² − 0.5σ². dπ/dx = 145 − 12x = 0 → x = 145/12 ≈ 12.08 kg/ha. The variance penalty does not affect the optimal x under expectation because ε has zero mean; however, if the farmer were risk-averse and used a utility function like E[π] − ½λ Var(π), the σ² term would enter the objective differently. This shows how probabilistic elements can be incorporated into deterministic calculus frameworks.

期望利润 π = 3(50x − 2x²) − 5x − 0.5σ² = 145x − 6x² − 0.5σ²。dπ/dx = 145 − 12x = 0 → x = 145/12 ≈ 12.08 kg/ha。方差罚项不影响在期望下的最优 x,因为 ε 均值为零;但若农场主风险厌恶,采用效用函数如 E[π] − ½λ Var(π),σ² 项将以不同方式影响目标。

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