📚 Mock Unit Test for Pre-U OCR Physics: Mechanics | Pre-U OCR 物理单元测试模拟卷解析
This article presents a detailed walkthrough of a mock unit test tailored to the OCR Pre-U Physics syllabus, concentrating on mechanics and properties of matter. The commentary includes worked examples, common errors, and exam technique advice to help you hone your problem-solving skills and deepen your conceptual understanding.
本文针对 OCR Pre-U 物理大纲,提供一份力学与物质性质单元模拟测试的详细解析。内容包含典型例题的完整求解、常见错误分析以及应试技巧指导,旨在帮助你打磨解题能力,加深对物理概念的理解。
1. Mock Test Overview | 模拟测试概览
The mock test is structured like Paper 1 of OCR Pre-U Physics, focusing on mechanics. It spans 90 minutes and combines short-answer questions, data analysis, and extended calculations. A strong command of calculus – differentiation and integration – is essential, as is the ability to model forces using differential equations. Topics covered include variable acceleration, Newton’s laws with resistive forces, work–energy principles, momentum conservation, circular motion, gravitation, simple harmonic motion (SHM), and material properties such as Young modulus.
本模拟测试参照 OCR Pre-U 物理试卷 1 的结构,聚焦力学。测试时长 90 分钟,包含简答题、数据分析和长篇计算题。要求考生熟练掌握微积分(求导和积分),并能用微分方程建立受力模型。覆盖主题包括:变加速运动、含阻力的牛顿定律、功能原理、动量守恒、圆周运动、万有引力、简谐运动(SHM)以及杨氏模量等材料性质。
2. Variable Acceleration Kinematics | 变加速运动学
Example: A particle moves along the x-axis with acceleration a = 6t − 4 m s⁻². At t = 0, its velocity is v = 2 m s⁻¹ and its position is x = 3 m. Determine the velocity and displacement as functions of time.
例题:一质点沿 x 轴运动,加速度 a = 6t − 4 (m s⁻²)。t = 0 时,速度 v = 2 m s⁻¹,位移 x = 3 m。求速度和位移随时间变化的函数。
Solution: Integrate acceleration to obtain velocity: v = ∫(6t − 4) dt = 3t² − 4t + C. Substituting v(0) = 2 gives C = 2, so v(t) = 3t² − 4t + 2. Then integrate velocity to find displacement: x = ∫(3t² − 4t + 2) dt = t³ − 2t² + 2t + D. Using x(0) = 3 yields D = 3, hence x(t) = t³ − 2t² + 2t + 3. Always check that your integration constants are evaluated using initial conditions – a very common source of lost marks in Pre-U scripts.
解答:对加速度积分得速度:v = ∫(6t − 4) dt = 3t² − 4t + C。代入 v(0) = 2 得 C = 2,因此 v(t) = 3t² − 4t + 2。再对速度积分求位移:x = ∫(3t² − 4t + 2) dt = t³ − 2t² + 2t + D。由 x(0) = 3 得 D = 3,故 x(t) = t³ − 2t² + 2t + 3。务必利用初始条件确定积分常数,这一步骤在 Pre-U 阅卷中是极常见的丢分点。
3. Newton’s Laws with Resistive Forces | 牛顿定律与阻力
Example: A skydiver of mass 80 kg experiences air resistance modelled by F_d = 0.50 v² (in N) when the parachute is closed. Derive the equation of motion and find the terminal speed during free fall. (Take g = 9.8 m s⁻².)
例题:一名质量为 80 kg 的跳伞者,在降落伞未打开时受到空气阻力,可表示为 F_d = 0.50 v²(单位 N)。试推导运动方程,并求自由下落阶段的终端速度。(取 g = 9.8 m s⁻²。)
Solution: Newton’s second law gives: mg − 0.50 v² = m (dv/dt). At terminal speed vₜ, acceleration is zero; hence mg = 0.50 vₜ². Solving gives vₜ = √(mg / 0.50) = √(80 × 9.8 / 0.50) = √(1568) ≈ 39.6 m s⁻¹. For the full v–t behaviour, the differential equation dv/(mg/k − v²) = (k/m) dt (with k = 0.50) would be solved by separation of variables, leading to a hyperbolic tangent solution. At Pre-U, you should be confident setting up the ODE and interpreting the terminal condition.
解答:牛顿第二定律给出:mg − 0.50 v² = m (dv/dt)。终端速度 vₜ 时加速度为零,故 mg = 0.50 vₜ²,解得 vₜ = √(mg / 0.50) = √(80 × 9.8 / 0.50) = √(1568) ≈ 39.6 m s⁻¹。若需求完整 v–t 关系,可对方程 dv/(mg/k − v²) = (k/m) dt(其中 k = 0.50)分离变量并积分,其解为双曲正切函数。Pre-U 考试中,你应该能够熟练列出该常微分方程并正确解释终端条件。
4. Work, Energy & Power | 功、能与功率
Example: A spring of force constant k = 200 N m⁻¹ is compressed by 0.10 m from its natural length and placed against a block of mass 0.50 kg on a frictionless horizontal surface. The spring is released. Calculate the speed of the block when the spring returns to its natural length.
例题:一根劲度系数 k = 200 N m⁻¹ 的弹簧,被压缩 0.10 m 后与一个质量 0.50 kg 的滑块接触,放置在光滑水平面上。弹簧释放,求弹簧恢复原长时滑块的速度。
Solution: By conservation of energy, the initial elastic potential energy completely converts into kinetic energy: ½ k x² = ½ m v². Cancelling ½ and substituting numbers gives 200 × (0.10)² = 0.50 × v², so 2.0 = 0.50 v² and v = √(4.0) = 2.0 m s⁻¹. The block moves at 2.0 m s⁻¹. Always verify that all energy forms are accounted for; here, no friction means mechanical energy is conserved.
解答:由能量守恒,初始弹性势能完全转化为动能:½ k x² = ½ m v²。消去 ½ 并代入数值得 200 × (0.10)² = 0.50 × v²,即 2.0 = 0.50 v²,解得 v = √(4.0) = 2.0 m s⁻¹。滑块以 2.0 m s⁻¹ 运动。务必确认所有能量形式均已考虑;此处无摩擦,故机械能守恒。
5. Momentum & Collisions | 动量与碰撞
Example: A 2.0 kg trolley moving at 3.0 m s⁻¹ collides elastically with a stationary 1.0 kg trolley on a frictionless track. Determine the velocities of both trolleys after the collision.
例题:一辆 2.0 kg 的小车以 3.0 m s⁻¹ 的速度在光滑轨道上运动,与一辆静止的 1.0 kg 小车发生弹性碰撞。求碰撞后两车的速度。
Solution: For elastic collisions, both momentum and kinetic energy are conserved. Let u₁ = 3.0, m₁ = 2.0, m₂ = 1.0. The standard formulae for one-dimensional elastic collisions give: v₁ = ((m₁ − m₂)/(m₁ + m₂)) u₁ = ((2.0 − 1.0)/(3.0)) × 3.0 = (1.0/3.0)×3.0 = 1.0 m s⁻¹, and v₂ = (2m₁/(m₁ + m₂)) u₁ = (4.0/3.0)×3.0 = 4.0 m s⁻¹. Thus, the 2.0 kg trolley slows to 1.0 m s⁻¹, while the 1.0 kg trolley moves off at 4.0 m s⁻¹. Memorising these derived expressions can save time, but you must know how to derive them from conservation laws.
解答:弹性碰撞同时满足动量守恒和动能守恒。设 u₁ = 3.0,m₁ = 2.0,m₂ = 1.0。应用一维弹性碰撞的速度公式:v₁ = ((m₁ − m₂)/(m₁ + m₂)) u₁ = ((2.0 − 1.0)/(3.0)) × 3.0 = (1.0/3.0)×3.0 = 1.0 m s⁻¹,v₂ = (2m₁/(m₁ + m₂)) u₁ = (4.0/3.0)×3.0 = 4.0 m s⁻¹。因此,2.0 kg 小车减速至 1.0 m s⁻¹,1.0 kg 小车获得 4.0 m s⁻¹。熟记这些导出公式可以节约时间,但必须清楚如何从守恒定律推导它们。
6. Circular Motion: Conical Pendulum | 圆周运动:圆锥摆
Example: A conical pendulum consists of a 0.20 kg mass tied to a light string of length 0.50 m. It describes a horizontal circle such that the string makes a constant angle of 30° with the vertical. Find the angular speed ω of the mass.
例题:一圆锥摆由 0.20 kg 的质量和一根长 0.50 m 的轻绳构成。质量在水平面内做圆周运动,绳与竖直方向夹角恒为 30°。求其角速度 ω。
Solution: Resolve forces: vertical equilibrium gives T cos30° = mg. The horizontal component provides centripetal force: T sin30° = m ω² r, with r = L sin30°. Dividing the equations eliminates T: tan30° = ω² L sin30° / g. Simplifying with sin30° = ½ and tan30° = 1/√3, we obtain ω² = g / (L cos30°). Hence ω = √(g / (L cos30°)) = √(9.8 / (0.50 × (√3/2))) = √(9.8 / (0.50×0.866)) = √(9.8 / 0.433) ≈ √(22.6) ≈ 4.75 rad s⁻¹. Such derivations are common in Pre-U; always draw a free-body diagram and resolve consistently.
解答:受力分解:竖直方向平衡 T cos30° = mg;水平分量提供向心力 T sin30° = m ω² r,其中 r = L sin30°。两式相除消去 T:tan30° = ω² L sin30° / g。代入 sin30° = ½,tan30° = 1/√3,化简得 ω² = g / (L cos30°)。于是 ω = √(g / (L cos30°)) = √(9.8 / (0.50 × (√3/2))) = √(9.8 / 0.433) ≈ √(22.6) ≈ 4.75 rad s⁻¹。此类推导在 Pre-U 中很常见;务必画受力图并规范正交分解。
7. Gravitational Fields & Escape Speed | 引力场与逃逸速度
Example: Using data for Earth (mass M = 5.98 × 10²⁴ kg, radius R = 6.37 × 10⁶ m, G = 6.67 × 10⁻¹¹ N m² kg⁻²), calculate the escape speed from the Earth’s surface.
例题:已知地球质量 M = 5.98 × 10²⁴ kg,半径 R = 6.37 × 10⁶ m,引力常量 G = 6.67 × 10⁻¹¹ N m² kg⁻²,计算地球表面的逃逸速度。
Solution: Escape speed is obtained by equating kinetic energy to the magnitude of gravitational potential energy: ½ m vₑ² = GMm / R. Mass m cancels, giving vₑ = √(2GM / R).
Published by TutorHao | Pre-U Physics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply