📚 PDF资源导航

A-Level Maths Year 1 Stats and Mechanics Key Revision Points | A-Level 数学一年级统计与力学知识点精讲

📚 A-Level Maths Year 1 Stats and Mechanics Key Revision Points | A-Level 数学一年级统计与力学知识点精讲

This article covers the essential topics from the Year 1 Statistics and Mechanics components of A-Level Mathematics. It provides concise yet comprehensive revision notes to help you master data handling, probability, statistical distributions, hypothesis testing, and the fundamentals of mechanics including kinematics and forces.

本文涵盖了 A-Level 数学一年级统计与力学模块的核心知识点,提供简明而全面的复习笔记,帮助你掌握数据处理、概率、统计分布、假设检验以及运动学和力学基础。

1. Data Collection | 数据收集

A population is the entire set of individuals or items of interest, while a sample is a subset drawn from the population to make inferences. A census surveys every member but can be time‑consuming and expensive.

总体是所有感兴趣的个体或项的集合,而样本是从总体中抽取的子集用于推断。普查调查每个成员,但可能费时且昂贵。

A sampling frame lists every unit of the population. In simple random sampling every member has an equal chance of being selected, removing bias but requiring a complete frame.

抽样框列出了总体的每一个单位。在简单随机抽样中每个成员被选中的机会均等,消除了偏差但需要完整的框。

In systematic sampling you choose every k‑th member after a random start; it is quick but can introduce periodicity bias. Stratified sampling splits the population into strata and samples proportionally, guaranteeing representation of subgroups.

系统抽样在随机起点后每隔 k 个选取一个成员;它快捷但可能引入周期性偏差。分层抽样将总体分为层并按比例抽样,保证了子群体的代表性。

Quota sampling is non‑random: interviewers fill quotas that reflect the population’s characteristics. Opportunity sampling simply uses people available, making it cheap but prone to high bias.

配额抽样是非随机抽样:访员按反映总体特征的配额进行抽样。机会抽样仅使用可接触的人,成本低但偏差可能很高。

Always be aware of potential sources of bias, such as an incomplete sampling frame, leading questions, or non‑response.

始终要留意潜在的偏差来源,例如不完整的抽样框、引导性问题或无应答。


2. Measures of Location and Spread | 位置与离散度量

The mean x̄ is the sum of values divided by the number of values. The median is the middle value when ordered; the mode is the most frequent value. For grouped data we use midpoints and linear interpolation to estimate the median and quartiles.

均值 x̄ 是所有值之和除以值的个数。中位数是排序后的中间值;众数是出现频率最高的值。对于分组数据我们使用组中值,并用线性插值估计中位数和四分位数。

The lower quartile Q₁ (25th percentile) and upper quartile Q₃ (75th percentile) split the data. The interquartile range IQR = Q₃ – Q₁ measures spread and is unaffected by outliers.

下四分位数 Q₁ (第 25 百分位数) 和上四分位数 Q₃ (第 75 百分位数) 划分数据。四分位距 IQR = Q₃ – Q₁ 衡量离散程度且不受异常值影响。

Variance σ² is the average of squared deviations from the mean; for a sample we usually divide by n–1. The standard deviation σ is the square root of variance. Calculating with the formula σ² = Σ(x – μ)² / n or the computationally simpler Σx²/n – (Σx/n)² helps.

方差 σ² 是各值偏离均值差额平方的平均数;对于样本通常除以 n–1。标准差 σ 是方差的平方根。使用公式 σ² = Σ(x – μ)² / n 或计算更简便的 Σx²/n – (Σx/n)² 有助于计算。

Coding, such as y = (x – a)/b, changes the mean to ȳ = (x̄ – a)/b and the standard deviation to σ_y = σ_x / |b|. This simplifies arithmetic when numbers are large.

编码变换如 y = (x – a)/b 会将均值变为 ȳ = (x̄ – a)/b,标准差变为 σ_y = σ_x / |b|。当数字较大时这可简化计算。


3. Data Representation | 数据表示

Box plots display the minimum, Q₁, median, Q₃ and maximum. Outliers are typically defined as values below Q₁ – 1.5×IQR or above Q₃ + 1.5×IQR. They highlight skewness and comparisons between data sets.

箱线图显示最小值、Q₁、中位数、Q₃ 和最大值。异常值通常定义为低于 Q₁ – 1.5×IQR 或高于 Q₃ + 1.5×IQR 的数值。它们凸显偏态并便于数据集比较。

Histograms use area to represent frequency. Frequency density = frequency / class width, so unequal class widths are handled correctly. The vertical axis is always frequency density.

直方图用面积表示频数。频数密度 = 频数 / 组距,从而正确处理不等组距。纵轴总是频数密度。

