A-Level CAIE Engineering: Interdisciplinary Integrated Question Training | A-Level CAIE 工程:跨学科综合题型训练

📚 A-Level CAIE Engineering: Interdisciplinary Integrated Question Training | A-Level CAIE 工程:跨学科综合题型训练

Engineering problems rarely fit neatly into one subject area. In the CAIE A-Level Engineering examination (syllabus H860), you are expected to bring together knowledge from mechanics, electronics, thermodynamics, materials, and control systems to solve real-world challenges. This article presents a structured series of cross-disciplinary training questions that mirror the integrated style of Paper 2 and Paper 3, helping you develop the analytical and synthesis skills essential for top marks.

工程问题很少仅涉及单一学科领域。在 CAIE A-Level 工程考试(教学大纲 H860)中,你需要综合运用机械、电子、热力学、材料以及控制系统等多个领域的知识,来解决现实世界中的挑战。本文提供一套结构化的跨学科训练题目,这些题目模拟了试卷二和试卷三的综合题型风格,旨在帮助你培养分析和综合能力,从而在考试中取得高分。

1. Interdisciplinary Problem-Solving in CAIE Engineering | CAIE 工程跨学科问题解决简介

The CAIE Engineering syllabus is built around the idea that a modern engineer must integrate diverse principles. An autonomous robot, for example, requires mechanical design for its chassis, electronic circuits for sensor interfaces, thermodynamic management of battery heat, and control algorithms for navigation. Exam questions often present a scenario where you must select appropriate formulas from different units and link them logically. Start by identifying the key subsystems: energy source, transmission, actuation, sensing, and control. List the known variables and the physical laws that apply to each subsystem before attempting any calculations.

CAIE 工程教学大纲的核心思想是,现代工程师必须整合多元化的原理。例如,一个自主机器人需要为其底盘进行机械设计、为传感器接口提供电子电路、对电池进行热管理,并且要用控制算法实现导航。考试题目通常会设置一个场景,要求你从不同单元中选择适当的公式,并逻辑地将它们串联起来。在开始任何计算之前,先识别关键子系统:能量源、传动机构、执行器、传感以及控制。列出已知变量以及适用于每个子系统的物理定律。

When tackling an integrated question, always draw a block diagram or a schematic showing energy or signal flow. This helps you see where mechanical power is converted to electrical signals and where feedback loops close. Common cross-over points include strain gauges (mechanics to electronics), motors (electrical to mechanical), and heat exchangers (thermodynamics to mechanics). Practice breaking the problem into discrete stages, solve each stage using the relevant unit, and then link the outputs to the inputs of the next stage. This approach reduces complexity and minimises unit errors.

在处理综合题时,始终绘制一个方框图或原理图来展示能量或信号流。这有助于你观察机械功率如何转换为电信号,以及反馈回路在哪里闭合。常见的交叉点包括应变片(从力学到电子学)、电动机(从电气到机械)以及热交换器(从热力学到机械)。通过练习把问题分解为离散的阶段,使用相关单元的知识求解每个阶段,然后将上一阶段的输出与下一阶段的输入连接起来。这种方法能够降低复杂性并减少单位错误。


2. Statics and Electronics: Strain Gauge Force Measurement | 静力学与电子学:应变片力测量

Consider a cantilever steel beam of length 0.5 m, width 40 mm, and thickness 10 mm, subjected to a load at its free end. The maximum bending stress σ at the fixed support is given by σ = My / I, where M = F × L, y is half the thickness, and I = (b × h³) / 12. A strain gauge is bonded at the point of maximum surface stress. The gauge has a resistance of 120 Ω and a gauge factor of 2.1. The gauge is connected to a Wheatstone bridge with three other 120 Ω resistors. Calculate the output voltage when the bridge supply is 5 V and the load is 200 N. Young’s modulus for steel is 210 GPa.

考虑一根悬臂钢梁,长度 0.5 m,宽度 40 mm,厚度 10 mm,在其自由端承受一个负载。固定端处的最大弯曲应力 σ 由 σ = My / I 给出,其中 M = F × L,y 为厚度的一半,而 I = (b × h³) / 12。在最大表面应力点粘贴了一枚应变片。该应变片电阻为 120 Ω,灵敏系数为 2.1。该应变片与其他三个 120 Ω 电阻器一起接入惠斯通电桥。当桥路电源为 5 V 且负载为 200 N 时,计算输出电压。钢材的杨氏模量为 210 GPa。

σ = (F × L) × (h/2) / (b × h³ / 12) = 6 F L / (b h²)

σ = (F × L) × (h/2) / (b × h³ / 12) = 6 F L / (b h²)

Substitute numbers: σ = (6 × 200 × 0.5) / (0.04 × 0.01²) = 600 / (4×10⁻⁶) = 150 MPa. Strain ε = σ / E = 150×10⁶ / 210×10⁹ = 7.14×10⁻⁴. Resistance change ΔR = Gauge factor × ε × R₀ = 2.1 × 7.14×10⁻⁴ × 120 = 0.18 Ω. Bridge output V_out = V_supply × (ΔR / 4R₀) = 5 × (0.18 / 480) = 1.875 mV. This tiny voltage would need amplification before processing by a microcontroller.

代入数值:σ = (6 × 200 × 0.5) / (0.04 × 0.01²) = 600 / (4×10⁻⁶) = 150 MPa。应变 ε = σ / E = 150×10⁶ / 210×10⁹ = 7.14×10⁻⁴。电阻变化 ΔR = 灵敏系数 × ε × R₀ = 2.1 × 7.14×10⁻⁴ × 120 = 0.18 Ω。电桥输出电压 V_out = V_supply × (ΔR / 4R₀) = 5 × (0.18 / 480) = 1.875 mV。这个微小的电压在经过微控制器处理之前需要进行放大。

Notice how solid mechanics and circuit analysis are interwoven. A common follow-up question could ask you to design an instrumentation amplifier with a gain of 1000 to bring the signal to a readable 1.875 V. The operational amplifier circuit introduces design constraints from Unit 5 (Electronics), while the beam stress calculation uses Unit 2 (Mechanics). This is a classic integrated exam problem.

请注意固体力学和电路分析是如何交织在一起的。一个常见的后续问题可能会要求你设计一个增益为 1000 的仪表放大器,将信号提升至可读的 1.875 V。运算放大器电路引入了单元 5(电子学)的设计约束,而梁应力计算则使用了单元 2(力学)。这是一道经典的综合考试题。


3. Thermodynamics and Mechanics: Internal Combustion Engine Cycle | 热力学与机械:内燃机循环

An Otto cycle engine has a compression ratio of 9:1 and uses a fuel with a calorific value of 44 MJ/kg. The mass of air-fuel mixture drawn in per cycle is 0.5 g, and the engine runs at 3000 rpm (4-stroke). The mechanical efficiency is 85%. Determine the indicated power and the brake power of the engine. Use γ = 1.4 for the air-fuel mixture. The ideal thermal efficiency of an Otto cycle is η = 1 – 1 / r^(γ-1), where r is the compression ratio. The indicated power can be found from the work done per cycle and the number of power strokes per second.

一台奥托循环发动机的压缩比为 9:1,所用燃料的热值为 44 MJ/kg。每个循环吸入的油气混合物质量为 0.5 g,发动机转速为 3000 rpm(四冲程)。机械效率为 85%。试确定发动机的指示功率和制动功率。取油气混合物的 γ = 1.4。奥托循环的理想热效率为 η = 1 – 1 / r^(γ-1),其中 r 为压缩比。指示功率可以通过每个循环所做的功以及每秒做功冲程次数求得。

First, calculate the ideal efficiency: η = 1 – 1 / 9^(0.4). The value 9^0.4 can be approximated; we will use the given data. In many exam settings, you would either be given a table or you can compute using logarithms if allowed. Here we assume 9^0.4 ≈ 2.408, so η ≈ 1 – 0.415 = 0.585 (58.5%). The heat energy supplied per cycle = mass × calorific value = 0.0005 kg × 44×10⁶ J/kg = 22 kJ. Work output per cycle (indicated) = η × heat supplied = 0.585 × 22 kJ = 12.87 kJ. However, in reality, the fuel energy is only partially converted; the indicated work is the net area inside the p-V diagram. For exam purposes, you may be given a mean effective pressure. Alternatively, we can calculate indicated power directly using the ideal cycle work.

