Tag: AS

  • Testing a Binomial Distribution as a Model | 二项分布模型检验

    📚 Testing a Binomial Distribution as a Model | 二项分布模型检验

    At AS level, a binomial distribution can be used as a probability model for counting successes in repeated independent trials. Formal testing usually means carrying out a hypothesis test for the success probability p, but the model itself must first satisfy clear conditions.

    在 AS 阶段,二项分布可作为概率模型,用于计算重复独立试验中成功的次数。正式的检验通常是对成功概率 p 进行假设检验,但模型本身必须先满足明确的条件。


    1. What Is a Binomial Model? | 什么是二项分布模型

    A binomial model describes the number of successes in a fixed number of independent trials. If X is the number of successes, we write X ~ B(n, p), where n is the number of trials and p is the probability of success in each trial. The distribution is discrete, and each trial has exactly two possible outcomes.

    二项分布模型描述固定次独立试验中成功的次数。若 X 表示成功次数,记作 X ~ B(n, p),其中 n 为试验次数,p 为每次试验成功的概率。该分布是离散的,每次试验只有两种可能结果。

    P(X = r) = C(n, r) pʳ(1 − p)ⁿ⁻ʳ

    E(X) = np, Var(X) = np(1 − p)


    2. Conditions for a Binomial Model | 二项分布模型的适用条件

    A binomial model is only appropriate when four conditions are met. If any condition fails, the binomial distribution may give misleading probabilities.

    二项分布模型只有在满足四个条件时才适用。如果任一条件不成立,二项分布可能会给出误导性的概率。

    There is a fixed number of trials, n. 试验次数 n 是固定的。
    Each trial has exactly two outcomes: success or failure. 每次试验只有两种结果:成功或失败。
    The probability of success p is the same for every trial. 每次试验成功概率 p 保持不变。
    The trials are independent. 各次试验相互独立。

    3. Why ‘Testing’ Matters | 为什么需要检验

    Real data may look as if they come from a binomial model, but the underlying success probability could differ from a claimed value, or the trials may not be truly independent. At AS level, testing a binomial model usually means testing a claim about p, assuming the binomial conditions are satisfied.

    真实数据可能看起来来自二项分布模型,但真实的成功概率可能与声称值不同,或者各次试验可能并不真正独立。在 AS 阶段,检验二项分布模型通常是指检验关于 p 的声明,并假设二项条件已经满足。


    4. Setting Up a Hypothesis Test | 建立假设检验

    We use hypotheses to make a formal decision about p. The null hypothesis H₀ states that p has a specified value, while the alternative hypothesis H₁ states that p is

    Published by TutorHao | AS Mathematics Revision Series | aleveler.com

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

  • Testing a Poisson Distribution as a Model | 检验泊松分布作为模型

    📚 Testing a Poisson Distribution as a Model | 检验泊松分布作为模型

    A Poisson distribution is often used to model the number of times an event occurs in a fixed interval of time or space. Before using the model for predictions, we should test whether observed data are actually consistent with a Poisson distribution.

    泊松分布常用于模拟固定时间或空间间隔内事件发生的次数。在将模型用于预测之前,我们应当检验观测数据是否真的与泊松分布一致。

    This article explains the chi-squared goodness-of-fit test for a Poisson model, which is a key skill in the Edexcel AS Statistics specification.

    本文讲解如何用卡方拟合优度检验来检验泊松模型,这是 Edexcel AS 统计学大纲中的一项重要技能。


    1. Why We Test a Poisson Model | 为什么要检验泊松模型

    In many real-world situations we assume that a random variable X follows a Poisson distribution, written X ~ Po(λ). For example, the number of calls arriving at a call centre per hour, or the number of accidents at a junction per week, may be modelled by a Poisson distribution.

    在许多实际问题中,我们会假设随机变量 X 服从泊松分布,记为 X ~ Po(λ)。例如,每小时打入呼叫中心的电话数,或某路口每周的事故数,都可以用泊松分布来建模。

    However, a modelling assumption is not automatically correct. The chi-squared goodness-of-fit test provides a formal way to check whether the observed frequencies differ significantly from the frequencies predicted by the Poisson model.

    然而,模型假设并不一定正确。卡方拟合优度检验提供了一种正式方法,用来判断观测频数与泊松模型预测的频数之间是否存在显著差异。

    If the difference is too large, we conclude that the Poisson model is not suitable; if the difference is small, we do not reject the model.

    如果差异过大,我们判定泊松模型不适用;如果差异较小,则不拒绝该模型。


    2. Recalling the Poisson Conditions | 回顾泊松条件

    Before carrying out a goodness-of-fit test, it is useful to recall the conditions required for a Poisson model.

    在进行拟合优度检验之前,先回顾泊松模型所需的条件会很有帮助。

    • Events in non-overlapping intervals are independent.

      在不重叠的时间或空间区间内,事件是相互独立的。

    • Events occur one at a time; simultaneous occurrences are negligible.

      事件逐次发生,同时发生的概率可忽略。

    • The mean rate of occurrence λ is constant over the interval being studied.

      在研究的区间内,平均发生率 λ 保持不变。

    • The number of events has no upper limit, although very large values become highly unlikely.

      事件发生次数没有上限,但很大值的概率极低。

    In an exam, you do not need to prove all of these conditions every time, but you should be able to identify whether a Poisson model is plausible before testing it.

    在考试中,你不必每次都证明所有条件,但在检验之前应能判断泊松模型是否合理。


    3. Hypotheses for Goodness of Fit | 拟合优度的假设

    Every goodness-of-fit test starts with a null hypothesis and an alternative hypothesis.

    每一个拟合优度检验都以原假设和备择假设开头。

    For testing a Poisson distribution, the hypotheses are:

    检验泊松分布时,假设为:

    H₀: The data follow a Poisson distribution, X ~ Po(λ)

    H₀:数据服从泊松分布,即 X ~ Po(λ)

    H₁: The data do not follow a Poisson distribution

    H₁:数据不服从泊松分布

    The parameter λ is usually not known, so we estimate it from the sample data before calculating expected frequencies.

    参数 λ 通常是未知的,因此我们在计算期望频数之前,先从样本数据中估计它。


    4. From Raw Data to a Frequency Table | 从原始数据到频数表

    The first step is to summarise the observed data in a frequency table. The first column lists the possible values r = 0, 1, 2, 3, … and the second column lists the observed frequencies O.

    第一步是将观测数据汇总成频数表。第一列列出可能的取值 r = 0, 1, 2, 3, …,第二列列出观测频数 O。

    For example, suppose we record the number of hurricanes hitting a coastal town per year for 60 years.

    例如,假设我们记录了一个沿海城镇 60 年内每年遭受飓风袭击的次数。

    Number of hurricanes in a year, r Observed frequency, O
    0 17
    1 22
    2 12
    3 6
    4 2
    5 1
    6 or more 0

    The total sample size is n = 17 + 22 + 12 + 6 + 2 + 1 + 0 = 60 years.

    样本总容量为 n = 17 + 22 + 12 + 6 + 2 + 1 + 0 = 60 年。


    5. Estimating λ from the Sample | 用样本估计 λ

    If λ is not given, we estimate it using the sample mean. For a frequency table, the estimate is:

    如果 λ 未给出,我们用样本均值来估计它。对于频数表,估计公式为:

    λ̂ = x̄ = Σ(r × O) / n

    λ̂ = x̄ = Σ(r × O) / n

    For our hurricane data, the calculation is:

    对于飓风数据,计算如下:

    λ̂ = (0×17 + 1×22 + 2×12 + 3×6 + 4×2 + 5×1) / 60 = 77 / 60 = 1.2833

    λ̂ = (0×17 + 1×22 + 2×12 + 3×6 + 4×2 + 5×1) / 60 = 77 / 60 = 1.2833

    We therefore use λ = 1.2833 when calculating expected probabilities.

    因此,在计算期望概率时我们使用 λ = 1.2833。


    6. Calculating Expected Frequencies | 计算期望频数

    Under the null hypothesis, the probability that X takes a particular value r is given by the Poisson probability formula:

    在原假设下,X 取某个特定值 r 的概率由泊松概率公式给出:

    P(X = r) = e⁻λ λʳ / r!

    P(X = r) = e⁻λ λʳ / r!

    The expected frequency for each value r is found by multiplying the probability by the total sample size:

    每个值 r 的期望频数等于该概率乘以样本总容量:

    E = n × P(X = r)

    E = n × P(X = r)

    Using λ = 1.2833 and n = 60, the expected frequencies are approximately:

    使用 λ = 1.2833 和 n = 60,期望频数近似为:

    Number of hurricanes, r Observed frequency, O Expected frequency, E
    0 17 16.64
    1 22 21.36
    2 12 13.70
    3 6 5.86
    4 2 1.88
    5 1 0.48
    6 or more 0 0.06

    Notice that some expected frequencies are very small, so we will need to combine categories before calculating the test statistic.

    注意有些期望频数非常小,因此在计算检验统计量之前,需要先合并类别。


    7. The Chi-Squared Statistic | 卡方统计量

    The chi-squared goodness-of-fit test measures how far the observed frequencies are from the expected frequencies.

    卡方拟合优度检验衡量观测频数与期望频数之间的差距有多大。

    The test statistic is:

    检验统计量为:

    χ² = Σ (O − E)² / E

    χ² = Σ (O − E)² / E

    Here, O is the observed frequency in each combined category, E is the corresponding expected frequency, and the sum is taken over all categories.

    其中,O 是每个合并类别中的观测频数,E 是相应的期望频数,求和覆盖所有类别。

    A large value of χ² indicates a large discrepancy between the data and the Poisson model, while a small value suggests that the model fits well.

    χ² 值较大表示数据与泊松模型之间存在较大差异,而 χ² 值较小则表明模型拟合较好。


    8. Degrees of Freedom | 自由度

    The degrees of freedom for the chi-squared test depend on the number of categories and the number of parameters estimated from the data.

    卡方检验的自由度取决于类别数量以及从数据中估计的参数个数。

    If there are k categories after combining, and m parameters have been estimated from the sample, then:

    如果合并后有 k 个类别,并且从样本中估计了 m 个参数,那么:

    Degrees of freedom ν = k − 1 − m

    自由度 ν = k − 1 − m

    For a Poisson model where λ is estimated from the data, we have m = 1, so:

    对于从数据中估计 λ 的泊松模型,我们有 m = 1,因此:

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

  • Testing a Discrete Uniform Distribution as a Model | 检验离散均匀分布作为模型

    📚 Testing a Discrete Uniform Distribution as a Model | 检验离散均匀分布作为模型

    In AS-level statistics, a discrete uniform distribution is one of the simplest probability models: every possible outcome has exactly the same probability. When real data are collected, the observed frequencies will rarely match the expected frequencies perfectly, so we need a formal test to decide whether the differences are just random variation or evidence against the uniform model.

    在 AS 阶段统计学中,离散均匀分布是最简单的概率模型之一:每个可能结果出现的概率完全相同。当我们收集真实数据时,观测频数很少会与期望频数完全一致,因此需要一个正式的检验来判断这些差异只是随机波动,还是说明均匀模型不成立。


    1. What is a Discrete Uniform Distribution? | 什么是离散均匀分布?

    A discrete random variable X has a discrete uniform distribution over k possible values if every value x₁, x₂, …, xₖ is equally likely. The probability of each value is 1/k.

    如果离散随机变量 X 在 k 个可能取值上服从离散均匀分布,那么每个取值 x₁、x₂、……、xₖ 出现的可能性相同,每个值的概率都是 1/k。

    P(X = xᵢ) = 1/k, for i = 1, 2, …, k

    Common examples include rolling a fair six-sided die, selecting one digit from 0 to 9 at random, or spinning a fair spinner with equal sectors.

    常见例子包括掷一个公平的六面骰子、从 0 到 9 中随机选一个数字,或者转动一个每个扇区大小相同的公平转盘。


    2. Why Do We Test a Uniform Model? | 为什么要检验均匀模型?

    Observed frequencies often deviate from the expected frequencies because of sampling variability. A goodness-of-fit test allows us to assess whether the observed deviations are too large to be explained by chance alone.

    由于抽样波动,观测频数通常会偏离期望频数。拟合优度检验可以帮助我们判断观测偏差是否太大,以至于不能仅用随机性来解释。

    For a discrete uniform model, the test compares the observed counts in each category with the counts we would expect if all categories were equally likely.

    对于离散均匀模型,该检验将每个类别的观测频数与在所有类别等可能情况下所应得到的期望频数进行比较。


    3. Setting Up the Hypotheses | 建立假设

    The null hypothesis states that the data follow a discrete uniform distribution. The alternative hypothesis states that the data do not follow that uniform distribution.

    原假设表示数据服从离散均匀分布;备择假设表示数据不服从该均匀分布。

    • H₀: p₁ = p₂ = … = pₖ = 1/k, so each category has the same probability.
    • H₁: at least one pᵢ is not equal to 1/k.

    In words: H₀ says the model is a discrete uniform distribution; H₁ says the model is not a discrete uniform distribution.

    用文字来说:H₀ 表示模型是离散均匀分布;H₁ 表示模型不是离散均匀分布。

    A chi-squared goodness-of-fit test is always an upper-tail test, because only large differences between observed and expected counts suggest a poor fit.

    卡方拟合优度检验始终是上尾检验,因为只有观测频数与期望频数之间的差异很大时,才表明拟合效果差。


    4. Observed and Expected Frequencies | 观测频数与期望频数

    Suppose there are n observations in total and k categories. Under the null hypothesis of a discrete uniform distribution, the expected frequency for each category is:

    假设总共有 n 个观测值,分为 k 个类别。在离散均匀分布的原假设下,每个类别的期望频数为:

    Eᵢ = n / k, for every i

    Observed frequencies Oᵢ are the actual counts recorded in the sample. If the uniform model is correct, Oᵢ should be reasonably close to n/k for each category.

    观测频数 Oᵢ 是样本中实际记录的次数。如果均匀模型正确,每个类别的 Oᵢ 都应合理地接近 n/k。


    5. The Chi-Squared Test Statistic | 卡方检验统计量

    The test statistic measures how far the observed frequencies are from the expected frequencies. It is calculated as:

    检验统计量用于衡量观测频数与期望频数之间的差距,计算公式为:

    χ² = Σ (Oᵢ − Eᵢ)² / Eᵢ

    Here Oᵢ is the observed frequency, Eᵢ is the expected frequency, and the sum is taken over all k categories. A larger χ² value indicates a bigger difference between the data and the uniform model.

    其中 Oᵢ 是观测频数,Eᵢ 是期望频数,求和覆盖所有 k 个类别。χ² 值越大,说明数据与均匀模型之间的差异越大。


    6. Degrees of Freedom for a Uniform Model | 均匀模型的自由度

    For a discrete uniform distribution with k categories and no parameters estimated from the data, the number of degrees of freedom is:

    对于有 k 个类别且没有从数据中估计参数的离散均匀分布,自由度数为:

    df = k − 1

    We lose one degree of freedom because the total sample size n is fixed, so the last frequency is determined once the other k − 1 frequencies are known.

    我们失去一个自由度,因为总样本量 n 是固定的,一旦知道前 k − 1 个频数,最后一个频数也随之确定。


    7. Critical Values and Significance Level | 临界值与显著性水平

    To make a decision, compare the calculated χ² value with the critical value from the chi-squared distribution at the chosen significance level, usually 5% or 1%.

    作决策时,需要将计算出的 χ² 值与所选显著性水平(通常为 5% 或 1%)下卡方分布的临界值进行比较。

    If χ² is greater than the critical value, there is sufficient evidence to reject H₀. If χ² is less than or equal to the critical value, we do not reject H₀.

    如果 χ² 大于临界值,则有充分证据拒绝 H₀;如果 χ² 小于或等于临界值,则不拒绝 H₀。

    For example, with df = 5 at the 5% level, the critical value is 11.07. With df = 9 at the 5% level, the critical value is 16.92.

    例如,自由度为 5 时,5% 显著性水平下的临界值是 11.07;自由度为 9 时,5% 显著性水平下的临界值是 16.92。


    8. Conditions for the Chi-Squared Test | 卡方检验的条件

    The chi-squared goodness-of-fit test requires that the expected frequency in each category is sufficiently large. A common rule is that every expected frequency should be at least 5.

    卡方拟合优度检验要求每个类别的期望频数足够大。常见规则是每个期望频数应至少为 5。

    If some expected frequencies are less than 5, adjacent categories can be combined, or a larger sample should be collected. For a uniform model, this means n/k should normally be at least 5.

    如果某些期望频数小于 5,可以合并相邻类别,或者收集更大的样本。

    Published by TutorHao | AS Mathematics Revision Series | aleveler.com

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

  • AS Level Mathematics Exam-Style Practice Paper | AS 数学考试风格练习卷

    📚 AS Level Mathematics Exam-Style Practice Paper | AS 数学考试风格练习卷

    This practice paper is designed for Edexcel AS Mathematics candidates. It includes ten exam-style questions covering core Pure Mathematics topics as well as Statistics and Mechanics, with mark allocations, worked solutions and exam tips. Use it as a timed assessment or as focused revision.

    本练习卷专为 Edexcel AS 数学考生设计。它包含十道考试风格题目,覆盖纯数学、统计和力学核心主题,并配有分值分配、详细解答和考试技巧。你可以将其作为限时测试或针对性复习使用。


    1. Quadratics and Inequalities | 二次函数与不等式

    Question 1. Solve the inequality 2x² − 5x − 3 > 0. [4 marks]

    题目 1. 解不等式 2x² − 5x − 3 > 0。[4 分]

    Factor the quadratic: 2x² − 5x − 3 = (2x + 1)(x − 3). The critical values are x = −1/2 and x = 3. Since the leading coefficient is positive, the graph opens upwards, so the inequality is satisfied when x < −1/2 or x > 3.

    将二次式因式分解:2x² − 5x − 3 = (2x + 1)(x − 3)。临界值为 x = −1/2 和 x = 3。因为首项系数为正,抛物线开口向上,所以不等式在 x < −1/2 或 x > 3 时成立。

    Exam tip: Always sketch a quick sign diagram or graph to confirm which intervals satisfy a quadratic inequality.

    考试技巧: 始终快速画一个符号图或草图,以确认哪些区间满足二次不等式。


    2. Polynomial Division and Factor Theorem | 多项式除法与因式定理

    Question 2. f(x) = x³ + ax² + bx − 6 has factor (x + 2). When f(x) is divided by (x − 1), the remainder is 3. Find the values of a and b. [5 marks]

    题目 2. f(x) = x³ + ax² + bx − 6 有因式 (x + 2)。当 f(x) 除以 (x − 1) 时,余数为 3。求 a 和 b 的值。[5 分]

    By the factor theorem, f(−2) = 0: −8 + 4a − 2b − 6 = 0, so 4a − 2b = 14, giving 2a − b = 7. By the remainder theorem, f(1) = 3: 1 + a + b − 6 = 3, so a + b = 8. Solving 2a − b = 7 and a + b = 8 gives 3a = 15, hence a = 5 and b = 3.

    根据因式定理,f(−2) = 0:−8 + 4a − 2b − 6 = 0,所以 4a − 2b = 14,即 2a − b = 7。根据余数定理,f(1) = 3:1 + a + b − 6 = 3,所以 a + b = 8。解方程组 2a − b = 7 和 a + b = 8,得 3a = 15,因此 a = 5,b = 3。

    Exam tip: The factor theorem and remainder theorem link factors and remainders to evaluation, saving time in polynomial problems.

    考试技巧: 因式定理和余数定理将因式与余数转化为函数求值,可在多项式问题中节省时间。


    3. Coordinate Geometry and Circles | 坐标几何与圆

    Question 3. A circle has equation x² + y² − 6x + 4y − 12 = 0. Find the centre and radius of the circle, and find the equation of the tangent to the circle at the point P(0, 2). [6 marks]

    题目 3. 一个圆的方程为 x² + y² − 6x + 4y − 12 = 0。求圆心和半径,并求圆在点 P(0, 2) 处的切线方程。[6 分]

    Complete the square: x² − 6x + y² + 4y = 12 gives (x − 3)² + (y + 2)² = 25. So the centre is (3, −2) and the radius is 5. The gradient of the radius from (3, −2) to (0, 2) is (2 − (−2))/(0 − 3) = −4/3. The tangent is perpendicular to the radius, so its gradient is 3/4. Using P(0, 2), the tangent equation is y − 2 = 3/4 x, or y = 3x/4 + 2.

    配方:x² − 6x + y² + 4y = 12 得到 (x − 3)² + (y + 2)² = 25。所以圆心为 (3, −2),半径为 5。从 (3, −2) 到 (0, 2) 的半径斜率为 (2 − (−2))/(0 − 3) = −4/3。切线与半径垂直,因此切线斜率为 3/4。利用点 P(0, 2),切线方程为 y − 2 = 3/4 x,即 y = 3x/4 + 2。

    Exam tip: For tangent questions, find the gradient of the radius first, then take the negative reciprocal.

    考试技巧: 切线问题先求半径斜率,再取其负倒数。


    4. Trigonometry | 三角函数

    Question 4. Solve 2sin²θ − sinθ − 1 = 0 for 0° ≤ θ ≤ 360°. [5 marks]

    题目 4. 解方程 2sin²θ − sinθ − 1 = 0,其中 0° ≤ θ ≤ 360°。[5 分]

    Factor the quadratic in sinθ: (2sinθ + 1)(sinθ − 1) = 0. So sinθ = 1 or sinθ = −1/2. In the given interval, sinθ = 1 gives θ = 90°. For sinθ = −1/2, the solutions are θ = 210° and θ = 330°. Therefore the full solution set is 90°, 210°, 330°.

    将关于 sinθ 的二次式因式分解:(2sinθ + 1)(sinθ − 1) = 0。所以 sinθ = 1 或 sinθ = −1/2。在给定区间内,sinθ = 1 给出 θ = 90°。对于 sinθ = −1/2,解为 θ = 210° 和 θ = 330°。因此完整解集为 90°、210°、330°。

    Exam tip: Write all solutions in the required interval and check them with a CAST diagram or unit circle.

    考试技巧: 写出所求区间内的所有解,并用 CAST 图或单位圆检验。


    5. Binomial Expansion | 二项式展开

    Question 5. Find the first four terms in ascending powers of x of (1 + 3x)^(1/2), stating the range of values of x for which the expansion is valid. [4 marks]

    题目 5. 求 (1 + 3x)^(1/2) 按 x 升幂排列的前四项,并说明展开成立时 x 的取值范围。[4 分]

    Using the binomial series with n = 1/2: (1 + 3x)^(1/2) = 1 + (1/2)(3x) + (1/2)(−1/2)/(2)(3x)² + (1/2)(−1/2)(−3/2)/(6)(3x)³. This simplifies to 1 + 3x/2 − 9x²/8 + 27x³/16. The expansion is valid when |3x| < 1, so |x| < 1/3.

    利用 n = 1/2 的二项式级数:(1 + 3x)^(1/2) = 1 + (1/2)(3x) + (1/2)(−1/2)/(2)(3x)² + (1/2)(−1/2)(−3/2)/(6)(3x)³。化简得 1 + 3x/2 − 9x²/8 + 27x³/16。当 |3x| < 1 时展开成立,即 |x| < 1/3。

    Exam tip: For fractional powers, always state the validity interval using |kx| < 1.

    考试技巧: 对于分数幂,始终用 |kx| < 1 写出成立区间。


    6. Differentiation and

    Published by TutorHao | AS Mathematics Revision Series | aleveler.com

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

  • Forces as Vectors | 力的矢量分析

    📚 Forces as Vectors | 力的矢量分析

    At AS level, forces are not just numbers; they are vector quantities with both magnitude and direction. In Edexcel Physics, you must be able to add forces, resolve them into components, and use vector methods to decide whether an object is in equilibrium.

    在 AS 阶段,力不仅仅是数字,而是既有大小又有方向的矢量。在爱德思物理中,你必须能够合成力、将力分解为分量,并用矢量方法判断物体是否处于平衡状态。

    1. Scalars and Vectors in Mechanics | 力学中的标量与矢量

    A scalar quantity has magnitude only. Examples in mechanics include distance, speed, mass, energy, work and time.

    标量只有大小。力学中常见的标量包括距离、速率、质量、能量、功和时间。

    A vector quantity has both magnitude and direction. Examples include displacement, velocity, acceleration, force, momentum and weight.

    矢量既有大小又有方向。常见的矢量包括位移、速度、加速度、力、动量和重力。

    Force is a vector because the direction in which a force acts changes its total effect on an object. Pushing a box east is not the same as pushing it north.

    力是矢量,因为力的作用方向会改变它对物体的总效果。向东推箱子和向北推箱子效果不同。

    In vector diagrams, forces are drawn as arrows. The length of the arrow is proportional to the magnitude of the force, and the arrowhead gives the direction.

    在矢量图中,力用箭头表示。箭头的长度与力的大小成正比,箭头指向表示力的方向。


    2. Representing a Force as a Vector | 用矢量表示力

    A force arrow must be drawn to a clear scale, for example 1 cm = 10 N. This lets you convert a measured length back into a force magnitude.

    力的箭头必须按明确的比例尺绘制,例如 1 cm = 10 N。这样你可以将测量的长度换算回力的大小。

    Direction should be stated from a reference line, such as 30° above the horizontal, or 20° clockwise from north. Without a reference direction, a vector description is incomplete.

    方向必须相对于参考线给出,例如与水平线成 30° 向上,或从北顺时针转 20°。没有参考方向,矢量描述就是不完整的。

    When labelling a force, write the symbol and magnitude, for example F₁ = 50 N at 30° to the horizontal. This tells you everything needed to redraw or resolve the force.

    标注力时,写出符号和大小,例如 F₁ = 50 N,与水平方向成 30°。这提供了重新绘制或分解该力所需的全部信息。

    Arrow length is calculated by length = magnitude ÷ scale. If the scale is 1 cm = 10 N, a 50 N force is drawn as 5 cm.

    箭头长度由长度 = 力的大小 ÷ 比例尺计算。如果比例尺为 1 cm = 10 N,则 50 N 的力画成 5 cm。


    3. Adding Forces: The Tip-to-Tail Method | 力的相加:首尾相接法

    To add two or more forces, draw the first force vector, then draw the second vector starting at the arrowhead of the first. This is called the tip-to-tail method.

    要合成两个或多个力,先画出第一个力矢量,再从第一个矢量的箭头端开始画第二个矢量。这称为首尾相接法。

    The resultant force R is drawn from the tail of the first vector to the arrowhead of the last vector. It represents the combined effect of all the forces.

    合力 R 从第一个矢量的尾端指向最后一个矢量的箭头端。它表示所有力的总效果。

    Vector addition is commutative, so the order in which forces are drawn does not change the resultant.

    矢量加法满足交换律,因此画力的顺序不会改变合力。

    In a scale drawing, measure the length of R with a ruler and its direction with a protractor to find the magnitude and direction of the resultant.

    在比例图中,用尺子测量 R 的长度,并用量角器测量其方向,即可得到合力的大小和方向。


    4. The Parallelogram Rule | 平行四边形法则

    If two forces act at the same point, draw both vectors from the same origin and complete a parallelogram. The resultant is the diagonal from the origin.

    如果两个力作用在同一点,从同一原点画出两个矢量,并作出平行四边形。合力就是从原点引出的对角线。

    When the angle between two forces F₁ and F₂ is θ, the magnitude of the resultant is given by the cosine rule:

    当两个力 F₁ 和 F₂ 之间的夹角为 θ 时,合力的大小由余弦定理给出:

    R = √(F₁² + F₂² + 2 F₁ F₂ cos θ)

    The direction of the resultant can be found using the sine rule. If R makes an angle α with force F₁, then sin α / F₂ = sin θ / R.

    合力的方向可用正弦定理求得。如果 R 与力 F₁ 的夹角为 α,则 sin α / F₂ = sin θ / R。

    For perpendicular forces, θ = 90° and cos 90° = 0, so the formula simplifies to:

    对于相互垂直的力,θ = 90° 且 cos 90° = 0,因此公式简化为:

    R = √(F₁² + F₂²)

    The parallelogram rule and tip-to-tail method give the same resultant; choose the method that is easier to draw accurately in the exam.

    平行四边形法则和首尾相接法给出相同的合力;考试时选择更容易准确绘制的方法。


    5. Resolving Forces into Components | 力的正交分解

    Any force F acting at an angle θ to the x-axis can be split into a horizontal component F cos θ and a vertical component F sin θ.

    任何与 x 轴成 θ 角的力 F 都可以分解为水平分量 F cos θ 和竖直分量 F sin θ。

    The horizontal component is found by multiplying the force by cos θ, and the vertical component by sin θ. The components are perpendicular and independent of each other.

    水平分量等于力乘以 cos θ,竖直分量等于力乘以 sin θ。两个分量相互垂直,并且彼此独立。

    Choose axes that make the problem simple. For a slope, the most useful axes are usually parallel to the slope and perpendicular to the slope, not horizontal and vertical.

    选择能让问题简化的坐标轴。对于斜面,最常用的坐标轴通常是沿斜面方向和垂直斜面方向,而不是水平和竖直方向。

    Resolution is the reverse of vector addition. Two perpendicular components can replace one force without changing the overall physical effect.

    分解是矢量合成的逆运算。两个相互垂直的分量可以替代一个力,而不改变整体物理效果。

    For equilibrium, the sum of the horizontal components must be zero and the sum of the vertical components must be zero.

    平衡时,水平分量的代数和必须为零,竖直分量的代数和也必须为零。


    6. Resultant Force and Equilibrium | 合力与平衡

    The resultant force is the single force that represents the combined effect of all forces acting on a body. If the resultant is zero, the forces are balanced.

    合力是代表作用在物体上所有力的总效果的单个力。如果合力为零,则这些力相互平衡。

    When the resultant force is zero, an object remains at rest or continues to move with constant velocity. This is Newton’s first law of motion.

    当合力为零时,物体保持静止或继续以恒定速度运动。这就是牛顿第一运动定律。

    The equilibrium condition is ΣF = 0. In component form, this means the sum of the x-components is zero and the sum of the y-components is zero.

    平衡条件为 ΣF = 0。用分量形式表示,就是 x 方向分量的代数和为零,y 方向分量的代数和为零。

    If three forces are in equilibrium, they form a closed triangle when drawn tip-to-tail. This closed triangle can be used to find an unknown force by scale drawing or trigonometry.

    如果三个力平衡,首尾相接时会形成一个闭合三角形。这个闭合三角形可以用来通过比例图或三角学求未知力。

    For more than three forces, a closed polygon is needed. Equilibrium means the vectors return to the starting point.

    对于三个以上的力,则需要形成闭合多边形。平衡意味着各矢量首尾相接后回到起点。


    7. Free-Body Diagrams | 受力分析图

    A free-body diagram shows all the forces acting on a single object. It isolates the object from its surroundings so that only the forces on that object are drawn.

    受力分析图显示作用在单个物体上的所有力。它将物体从周围环境中隔离出来,只画出作用在该物体上的力。

    Common forces to include are weight W = mg acting vertically downwards, the normal reaction N perpendicular to a contact surface, tension T along a rope or string, and friction F opposing motion or potential motion.

    常见的力包括重力 W = mg 竖直向下、法向反作用力 N 垂直于接触面、绳或线中的张力 T 沿绳的方向、摩擦力 F 与运动或运动趋势方向相反。

    Do not include forces that the object exerts on other bodies. For example, if a book rests on a table, the free-body diagram of the book does not include the downwards force the book exerts on the table.

    不要包含该物体施加给其他物体的力。例如,如果一本书放在桌面上,书的受力分析图中不应包含书对桌面向下的压力。

    Before resolving forces, draw the coordinate axes on the free-body diagram and mark all relevant angles. This reduces mistakes when writing sin and cos components.

    在分解力之前,在受力分析图上画出坐标轴并标出所有相关角度。这可以减少写正弦和余弦分量时的错误。

    A well-drawn free-body diagram is often worth marks in exams, even if the final calculation goes wrong. Always label every force arrow clearly.

    画得清晰的受力分析图在考试中通常能得分,即使最终计算有误。务必清楚地标注每个力箭头。


    8. Worked Example: Two Tugboats | 例题:两艘拖船

    Problem: Two tugboats pull a ship. Tug A exerts 40 kN at 20° to the forward direction. Tug B exerts 30 kN at 35° on the other side of the forward direction. Find the resultant force on the ship.

    例题:两艘拖船拉一艘船。拖船 A 施加 40 kN,方向与前进方向成 20°。拖船 B 在前进方向另一侧施加 30 kN,与前进方向成 35°。求作用在船上的合力。

    Resolve each tugboat force into forward and sideways components. For tug A, forward component = 40 cos 20° = 37.6 kN and sideways component = 40 sin 20° = 13.7 kN.

    将每艘拖船的力分解为前进分量和侧向分量。对于拖船 A,前进分量 = 40 cos 20° = 37.6 kN,侧向分量 = 40 sin 20° = 13.7 kN。

    For tug B, forward component = 30 cos 35° = 24.6 kN and sideways component = 30 sin 35° = 17.

    Published by TutorHao | AS Revision Series | aleveler.com

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

  • The Velocity of a Particle as a Vector | 质点速度的矢量表示

    📚 The Velocity of a Particle as a Vector | 质点速度的矢量表示

    In AS Mechanics, velocity is treated as a vector quantity, meaning it has both magnitude and direction. Many motion problems become much clearer when we write velocity in component form using unit vectors i and j, rather than just quoting a speed.

    在 AS 力学中,速度被视为矢量,既有大小又有方向。当我们用单位矢量 i 和 j 以分量形式表示速度时,许多运动问题会变得更加清晰,而不是仅仅给出速率。


    1. Scalar vs Vector: Speed and Velocity | 标量与矢量:速率和速度

    Speed is a scalar quantity; it only tells us how fast a particle is moving. Velocity is a vector; it tells us how fast and in which direction. In everyday language the two words are often mixed, but in mechanics the distinction is essential.

    速率是标量,它只告诉我们质点运动有多快。速度是矢量,它告诉我们运动有多快以及朝哪个方向。日常语言中这两个词常被混用,但在力学中这一区别至关重要。

    • Speed = distance ÷ time (scalar)
    • Velocity = displacement ÷ time (vector)

    速率 = 路程 ÷ 时间(标量);速度 = 位移 ÷ 时间(矢量)。


    2. Position Vector and Displacement | 位置矢量与位移

    A particle’s position is described by a position vector r = x i + y j. If the particle moves from initial position r₀ = x₀ i + y₀ j to final position r₁ = x₁ i + y₁ j, its displacement is Δr = r₁ − r₀.

    质点的位置由位置矢量 r = x i + y j 描述。若质点从初位置 r₀ = x₀ i + y₀ j 运动到末位置 r₁ = x₁ i + y₁ j,其位移为 Δr = r₁ − r₀。

    Δr = (x₁ − x₀) i + (y₁ − y₀) j


    3. Defining Velocity as a Vector | 将速度定义为矢量

    Average velocity is displacement divided by time, so it is a vector parallel to the displacement. Instantaneous velocity is the limit of average velocity as the time interval tends to zero, written as the derivative of position with respect to time.

    平均速度是位移除以时间,因此它是与位移平行的矢量。瞬时速度是当时间间隔趋于零时平均速度的极限,写作位置对时间的导数。

    v = dr/dt


    4. Components of Velocity in Two Dimensions | 二维速度的分量

    In the i, j basis, velocity can be written as v = v₁ i + v₂ j. The horizontal component v₁ and vertical component v₂ are independent in projectile-type problems, so equations of motion can be applied separately to each direction.

    在 i、j 基底下,速度可写作 v = v₁ i + v₂ j。水平分量 v₁ 和竖直分量 v₂ 在抛体类问题中相互独立,因此运动方程可以分别应用于每个方向。

    v = v₁ i + v₂ j


    5. Magnitude and Direction of Velocity | 速度的大小与方向

    The magnitude of velocity is the speed, found by Pythagoras’ theorem: |v| = √(v₁² + v₂²). Direction is usually given as an angle θ from the positive i direction, where tan θ = v₂ ÷ v₁.

    速度的大小就是速率,可由勾股定理求得:|v| = √(v₁² + v₂²)。方向通常用与正 i 方向的夹角 θ 表示,其中 tan θ = v₂ ÷ v₁。

    |v| = √(v₁² + v₂²)

    tan θ = v₂ ÷ v₁


    6. Unit Vectors and Velocity | 单位矢量与速度

    A unit vector has length 1 and is used to indicate direction. The velocity vector can be written as its magnitude multiplied by a unit vector in the direction of motion: v = |v| e. In two dimensions e = cos θ i + sin θ j.

    单位矢量长度为 1,用于表示方向。速度矢量可以写成其大小乘以运动方向上的单位矢量:v = |v| e。在二维情形下 e = cos θ i + sin θ j。

    v = |v| (cos θ i + sin θ j)


    7. Velocity from Position: Differentiation | 由位置求速度:微分法

    If a position vector is given as a function of time, differentiating each component with respect to t gives the velocity. For example, if r = t² i + 3t j, then v = 2t i + 3 j.

    若位置矢量作为时间的函数给出,对每个分量关于 t 求导即可得速度。例如,若 r = t² i + 3t j,则 v = 2t i + 3 j。

    r = t² i + 3t j ⇒ v = 2t i + 3 j


    8. Position from Velocity: Integration | 由速度求位置:积分法

    Conversely, if velocity is known as a function of time, integrating each component gives displacement. Initial position must be included to find the full position vector. If v = 2t i + 3 j and r(0) = i + j, then r = (t² + 1) i + (3t + 1) j.

    反之,若速度作为时间的函数已知,对每个分量积分即可得到位移。必须包含初始位置才能求出完整位置矢量。若 v = 2t i + 3 j 且 r(0) = i + j,则 r = (t² + 1) i + (3t + 1) j。

    r = r₀ + ∫ v dt


    9. Constant Velocity Motion | 匀速直线运动

    When velocity is a constant vector, the particle moves in a straight line with constant speed. The position vector at time t is r = r₀ + v t. This is the vector form of ‘distance = speed × time’, but with direction included.

    当速度为常矢量时,质点以恒定速率沿直线运动。t 时刻的位置矢量为 r = r₀ + v t。这是“距离 = 速率 × 时间”的矢量形式,但包含了方向。

    r = r₀ + v t


    10. Relative Velocity | 相对速度

    The velocity of particle A relative to particle B is v(A/B) = v(A) − v(B). This vector tells us how A appears to move from B’s point of view. River crossing and overtaking problems often use relative velocity.

    质点 A 相对于质点 B 的速度为 v(A/B) = v(A) − v(B)。该矢量告诉我们在 B 看来 A 如何运动。过河和超车问题常使用相对速度。

    v(A/B) = v(A) − v(B)


    11. Acceleration as the Rate of Change of Velocity Vector | 作为速度矢量变化率的加速度

    Acceleration is also a vector: a = dv/dt. It can arise from a change in speed, a change in direction, or both. A particle moving in a circle at constant speed still has acceleration because its velocity direction is changing.

    加速度也是矢量:a = dv/dt。它可以由速度大小变化、方向变化或两者同时变化引起。以恒定速率做圆周运动的质点仍有加速度,因为其速度方向在不断变化。

    a = dv/dt = a₁ i + a₂ j


    12. Exam-style Worked Example | 考试风格例题

    A particle moves with velocity v = 3 i + 4 j m/s. Find (a) its speed, (b) the angle its direction makes with the positive i-axis.

    质点以速度 v = 3 i + 4 j m/s 运动。求 (a) 其速率;(b) 其方向与正 i 轴的夹角。

    Solution: speed = √(3² + 4²) = 5 m/s. The direction is θ = arctan(4/3) ≈ 53.1°.

    解:速率 = √(3² + 4²) = 5 m/s。方向为 θ = arctan(4/3) ≈ 53.1°。

    Quantity Type Example
    Speed Scalar 5 m/s
    Velocity Vector 3 i + 4 j m/s

    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • CIE AS Physics Chapter P1: Practical Skills at AS Level | CIE AS物理P1章节:AS阶段实验技能

    📚 CIE AS Physics Chapter P1: Practical Skills at AS Level | CIE AS物理P1章节:AS阶段实验技能

    Practical work in CIE AS Physics is not a separate theory topic but a set of skills that run through measurement, analysis and evaluation. The syllabus expects you to select apparatus, record uncertainties, plot graphs, and discuss sources of error confidently.

    CIE AS 物理中的实验工作并非独立的纯理论专题,而是一套贯穿测量、分析和评估的技能。大纲要求你能够自信地选择仪器、记录不确定度、绘制图像并讨论误差来源。


    1. Practical Assessment Objectives | 实验考核目标

    At AS level, practical skills are assessed through three broad objectives: planning experiments, collecting and presenting data, and evaluating evidence. You should be able to identify independent, dependent and control variables, choose suitable ranges and intervals, and justify the number of repeats.

    在 AS 阶段,实验技能通过三大目标来考查:设计实验、收集与呈现数据以及评估证据。你应能识别自变量、因变量和控制变量,选择合适的范围和间隔,并说明重复次数。

    Examiners also reward clear recording of raw data, correct significant figures, sensible uncertainty estimates and graphical analysis. A result is only as credible as the evidence behind it, so method and evaluation matter as much as the final value.

    考官同样重视原始数据的清晰记录、正确的有效数字、合理的测量不确定度估计和图像分析。结果的可靠程度取决于其证据,因此方法和评估与最终数值同样重要。


    2. SI Units, Prefixes and Unit Conversion | SI单位、词头与单位换算

    Every measurement must include a unit, and CIE questions often test conversion between unit multiples. The base SI units relevant to AS practical work are the metre (m), kilogram (kg), second (s), ampere (A), kelvin (K) and mole (mol).

    每个测量值都必须带有单位,CIE 常会考查单位倍数之间的换算。与 AS 实验相关的基本 SI 单位是米 (m)、千克 (kg)、秒 (s)、安培 (A)、开尔文 (K) 和摩尔 (mol)。

    Prefixes such as milli (10⁻³), micro (10⁻⁶), nano (10⁻⁹), centi (10⁻²), kilo (10³) and mega (10⁶) must be applied correctly. For example, 25.0 mm = 25.0 × 10⁻³ m = 2.50 × 10⁻² m.

    词头如毫 (10⁻³)、微 (10⁻⁶)、纳 (10⁻⁹)、厘 (10⁻²)、千 (10³) 和兆 (10⁶) 必须正确使用。例如,25.0 mm = 25.0 × 10⁻³ m = 2.50 × 10⁻² m。

    Derived units can be expressed in base units: force is kg m s⁻², pressure is kg m⁻¹ s⁻², and potential difference is kg m² s⁻³ A⁻¹. In practical write-ups, use the derived unit where it is conventional, such as N for force or Pa for pressure.

    导出单位可以用基本单位表示:力是 kg m s⁻²,压强是 kg m⁻¹ s⁻²,电势差是 kg m² s⁻³ A⁻¹。在实验报告中,按习惯使用导出单位,例如力用 N,压强用 Pa。


    3. Measuring Instruments and Reading Precision | 测量仪器与读数精度

    The choice of instrument affects the uncertainty in every reading. A metre rule typically gives a reading uncertainty of ±1 mm, a micrometer screw gauge can give ±0.01 mm, and a digital balance may read to ±0.01 g or better.

    仪器的选择会影响每个读数的不确定度。米尺的读数不确定度通常为 ±1 mm,螺旋测微器可达到 ±0.01 mm,数字天平可能读到 ±0.01 g 或更高精度。

    For analogue instruments such as a moving-coil voltmeter, the reading uncertainty

    Published by TutorHao | AS Physics Revision Series | aleveler.com

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

  • Government Macro Intervention | 政府宏观干预

    📚 Government Macro Intervention | 政府宏观干预

    Governments intervene in the macroeconomy to correct instability and improve living standards. In AS Economics, macro intervention focuses on fiscal policy, monetary policy and supply-side policy. These tools aim to achieve price stability, low unemployment, economic growth and a sustainable balance of payments.

    政府干预宏观经济是为了纠正不稳定并提高生活水平。在 AS 经济课程中,宏观干预主要聚焦于财政政策、货币政策和供给侧政策。这些工具旨在实现物价稳定、低失业率、经济增长和可持续的国际收支平衡。


    1. Macroeconomic Objectives | 宏观经济目标

    Governments intervene in the macroeconomy because free markets may not deliver stable growth, full employment or price stability. The main macroeconomic objectives are sustained economic growth, low and stable inflation, low unemployment, a satisfactory balance of payments and a more equal distribution of income.

    政府干预宏观经济是因为自由市场未必能带来稳定增长、充分就业或物价稳定。主要宏观经济目标包括持续的经济增长、低而稳定的通货膨胀、低失业率、令人满意的国际收支以及更平等的收入分配。

    These objectives are usually measured by real GDP growth, the consumer price index, the unemployment rate and the current account balance. Policy makers use these indicators to judge whether intervention is needed and whether existing policies are working.

    这些目标通常通过实际 GDP 增长率、消费者价格指数、失业率和经常账户余额来衡量。政策制定者利用这些指标来判断是否需要干预以及现有政策是否有效。


    2. Aggregate Demand and the Policy Mix | 总需求与政策组合

    Most

    Published by TutorHao | AS Economics Revision Series | aleveler.com

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

  • The Macroeconomy (AS Level) | 宏观经济(AS阶段)

    📚 The Macroeconomy (AS Level) | 宏观经济(AS阶段)

    Macroeconomics studies the economy as a whole rather than individual markets. At AS Level you focus on aggregate indicators such as GDP, inflation, unemployment and the balance of payments, and on how aggregate demand and aggregate supply determine national output and the price level. Understanding these relationships helps explain why governments set macroeconomic targets and how policy instruments are designed.

    宏观经济学研究整体经济而非单个市场。在 AS 阶段,你重点关注 GDP、通货膨胀、失业和国际收支等总量指标,以及总需求和总供给如何决定国民产出与物价水平。理解这些关系有助于解释政府为何设定宏观经济目标以及政策工具如何设计。


    1. Macroeconomic Objectives | 宏观经济目标

    The main macroeconomic objectives are sustainable economic growth, price stability, full employment, and a satisfactory balance of payments position. Some governments also aim for a more equal distribution of income and protection of the environment.

    主要宏观经济目标是可持续经济增长、物价稳定、充分就业和令人满意的国际收支状况。一些政府还追求更平等的收入分配和环境保护。

    Conflicts often arise between these objectives. For example, rapid growth may increase inflation and widen a trade deficit, while tight monetary policy to reduce inflation may raise unemployment in the short run.

    这些目标之间经常出现冲突。例如,快速增长可能推高通胀并扩大贸易逆差,而为降低通胀采取的紧缩货币政策短期内可能推高失业率。


    2. The Circular Flow of Income | 国民收入循环流动

    The circular flow model shows the flow of income and spending between households and firms. Withdrawals from the flow are saving, taxation and import spending, while injections are investment, government spending and export earnings.

    循环流动模型展示了家庭和企业之间收入与支出的流动。从循环中漏出的部分是储蓄、税收和进口支出,而注入部分是投资、政府支出和出口收入。

    Equilibrium national income occurs when planned injections equal planned withdrawals. If injections exceed withdrawals, aggregate demand rises and national income expands; if withdrawals exceed injections, income contracts.

    当计划注入等于计划漏出时,国民收入达到均衡。如果注入大于漏出,总需求上升,国民收入扩张;如果漏出大于注入,收入收缩。


    3. Measuring National Income: GDP, GNI and Real Values | 国民收入核算:GDP、GNI 与实际值

    Gross domestic product measures the value of final goods and services produced within a country’s borders in a given period. Gross national income adds net income earned from abroad, while real GDP adjusts nominal GDP for inflation.

    国内生产总值衡量一时期在一国境内生产的最终商品和服务的价值。国民总收入则加上来自国外的净收入,而实际 GDP 对名义 GDP 进行通胀调整。

    The expenditure method sums consumption, investment, government spending and net exports.

    支出法将消费、投资、政府支出和净出口相加。

    GDP = C + I + G + (X − M)

    Real values allow meaningful comparisons over time because they remove the effect of price changes. A rise in nominal GDP alone may reflect higher prices rather than greater output.

    实际值可以消除价格变动的影响,使不同时期的比较更有意义。仅名义 GDP 上升可能反映价格上涨而非产出增加。


    4. Aggregate Demand and Its Components | 总需求及其组成

    Aggregate demand is the total planned spending on domestic output at a given price level. Its components are consumption, investment,

    Published by TutorHao | AS Economics Revision Series | aleveler.com

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

  • Government Microeconomic Intervention (AS Level) | 政府微观经济干预(AS 阶段)

    📚 Government Microeconomic Intervention (AS Level) | 政府微观经济干预(AS 阶段)

    In AS Economics, government microeconomic intervention means policies designed to change the price, quantity or quality of goods and services in individual markets. These interventions are usually justified by market failure or by a desire to make income distribution more equal.

    在 AS 经济课程中,政府微观经济干预是指旨在改变个别市场中商品和服务的价格、数量或质量的政策。这些干预通常以市场失灵或促进收入分配更加公平为理由。


    1. Why Governments Intervene in Markets | 政府为何干预市场

    The price mechanism can allocate resources efficiently when there is perfect information, competition and an absence of externalities. In reality, market failure arises from externalities, public goods, merit and demerit goods, monopoly power, information gaps and income inequality.

    当信息充分、竞争充分且不存在外部性时,价格机制可以高效配置资源。现实中,市场失灵源于外部性、公共物品、有益品和有害品、垄断势力、信息缺口以及收入不平等。

    Government microeconomic intervention refers to policies that affect particular markets rather than the whole economy. Common tools include maximum and minimum prices, indirect taxes, subsidies, transfer payments, direct provision, regulation and information campaigns.

    政府微观经济干预指影响特定市场而非整体经济的政策。常见工具包括最高限价、最低限价、间接税、补贴、转移支付、直接提供、监管与信息宣传。


    2. Maximum Price Controls | 最高限价

    A maximum price, also called a price ceiling, is set below the free-market equilibrium price to protect consumers from high prices. In a supply-demand diagram, the ceiling Pmax lies below P₀, so quantity demanded Qd exceeds quantity supplied Qs.

    最高限价又称价格上限,设定在自由市场均衡价格之下,以保护消费者免受高价影响。在供求图中,价格上限 Pmax 低于 P₀,因此需求量 Qd 大于供给量 Qs。

    Excess demand = Qd − Qs at Pmax

    Because the price cannot rise to clear the market, shortages appear. Consumers may queue, wait longer, or turn to informal black markets where goods sell above the ceiling. Producers have less incentive to maintain quality or invest in new supply.

    由于价格无法上涨以出清市场,短缺会出现。消费者可能排队、等待更长时间,或转向商品售价高于价格上限的非正规黑市。生产者也缺乏保持质量或增加供给的动力。


    3. Minimum Price Controls | 最低限价

    A minimum price, or price floor, is set above the free-market equilibrium price to protect producers or workers. Examples include minimum wages in labour markets and agricultural price support schemes.

    最低限价又称价格下限,设定在自由市场均衡价格之上,以保护生产者或劳动者。例子包括劳动力市场中的最低工资和农产品价格支持计划。

    Excess supply = Qs − Qd at Pmin

    When the price cannot fall to clear the market, excess supply emerges. In the case of minimum wage, this can appear as unemployment because the quantity of labour supplied exceeds the quantity demanded. With agricultural price supports, governments may have to buy and store the surplus.

    当价格无法下降以出清市场时,就会出现超额供给。在最低工资的例子中,这可能表现为失业,因为劳动供给量超过需求量。在农产品价格支持中,政府可能不得不购买并储存过剩产品。


    4. Indirect Taxes | 间接税

    An indirect tax is levied on spending on goods and services. A specific tax adds a fixed amount per unit, shifting the supply curve vertically upward by the tax amount. An ad valorem tax is a percentage of price, so supply shifts upward more at higher prices.

    间接税是对商品和服务支出征收的税。从量税每单位增加固定金额,使供给曲线向上垂直移动该税额。从价税按价格的一定比例征收,因此价格越高,供给曲线向上移动越多。

    Tax per unit = Pc − Pp

    Consumer burden = Pc − P₀; Producer burden = P₀ − Pp

    After the tax, consumers pay Pc, producers receive Pp, and the difference is the tax per unit. Tax incidence depends on price elasticities. If demand is price-inelastic, consumers bear most of the tax; if demand is elastic, producers bear more.

    征税后,消费者支付 Pc,生产者得到 Pp,两者之差就是每单位税额。税收归宿取决于价格弹性。如果需求缺乏价格弹性,消费者承担大部分税收;如果需求富有弹性,生产者承担更多。


    5. Subsidies | 补贴

    A subsidy is a payment from the government to producers. It lowers production costs, shifting the supply curve downward or to the right. Equilibrium quantity rises from Q₀ to Q₁, and the price paid by consumers falls from P₀ to Pc, while producers receive Pp.

    补贴是政府向生产者支付的款项。它降低生产成本,使供给曲线向下或向右移动。均衡数量从 Q₀ 增加到 Q₁,消费者支付的价格从 P₀ 下降到 Pc,而生产者得到 Pp。

    Subsidy per unit = Pp − Pc

    Consumer gain = P₀ − Pc; Producer gain = Pp − P₀

    Government cost = subsidy per unit × Q₁

    Subsidies are often used to encourage consumption of merit goods such as education and renewable energy. However, they involve opportunity cost for the government, may encourage overproduction, and the benefit may not reach consumers fully if demand is inelastic.

    补贴常用于鼓励教育和可再生能源等有益品的消费。但补贴涉及政府机会成本,可能鼓励过度生产,而且如果需求缺乏弹性,补贴的好处可能无法完全传递给消费者。


    6. Transfer Payments | 转移支付

    Transfer payments are income transfers from the government to individuals without any corresponding output of goods or services. Examples include unemployment benefits, state pensions, child benefits and disability allowances.

    转移支付是政府向个人进行的收入转移,并不对应任何商品或服务的产出。例子包括失业救济金、国家养老金、儿童津贴和残疾津贴。

    Unlike taxes or subsidies, transfer payments do not directly shift a market supply curve. Instead they redistribute purchasing power. By raising household incomes, they can reduce poverty and support consumption when people cannot earn sufficient income.

    与税收或补贴不同,转移支付不会直接移动市场供给曲线。相反,它们重新分配购买力。通过提高家庭收入,转移支付可以减少贫困,并在人们无法赚取足够收入时支持消费。

    Critics argue that transfer payments may weaken work incentives, encourage dependency and increase the fiscal burden on taxpayers. In AS analysis, they are mainly studied as part of equity policies and the wider tax-benefit system.

    批评者认为,转移支付可能削弱工作激励、鼓励依赖并加重纳税人财政负担。在 AS 分析中,它们主要作为公平政策和更广泛的税收—福利体系的一部分来研究。


    7. Direct Provision of Goods and Services | 直接提供商品与服务

    Direct provision occurs when the state supplies goods or services using tax revenue. Public goods such as national defence and street lighting are non-excludable and non-rival, so private markets would under-provide or not provide them at all.

    直接提供是指国家利用税收收入提供商品或服务。国防和路灯等公共物品具有非排他性和非竞争性,因此私人市场会提供不足或根本不提供。

    Merit goods such as education and healthcare may be under-consumed when left to free markets because individuals do not fully appreciate their benefits. Direct provision increases quantity and can remove price barriers, improving access.

    教育和医疗等有益品若完全交给自由市场,可能消费不足,因为个人不能充分认识其益处。直接提供可以增加数量并消除价格障碍,从而改善获取机会。

    However, state provision may be less efficient because public providers face weaker competitive pressure. It must also be financed through taxation, which creates deadweight loss and may reduce work incentives.

    但国家提供可能效率较低,因为公共提供者面临的竞争压力较小。同时,直接提供必须通过税收融资,这会带来无谓损失,并可能降低工作激励。


    8. Regulation and Information Policies | 监管与信息政策

    Regulation includes laws, product standards, minimum safety requirements, limits on pollution, licences and bans. It can correct external costs, protect consumers from unsafe goods or restrict demerit goods.

    监管包括法律、产品标准、最低安全要求、污染限制、许可证和禁令。它可以纠正外部成本,保护消费者免受不安全商品的侵害,或限制有害品。

    Information policies, such as health warnings on cigarettes, nutritional labelling and consumer education, aim to close information gaps. These policies are often less costly than direct provision, but they depend on people’s willingness to change behaviour and require monitoring and enforcement.

    信息政策,如香烟上的健康警示、营养标签和消费者教育,旨在消除信息缺口。这些政策通常比直接提供成本更低,但取决于人们改变行为的意愿,并且需要监督和执行。


    9. Price Elasticity and Intervention Effects | 价格弹性与干预效果

    The effectiveness of microeconomic intervention depends heavily on price elasticity of demand and supply. A tax on cigarettes may raise significant revenue when demand is inelastic, but it may not reduce quantity much, so it is less effective at changing behaviour.

    微观经济干预的效果在很大程度上取决于需求价格弹性和供给价格弹性。当香烟需求缺乏弹性时,对香烟征税可能获得大量收入,但可能不会大幅减少数量,因此改变行为的效果较差。

    By contrast, if demand is elastic, the same tax causes a larger fall in quantity, so the behaviour-changing effect is stronger, but tax revenue may be smaller. Subsidies are more effective at increasing consumption when demand is elastic.

    相比之下,如果需求富有弹性,同样的税收会导致数量更大幅度下降,因此行为改变效应更强,但税收收入可能更少。当需求富有弹性时,补贴在增加消费方面更有效。

    Price controls also interact with elasticities. A maximum price in a market with elastic supply may lead to a larger shortage because producers respond strongly to the lower price.

    价格管制也与弹性相互作用。在供给富有弹性的市场中,最高限价可能导致更大的短缺,因为生产者对较低价格反应强烈。


    10. Welfare and Efficiency Analysis | 福利与效率分析

    Consumer surplus is the difference between what consumers are willing to pay and what they actually pay. Producer surplus is the difference between the market price and the minimum price producers are willing to accept. In a competitive equilibrium, total surplus is maximised.

    消费者剩余是消费者愿意支付的最高价格与实际支付价格之间的差额。生产者剩余是市场价格与生产者愿意接受的最低价格之间的差额。在竞争均衡中,总剩余达到最大。

    Government interventions create deadweight loss when they move output away from the competitive quantity. A maximum price below equilibrium transfers some surplus to consumers but reduces producer surplus and blocks mutually beneficial trades, creating welfare loss.

    当政府干预使产量偏离竞争均衡数量时,会产生无谓损失。低于均衡价格的最高限价把部分剩余转移给消费者,但减少了生产者剩余,并阻碍了互利交易,造成福利损失。

    Taxes drive a wedge between Pc and Pp and reduce equilibrium quantity. The deadweight loss is larger when demand and supply are more elastic. Subsidies also create deadweight loss because the marginal cost of extra output may exceed its marginal benefit.

    税收在 Pc 与 Pp 之间形成楔子,并减少均衡数量。当需求和供给越富有弹性时,无谓损失越大。补贴也会产生无谓损失,因为额外产出的边际成本可能超过其边际收益。


    11. Evaluation of Intervention | 干预措施评估

    Evaluating government intervention requires judging effectiveness, efficiency and equity. Effectiveness asks whether the policy meets its target, such as raising consumption of merit goods or reducing smoking. Efficiency asks whether the improvement in welfare outweighs deadweight loss.

    评估政府干预需要从有效性、效率和公平性三方面判断。有效性指政策是否达到目标,例如增加有益品消费或减少吸烟。效率指福利改善是否大于无谓损失。

    Equity considers whether the policy helps lower-income groups. A subsidy on staple food may be progressive if it benefits the poor relatively more, while a tax on cigarettes is often regressive because lower-income smokers spend a higher share of income on tobacco.

    公平性考虑政策是否帮助低收入群体。对主食的补贴如果是穷人相对

    Published by TutorHao | AS Economics Revision Series | aleveler.com

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

  • The Price System and the Microeconomy | 价格体系与微观经济

    📚 The Price System and the Microeconomy | 价格体系与微观经济

    The price system is the central mechanism through which microeconomic agents – households, firms and governments – interact in markets. At AS Level, students learn how demand and supply determine prices, how elasticities measure responsiveness, and how government intervention affects market outcomes.

    价格体系是微观经济主体——家庭、企业和政府——在市场中互动的核心机制。在AS阶段,学生将学习需求与供给如何决定价格、弹性如何衡量反应程度,以及政府干预如何影响市场结果。

    This topic connects individual market decisions to resource allocation. It forms the analytical foundation for understanding efficiency, welfare and the role of government in a microeconomy.

    该主题将单个市场决策与资源配置联系起来。它为理解效率、福利以及政府在微观经济中的作用奠定了分析基础。


    1. The Basic Economic Problem and Resource Allocation | 基本经济问题与资源配置

    Every economy faces the basic economic problem: unlimited wants but limited resources. This creates scarcity, forcing individuals, firms and governments to make choices that involve opportunity cost – the value of the next best alternative forgone.

    每个经济体都面临基本经济问题:欲望无限而资源有限。这造成了稀缺性,迫使个人、企业和政府做出选择,而选择涉及机会成本——所放弃的次优选择的价值。

    The price system helps to answer the three key resource allocation questions. Prices act as signals to producers and consumers, provide incentives to reallocate resources, and ration scarce goods among competing uses.

    价格体系有助于回答三个关键的资源配置问题。价格作为信号传递给生产者和消费者,为资源再配置提供激励,并在竞争性用途中配给稀缺商品。


    2. Demand: Law, Curve and Determinants | 需求:规律、曲线与决定因素

    Demand is the quantity of a good that consumers are willing and able to buy at each price over a given period. The law of demand states that, ceteris paribus, there is an inverse relationship between price and quantity demanded.

    需求是指在一定时期内,消费者在各种价格水平上愿意并且能够购买的商品数量。需求规律表明,在其他条件不变的情况下,价格与需求量之间存在反向关系。

    This inverse relationship is explained by the substitution effect and the income effect. A fall in price makes the good relatively cheaper, so consumers switch from substitutes, and their real income rises, allowing more purchases.

    这种反向关系可以用替代效应和收入效应来解释。价格下降使该商品相对便宜,因此消费者从替代品转向该商品,同时实际收入上升,使购买量增加。

    A movement along the demand curve is caused only by a change in the good’s own price. A shift of the curve occurs when any non-price determinant changes, such as income, tastes, prices of substitutes or complements, population and expectations.

    沿着需求曲线的移动仅由商品自身价格变化引起。曲线的移动发生在任何非价格决定因素变化时,例如收入、偏好、替代品或互补品价格、人口和预期。


    3. Supply: Law, Curve and Determinants | 供给:规律、曲线与决定因素

    Supply is the quantity of a good that producers are willing and able to sell at each price over a given period. The law of supply states that, ceteris paribus, there is a positive relationship between price and quantity supplied.

    供给是指在一定时期内,生产者在各种价格水平上愿意并且能够出售的商品数量。供给规律表明,在其他条件不变的情况下,价格与供给量之间存在正向关系。

    Higher prices raise potential profit, so existing firms expand output and new firms are attracted into the market. A movement along the supply curve is caused by a change in the good’s own price.

    较高的价格提高了潜在利润,因此现有企业扩大产量,新企业被吸引进入市场。沿着供给曲线的移动由商品自身价格变化引起。

    Shifts in supply are caused by changes in costs of production, technology, indirect taxes, subsidies, weather conditions, the number of sellers and producer expectations.

    供给曲线的移动由生产成本、技术、间接税、补贴、天气条件、卖者数量和生产者预期的变化引起。


    4. Market Equilibrium and the Price Mechanism | 市场均衡与价格机制

    Market equilibrium occurs where quantity demanded equals quantity supplied at a particular price. At this price, buyers can purchase exactly the amount they want and sellers can sell exactly the amount they planned.

    当某一价格水平上需求量等于供给量时,市场达到均衡。在该价格下,买方能够买到他们想要的准确数量,卖方能够卖出他们计划的准确数量。

    If the price is above equilibrium, there is excess supply, so firms cut prices. If the price is below equilibrium, there is excess demand, so buyers bid prices up. These adjustments move the market back to equilibrium.

    如果价格高于均衡水平,就会出现超额供给,企业因此降低价格。如果价格低于均衡水平,就会出现超额需求,买方因此抬高价格。这些调整使市场回到均衡。

    The price mechanism performs three key functions. Signalling shows where resources are needed; incentives encourage producers and consumers to respond to price changes; rationing allocates scarce goods to those willing and able to pay.

    价格机制执行三项关键职能。信号功能显示资源需要流向哪里;激励功能鼓励生产者和消费者对价格变化作出反应;配给功能将稀缺商品分配给愿意且有能力支付的人。


    5. Price Elasticity of Demand (PED) | 需求价格弹性

    Price elasticity of demand measures the responsiveness of quantity demanded to a change in the good’s own price. It is calculated as:

    需求价格弹性衡量需求量对商品自身价格变化的反应程度。其计算公式为:

    PED = %ΔQd ÷ %ΔP

    If PED is greater than 1, demand is price elastic; if less than 1, demand is price inelastic; if equal to 1, demand is unit elastic. The sign is negative but economists often ignore the minus sign.

    如果PED大于1,需求是富有价格弹性的;如果小于1,需求是缺乏价格弹性的;如果等于1,需求是单位弹性的。该值为负数,但经济学家通常忽略负号。

    Key determinants include the availability of close substitutes, the proportion of income spent on the good, whether the good is a necessity or luxury, and the time period considered.

    关键决定因素包括相近替代品的可获得性、用于该商品的收入比例、该商品是必需品还是奢侈品,以及所考虑的时间长短。

    Total revenue rises when price falls if demand is elastic, and rises when price rises if demand is inelastic. This relationship is important for pricing decisions.

    如果需求富有

    Published by TutorHao | AS Economics Revision Series | aleveler.com

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

  • Cambridge International AS and A Level Economics: Core Concepts and Exam Skills | 剑桥国际AS与A Level经济学:核心概念与应试技巧

    📚 Cambridge International AS and A Level Economics: Core Concepts and Exam Skills | 剑桥国际AS与A Level经济学:核心概念与应试技巧

    Cambridge International AS and A Level Economics develops candidates’ ability to explain, analyse and evaluate economic issues. At AS Level, learners build a strong foundation in microeconomics and macroeconomics, preparing for both multiple-choice questions and structured essays. This revision guide summarises the essential topics, common exam pitfalls and effective study techniques for the AS qualification.

    剑桥国际AS与A Level经济学培养考生解释、分析和评估经济问题的能力。在AS阶段,学习者打下微观经济学和宏观经济学的坚实基础,为选择题和结构化论述题做好准备。本复习指南总结了AS资格的核心主题、常见考试误区及有效的学习技巧。


    1. The Economic Problem and Scarcity | 经济问题与稀缺性

    Economics is the study of how societies allocate scarce resources among competing uses. Scarcity means that human wants exceed the resources available to satisfy them. As a result, every economic agent – households, firms and governments – must make choices.

    经济学研究社会如何在竞争性用途之间配置稀缺资源。稀缺性意味着人类的欲望超过了可用于满足这些欲望的资源。因此,每个经济主体——家庭、企业和政府——都必须做出选择。

    These choices create opportunity cost, which is the value of the next best alternative forgone. In the AS exam, you must be able to identify opportunity cost in different contexts, including production possibility curves (PPCs).

    这些选择产生了机会成本,即所放弃的次优选择的价值。在AS考试中,你必须能够在不同情境下识别机会成本,包括生产可能性曲线(PPC)。


    2. Factors of Production and Opportunity Cost | 生产要素与机会成本

    The four factors of production are land, labour, capital and enterprise. Land includes natural resources; labour is human effort; capital refers to manufactured goods used in production; enterprise is the willingness to take risks and organise the other factors.

    四种生产要素是土地、劳动、资本和企业才能。土地包括自然资源;劳动是人的努力;资本指用于生产的制成品;企业才能是承担风险和组织其他要素的意愿。

    Because resources are scarce, using them for one purpose means sacrificing another. This is why opportunity cost appears in nearly every AS topic, from consumer choice to government spending on healthcare versus education.

    由于资源稀缺,将其用于一种用途就意味着牺牲另一种用途。这就是为什么机会成本几乎出现在每个AS主题中,从消费者选择到政府在医疗与教育之间的支出。


    3. Demand, Supply and Market Equilibrium | 需求、供给与市场均衡

    Demand is the quantity of a good or service consumers are willing and able to buy at different prices over a period of time, ceteris paribus. The demand curve slopes downward because of the substitution and income effects.

    需求是在其他条件不变时,消费者在一段时间内不同价格下愿意并能够购买的商品或服务数量。由于替代效应和收入效应,需求曲线向下倾斜。

    Supply is the quantity producers are willing and able to sell at different prices. The supply curve slopes upward as higher prices increase profitability and encourage firms to expand output. Market equilibrium occurs where quantity demanded equals quantity supplied.

    供给是生产者愿意并能够以不同价格出售的数量。供给曲线向上倾斜,因为较高价格提高盈利能力并鼓励企业扩大产出。市场均衡出现在需求量等于供给量的位置。


    4. Elasticity: Price, Income and Cross | 弹性:价格、收入与交叉弹性

    Elasticity measures how responsive quantity demanded or supplied is to a change in price, income or another good’s price. Price elasticity of demand (PED) is calculated as:

    弹性衡量需求量或供给量对价格、收入或其他商品价格变化的反应程度。需求价格弹性(PED)的计算公式为:

    PED = %Δ quantity demanded ÷ %Δ price

    If PED is greater than 1, demand is elastic and total revenue moves in the opposite direction to price. If PED is less than 1, demand is inelastic and total revenue moves in the same direction as price.

    如果PED大于1,需求富有弹性,总收入与价格变动方向相反。如果PED小于1,需求缺乏弹性,总收入与价格变动方向相同。

    Income elasticity of demand (YED) and cross elasticity of demand (XED) classify goods as normal, inferior, substitutes or complements. Price elasticity of supply (PES) measures how easily firms can respond to price changes.

    需求收入弹性(YED)和需求交叉弹性(XED)将商品分为正常品、低档品、替代品或互补品。供给价格弹性(PES)衡量企业对价格变化做出反应的难易程度。


    5. Market Failure and Externalities | 市场失灵与外部性

    Market failure occurs when the price mechanism fails to allocate resources efficiently, resulting in overproduction or underproduction. Externalities are third-party costs or benefits not reflected in market prices.

    市场失灵发生在价格机制未能有效配置资源,导致生产过度或生产不足时。外部性是不反映在市场价格中的第三方成本或收益。

    Negative production externalities, such as air pollution from factories, cause social costs to exceed private costs. This leads to overproduction. Positive consumption externalities, such as education or vaccinations, cause social benefits to exceed private benefits, leading to underproduction.

    负生产外部性如工厂的空气污染,导致社会成本超过私人成本。这导致生产过度。正消费外部性如教育或疫苗接种,导致社会收益超过私人收益,从而导致生产不足。


    6. Government Intervention and Its Effects | 政府干预及其影响

    Governments correct market failure using indirect taxes, subsidies, price controls, regulation, tradable permits and public provision. Indirect taxes on demerit goods raise private costs, while subsidies lower costs for merit goods.

    政府使用间接税、补贴、价格管制、监管、可交易许可证和公共供给来纠正市场失灵。对有害品征收间接税提高私人成本,而对有益品提供补贴则降低其成本。

    However, intervention can cause government failure. For example, maximum prices below equilibrium may create shortages and black markets, while minimum prices above equilibrium may generate surpluses. AS exam answers should show awareness of these trade-offs.Published by TutorHao | AS Economics Revision Series | aleveler.com

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

  • Basic Economic Ideas and Resource Allocation | 基本经济思想与资源配置

    📚 Basic Economic Ideas and Resource Allocation | 基本经济思想与资源配置

    This article introduces the foundational ideas of Cambridge AS Economics, focusing on scarcity, choice, opportunity cost, and the way societies allocate resources. Understanding these core concepts is essential for analysing how markets, governments, and mixed systems answer the basic economic questions of what, how, and for whom to produce.

    本文介绍剑桥AS经济学的核心基础思想,重点关注稀缺性、选择、机会成本以及社会配置资源的方式。理解这些核心概念对于分析市场、政府和混合体制如何回答生产什么、如何生产以及为谁生产这些基本经济问题至关重要。


    1. Scarcity and the Basic Economic Problem | 稀缺性与基本经济问题

    Economics is the study of how society chooses to allocate scarce resources among competing uses. The basic economic problem arises because human wants are unlimited, while the resources available to satisfy them are limited. Scarcity is therefore a universal condition: every individual, firm, and government must make choices about what to produce, how to produce, and for whom to produce.

    经济学研究社会如何在相互竞争的用途之间配置稀缺资源。基本经济问题源于人类的欲望是无限的,而用于满足这些欲望的资源是有限的。因此,稀缺性是一种普遍状态:每个个人、企业和政府都必须就生产什么、如何生产以及为谁生产作出选择。


    2. Economic Goods and Free Goods | 经济物品与免费物品

    An economic good is scarce relative to demand, so it commands a price and requires resources to produce. Examples include food, clothing, and education. A free good is available in abundance without opportunity cost, such as air in most circumstances or sunlight. In reality, very few goods are truly free because even seemingly free resources may become scarce under certain conditions.

    经济物品相对于需求来说是稀缺的,因此它有一个价格,并且需要资源来生产。例子包括食品、衣服和教育。免费物品在不产生机会成本的情况下可以大量获得,例如大多数情况下的空气或阳光。在现实中,真正免费的物品很少,因为即使是看似免费的资源在特定条件下也可能变得稀缺。


    3. Opportunity Cost | 机会成本

    Opportunity cost is the value of the next best alternative forgone when a choice is made. Because resources are scarce, choosing one option always means giving up another. For example, if a student spends an hour studying economics instead of working at a part-time job, the opportunity cost is the wage forgone. Opportunity cost is a central concept for evaluating decisions by consumers, producers, and governments.

    机会成本是作出一种选择时所放弃的次优替代方案的价值。由于资源稀缺,选择一种方案总是意味着放弃另一种方案。例如,如果一个学生花一小时学习经济学而不是做兼职工作,机会成本就是放弃的工资。机会成本是评估消费者、生产者和政府决策的核心概念。


    4. Factors of Production | 生产要素

    Resources used to produce goods and services are classified into four factors of production:

    • Land: all natural resources, such as minerals, forests, and water. | 土地:所有自然资源,如矿产、森林和水。
    • Labour: human effort, both physical and mental, used in production. | 劳动:生产中使用的体力和脑力人力投入。
    • Capital: man-made resources used to produce other goods, such as machinery and buildings. | 资本:用于生产其他商品的人造资源,如机器和厂房。
    • Enterprise: the ability to organise the other factors and take risks in business. | 企业家才能:组织其他生产要素并承担经营风险的能力。

    Each factor earns a return: rent for land, wages for labour, interest for capital, and profit for enterprise.

    每种生产要素获得相应的报酬:土地获得地租,劳动获得工资,资本获得利息,企业家才能获得利润。


    5. Production Possibility Curve (PPC) | 生产可能性曲线

    The production possibility curve (PPC) shows the maximum possible combinations of two goods or services that an economy can produce with its existing resources and technology, assuming full and efficient employment. Points inside the curve indicate unemployed or inefficiently used resources. Points outside the curve are unattainable given current resources. The PPC also illustrates opportunity cost because moving from one point to another involves sacrificing some output of one good to gain more of the other.

    生产可能性曲线(PPC)显示一个经济体在现有资源和技术条件下,充分且有效利用资源时能够生产的两种商品或服务的最大可能组合。曲线内部的点表示资源未被充分利用或利用效率低。曲线外部的点在当前资源下无法达到。PPC还说明了机会成本,因为从曲线上一个点移动到另一个点需要牺牲一种商品的一部分产量来获得更多另一种商品的产量。

    An outward shift of the PPC represents economic growth, caused by an increase in the quantity or quality of resources or by technological progress.

    生产可能性曲线向外移动代表经济增长,其原因可能是资源数量或质量的提高,或者技术进步。


    6. Resource Allocation and Economic Systems | 资源配置与经济体制

    Every society must answer three fundamental questions: what to produce, how to produce, and for whom to produce. The way these questions are answered defines an economic system. Resource allocation can be guided by market forces, government planning, or a combination of both. The main types of economic systems are the market economy, the planned economy, and the mixed economy.

    每个社会都必须回答三个基本问题:生产什么、如何生产以及为谁生产。回答这些问题的方式决定了一种经济体制。资源配置可以由市场力量、政府计划或两者的结合来引导。主要的经济体制类型包括市场经济、计划经济和混合经济。


    7. Market Economy | 市场经济

    In a market economy, resource allocation is determined primarily by the price mechanism and the decisions of private individuals and firms. Prices act as signals: rising prices encourage producers to supply more, while falling prices discourage production. Consumers express their preferences through their purchases. The advantages of a market economy include efficiency, consumer sovereignty, and incentives for innovation. However, it may lead to inequality, under-provision of public goods, and market failure such as externalities.

    在市场经济中,资源配置主要由价格机制以及私人个人和企业的决策决定。价格充当信号:价格上涨鼓励生产者增加供给,而价格下降则抑制生产。消费者通过购买行为表达自己的偏好。市场经济的优点包括效率、消费者主权以及创新激励。然而,它可能导致不平等、公共物品供给不足以及外部性等市场失灵。


    8. Planned Economy | 计划经济

    In a planned or command economy, the government owns most resources and makes the key decisions about production and distribution. Central planners set output targets and allocate resources according to national priorities. The planned economy can aim for greater equality and can mobilise resources for large-scale projects. However, it often suffers from inefficiency, lack of consumer choice, weak incentives, and information problems because planners cannot know all consumer preferences or production possibilities.

    在计划经济或指令经济中,政府拥有大部分资源,并对生产和分配作出关键决策。中央计划者根据国家优先事项设定产出目标并配置资源。计划经济可以追求更大的平等,并能为大型项目调动资源。然而,它往往存在效率低下、消费者选择缺乏、激励不足和信息问题,因为计划者无法了解所有消费者偏好或生产可能性。


    9. Mixed Economy | 混合经济

    A mixed economy combines elements of both market and planned systems. Most modern economies are mixed: the private sector operates through markets, while the government regulates, provides public goods, redistributes income, and intervenes to correct market failures. The balance between market forces and government intervention varies from country to country. The mixed economy seeks to combine the efficiency of markets with greater social equity and stability.

    混合经济结合了市场经济和计划经济两种体制的要素。大多数现代经济体都是混合经济:私营部门通过市场运作,而政府进行监管、提供公共物品、再分配收入,并干预以纠正市场失灵。市场力量与政府干预之间的平衡因国家而异。混合经济力求将市场的效率与更大的社会公平和稳定结合起来。


    10. The Role of Money and Exchange | 货币与交换的作用

    Money performs four main functions: a medium of exchange, a unit of account, a store of value, and a standard of deferred payment. By eliminating the need for barter, money reduces transaction costs and enables specialisation and trade. In a resource allocation context, money prices allow consumers and producers to compare values and make efficient decisions. Stable money supports confidence and smooth functioning of the price mechanism.

    货币具有四个主要职能:交换媒介、计价单位、价值储藏和延期支付标准。货币消除了物物交换的需要,降低了交易成本,并使专业化和贸易成为可能。在资源配置情境下,货币价格使消费者和生产者能够比较价值并作出有效决策。稳定的货币支持信心和价格机制的顺畅运行。


    11. Specialisation and Division of Labour | 专业化与分工

    Specialisation occurs when individuals, firms, or countries concentrate on producing a narrow range of goods or services. The division of labour breaks production into separate tasks, with workers specialising in particular activities. This increases productivity because workers become more skilled, save time, and can use specialised machinery. However, it may lead to boredom, repetitive work, and interdependence, so if one link in the production chain fails, output is affected.

    专业化发生在个人、企业或国家集中生产种类较窄的商品或服务时。分工将生产分解为不同的任务,工人专门从事特定活动。这提高了生产率,因为工人变得更加熟练、节省时间,并能使用专用机器。然而,分工可能导致枯燥、重复性工作以及相互依赖,因此如果生产链条中的一个环节出现问题,产出就会受到影响。


    12. Positive and Normative Statements | 实证表述与规范表述

    Economists distinguish between positive and normative statements. A positive statement is objective and can be tested against evidence, such as “unemployment rose to 5% last year.” A normative statement involves value judgements and cannot be tested, such as “the government should reduce unemployment.” Both types are important: positive analysis explains how the economy works, while normative analysis guides policy choices based on values and goals.

    经济学家区分实证表述和规范表述。实证表述是客观的,可以用证据检验,例如“去年失业率上升到5%”。规范表述包含价值判断,无法检验,例如“政府应该降低失业率”。两类表述都很重要:实证分析解释经济如何运行,而规范分析则根据价值观和目标指导政策选择。


    Published by TutorHao | Economics Revision Series | aleveler.com

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

  • AS AQA Physics 9630 PH01 International AS Specimen Paper 2016: Mechanics, Materials and Atoms | AS AQA 物理 9630 PH01 国际 AS 样卷 2016:力学、材料与原子

    📚 AS AQA Physics 9630 PH01 International AS Specimen Paper 2016: Mechanics, Materials and Atoms | AS AQA 物理 9630 PH01 国际 AS 样卷 2016:力学、材料与原子

    This revision guide examines the AS AQA Physics 9630 PH01 International AS specimen paper from 2016. The paper is built around Unit 1: Mechanics, Materials and Atoms, and it tests a mix of recall, numerical problem-solving, graph interpretation and practical understanding. Working through this specimen reveals the depth expected at AS level and helps you practise the exact command words and mark schemes used by AQA.

    本复习指南解析 2016 年 AS AQA 物理 9630 PH01 国际 AS 样卷。该试卷围绕第 1 单元:力学、材料与原子,综合考查记忆、数值计算、图像解读和实践理解。通过研读这份样卷,你可以了解 AS 阶段要求的掌握深度,并熟悉 AQA 使用的指令词和评分方案。


    1. Exam Structure and Mark Allocation | 考试结构与分值分配

    The PH01 paper is a 70-mark written examination lasting 1 hour 30 minutes. It contains Section A with 20 multiple-choice questions worth 1 mark each, and Section B with structured short and long answer questions worth 50 marks. Section A usually covers quick recalls such as unit conversions, scalar versus vector classification, and simple calculations. Section B requires explanations, derivations and extended calculations on mechanics, materials and atomic physics. Some questions in Section B may include practical contexts such as measuring g or determining the Young modulus of a wire.

    PH01 试卷为 70 分笔试,时限 1 小时 30 分钟。其中 Section A 含 20 道选择题,每题 1 分;Section B 为结构化简答与长答题,共 50 分。Section A 通常考查快速回忆,如单位换算、标量与矢量分类、简单计算。Section B 则要求对力学、材料和原子物理进行解释、推导和较长的计算。部分题目会以实验情境出现,例如测量 g 值或测定金属丝的杨氏模量。

    Because Section B carries more than twice the marks of Section A, you should plan roughly 1 minute per mark. Spend no more than 20 minutes on the multiple-choice section, leaving about 70 minutes for Section B. This specimen paper often places a high-mark question at the end, so use the space after easier calculations to secure marks before attempting longer synoptic tasks.

    由于 Section B 的分值超过 Section A 的两倍,你应大致按每分钟 1 分来规划时间。选择题部分不要超过 20 分钟,留出约 70 分钟给 Section B。这份样卷通常在最后设置高分题,因此先完成较容易的计算,确保拿到基本分后再处理综合性较强的大题。


    2. Mechanics: Motion and Forces | 力学:运动与力

    In PH01 mechanics, you must be confident with the four SUVAT equations for constant acceleration: v = u + at, s = ut + ½at², s = ½(u + v)t, and v² = u² + 2as. The specimen paper often gives a velocity-time graph and asks you to find acceleration from the gradient or displacement from the area under the graph. Always check whether vectors such as initial velocity u and final velocity v have opposite signs when an object changes direction.

    在 PH01 力学中,你必须熟练掌握匀加速直线运动的四个 SUVAT 方程:v = u + at、s = ut + ½at²、s = ½(u + v)t 和 v² = u² + 2as。样卷常给速度-时间图像,要求通过斜率求加速度,或通过图线下面积求位移。当物体改变运动方向时,务必检查初速度 u 和末速度 v 等矢量是否带有相反的符号。

    Force questions usually combine Newton’s second law F = ma with free-body diagrams. You may need to resolve weight along a slope, account for tension in a pulley system, or calculate the resultant force on a projectile. The specimen paper rewards clear labelling of forces and correct use of g = 9.81 N kg⁻¹ or 9.81 m s⁻².

    力的题目通常将牛顿第二定律 F = ma 与受力分析结合。你可能需要分解斜面上的重力分量,考虑滑轮系统中的张力,或计算抛体所受合力。样卷对清晰标注力和正确使用 g = 9.81 N kg⁻¹ 或 9.81 m s⁻² 给予分数。


    3. Energy, Work and Power | 能量、功和功率

    Energy conservation appears throughout the PH01 specimen. Key relationships include work done W = F s cos θ, kinetic energy Eₖ = ½mv², gravitational potential energy Eₚ = mgΔh, and power P = W/t = Fv. When a car travels at constant speed up a hill, the engine power equals the sum of the rate of work done against gravity and against resistive forces.

    能量守恒贯穿 PH01 样卷。关键关系式包括功 W = F s cos θ、动能 Eₖ = ½mv²、重力势能 Eₚ = mgΔh 和功率 P = W/t = Fv。当汽车以恒定速度上坡时,发动机功率等于克服重力和阻力做功的功率之和。

    Efficiency questions are also common: efficiency = useful output energy / total input energy × 100%. Be careful with units when comparing J and kW h. The specimen paper may ask you to explain why real collisions are never perfectly elastic, linking energy loss to heating, sound and permanent deformation.

    效率问题也很常见:效率 = 有用输出能量 / 总输入能量 × 100%。在比较 J 和 kW h 时要注意单位。样卷可能要求解释为什么真实碰撞永远不会完全弹性,并联系能量损失与发热、声音和永久形变。


    4. Momentum and Collisions | 动量与碰撞

    Momentum is defined as p = mv, and its conservation in a closed system gives m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂. In the PH01 specimen, you might be asked to calculate the recoil speed of a nucleus after alpha decay or the common velocity after a perfectly inelastic collision. Always assign a positive direction before substituting values.

    动量定义为 p = mv,在封闭系统中动量守恒可写为 m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂。在 PH01 样卷中,你可能需要计算 α 衰变后原子核的反冲速度,或完全非弹性碰撞后的共同速度。代入数值前务必先规定正方向。

    Impulse is the change in momentum, given by FΔt = Δ(mv). The area under a force-time graph equals impulse. When a ball bounces, the change in momentum is not mv − (−mu) but mv − mu if the rebound direction is taken as positive; the specimen paper often traps students who forget the sign change.

    冲量等于动量的变化,即 FΔt = Δ(mv)。力-时间图像下的面积等于冲量。当球反弹时,动量变化不是 mv − (−mu) 而是 mv − mu,前提是将反弹方向取为正;样卷常给忘记符号变化的考生设下陷阱。

    <

    Published by TutorHao | AS Physics Revision Series | aleveler.com

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

  • AQA AS Physics 9630 PH02 Specimen Paper 2016: Key Topics and Revision Guide | AQA 国际 AS 物理 9630 PH02 样卷 2016:核心考点与复习指南

    📚 AQA AS Physics 9630 PH02 Specimen Paper 2016: Key Topics and Revision Guide | AQA 国际 AS 物理 9630 PH02 样卷 2016:核心考点与复习指南

    The AQA International AS Physics 9630 PH02 specimen paper is a vital resource for students preparing for Unit 2. It tests electricity, waves, and particles, with an emphasis on applying principles to unfamiliar circuits and wave contexts. This guide breaks down the main question types, common pitfalls, and the exam techniques that markers expect.

    AQA 国际 AS 物理 9630 PH02 样卷是备考第二单元的重要材料。试卷考查电学、波以及粒子等主题,强调在陌生电路与波动情境中运用物理原理。本文拆解主要题型、常见失分点以及考官期望的答题技巧。

    1. Paper Structure and Assessment Objectives | 试卷结构与评估目标

    The PH02 specimen paper contains a mix of multiple-choice, short-answer and longer structured questions covering electricity, waves and particles.

    PH02 样卷包含选择题、简答题和较长的结构化题目,涵盖电学、波动与粒子等内容。

    Assessment Objective AO1 tests recall of definitions and laws, AO2 requires applying these ideas to new contexts, and AO3 focuses on analysis, interpretation and evaluation of data.

    评估目标 AO1 考查定义和定律的回忆,AO2 要求将知识应用到新情境中,AO3 则侧重数据分析和评价。

    The specimen mark scheme rewards precise scientific language, so vague phrasing such as ‘more current’ without a reason will not earn full marks.

    样卷评分方案青睐精确的科学表述,因此类似“电流更大”而无因果解释的模糊说法不会得满分。


    2. Command Words and Marking Style | 指令词与评分方式

    Common command words in PH02 include ‘state’, ‘define’, ‘calculate’, ‘show that’, ‘explain’, and ‘suggest’. Each requires a different depth of response.

    PH02 中常见的指令词包括“陈述”“定义”“计算”“证明”“解释”和“建议”。不同指令词要求不同的作答深度。

    ‘Show that’ questions expect you to use a numerical answer or given formula and produce clear intermediate steps, not just a final line.

    “证明”题要求使用数值或已知公式,写出清晰的中间步骤,而不仅仅是最后一行。

    In ‘explain’ questions, always link physical principles to the specific situation; for example, a temperature rise increases resistance because lattice vibrations scatter electrons more.

    在“解释”题中,始终要把物理原理与具体情境联系起来;例如温度升高使电阻增大,是因为晶格振动更剧烈,散射电子更明显。


    3. Charge, Current and Potential Difference | 电荷、电流与电势差

    Current is the rate of flow of charge, defined by I = Q ÷ t, where Q is the charge in coulombs and t is time in seconds.

    电流是电荷流动的速率,定义为 I = Q ÷ t,其中 Q 是以库仑为单位的电荷,t 是以秒为单位的时间。

    I = Q / t

    The potential

    Published by TutorHao | AS Physics Revision Series | aleveler.com

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

  • Mastering AQA AS Physics 9630 PH02 (2016): Mark Scheme Insights | 攻克 AQA AS 物理 9630 PH02(2016):评分方案深度解析

    📚 Mastering AQA AS Physics 9630 PH02 (2016): Mark Scheme Insights | 攻克 AQA AS 物理 9630 PH02(2016):评分方案深度解析

    The AQA International AS Physics PH02 paper tests Mechanics, Materials and Waves, and the 2016 mark scheme reveals exactly what examiners reward. Understanding the mark scheme is just as important as knowing the formulas: it shows command-word expectations, tolerated answers, and the level of precision needed. This guide breaks down the 2016 PH02 mark scheme into topic-by-topic scoring points and exam technique advice.

    AQA 国际版 AS 物理 PH02 试卷考查力学、材料和波动,而 2016 年评分方案明确揭示了考官给分的依据。理解评分方案与记住公式同样重要:它反映了指令词要求、可接受的答案以及所需的精确程度。本指南将 2016 年 PH02 评分方案按主题拆解为具体得分点和应试技巧。


    1. How AQA PH02 Mark Schemes Are Structured | AQA PH02 评分方案的结构

    PH02 mark schemes follow AQA’s point-marking principle. For calculation questions, marks are given for selecting the correct equation, substituting values, and giving the final answer with a suitable unit. If one step is lost, error carried forward (ecf) may apply, but only when the physics remains valid. Definitions require exact wording or an accepted paraphrase; vague phrasing such as ‘amount of movement’ does not earn the mark for momentum.

    PH02 评分方案遵循 AQA 的按点给分原则。计算题中的分数用于奖励正确选择公式、代入数据以及带合适单位的最终答案。如果中间步骤出错,只有在物理仍然成立时才能使用错误延续(ecf)。定义题要求准确表述或可接受转述;“运动的量”这类含糊表述不能得到动量的定义分。

    Examiners also use mark-scheme annotations such as ‘allow’ and ‘reject’. A phrase after ‘allow’ signals an alternative valid answer, while ‘reject’ warns of common but incorrect wording. Reading these comments in the 2016 PH02 mark scheme teaches you how precise your vocabulary must be, especially in mechanics and wave definitions.

    考官还会在评分方案中使用“allow”和“reject”等标注。“allow”后面的内容表示另一种可接受的答案,而“reject”则提示常见但错误的措辞。阅读 2016 年 PH02 评分方案中的这些注释,可以让你明白用词需要多精确,尤其是在力学和波的定义题中。


    2. Specification Overview for PH02 2016 | 2016 PH02 考纲概览

    The 2016 PH02 unit is built around three sections: mechanics, materials, and waves. Mechanics covers vectors, kinematics, Newton’s laws, moments, work, energy, power, and momentum. Materials covers density, Hooke’s law, stress-strain behaviour, and the Young modulus. Waves covers wave speed, superposition, stationary waves, refraction, polarisation, diffraction, and interference. Questions often link two areas, such as calculating the energy stored in a stretched wire or using Young’s double-slit geometry to find wavelength.

    2016 年 PH02 单元围绕三大部分构建:力学、材料和波动。力学涵盖矢量、运动学、牛顿定律、力矩、功、能量、功率和动量。材料涵盖密度、胡克定律、应力—应变行为以及杨氏模量。波动涵盖波速、叠加、驻波、折射、偏振、衍射和干涉。试题常把两个领域联系起来,例如计算拉伸金属丝中储存的能量,或用杨氏双缝几何求波长。

    Most questions require a two-step process: identify the relevant physical principle, then apply an equation correctly. In the 2016 PH02 mark scheme, there is often a mark for stating the principle before any substitution, so do not jump straight to a calculation without showing why the equation applies.

    大多数题目需要两步:先识别相关的物理原理,再正确应用方程。在 2016 年 PH02 评分方案中,通常有一个分数用于在代入数据前陈述原理,因此不要不说明方程为何适用就直接计算。


    3. Mechanics: SUVAT and Projectiles | 力学:SUVAT 与抛体

    Typical mechanics items on PH02 demand a fluent command of the SUVAT equations. A favourite 2016 mark scheme point is converting km h⁻¹ to m s⁻¹ before substitution: divide by 3.6. Projectile questions separate horizontal constant velocity from vertical constant acceleration; the two components are independent, and the time of flight is shared. Marks are also awarded for drawing a clear free-body diagram with arrows labelled, not just for the final value.

    PH02 力学题通常要求熟练运用 SUVAT 方程。2016 年评分方案中一个常见给分点是先进行单位转换:将 km h⁻¹ 转换成 m s⁻¹(除以 3.6)。抛体问题把水平匀速与竖直匀加速分开处理;两个分量相互独立,但飞行时间相同。画出清晰、带箭头标注的受力图也能得分,而不只是最终数值。

    v = u + at ; s = ut + ½at² ; v² = u² + 2as ; s = ½(u + v)t

    For momentum-change questions involving force, the 2016 mark scheme expects the equation F = Δp / Δt. Candidates often lose marks by using initial momentum and final momentum in the wrong order. Always write final momentum − initial momentum and then divide by the contact time. If the question gives a graph of force against time, the impulse is the area under the graph.

    对于涉及力的动量变化题,2016 年评分方案要求使用方程 F = Δp / Δt。考生常因初动量和末动量顺序错误而丢分。应始终写成末动量 − 初动量,再除以接触时间。若题目给出力—时间图像,冲量就是图像下方的面积。


    4. Momentum, Work and Energy | 动量、功与能量

    The conservation of momentum questions in 2016 often involve collisions or explosions. The mark scheme requires a clear statement: total momentum before = total momentum after, provided no external resultant force acts. Kinetic energy is only conserved in perfectly elastic collisions; inelastic collisions lose energy to heat or deformation. Work done is force multiplied by distance moved in the direction of the force, and power is the rate of doing work or energy transfer per second.

    2016 年动量守恒题常涉及碰撞或爆炸。评分方案要求明确写出:在没有外部合力作用时,碰撞前的总动量等于碰撞后的总动量。动能只在完全弹性碰撞中守恒;非弹性碰撞会因热或形变损失能量。功等于力乘以沿力方向移动的距离;功率是做功的速率或每秒转移的能量。

    p = mv ; FΔt = Δp ; W = Fs ; Eₖ = ½mv² ; P = W/t = Fv

    In energy conservation problems, the 2016 mark scheme often awards a mark for stating that gravitational potential energy is converted to kinetic energy, or that work done against friction is energy transferred to heat. Do not invent extra energy terms unless the question introduces them. For a pendulum or falling object, use ΔEₚ = mgΔh and equate to ½mv² only when air resistance is neglected.

    在能量守恒题中,2016 年评分方案常对说明“重力势能转化为动能”或“克服摩擦做功意味着能量转化为热”给予分数。除非题目引入额外能量项,否则不要自己添加。对于单摆或下落物体,仅在忽略空气阻力时才能使用 ΔEₚ = mgΔh 并与 ½mv² 相等。


    5. Materials: Hooke’s Law and Young Modulus | 材料:胡克定律与杨氏模量

    Material questions in the 2016 paper rotate around Hooke’s law and the Young modulus. For a wire or spring obeying Hooke’s law, the force-extension graph is a straight line through the origin. The gradient gives the spring constant k; elastic potential energy is the area under the graph, ½FΔx or ½kΔx². Beyond the limit of proportionality, plastic deformation occurs and the material does not return to its original length.

    2016 年试卷中的材料题围绕胡克定律和杨氏模量展开。对遵守胡克定律的金属丝或弹簧,力—伸长量图像是一条过原点的直线。斜率给出劲度系数 k;弹性势能为图像下方面积,即 ½FΔx 或 ½kΔx²。超出比例极限后发生塑性形变,材料无法恢复原长。

    The Young modulus is defined as tensile stress divided by tensile strain: E = stress / strain = (F/A) / (ΔL/L₀). Its unit is pascal (Pa) or N m⁻². The 2016 mark scheme frequently awards one mark for converting diameter to cross-sectional area using A = πd²/4, so a slip here loses an easy mark. Compare materials by the gradient of the stress-strain graph in the linear region.

    杨氏模量定义为拉伸应力除以拉伸应变:E = 应力 / 应变 = (F/A) / (ΔL/L₀)。其单位为帕斯卡(Pa)或 N m⁻²。2016 年评分方案经常给一个分数用于将直径换算为截面积 A = πd²/4,此处出错会丢掉一个容易得分点。比较材料时应在应力—应变图的线性区域比较斜率。

    stress = F / A ; strain = ΔL / L₀ ; E = (F / A) / (ΔL / L₀) ; Eₚ = ½kΔx²


    6. Waves: Fundamentals and Polarisation | 波动:基础与偏振

    Wave questions start with the universal wave equation v = fλ. The 2016 mark scheme expects candidates to identify wavelength correctly from a graph or a standing wave diagram. Polarisation is evidence that transverse waves vibrate perpendicular to the direction of propagation; longitudinal waves cannot be polarised. For polarising filters, if the angle between transmission axes is θ, the transmitted intensity follows Malus’s law: I = I₀ cos²θ.

    波动题从普适波动方程 v = fλ 开始。2016 年评分方案要求考生能从图像或驻波图中正确识别波长。偏振是横波的证据,因为振动方向垂直于传播方向;纵波无法被偏振。对于偏振片,若透振轴之间夹角为 θ,透射强度遵循马吕斯定律:I = I₀ cos²θ。

    For interference in PH02, sources must be coherent: a constant phase difference and the same frequency. The mark scheme often penalises ‘same wavelength’ alone unless a steady phase relationship is also stated. Phase difference is measured in radians or degrees; a path difference of λ corresponds to a phase difference of 2π radians.

    PH02 中的干涉要求光源相干——具有恒定相位差和相同频率。评分方案常对只写“相同波长”而不说明相位关系稳定的答案扣分。相位差

    Published by TutorHao | AS Physics Revision Series | aleveler.com

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

  • Topic Test Toolkit: Statistics for OxfordAQA International AS Mathematics 9660 | 牛津AQA国际AS数学9660统计专题测试指南

    📚 Topic Test Toolkit: Statistics for OxfordAQA International AS Mathematics 9660 | 牛津AQA国际AS数学9660统计专题测试指南

    This revision guide covers the key statistical ideas tested in OxfordAQA International AS Mathematics 9660. It focuses on topic test style questions, common pitfalls, and efficient methods for data handling, probability, the binomial and normal distributions, and hypothesis testing. Work through each section and use the paired Chinese explanations to reinforce the terminology.

    本复习指南涵盖牛津AQA国际AS数学9660统计部分的核心考点,聚焦专题测试题型、常见错误以及数据处理、概率、二项分布、正态分布和假设检验的高效解题方法。请逐节学习,并借助中英对照内容加深对术语的理解。

    1. How the Statistics Topic Test Is Structured | 统计专题测试的结构

    In the OxfordAQA International AS Mathematics 9660 specification, statistics questions assess three assessment objectives. AO1 tests accurate recall and routine procedures, AO2 tests problem solving in context, and AO3 tests interpretation and reasoning. A topic test often mixes short one-mark parts with longer modelled problems, so you need both speed and clear mathematical layout.

    在牛津AQA国际AS数学9660中,统计题考查三个目标。AO1考查准确记忆和常规计算,AO2考查情境中的问题解决,AO3考查解释与推理。专题测试通常混合短小的一分题和较长的建模题,因此既要速度也要清晰书写。

    Use the mark scheme style: define variables, state distributions, quote formulas, substitute values, and give conclusions in context. If a question says ‘test at the 5% significance level’, always write H₀, H₁, the p-value or critical region, and a final comparison.

    按评分标准作答:定义变量、说明分布、引用公式、代入数值、并结合背景给出结论。如果题目要求“在5%显著性水平下检验”,一定要写出 H₀、H₁、p值或临界区域以及最终比较。

    AO1 Recall and routine procedures 记忆与常规计算
    AO2 Problem solving in context 情境中的问题解决
    AO3 Interpretation and reasoning 解释与推理

    2. Sampling, Populations and Data Types | 抽样、总体与数据类型

    A population is the whole set of individuals or items of interest. A sampling frame is a list of members from which a sample is drawn. Random sampling avoids bias; stratified sampling ensures each stratum is represented proportionally. Systematic sampling takes every kth item from an ordered list, while quota sampling is non-random but convenient. You must know the advantages and disadvantages of each.

    总体是所研究的全部个体或对象的集合。抽样框是用于抽取样本的成员名单。随机抽样避免偏差;分层抽样确保每一层按比例被代表。系统抽样从有序列表中每隔 k 个抽取一个;配额抽样虽非随机但操作方便。必须掌握每种方法的优缺点。

    Variables can be qualitative or quantitative. Quantitative data is discrete if it can only take separate values, such as the score on a die, and continuous if it can take any value in an interval, such as height or time.

    变量分为定性变量和定量变量。定量变量若只能取孤立值则为离散型,例如骰子点数;若可在区间内任意取值则为连续型,例如身高或时间。


    3. Representing Data Clearly | 数据呈现

    For a histogram, the vertical axis is frequency density, not frequency. Frequency density is calculated as frequency divided by class width. This is essential when class intervals are unequal. A cumulative frequency graph plots upper class boundary against cumulative frequency, and the median and quartiles can be read from it.

    直方图的纵轴是频率密度而不是频率。频率密度等于频率除以组距。当组距不相等时这一点至关重要。累积频率图以组上限为横轴、累积频率为纵轴,可从中读取中位数和四分位数。

    Frequency density = Frequency ÷ Class width

    Box plots show the minimum, Q₁, median, Q₃ and maximum, and are useful for comparing skew and spread. Stem-and-leaf diagrams preserve the original data but are only suitable for small data sets. Outliers should be displayed separately in a box plot.

    箱线图显示最小值、Q₁、中位数、Q₃ 和最大值,适合比较偏态和分布。茎叶图保留原始数据,但只适合小数据集。箱线图中异常值应单独标出。


    4. Measures of Location and Spread | 位置与离散程度的度量

    For raw data, the mean is x̄ = Σx/n. The median is the middle value after ordering the data. The quartiles split the ordered data into four equal parts. The range is maximum minus minimum, and the interquartile range is IQR = Q₃ − Q₁.

    对于原始数据,均值 x̄ = Σx/n。中位数是排序后中间的值。四分位数将有序数据分为四等份。极差为最大值减最小值,四分位距 IQR = Q₃ − Q₁。

    Variance measures spread but is in squared units; standard deviation is the square root of the variance and has the same units as the data. For grouped data, use the class midpoints in Σfx and Σfx².

    方差度量离散程度但单位是平方;标准差是方差的算术平方根,单位与原数据相同。分组数据使用组中值计算 Σfx 和 Σfx²。

    Mean: x̄ = Σx ÷ n &

    Published by TutorHao | AS Mathematics Revision Series | aleveler.com

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

  • Mastering OxfordAQA International AS Mathematics 9660 Pure Mathematics PSM1 | 攻克牛津AQA国际AS数学9660纯数学PSM1

    📚 Mastering OxfordAQA International AS Mathematics 9660 Pure Mathematics PSM1 | 攻克牛津AQA国际AS数学9660纯数学PSM1

    This revision guide is designed for students sitting the OxfordAQA International AS Mathematics 9660 Pure Mathematics PSM1 paper. It brings together the essential pure mathematics content, worked-style reminders and exam-focused strategies you need to build confidence and accuracy in algebra, coordinate geometry, trigonometry, sequences and introductory calculus.

    本复习指南专为参加牛津AQA国际AS数学9660纯数学PSM1考试的学生编写。它汇集了代数、坐标几何、三角学、数列和入门微积分的核心内容、解题方法提醒与应试策略,帮助你建立信心并提高准确度。

    1. PSM1 Exam Blueprint | PSM1 考试蓝图

    The PSM1 unit forms the core of the International AS Mathematics 9660 qualification. It assesses algebraic manipulation, functions, coordinate geometry, sequences, trigonometry and introductory calculus. Questions mix straightforward skills with multi-step problem solving, so you need confident recall of methods and the ability to choose the most efficient route.

    PSM1 单元是国际AS数学9660资格的核心组成部分。它考查代数运算、函数、坐标几何、数列、三角学以及入门微积分。题目既有直接的技能题,也有多步骤问题求解,因此你需要牢固掌握方法,并能选择最高效的解题路径。

    Most questions carry method marks, so even if a numerical slip occurs, clear logical working can still earn substantial credit. Practise showing every substitution, rearrangement and conclusion clearly, especially under timed conditions.

    大多数题目都有方法分,因此即使出现数值失误,清晰有逻辑的解题步骤仍能获得可观的分数。练习在限时条件下清楚地写出每一步代入、变形和结论。


    2. Surds and Indices | 根式与指数

    Surds are irrational roots such as √2 or √3. You must be able to simplify expressions like √50 = 5√2 and rationalise denominators, for example 1/(2+√3) is rewritten using the conjugate 2−√3. Rationalising is usually tested in the first part of a question before further manipulation.

    根式是无理根,如√2或√3。你必须能够化简如√50=5√2的表达式,并将分母有理化,例如利用共轭式2−√3重写1/(2+√3)。分母有理化通常出现在题目的第一部分,之后还会继续进行运算。

    The index laws are essential: aᵐ × aⁿ = aᵐ⁺ⁿ, aᵐ ÷ aⁿ = aᵐ⁻ⁿ, (aᵐ)ⁿ = aᵐⁿ, a⁰ = 1, a⁻ⁿ = 1/aⁿ, and a^(1/n) = ⁿ√a. Use them to solve equations such as 2^(x+1) = 8^x by expressing both sides with the same base.

    指数法则是必备知识:aᵐ × aⁿ = aᵐ⁺ⁿ,aᵐ ÷ aⁿ = aᵐ⁻ⁿ,(aᵐ)ⁿ = aᵐⁿ,a⁰=1,a⁻ⁿ=1/aⁿ,a^(1/n)=ⁿ√a。通过将两边写成同底数,利用它们解方程,如2^(x+1)=8^x。

    √50 = √25 × √2 = 5√2

    1 ÷ (2+√3) = (2−√3) ÷ [(2+√3)(2−√3)] = 2−√3


    3. Quadratic Functions | 二次函数

    For ax² + bx + c = 0, the discriminant Δ = b² − 4ac tells you the nature of the roots: Δ > 0 gives two distinct real roots, Δ = 0 gives one repeated real root, and Δ < 0 gives no real roots. This is often tested in questions about intersections between curves and lines.

    对于 ax²+bx+c=0,判别式 Δ=b²−4ac 说明根的性质:Δ>0 有两个不同实根,Δ=0 有一个重根,Δ<0 无实根。这一知识点常用于考查曲线与直线交点的题目。

    Completing the square turns y = x² + 6x + 1 into y = (x+3)² − 8, so the vertex is (−3, −8). This is the fastest way to find the turning point and range of a quadratic, and it is also useful for solving quadratic equations when factorising is not obvious.

    配方法可将 y=x²+6x+1 变形为 y=(x+3)²−8,因此顶点为 (−3,−8)。这是求二次函数转折点和值域最快的方法,在不易因式分解时也可用于解二次方程。

    Δ > 0 two distinct real roots
    Δ = 0 one repeated real root
    Δ < 0 no real roots

    The table above summarises how the discriminant controls the number of real solutions. Always relate the sign of Δ back to the context of the question, for example a line missing a curve entirely.

    上表总结了判别式如何决定实数解的个数。务必把 Δ 的符号与题目情境联系起来,例如一条直线与曲线完全没有交点。


    4. Simultaneous Equations and Inequalities | 联立方程与不等式

    For one linear and one quadratic equation, substitute the linear expression into the quadratic. For example, y = x + 1 and x² + y² = 13 leads to x² + (x+1)² = 13, then solve the resulting quadratic. Check both solutions in the original equations to avoid sign errors.

    对于一次与二次联立方程,将一次表达式代入二次方程。例如 y=x+1 与 x²+y²=13 可化为 x²+(x+1)²=13,然后解所得二次方程。将两个解代回原方程检验,以避免符号错误。

    Quadratic inequalities are tackled by finding critical values where the expression equals zero, then testing intervals. For x² − 5x + 6 > 0, factor to (x−2)(x−3) > 0, giving x < 2 or x > 3. Remember to reverse the inequality when multiplying or dividing by a negative number.

    二次不等式通过找出表达式等于零的临界值,再检验区间来求解。对于 x²−5x+6>0,因式分解为 (x−2)(x−3)>0,得到 x<2 或 x>3。记住当乘以或除以负数时,不等号要反向。

    x² − 5x + 6 > 0 → critical values x = 2 and x = 3 → solution x < 2 or x > 3


    5. Polynomials and Algebraic Division | 多项式与代数除法

    The factor theorem states that (x − a) is a factor of f(x) if and only if f(a) = 0. The remainder theorem gives the remainder when f(x) is divided by (x − a) as f(a). These two theorems let you check factors quickly before performing long division.

    因式定理指出,当且仅当 f(a)=0 时,(x−a) 是 f(x) 的因式。余式定理给出 f(x) 除以 (x−a) 的余数为 f(a)。这两个定理可让你在进行长除法之前快速检验因式。

    Use algebraic long division to divide a cubic by a linear factor. For example, dividing x³ − 4x² + x + 6 by (x−2) gives x² − 2x − 3, which then factorises to (x−3)(x+1). State the full factorisation clearly in your final answer.

    使用代数长除法将三次多项式除以一次因式。例如,x³−4x²+x+6 除以 (x−2) 得 x²−2x−3,再因式分解为 (x−3)(x+1)。在最终答案中要清楚地写出完整的因式分解形式。

    x³ − 4x² + x + 6 = (x−2)(x−3)(x+1)


    6. Coordinate Geometry and Circles | 坐标几何与圆

    Key formulas: gradient m = (y₂−y₁)/(x₂−x₁), distance d = √[(x₂−x₁)²+(y₂−y₁)²], and midpoint M = ((x₁+x₂)/2, (y₁+y₂)/2). Lines are parallel if their gradients are equal, and perpendicular if the product of their gradients is −1.

    关键公式:斜率 m=(y₂−y₁)/(x₂−x₁),距离 d=√[(x₂−x₁)²+(y₂−y₁)²],中点 M=((x₁+x₂)/2,(y₁+y₂)/2)。斜率相等则两线平行,斜率乘积为−1则两线垂直。

    The circle equation (x−a)²+(y−b)² = r² has centre (a,b) and radius r. You may need to complete the square for equations like x²+y²−6x+4y−12=0 to find the centre and radius. Tangent questions often require using the perpendicular gradient to the radius.

    圆方程 (x−a)²+(y−b)²=r² 的圆心为 (a,b),半径为 r。你可能需要对 x²+y²−6x+4y−12=0 这类方程进行配方,以求出圆心和半径。切线问题通常需要利用半径的垂直斜率。

    x² + y² − 6x + 4y − 12 = 0 → centre (3,−2), radius 5


    7. Binomial Expansion | 二项式展开

    For a positive integer n, (a+b)ⁿ = Σ from r=0 to n of nCr aⁿ⁻ʳ bʳ, where nCr = n!/(r!(n−r)!). At AS level, expansions usually involve positive integer powers, so the expansion is finite and you do not need validity conditions.

    对于正整数 n,(a+b)ⁿ=Σ从r=0到n的 nCr aⁿ⁻ʳ bʳ,其中 nCr=n!/(r!(n−r)!)。在AS阶段,展开通常为正整数次幂,因此展开式是有限的,不需要考虑有效范围条件。

    Example: (1+2x)³ = 1 + 6x + 12x² + 8x³. Be careful with coefficients and signs when expanding (a−b)ⁿ, and remember to raise the whole term, including its coefficient, to the required power.

    示例:(1+2x)³=1+6x+12x²+8x³。展开 (a−b)ⁿ 时要注意系数和符号,并记住将整个项(包括其系数)都进行相应的乘方。

    (1+2x)³ = 1 + 3(2x) + 3(2x)² + (2x)³ = 1 + 6x + 12x² + 8x³


    8. Trigonometric Functions and Equations | 三角函数与方程

    Know exact values: sin 30°=½, cos 60°=½, tan 45°=1, sin 45°=√2/2, cos 45°=√2/2, sin 60°=√3/2, cos 30°=√

    Published by TutorHao | AS Mathematics Revision Series | aleveler.com

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

  • OxfordAQA AS Mathematics MA01 January 2023 Mark Scheme: Key Lessons for Maximising Marks | OxfordAQA AS 数学 MA01 2023 年 1 月评分标准:最大化得分的关键要点

    📚 OxfordAQA AS Mathematics MA01 January 2023 Mark Scheme: Key Lessons for Maximising Marks | OxfordAQA AS 数学 MA01 2023 年 1 月评分标准:最大化得分的关键要点

    This article breaks down the marking principles from the OxfordAQA AS Mathematics MA01 January 2023 mark scheme. It explains how examiners award method, accuracy, and independent marks, and it highlights the algebraic, calculus, trigonometric, and graphing techniques that appear most often. Use this guide to turn common mark-scheme patterns into a clear exam strategy.

    本文拆解 OxfordAQA AS 数学 MA01 2023 年 1 月评分标准中的评分原则。它解释了考官如何给方法分、准确分和独立分,并突出最常出现的代数、微积分、三角和图像技巧。使用本指南将常见的评分标准模式转化为清晰的考试策略。


    1. How MA01 Mark Schemes Reward Process | MA01 评分标准如何奖励过程

    OxfordAQA AS Mathematics MA01 mark schemes allocate most marks to method and accuracy rather than just final answers. Examiners look for clear, logical steps that show understanding of the underlying mathematics.

    OxfordAQA AS 数学 MA01 评分标准将大多数分数分配给方法和准确性,而不仅仅是最终答案。考官寻找清晰、有逻辑的步骤,以展示对基础数学的理解。

    A correct final answer without working often scores very few marks, especially in longer questions. Always write down the formula or method you are using before substituting values.

    在没有计算过程的情况下,即使最终答案正确,通常也只能得到很少的分数,尤其是在较长的题目中。在代入数值之前,一定要先写下你使用的公式或方法。


    2. Decoding Command Words in MA01 | 解读 MA01 指令词

    Command words such as ‘show that’, ‘prove’, ‘hence’, and ‘find’ signal different requirements. ‘Show that’ means you must demonstrate every line of working leading to a given result; ‘hence’ tells you to use the previous answer.

    “show that”、“prove”、“hence”和“find”等指令词表示不同的要求。“show that”意味着你必须展示得到给定结果的每一行步骤;“hence”告诉你使用上一个答案。

    Common command words in AS Maths include:

    AS 数学中常见的指令词包括:

    • Simplify – reduce an expression to its simplest form | 化简 – 将表达式化为最简形式
    • Factorise – write as a product of brackets | 因式分解 – 写成括号乘积
    • Solve – find all values that satisfy the equation | 求解 – 找出满足方程的所有值
    • Sketch – show key features of a graph, not a plot | 绘制草图 – 展示图像的关键特征,而非精确绘图
    • Show that – prove a given result with full working | 证明 – 用完整步骤证明给定结果
    • Hence – use the previous answer to proceed | 因此 – 使用上一个答案继续作答

    3. Method Marks: Show Every Step | 方法分:展示每一步

    M1 marks are awarded for applying a correct method, even if the arithmetic later goes wrong. For example, using the quadratic formula correctly earns an M1, while the final simplification may be A1.

    M1 分数用于奖励应用了正确的方法,即使后面的算术出错。例如,正确使用二次方程求根公式可以获得 M1,而最终化简可能属于 A1。

    x = (−b ± √(b² − 4ac)) / 2a

    Do not skip lines. If you use a calculator for part of the process, still record the expression you entered or the key stages, because the mark scheme cannot award method marks for invisible working.

    不要跳步。如果你用计算器完成部分过程,仍要记录你输入的表达式或关键阶段,因为评分标准无法为看不见的过程给予方法分。


    4. Accuracy Marks: Precision Matters | 准确分:精确性很重要

    A1 marks require a correct final answer. Common ways to lose A1 include incorrect rounding, missing units, or giving a decimal when an exact value is requested.

    A1 分数要求最终答案正确。常见的失分方式包括四舍五入不正确、缺少单位,或在要求精确值时给出小数。

    In Jan23 MA01, several questions specified ‘give your answer in exact form’ or ‘to 3 significant figures’. Always read the accuracy instruction before calculating.

    在 Jan23 MA01 中,有几道题明确要求“以精确形式给出答案”或“保留 3 位有效数字”。在计算之前务必阅读精度要求。


    5. Follow-Through and Independent Marks | 后续分与独立分

    Follow-through (ft) marks let you earn credit in later parts of a question even if you made an earlier error. If part (b) uses your answer from part (a), examiners often award method marks for a correct process with your value.

    后续分(ft)允许你在后续小题中即使前面出错也能得分。如果第 (b) 部分使用了第 (a) 部分的答案,考官通常会根据你的数值正确运用过程来给予方法分。

    Independent marks (B1) are often given for stating a fact, such as the range of a function or an exact trigonometric value, without needing a method.

    独立分(B1)通常用于陈述一个事实,例如函数的值域或精确的三角函数值,而不需要展示方法。


    6. Algebraic Manipulation Essentials | 代数运算要点

    MA01 regularly tests factorising, expanding brackets, completing the square, and simplifying rational expressions. Each of these can be a source of M1 and A1 marks.

    MA01 经常考查因式分解、展开括号、配方法和化简有理式。每一项都可能成为 M1 和 A1 分数的来源。

    Discriminant of ax² + bx + c = 0: Δ = b² − 4ac

    For quadratic inequalities, sketch the graph or use a sign table to determine the correct interval. A wrong inequality sign can lose the final A1 even if the method is correct.

    对于二次不等式,绘制图像或使用符号表来确定正确的区间。即使方法正确,不等式符号错误也会失去最终的 A1 分。


    7. Differentiation and Tangent Problems | 微分与切线问题

    The derivative f ‘(x) gives the gradient of a curve. For tangent and normal questions, find dy/dx, substitute the x-coordinate, and then use y − y₁ = m(x − x₁).

    导数 f ‘(x) 给出曲线的梯度。对于切线和法线问题,求出 dy/dx,代入 x 坐标,然后使用 y − y₁ = m(x − x₁)。

    d/dx (xⁿ) = n xⁿ⁻¹

    Many Jan23 MA01 questions awarded M1 for applying the power rule correctly, A1 for the simplified derivative, and another A1 for the equation of the tangent or normal.

    Jan23 MA01 的许多题目对正确应用幂法则给予 M1,对化简后的导数给予 A1,对切线或法线方程再给予另一个 A1。


    8. Integration and Area Under a Curve | 积分与曲线下面积

    Integration is the reverse of differentiation. When finding area between a curve and the x-axis, integrate the function and substitute the limits; be careful with areas below the axis, which are negative.

    积分是微分的逆运算。求曲线与 x 轴之间的面积时,对函数积分并代入上下限;注意 x 轴下方的面积为负值。

    ∫ xⁿ dx = xⁿ⁺¹/(n+1) + c, n ≠ −1

    If a Jan23 question asks for the area trapped between two curves, subtract the lower curve from the upper curve before integrating, and use exact limits.

    如果 Jan23 题目要求两条曲线之间围成的面积,先在上曲线中减去下曲线,再进行积分,并使用精确的上下限。


    9. Trigonometric Techniques and Exact Values | 三角技巧与精确值

    AS MA01 expects you to know exact values for sin, cos and tan at 0°, 30°, 45°, 60° and 90°. You must also be confident with radians, sector area and arc length.

    AS MA01 要求你掌握 0°、30°、45°、60° 和 90° 时 sin、cos 和 tan 的精确值。你还必须熟练使用弧度、扇形面积和弧长。

    sin² θ + cos² θ = 1;arc length s = rθ;sector area A = ½ r² θ

    For trig equations, always consider the given domain and check for extra solutions. Drawing the CAST diagram or graph helps avoid missing solutions.

    对于三角方程,始终考虑给定定义域并检查额外的解。绘制 CAST 图或图像有助于避免漏解。


    10. Exponentials, Logarithms and Growth Models | 指数、对数与增长模型

    Logarithm rules are essential: logₐ(xy) = logₐx + logₐy, logₐ(x/y) = logₐx − logₐy, and logₐ(xⁿ) = n logₐx. These are frequently required to solve equations.

    对数法则是必不可少的:logₐ(xy) = logₐx + logₐy,logₐ(x/y) = logₐx − logₐy,以及 logₐ(xⁿ) = n logₐx。这些经常用于求解方程。

    Exponential growth and decay questions often ask you to form an equation like y = a × bˣ and then log both sides to find an unknown power. Show the ‘taking logs’ step explicitly for M1.

    指数增长和衰减问题常要求你建立形如 y = a × bˣ 的方程,然后两边取对数来求未知指数。明确展示“取对数”步骤以获得 M1。


    11. Graph Sketching and Transformations | 图像绘制与变换

    Sketching questions award marks for key features: correct shape, intercepts, asymptotes, and turning points. Even if the scale is not perfect, label all important coordinates.

    绘图题会根据关键特征给分:正确的形状、截距、渐近线和驻点。即使比例不完美,也要标出所有重要坐标。

    Transformation rules such as y = f(x) + a, y = f(x + a), y = a f(x), and y = f(ax) must be applied in the correct order when describing or sketching graphs.

    变换规则如 y = f(x) + a、y = f(x + a)、y = a f(x) 和 y = f(ax) 在描述或绘制图像时必须按正确顺序应用。


    12. Exam-Day Checklist Inspired by Jan23 MA01 | 受 Jan23 MA01 启发的考试日清单

    Before the exam, review the Jan23 MA01 mark scheme to see which types of errors lost marks most often. These usually include missing working, rounding too early, and ignoring the domain.

    考试前,复习 Jan23 MA01 评分标准,看看哪些类型的错误最容易失分。这些通常包括缺少过程、过早四舍五入和忽略定义域。

    • Show all steps, especially when using a formula | 展示所有步骤,尤其是在使用公式时
    • Use exact values unless told otherwise | 除非另有说明,使用精确值
    • Check the domain or range of a function | 检查函数的定义域或值域
    • Write units where needed | 根据需要写出单位
    • Label graph features clearly | 清晰标注图像特征
    • Manage time according to the mark allocation | 根据分值分配时间

    A calm, structured approach that mirrors the mark scheme will help you collect method marks even on tricky questions.

    冷静、有条理地按照评分标准作答,即使遇到难题也能帮助你拿到方法分。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • AS AQA OxfordAQA MA02 Final Mark Scheme Jan23: How to Read the Mark Scheme | AS AQA OxfordAQA MA02 最终评分方案 2023年1月:如何解读评分方案

    📚 AS AQA OxfordAQA MA02 Final Mark Scheme Jan23: How to Read the Mark Scheme | AS AQA OxfordAQA MA02 最终评分方案 2023年1月:如何解读评分方案

    This article breaks down the January 2023 final mark scheme for AS AQA OxfordAQA MA02, the AS Mathematics Unit 2 paper, and shows you how to turn examiner notes into higher marks.

    本文拆解 2023 年 1 月 AS AQA OxfordAQA MA02(AS 数学第二单元)的最终评分方案,并展示如何把考官备注转化为更高的分数。


    1. What Is the MA02 Mark Scheme? | 什么是 MA02 评分方案?

    The final mark scheme is the official document examiners use after the January 2023 sitting of MA02 to allocate marks consistently across all scripts.

    最终评分方案是考官在 2023 年 1 月 MA02 考试后使用的官方文件,用来在所有答卷中一致地分配分数。

    It lists every question, the expected working, and the precise conditions for awarding method marks (M1), accuracy marks (A1), and independent marks (B1).

    它列出了每道题、预期步骤,以及给予方法分 (M1)、准确分 (A1) 和独立分 (B1) 的精确条件。

    There is no single ‘model answer’ style; the mark scheme uses alternative notations such as oe (or equivalent), ft (follow through), and isw (ignore subsequent working) to show flexibility.

    评分方案并不是唯一的 ‘标准答案’;它使用 oe(或等价)、ft(后续跟进)和 isw(忽略后续步骤)等符号来表示灵活给分。


    2. Why the Mark Scheme Is a Revision Tool | 为什么评分方案是复习工具

    Most students only read the mark scheme after a mock, but using it before an exam reveals what examiners value: clear method, correct notation, and concise final answers.

    大多数学生只在模拟考后阅读评分方案,但考前使用它可以揭示考官看重什么:清晰的方法、正确的符号和简洁的最终答案。

    When you compare your solution to the MA02 mark scheme, focus on whether you would earn the M1 for a valid method even if your arithmetic slipped later.

    当你把自己的解答与 MA02 评分方案比较时,重点关注你是否能获得有效方法的 M1,即使后面的算术出了小错。

    The mark scheme also highlights common alternatives, so if you used a different but valid approach, you can check whether it is listed as oe or a separate branch.

    评分方案还会突出常见的替代方法,所以如果你使用了不同但有效的路径,可以检查它是否被列为 oe 或单独的分支。


    3. Structure of MA02 AS Mathematics Unit 2 | MA02 AS 数学第二单元试卷结构

    MA02 is the second AS pure mathematics unit in the OxfordAQA specification; it typically assesses topics in algebra, coordinate geometry, trigonometry, exponentials, logarithms, and introductory calculus.

    MA02 是 OxfordAQA 大纲中的第二个 AS 纯数学单元;它通常考查代数、坐标几何、三角、指数、对数以及入门微积分等主题。

    The January 2023 paper follows the usual structure: a mix of short routine questions for accuracy and longer multi-step questions that require method marks plus final accuracy marks.

    2023 年 1 月的试卷遵循常见结构:短小的常规题侧重准确分,较长的多步题需要方法分加上最终准确分。

    Many MA02 questions start with a part (a) that warms up a key skill, then part (b) or (c) increases demand by asking for a proof, a sketch, or an interpretation.

    许多 MA02 题目从考查基本技能的 (a) 部分开始,然后在 (b) 或 (c) 部分通过要求证明、画图或解释来提高难度。


    4. Method Marks vs Accuracy Marks | 方法分与准确分

    In the MA02 mark scheme, an M1 is awarded for a correct method that could lead to the answer; an A1 is then awarded for the correct final result following that method.

    在 MA02 评分方案中,M1 授予能得出答案的正确方法;然后 A1 授予在该方法之后得到的正确最终结果。

    A B1 is independent of method, often given for selecting the right formula, stating a key identity, or writing a correct coordinate with no working required.

    B1 独立于方法,通常授予选择正确的公式、陈述关键恒等式或写出正确坐标且无需展示步骤的情况。

    If a mark is shown as dep M1, it means the method mark depends on a previous mark, so you must show the earlier step clearly before moving on.

    如果某个分数标注为 dep M1,表示该方法分依赖前面的分数,因此你必须先清晰展示前面的步骤再继续。

    Understanding this division helps you avoid missing a mark just because you skipped a line of working that the mark scheme needs for an M1.

    理解这种划分有助于避免仅仅因为省略了评分方案为 M1 所需的一行步骤而丢分。


    5. Showing Clear Working in Algebra |

    Published by TutorHao | AS Revision Series | aleveler.com

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