Cumulative frequency diagrams plot cumulative frequency against the upper class boundary. They allow estimation of medians and percentiles and are used to construct box plots.

累积频数图将累积频数对上组上界作图。它们可用于估计中位数和百分位数,并用以绘制箱线图。

Choose a diagram that tells the story of the data clearly: bar charts for categorical data, histograms for continuous data, and cumulative frequency curves for showing running totals.

选图应能清晰地讲述数据的故事:条形图用于分类数据,直方图用于连续数据,累积频数曲线用于显示累积过程。


4. Probability | 概率

The sample space is the set of all possible outcomes. An event is a subset of the sample space. The probability of an event A, written P(A), lies between 0 and 1.

样本空间是所有可能结果的集合。事件是样本空间的子集。事件 A 的概率记作 P(A),介于 0 和 1 之间。

Two events are mutually exclusive if they cannot happen together: P(A ∩ B) = 0. The addition rule is P(A ∪ B) = P(A) + P(B) – P(A ∩ B).

若两事件不能同时发生,则称为互斥:P(A ∩ B) = 0。加法法则为 P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。

Independent events satisfy P(A ∩ B) = P(A)P(B), or equivalently P(A|B) = P(A). Conditional probability is given by P(A|B) = P(A ∩ B) / P(B), provided P(B) > 0.

独立事件满足 P(A ∩ B) = P(A)P(B),或等价地 P(A|B) = P(A)。条件概率由 P(A|B) = P(A ∩ B) / P(B) 给出,其中 P(B) > 0。

Venn diagrams and tree diagrams are powerful tools for visualising unions, intersections and conditional probabilities. Always check that probabilities from each branch sum to 1.

维恩图和树形图是可视化并集、交集和条件概率的有力工具。始终要检查每个分支上的概率之和为 1。


5. Statistical Distributions | 统计分布

A discrete random variable X takes a countable number of values. Its probability function P(X = x) lists each value and its associated probability, summing to 1. The expected value E(X) = Σ x P(X = x) gives the mean.

离散随机变量 X 取可数个值。其概率函数 P(X = x) 列出每个值及其对应概率,概率总和为 1。期望值 E(X) = Σ x P(X = x) 给出均值。

The binomial distribution models the number of successes in n independent trials, each with probability p. Conditions: fixed number of trials, independence, two outcomes per trial, constant p. X ~ B(n, p).

二项分布用于建模 n 次独立试验中成功的次数,每次成功概率为 p。条件:试验次数固定、独立、每次试验两种结果、p 恒定。X ~ B(n, p)。

Probability of exactly r successes: P(X = r) = nCr pr (1 – p)n–r, where nCr is the binomial coefficient. Mean = np, variance = np(1 – p).

恰好 r 次成功的概率:P(X = r) = nCr pr (1 – p)n–r,其中 nCr 为二项系数。均值 = np,方差 = np(1 – p)。

Tables or calculators provide cumulative probabilities P(X ≤ k). Using complement rules, P(X ≥ k) = 1 – P(X ≤ k – 1).

查表或用计算器可获得累积概率 P(X ≤ k)。利用补集法则,P(X ≥ k) = 1 – P(X ≤ k – 1)。


6. Hypothesis Testing | 假设检验

A hypothesis test assesses evidence provided by a sample against a claim. The null hypothesis H0 is assumed true; the alternative H1 states what we are testing for. Tests are one‑tailed (H1: p < ... or p > …) or two‑tailed (H1: p ≠ …).

假设检验评估样本提供的证据是否支持某个论断。原假设 H0 被假定为真;备择假设 H1 表述我们要检验的内容。检验分单尾 (H1: p < ... 或 p > …) 和双尾 (H1: p ≠ …)。

The significance level α is the probability of rejecting a true H0. Common choices are 5 % or 1 %. The critical region contains outcomes that lead to rejection; the critical value is the boundary.

显著性水平 α 是拒绝正确原假设的概率。常用 5 % 或 1 %。临界域包含导致拒绝的结果;临界值是边界值。

With a binomial test, find the probability of the observed result or more extreme under H0. If p‑value ≤ α, reject H0. Always interpret the conclusion in context: ‘there is sufficient evidence to suggest…’

对于二项检验,求出在原假设下观察到该结果或更极端结果的概率。若 p 值 ≤ α,拒绝 H0。始终在情境中解释结论:“有足够证据表明……”。


7. Modelling in Mechanics | 力学建模

Mechanics uses simplified models to describe real‑world motion. A particle is a body with mass but no size; an inextensible light string passes tension instantly and has negligible weight; a smooth surface offers no friction.