首先计算理想效率:η = 1 – 1 / 9^(0.4)。9^0.4 可以近似计算;在许多考试情景中,要么会给出表格,要么允许使用对数计算。这里我们假定 9^0.4 ≈ 2.408,因此 η ≈ 1 – 0.415 = 0.585(58.5%)。每个循环供给的热量 = 质量 × 热值 = 0.0005 kg × 44×10⁶ J/kg = 22 kJ。每个循环的指示输出功 = η × 供给热量 = 0.585 × 22 kJ = 12.87 kJ。然而事实上燃料能量只有部分被转化;指示功是 p-V 图内部的净面积。为了考试,可能会给出平均有效压力。或者可以直接使用理想循环功来计算指示功率。

Indicated power = work per cycle × cycles per second. For a 4-stroke engine at 3000 rpm, power strokes per second = (3000/2) / 60 = 25 s⁻¹. So indicated power = 12.87 kJ × 25 = 321.75 kW. This seems extremely high for a 0.5 g mixture; the error is that we used fuel energy rather than actual work. Typically, you will be given a brake mean effective pressure (BMEP) and engine dimensions. To keep this training realistic, we will now assume the engine has a displacement volume of 2.0 liters and a mean effective pressure of 1.2 MPa. Then indicated power = P_imep × V_disp × (cycles/s) = 1.2×10⁶ Pa × 2.0×10⁻³ m³ × 25 = 60 kW. Brake power = indicated power × mechanical efficiency = 60 kW × 0.85 = 51 kW. This illustrates the blend of thermodynamics (cycle analysis) and mechanics (pressure, work, efficiency).

指示功率 = 每循环功 × 每秒循环数。对于一台四冲程发动机,转速 3000 rpm,每秒做功冲程数 = (3000/2) / 60 = 25 s⁻¹。因此指示功率 = 12.87 kJ × 25 = 321.75 kW。这个数值对于 0.5 g 混合物来说似乎太高了;错误在于我们用了燃料能量而不是实际功。通常,题目会给出制动平均有效压力(BMEP)和发动机尺寸。为使本次训练切合实际,我们现假设该发动机排量为 2.0 升,平均有效压力为 1.2 MPa。那么指示功率 = P_imep × V_disp × (循环/秒) = 1.2×10⁶ Pa × 2.0×10⁻³ m³ × 25 = 60 kW。制动功率 = 指示功率 × 机械效率 = 60 kW × 0.85 = 51 kW。这体现了热力学(循环分析)与力学(压强、功、效率)的结合。


4. Fluid Mechanics and Energy Conversion: Hydroelectric Turbine | 流体力学与能量转换:水轮机发电

A small hydroelectric plant uses water from a reservoir at a height of 80 m. The flow rate is 3.0 m³/s. The water flows through a penstock to a Pelton turbine, which drives a three-phase generator with an efficiency of 92%. The velocity of the water jet is given by Torricelli’s law v = √(2gh), with a nozzle efficiency of 95%. The Pelton wheel has an efficiency of 88%. Calculate the electrical power output. Density of water ρ = 1000 kg/m³. Friction losses in the penstock are to be considered by assuming a head loss of 5 m.

一个小型水电站利用一个 80 m 高的水库里的水。流量为 3.0 m³/s。水通过压力管道流向一台冲击式水轮机,水轮机驱动一台效率为 92% 的三相发电机。射流速度由托里拆利定律 v = √(2gh) 给出,喷嘴效率为 95%。水轮机的效率为 88%。计算电输出功率。水的密度 ρ = 1000 kg/m³。压力管道中的摩擦损失可假设水头损失为 5 m 来考虑。

Effective head h_eff = 80 m – 5 m = 75 m

有效水头 h_eff = 80 m – 5 m = 75 m

