📚 Mastering Year 2 Statistics and Mechanics: Key Models and Exam Skills | 掌握第二年统计与力学:关键模型与应试技巧
Year 2 Statistics and Mechanics brings together probability models, statistical inference, force analysis and motion. Success depends on knowing when to apply each model, using consistent notation, and showing clear working that an examiner can follow.
第二年统计与力学将概率模型、统计推断、受力分析与运动问题结合在一起。要取得高分,关键在于知道何时使用哪种模型、保持记号一致,并写出清晰完整、阅卷官能够跟上的解题过程。
1. Year 2 Toolkit and Assessment Focus | 第二年工具包与考试重点
Statistics questions usually require a written interpretation in context, not just a numerical answer. Mechanics questions reward labelled force diagrams and a consistent positive direction.
统计题通常要求结合题目背景写出解释,而不只是给出数字答案。力学题则奖励清晰的受力图标记和前后一致的正方向。
Common statistical models include the normal distribution, conditional probability, correlation and regression, and hypothesis tests. Common mechanics models include particles, rigid rods, uniform bodies, light inextensible strings and smooth or rough surfaces.
常见的统计模型包括正态分布、条件概率、相关与回归,以及假设检验。常见的力学模型包括质点、刚性杆、均匀物体、轻质不可伸长绳,以及光滑或粗糙表面。
2. Conditional Probability and Tree Diagrams | 条件概率与树形图
Conditional probability measures the chance of event A given that event B has already occurred. The key formula is:
条件概率衡量在事件 B 已经发生的条件下,事件 A 发生的概率。核心公式为:
P(A | B) = P(A ∩ B) / P(B), P(B) > 0
Tree diagrams are useful for multi-stage events. Multiply along branches for joint probabilities, and add branch probabilities for the total probability of a target outcome.
树形图适用于多阶段事件。沿分支相乘得到联合概率,将相关分支概率相加得到目标结果的总概率。
Two events A and B are independent if P(A ∩ B) = P(A) × P(B), or equivalently P(A | B) = P(A). Do not confuse independent events with mutually exclusive events, which cannot occur together.
若 P(A ∩ B) = P(A) × P(B),或等价地 P(A | B) = P(A),则事件 A 与 B 独立。不要将独立事件与互斥事件混淆,互斥事件不可能同时发生。
3. Normal Distribution and Inverse Normal | 正态分布与逆正态
The normal distribution is used for continuous data that clusters around a mean. It is fully described by the mean μ and standard deviation σ.
正态分布用于围绕平均值聚集的连续型数据。它完全由均值 μ 和标准差 σ 描述。
To find probabilities, standardise the variable using:
计算概率时,需要对变量进行标准化:
Z = (X − μ) / σ
For inverse normal problems, start with a known probability or percentile, find the corresponding z value from tables or a calculator, then convert back using X = μ + zσ.
对于逆正态问题,先由已知概率或百分位数查表或使用计算器得到对应的 z 值,再用 X = μ + zσ 转换回原始变量。
Always sketch the normal curve and shade the required region. This reduces sign errors, especially in two-tail and inverse normal questions.
始终画出正态曲线并涂色标记目标区域。这可以减少符号错误,尤其是在双尾和逆正态问题中。
4. Approximating the Binomial with the Normal | 正态近似二项分布
When n is large, a binomial distribution X ~ B(n, p) can be approximated by a normal distribution with mean np and variance np(1 − p).
当 n 较大时,二项分布 X ~ B(n, p) 可以近似为均值为 np、方差为 np(1 − p) 的正态分布。
X ~ B(n, p) ≈ Y ~ N(np, np(1 − p))
The approximation is appropriate when np > 5 and n(1 − p) > 5. Because a binomial is discrete and a normal is continuous, apply a continuity correction.
当 np > 5 且 n(1 − p) > 5 时,这种近似较为合适。由于二项分布是离散的,而正态分布是连续的,因此需要应用连续性校正。
- P(X ≤ c) ≈ P(Y ≤ c + 0.5) — 二项小于等于近似为正态小于等于加0.5。
- P(X ≥ c) ≈ P(Y ≥ c − 0.5) — 二项大于等于近似为正态大于等于减0.5。
- P(X = c) ≈ P(c − 0.5 ≤ Y ≤ c + 0.5) — 单点概率近似为区间概率。
5. Hypothesis Testing for the Mean | 均值假设检验
A hypothesis test uses sample evidence to decide whether a claim about a population parameter should be rejected. State the null and alternative hypotheses clearly before calculating.
假设检验利用样本证据来判断是否拒绝关于总体参数的某个主张。在计算之前,应先写清楚原假设和备择假设。
For a test of the mean when the population standard deviation σ is known, the test statistic is:
当总体标准差 σ 已知时,均值检验的检验统计量为:
z = (x̄ − μ) / (σ / √n)
Compare the test statistic with a critical value, or compare the p-value with the significance level. If the result falls in the critical region, reject H₀; otherwise, do not reject H₀.
将检验统计量与临界值比较,或将 p 值与显著性水平比较。若结果落入拒绝域,则拒绝 H₀;否则不拒绝 H₀。
Always write the conclusion in the context of the question. For example: ‘There is sufficient evidence at the 5% level to suggest that the mean breaking strength has decreased.’
结论必须结合题目背景来写。例如:“在 5% 显著性水平下,有充分证据表明平均断裂强度已经下降。”
6. Correlation and Regression | 相关与回归
The product moment correlation coefficient r measures the strength and direction of a linear relationship between two variables. It always lies between −1 and 1.
积矩相关系数 r 衡量两个变量之间线性关系的强度和方向,其取值始终介于 −1 与 1 之间。
r = Sxy / √(Sxx × Syy)
A hypothesis test for correlation usually tests H₀: ρ = 0 against H₁: ρ ≠ 0. Compare the absolute value of r with the critical value from the table for the given sample size.
相关系数的假设检验通常检验 H₀: ρ = 0 与 H₁: ρ ≠ 0。将 r 的绝对值与给定样本量对应的临界值表进行比较。
If the test is significant, use a regression line of the form y = a + bx. The gradient b is given by b = Sxy / Sxx, and the intercept is a = ȳ − b x̄.
如果检验显著,则使用形如 y = a + bx 的回归直线。斜率 b = Sxy / Sxx,截距为 a = ȳ − b x̄。
Interpret the gradient as the estimated change in y for each 1-unit increase in x. Avoid extrapolating far beyond the range of the original data.
斜率的含义是:x 每增加 1 个单位,y 的估计变化量。避免将回归线外推到原始数据范围之外很远的地方。
7. Moments and Turning Effects | 力矩与转动效应
The moment of a force about a point is the product of the force and the perpendicular distance from the point to the line of action of the force.
力对某点的力矩等于力的大小乘以该点到力的作用线的垂直距离。
Moment = F × d
The moment has unit N m. A body in static equilibrium must satisfy both the force equilibrium and moment equilibrium conditions.
力矩的单位是 N m。处于静力平衡的物体必须同时满足力的平衡条件和力矩平衡条件。
ΣF = 0 and ΣM = 0 about any pivot
For a uniform rod, the weight acts at the centre. For a non-uniform rod, you may need to use moments to find the centre of mass or an unknown distance.
对于均匀杆,重力作用在杆的中心。对于非均匀杆,可能需要利用力矩来求质心位置或某个未知距离。
Choose a pivot that eliminates an unknown force when taking moments. This usually means taking moments about a support or hinge with an unknown reaction.
选择力矩中心时,应尽量消除某个未知力。通常做法是对带有未知反力的支撑点或铰链取矩。
8. Forces, Friction and Newton’s Laws | 力、摩擦与牛顿定律
Resolve forces in perpendicular directions. For motion on a slope, resolve parallel and perpendicular to the plane rather than horizontally and vertically.
要在互相垂直的方向上分解力。对于斜面上的运动,应沿斜面方向和垂直于斜面方向分解,而不是水平和竖直方向。
The friction force F opposes motion or potential motion. It is linked to the normal reaction R by F ≤ μR, where μ is the coefficient of friction.
摩擦力 F 阻碍运动或相对运动趋势。它与法向反力 R 之间满足 F ≤ μR,其中 μ 为摩擦系数。
F = μR at limiting equilibrium or when slipping
Apply Newton’s second law in the direction of acceleration: ΣF = ma. Be careful with sign conventions when forces act in opposite directions.
在加速度方向上应用牛顿第二定律:ΣF = ma。当力的方向相反时,要特别注意正负号约定。
For a particle moving on a rough slope, write the perpendicular equation to find R, then use F = μR to find friction, and finally apply F = ma along the slope.
对于在粗糙斜面上运动的质点,先列垂直于斜面的方程求出 R,再用 F = μR 求摩擦力,最后沿斜面应用 F = ma。
9. Projectiles and Vector Methods | 抛体运动与向量方法
Projectile motion is modelled by treating horizontal and vertical motion separately. The horizontal acceleration is zero, and the vertical acceleration is −g.
抛体运动的关键是将水平方向与竖直方向的运动分开处理。水平加速度为零,竖直加速度为 −g。
uₓ = u cos θ, uᵧ = u sin θ
The vertical velocity and displacement are given by:
竖直方向的速度和位移由以下公式给出:
vᵧ = uᵧ − gt, sᵧ = uᵧ t − ½gt²
For a projectile launched from and landing on the same level, the time of flight is T = 2u sin θ / g, the range is R = u² sin 2θ / g, and the maximum height is H = u² sin² θ / (2g).
对于从同一水平高度发射和落地的抛体,飞行时间 T = 2u sin θ / g,水平射程 R = u² sin 2θ / g,最大高度 H = u² sin² θ / (2g)。
If the start and finish heights differ, use the full vertical displacement equation and solve the quadratic for time. State the model assumptions: particle, no air resistance, constant g.
如果抛体的起点和终点高度不同,应使用完整的竖直位移方程,并解二次方程求时间。要写明模型假设:质点、无空气阻力、重力加速度 g 恒定。
10. Connected Particles and Further Kinematics | 连接体与进阶运动学
For connected particles such as masses over a pulley, apply F = ma separately to each particle. The tension is the same on both sides of a light inextensible string, and the particles have the same magnitude of acceleration.
对于跨过滑轮的连接体等问题,需要对每个物体分别应用 F = ma。轻质不可伸长绳两端的张力相等,且两个物体的加速度大小相同。
Write one equation for each mass, then eliminate the tension T to find the acceleration. After finding a, substitute back to find T.
对每个质量分别列方程,然后消去张力 T 求加速度。求出 a 后,再代回原方程求 T。
In variable acceleration kinematics, position, velocity and acceleration are linked by differentiation and integration:
在变加速度运动学中,位置、速度与加速度通过微分和积分联系起来:
v = ds/dt, a = dv/dt, v = ∫a dt, s = ∫v dt
Always use given initial conditions to find the constant of integration. If acceleration is given as a function of displacement, use a = v dv/ds where appropriate.
始终使用题目给出的初始条件来确定积分常数。如果加速度表示为位移的函数,在适当情况下可使用 a = v dv/ds。
11. Exam Technique and Common Pitfalls | 应试技巧与常见误区
Show all key steps, including hypotheses, diagrams, equations and conclusions. In statistics, write conclusions in context; in mechanics, define the positive direction before using suvat or F = ma.
展示所有关键步骤,包括假设、受力图、方程和结论。统计题中要将结论写在题目背景中;力学题中要在使用 suvat 或 F = ma 之前先定义正方向。
- Do not use the sample mean x̄ as if it were the population mean μ in a hypothesis test — 假设检验中不要把样本均值 x̄ 当作总体均值 μ 来用。
- Use continuity correction when
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导