力学使用简化模型描述现实运动。质点是有质量但没有尺寸的物体;不可伸长的轻绳瞬间传递张力且重量可忽略;光滑表面无摩擦力。

Gravity is modelled as a uniform acceleration g (9.8 m s⁻²) acting vertically downward. Air resistance is often ignored unless stated. All objects are treated as point masses unless geometry is essential.

重力被建模为竖直向下的恒定加速度 g (9.8 m s⁻²)。除非特别指出,通常忽略空气阻力。除非几何因素重要,所有物体都视为点质量。

Standard SI units must be used: length in metres (m), mass in kilograms (kg), time in seconds (s), force in newtons (N). Consistent units prevent mistakes in equations.

必须使用国际单位制:长度米 (m)、质量千克 (kg)、时间秒 (s)、力牛顿 (N)。单位一致可避免方程出错。


8. Kinematics with Constant Acceleration | 匀变速运动学

Displacement (s) is the vector distance from a fixed origin; velocity (v) and acceleration (a) are its first and second time derivatives. For constant acceleration a, the five suvat equations link s, u (initial velocity), v (final velocity), a and t.

位移 (s) 是距固定原点的矢量距离;速度 (v) 和加速度 (a) 分别是它的一阶和二阶时间导数。对于常加速度 a,五个 suvat 方程关联 s, u (初速度), v (末速度), a 和 t。

v = u + at
s = ½ (u + v) t
s = ut + ½ a t²
v² = u² + 2 a s
s = v t – ½ a t²

Vertical motion under gravity uses the same equations with a = ± g, depending on sign convention. Take upward as positive, then a = –g. The time to reach the highest point is when v = 0.

重力下的竖直运动使用相同方程,a = ± g,取决于正方向选取。取向上为正,则 a = –g。到达最高点的时间满足 v = 0。

Always select the equation that omits an unknown variable. Draw a clear diagram and define the positive direction before starting calculations.

始终选择可消去未知变量的方程。在开始计算前画清晰的示意图并定义正方向。


9. Forces and Newton’s Laws | 力与牛顿定律

A force is a push or pull measured in newtons. Weight = mg acts vertically downward. Tension pulls along a string, thrust or reaction pushes perpendicular to a surface.

力是推或拉,以牛顿为单位。重量 = mg,竖直向下。张力沿绳方向拉,推力或法向反作用力垂直于表面推。

Newton’s First Law: an object remains at rest or moves with constant velocity unless a resultant force acts. Newton’s Second Law: Fres = m a. Newton’s Third Law: for every action there is an equal and opposite reaction acting on different bodies.

牛顿第一定律:除非有合力作用,物体将保持静止或匀速直线运动。牛顿第二定律:Fres = m a。牛顿第三定律:每一个作用力都有一个大小相等、方向相反、作用在不同物体上的反作用力。

Friction opposes motion and its maximum magnitude is μR, where μ is the coefficient of friction and R is the normal reaction. Friction ≤ μR; equality holds when the object is about to slide.

摩擦力阻碍运动,最大值为 μR,其中 μ 为摩擦系数,R 为法向反作用力。摩擦力 ≤ μR;当物体即将滑动时取等号。

For connected particles over pulleys or in lifts, draw separate force diagrams, apply F = m a to each, and solve the simultaneous equations. Assume a light, inextensible string and a smooth pulley unless otherwise stated.

对于通过滑轮的连接体或电梯中的物体,分开画受力图,对每个物体应用 F = m a,并求解联立方程。除非特别说明,假定绳子轻且不可伸长,滑轮光滑。


10. Variable Acceleration | 变加速度

When acceleration varies, use calculus. Velocity v = ds/dt, and acceleration a = dv/dt = d²s/dt². Conversely, v = ∫ a dt and s = ∫ v dt, with initial conditions determining constants of integration.

当加速度变化时,使用微积分。速度 v = ds/dt,加速度 a = dv/dt = d²s/dt²。反之,v = ∫ a dt,s = ∫ v dt,初始条件用于确定积分常数。

To find the maximum velocity during motion, set a = dv/dt = 0 and check. The total distance travelled may require integrating the speed |v| over separate intervals where velocity changes sign.

欲求运动过程中的最大速度,令 a = dv/dt = 0 并检验。计算总路程可能需要对速度改变符号的不同区间积分 |v|。

Expressions for s, v and a are usually functions of time t. Always include the integration constant and substitute t = 0 to match initial conditions. Units remain essential in applied problems.

s, v 和 a 的表达式通常为时间 t 的函数。始终保留积分常数并代入 t = 0 对应初始条件。在应用题中单位仍然至关重要。

Published by TutorHao | Maths Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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