Ideal jet velocity v_ideal = √(2 × 9.81 × 75) = √(1471.5) ≈ 38.36 m/s. With nozzle efficiency η_n = 0.95, actual velocity v_jet = 0.95 × 38.36 ≈ 36.44 m/s. Hydraulic power at the nozzle = ½ × ρ × Q × v_jet² (note: Q is volume flow rate, ρQ is mass flow). Kinetic power = ½ × (1000 × 3.0) × (36.44)² = 1500 × 1327.8 ≈ 1.992 MW. The Pelton turbine extracts this kinetic energy: mechanical power = hydraulic power × η_turbine = 1.992 MW × 0.88 = 1.753 MW. Electrical power = mechanical power × η_generator = 1.753 MW × 0.92 = 1.613 MW. This chain of efficiency calculations from fluid potential to electricity tests your ability to link thermodynamics (fluid flow), mechanics (turbine), and electrical units.

理想射流速度 v_ideal = √(2 × 9.81 × 75) = √(1471.5) ≈ 38.36 m/s。喷嘴效率 η_n = 0.95,实际速度 v_jet = 0.95 × 38.36 ≈ 36.44 m/s。喷嘴处的水力功率 = ½ × ρ × Q × v_jet²(注意:Q 是体积流量,ρQ 为质量流量)。动能功率 = ½ × (1000 × 3.0) × (36.44)² = 1500 × 1327.8 ≈ 1.992 MW。冲击式水轮机提取该动能:机械功率 = 水力功率 × η_turbine = 1.992 MW × 0.88 = 1.753 MW。电功率 = 机械功率 × η_generator = 1.753 MW × 0.92 = 1.613 MW。这条从流体势能到电能的效率计算链条,考查你连接热力学(流体流动)、机械学(水轮机)和电气单元的能力。


5. Control Systems and Mechanical Response: Position Control of a DC Servo | 控制系统与机械响应:直流伺服电机的位置控制

A DC servo motor is used to position a camera. The motor shaft is connected to a gearbox with a ratio of 10:1, and the load inertia referred to the motor shaft is 5×10⁻⁴ kg·m². The motor torque constant is 0.05 N·m/A. A proportional controller is used with gain Kp = 2. The position sensor provides 0.01 V per degree of output angular error. The amplifier drives the motor with 10 V per volt of error signal. Determine the steady-state error for a step input of 90° if no integral term is added. Also calculate the natural frequency of the closed-loop system if the motor electrical time constant is negligible and the mechanical damping is small.

一台直流伺服电机用于定位一台摄像机。电机轴连接到一个减速比为 10:1 的齿轮箱,折算到电机轴的负载转动惯量为 5×10⁻⁴ kg·m²。电机转矩常数为 0.05 N·m/A。采用比例控制器,增益 Kp = 2。位置传感器对输出角度偏差输出 0.01 V/deg。放大器以每伏特误差信号 10 V 的增益驱动电机。若无积分环节,确定在 90° 阶跃输入下的稳态误差。如果电机电气时间常数可忽略且机械阻尼很小,计算闭环系统的自然频率。

First, develop the block diagram in terms of voltage. Setpoint voltage V_ref = desired angle θ_d × sensor sensitivity = 90° × 0.01 V/deg = 0.9 V. The feedback voltage V_fb = actual angle θ_a × 0.01. Error voltage V_err = V_ref – V_fb. Controller output V_c = Kp × V_err = 2 × V_err. Amplifier output V_motor = 10 × V_c = 20 V_err. Motor torque T = Kt × I_motor; since the amplifier is voltage-driven, the motor current depends on winding resistance; we assume it is controlled such that torque is directly proportional to V_motor with a combined gain K_tot = 0.05 N·m/V (after including amplifier transconductance). For simplicity, let’s assume the motor+amplifier delivers 0.05 N·m per volt of V_motor. So T_m = 0.05 × V_motor = 0.05 × 20 V_err = 1.0 × V_err N·m.

首先,以电压形式建立方框图。给定电压 V_ref = 期望角度 θ_d × 传感器灵敏度 = 90° × 0.01 V/deg = 0.9 V。反馈电压 V_fb = 实际角度 θ_a × 0.01。误差电压 V_err = V_ref – V_fb。控制器输出 V_c = Kp × V_err = 2 × V_err。放大器输出 V_motor = 10 × V_c = 20 V_err。电机转矩 T = Kt × I_motor;由于放大器是电压驱动,电机电流取决于绕组电阻;我们假设受控方式使转矩与 V_motor 成正比,综合增益为 0.05 N·m/V。为简化起见,假定电机+放大器对每伏

Published by TutorHao | A-Level 工程 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