Quantities and Units
Quantities and Units
:::info Board Coverage AQA Paper 1 & 3 | Edexcel CP1 | OCR (A) Paper 1 | CIE P1 :::
1. Physical Quantities and the SI System
We begin with the most fundamental question in physics: how do we measure things?
A physical quantity is a property of a phenomenon that can be quantified — assigned a numerical Value and compared with other instances of the same quantity. Physical quantities come in two Varieties:
- Base quantities are irreducible; they cannot be expressed in terms of other quantities. The SI system defines seven base quantities.
- Derived quantities are expressed as products and quotients of base quantities.
The Seven SI Base Units
| Base Quantity | Symbol | SI Unit | Unit Symbol |
|---|---|---|---|
| Length | metre | m | |
| Mass | kilogram | kg | |
| Time | second | s | |
| Electric current | ampere | A | |
| Temperature | kelvin | K | |
| Amount of substance | mole | mol | |
| Luminous intensity | candela | cd |
:::info Note The candela is rarely encountered in A Level Physics. Focus on the first six. :::
Derived Units
A derived unit is obtained by combining base units according to the physical relationship. We denote The dimensions of a quantity using square brackets.
Definition. The dimension of a physical quantity Written Is its expression in Terms of the base dimensions (mass), (length), (time), (current), (temperature), (amount of substance), (luminous intensity).
Examples.
- Velocity:
- Acceleration:
- Force (from ):
- Pressure (from ):
- Energy (from ):
Some derived units have special names:
| Derived Quantity | Name | Symbol | In Base Units |
|---|---|---|---|
| Force | newton | N | |
| Energy | joule | J | |
| Power | watt | W | |
| Pressure | pascal | Pa | |
| Charge | coulomb | C | |
| Voltage | volt | V | |
| Resistance | ohm |
2. Dimensional Analysis
Definition. An equation is dimensionally homogeneous (or dimensionally consistent) if Every term on each side has the same dimensions.
This is a necessary condition for any physically meaningful equation. If the dimensions do not Balance, the equation is certainly wrong. If they do balance, the equation may still be wrong (dimensional analysis cannot reveal dimensionless constants), but it is at least plausible.
Checking the SUVAT Equation
We prove that is dimensionally valid.
Since The equation is dimensionally Homogeneous.
Determining the Form of an Equation
Suppose we wish to find how the period of a simple pendulum depends on its length and the Gravitational field strength . We assume:
Where is a dimensionless constant. By dimensional homogeneity:
Equating powers:
Therefore . Full analysis reveals .
:::tip Exam Technique Dimensional analysis is invaluable for checking your working. Get into the Habit of verifying dimensions for every formula you derive in an exam. :::
3. SI Prefixes
| Prefix | Symbol | Factor |
|---|---|---|
| tera | T | |
| giga | G | |
| mega | M | |
| kilo | k | |
| centi | c | |
| milli | m | |
| micro | ||
| nano | n | |
| pico | p | |
| femto | f |
4. Scalars and Vectors
Definition. A scalar is a physical quantity that has magnitude only. A vector is a Physical quantity that has both magnitude and direction.
| Scalar Examples | Vector Examples |
|---|---|
| Mass, temperature, speed, energy, time, distance | Displacement, velocity, acceleration, force, weight, momentum |
Vector Operations
Addition. Vectors are added using the triangle rule or the parallelogram rule. Given vectors and The resultant is found by Placing the tail of at the head of .
Resolving. Any vector can be resolved into perpendicular components. If makes an angle with the horizontal:
Magnitude. Given components and :
Direction. The angle with the horizontal is .
5. Uncertainty and Error Analysis
Types of Error
- Systematic error: A consistent deviation from the true value, caused by a flaw in the apparatus or method. It affects accuracy (closeness to true value) but not precision (repeatability). Example: a zero error on a micrometer.
- Random error: Unpredictable fluctuations in measured values, caused by limitations in resolution or environmental factors. It affects precision but not accuracy. Random errors are reduced by taking repeated measurements.
:::caution Common Pitfall Do not confuse precision with accuracy. A precise measurement is Repeatable; an accurate measurement is close to the true value. You can have one without the other. :::
Absolute, Fractional, and Percentage Uncertainty
Definition. If a quantity is measured as Then:
- Absolute uncertainty:
- Fractional uncertainty:
- Percentage uncertainty:
Combining Uncertainties
We now derive the rules for propagating uncertainty through calculations. Consider a quantity where and have uncertainties and .
Rule 1: Addition and Subtraction
If or Then:
Derivation. The worst-case scenario for is that both errors push in the same Direction. The maximum possible value is And the Minimum is . Hence:
The same argument applies for subtraction.
Rule 2: Multiplication and Division
If or Then:
In words: when multiplying or dividing, add the fractional uncertainties.
Derivation for . We have:
For small uncertainties, is negligible:
Rule 3: Powers
If Then:
Derivation. Write . Applying the Multiplication rule repeatedly:
For negative or fractional powers, the result generalises via logarithmic differentiation (see 01-wave-properties for the general propagation of error formula).
The General Propagation of Error Formula
For any function :
This is the statistical (root-sum-square) combination, which gives the most probable uncertainty Rather than the worst case. For A Level exams, use the simpler worst-case rules above unless Instructed otherwise.
Significant Figures and Uncertainty
The number of significant figures in a quoted result should be consistent with the uncertainty.
Rule. A result should be quoted to the same number of significant figures as the uncertainty, And the uncertainty should be quoted to at most 2 significant figures.
Example. If a length is measured as cm, we quote two significant figures (matching the uncertainty’s one significant figure). We do not write cm — the Trailing zero implies precision we do not have.
:::tip Exam Technique When you compute Write m S (round the uncertainty to 1 s.f. And match the result). This is what examiners expect. :::
6. Determining Uncertainty from Repeated Measurements
When repeated measurements are taken of the same quantity:
The absolute uncertainty is the half-range:
For large datasets, the standard deviation of the mean is more appropriate:
7. Graphical Analysis of Uncertainties
When determining a physical constant from the gradient of a straight-line graph, we use the line Of best fit and the worst acceptable line (the steepest and shallowest lines consistent with The error bars).
The uncertainty in the gradient is:
A similar procedure applies to the -intercept.
Problem Set
Problem 1
A student measures the diameter of a sphere five times and obtains: 2.04 cm, 2.06 cm, 2.05 cm, 2.03 cm, 2.07 cm. Calculate the mean diameter and its absolute uncertainty.Answer. cm. The range is cm, so cm. Result: cm.
If you get this wrong, revise: Determining Uncertainty from Repeated Measurements
Problem 2
The kinetic energy of a particle is given by $E_k = \frac{1}{2}mv^2$. Show that this expression is dimensionally consistent with the definition of work $W = Fd$.Answer. . Meanwhile . The dimensions match.
If you get this wrong, revise: Derived Units
Problem 3
A force $F = 12.0 \pm 0.3$ N acts over a distance $d = 3.45 \pm 0.05$ m. Calculate the work done and its percentage uncertainty.Answer. J. The fractional uncertainties are and . By the multiplication rule: So J. Result: J (3.9% uncertainty).
If you get this wrong, revise: Rule 2: Multiplication and Division
Problem 4
Use dimensional analysis to show that the expression $v = \sqrt◆LB◆\frac{2\Delta E}{m}◆RB◆$ is dimensionally valid, where $\Delta E$ is energy and $m$ is mass.Answer. . . .
If you get this wrong, revise: Dimensional Analysis
Problem 5
The density of a cylinder is $\rho = \frac◆LB◆m◆RB◆◆LB◆\pi r^2 h◆RB◆$. The mass $m = 150.0 \pm 0.5$ g, radius $r = 1.20 \pm 0.05$ cm, and height $h = 5.00 \pm 0.02$ cm. Calculate $\rho$ and its uncertainty.Answer. g cm.
Fractional uncertainties: , (power Rule), .
Total fractional uncertainty: . g cm. Result: g cm.
If you get this wrong, revise: Rule 3: Powers
Problem 6
Two vectors are given: $\mathbf{A} = 3\mathbf{i} + 4\mathbf{j}$ N and $\mathbf{B} = -2\mathbf{i} + 5\mathbf{j}$ N. Find the magnitude and direction of $\mathbf{A} + \mathbf{B}$.Answer. . Magnitude: N. Direction: above the positive -axis.
If you get this wrong, revise: Vector Operations
Problem 7
A student proposes the formula for the period of a mass on a spring: $T = 2\pi\sqrt◆LB◆\frac{k}{m}◆RB◆$Where $k$ is the spring constant and $m$ is the mass. Use dimensional analysis to show this formula is incorrect, and find the correct form.Answer. . . So . The formula is dimensionally wrong. The correct Form is Which gives .
If you get this wrong, revise: Determining the Form of an Equation
Problem 8
Convert 0.0000450 nm to SI base units with appropriate significant figures.Answer. nm nm m m. The result has 3 significant figures, matching the original.
If you get this wrong, revise: SI Prefixes
Problem 9
A resistance is calculated from $R = \frac{V}{I}$ where $V = 6.00 \pm 0.05$ V and $I = 0.50 \pm 0.02$ A. Find $R$ and its absolute uncertainty.Answer. . Fractional uncertainties: and . Total: . . Result: .
If you get this wrong, revise: Rule 2: Multiplication and Division
Problem 10
Explain the difference between a systematic error and a random error, giving one example of each from a measurement of the acceleration of free fall using a simple pendulum.Answer. A systematic error is a consistent offset from the true value. Example: the bob is not Perfectly point-like, effectively increasing the pendulum length. A random error causes scatter in Repeated readings. Example: human reaction time when timing oscillations with a stopwatch — it Varies unpredictably from trial to trial.
If you get this wrong, revise: Types of Error
Problem 11
The gravitational potential energy is given by $E_p = -\frac{GMm}{r}$. Use dimensional analysis to determine the SI units of the gravitational constant $G$.Answer. . . Since : . In SI units: m kg s.
If you get this wrong, revise: Derived Units
Problem 12
A quantity $Q$ is measured as $Q = \frac◆LB◆a^2 b◆RB◆◆LB◆\sqrt{c}◆RB◆$ where $a = 4.0 \pm 0.2$$b = 3.0 \pm 0.1$$c = 9.0 \pm 0.3$. Calculate $Q$ and its percentage uncertainty.Answer. .
Fractional uncertainties: (power rule for ), (for ), (power rule for ).
Total: . Percentage uncertainty: 15.0%. . Result: (15%).
If you get this wrong, revise: Rule 3: Powers
8. SI Base Units in Detail
Understanding how each SI base unit is defined is essential for experimental physics and for Interpreting measurements correctly.
| Base Quantity | SI Unit | Current Definition (SI 2019) |
|---|---|---|
| Length | metre (m) | Defined by fixing the speed of light m s |
| Mass | kilogram (kg) | Defined by fixing the Planck constant J s |
| Time | second (s) | Defined by fixing the caesium frequency Hz |
| Electric current | ampere (A) | Defined by fixing the elementary charge C |
| Temperature | kelvin (K) | Defined by fixing the Boltzmann constant J K |
| Amount of substance | mole (mol) | Defined by fixing the Avogadro constant mol |
| Luminous intensity | candela (cd) | Defined by fixing the luminous efficacy lm W |
:::info Note Since 2019, all SI base units are defined in terms of fundamental physical constants. The values of c$$h$$e$$k_B$$N_AAnd are now exact defined quantities, While the unit values are derived from them. :::
9. Dimensional Analysis: Extended Worked Examples
9.1 Checking Formula Validity
Example. A student proposes that the pressure at depth in a fluid is . Check Whether this is dimensionally valid.
Answer. . . This does not match . The correct formula is Which gives .
9.2 Verifying the Ideal Gas Equation
Example. Show that the ideal gas equation is dimensionally consistent, where is The molar gas constant with units J mol K.
Answer. .
.
Both sides have dimensions So the equation is dimensionally Consistent.
9.3 Determining the Form of an Equation
Example. The centripetal force on an object moving in a circle of radius at speed is Assumed to depend on mass Speed And radius . Find the form of the equation.
Answer. Assume .
. .
Equating dimensions:
Therefore Giving . Full analysis gives .
9.4 Unit Conversions Using Dimensional Analysis
Example. Convert a density of g cm to kg m.
Answer. g cm kg M kg m kg m.
Example. Convert km h to m s.
Answer. km h m / s m s.
10. Systematic Errors vs Random Errors: Detailed Comparison
| Feature | Systematic Error | Random Error |
|---|---|---|
| Cause | Faulty apparatus or method | Environmental fluctuations, resolution limits |
| Effect on accuracy | Reduces accuracy (shifts mean away from true value) | Does not affect mean accuracy |
| Effect on precision | Does not affect precision | Reduces precision (increases scatter) |
| Detection | Compare with accepted value or use different method | Take repeated measurements; large scatter indicates random error |
| Reduction | Calibrate instruments, improve method | Take more readings, use instruments with finer resolution |
| Effect on mean | Shifts the mean consistently | Mean approaches true value as increases |
| Effect on uncertainty | Not reduced by averaging | Reduced by |
Identifying Systematic Errors in Practice
Example: Zero Error. A micrometer reads mm when the jaws are fully closed. Every Measurement will be mm too large. Correction: subtract mm from all readings.
Example: Calibration Error. A stopwatch runs consistently fast by s per minute. Every Timed interval will be overestimated. Correction: apply a proportional correction factor.
Example: Methodological Error. In a pendulum experiment, measuring from the top of the bob Rather than its centre of mass introduces a consistent offset in the effective length, shifting all Calculated values of in the same direction.
11. Uncertainty Propagation: Extended Worked Examples
11.1 Uncertainty in a Power Relationship
Example. The area of a circle is . If cm, find with its Uncertainty.
Answer. cm.
Fractional uncertainty in : .
Since , .
cm.
Result: cm.
11.2 Combining Addition and Multiplication Rules
Example. The volume of a rectangular block is . The measurements are cm, cm, cm. Find with its percentage Uncertainty.
Answer. cm.
Fractional uncertainties: , .
Total fractional uncertainty: .
Percentage uncertainty: . cm.
Result: cm.
11.3 Uncertainty in a Formula with Roots
Example. The speed of a wave on a string is Where is the tension and is the mass per unit length. Given N and kg MFind and its uncertainty.
Answer. m s.
Since The fractional uncertainty is:
.
m s.
Result: m s.
11.4 Mixed Operations: Adding Quantities Then Multiplying
Example. Two lengths are measured as m and m. Their Sum is multiplied by a width m to find an area . Find and its uncertainty.
Answer. First, m. By the addition rule: m.
Now m. By the multiplication rule:
.
m.
Result: m.
12. Common Pitfalls
-
Mixing absolute and percentage uncertainty when combining quantities. When adding or subtracting, use absolute uncertainties. When multiplying or dividing, use fractional (or percentage) uncertainties. Applying the wrong rule is a frequent source of error.
-
Forgetting the power rule. If Then Not . A common mistake is treating all operations as simple multiplication.
-
Quoting too many significant figures. If the uncertainty is The result should be quoted to one decimal place. Writing is wrong; write . Match the result to the uncertainty.
-
Assuming dimensional consistency implies correctness. An equation can be dimensionally correct but still wrong (e.g., missing a factor of or a numerical constant). Dimensional analysis is a necessary but not sufficient check.
-
Confusing precision with accuracy. A precise set of readings (small scatter) can still be inaccurate if there is an undetected systematic error. Always consider both.
-
Ignoring the resolution uncertainty for single readings. If you take only one reading with a ruler (smallest division mm), the uncertainty is mm (half the smallest division for analogue instruments), not zero.
-
Using the wrong rule for digital instruments. For a digital instrument, the uncertainty equals the smallest division (the last digit), not half the smallest division.
13. Extension Problem Set
Problem 1
The escape velocity from a planet of mass $M$ and radius $R$ is given by $v_e = \sqrt{2GM/R}$. Use dimensional analysis to determine the SI units of the gravitational constant $G$.Answer. . .
Setting : .
. In SI units: m kg s.
If you get this wrong, revise: Derived Units
Problem 2
A student proposes the formula for the frequency of a mass-spring system: $f = \frac◆LB◆1◆RB◆◆LB◆2\pi◆RB◆\sqrt◆LB◆\frac{m}{k}◆RB◆$Where $k$ is the spring constant. Use dimensional analysis to determine whether this formula is correct.Answer. . .
. The formula is incorrect. The correct form is Giving .
If you get this wrong, revise: Determining the Form of an Equation
Problem 3
A force $F = 8.0 \pm 0.4$ N acts on an object of mass $m = 2.00 \pm 0.05$ kg. Calculate the acceleration $a = F/m$ with its percentage uncertainty.Answer. m s.
Fractional uncertainties: , .
Total fractional uncertainty: .
m s.
Result: m s (7.5%).
If you get this wrong, revise: Rule 2: Multiplication and Division
Problem 4
Show that the equation $v^2 = u^2 + 2as$ is dimensionally valid, and determine the SI base units of a quantity with dimensions $\mathsf{M}^{1/2}\mathsf{L}^{3/2}\mathsf{T}^{-1}$.Answer. . . . All terms match.
For : . An example is where has units m kg sGiving and .
If you get this wrong, revise: Derived Units
Problem 5
The kinetic energy of a particle is $E_k = \frac{1}{2}mv^2$. Given $m = 0.150 \pm 0.005$ kg and $v = 3.20 \pm 0.04$ m s$^{-1}$Calculate $E_k$ with its uncertainty.Answer. J.
Fractional uncertainties: . For : .
Total fractional uncertainty: .
J.
Result: J.
If you get this wrong, revise: Rule 3: Powers
Problem 6
A student measures the period of a pendulum as $T = 2.05 \pm 0.05$ s and the length as $L = 1.00 \pm 0.01$ m. Using $g = 4\pi^2 L / T^2$Calculate $g$ with its absolute uncertainty. Comment on whether the result is consistent with the accepted value of $9.81$ m s$^{-2}$.Answer. m s.
Fractional uncertainties: . For : .
Total fractional uncertainty: .
m s.
Result: m s.
The accepted value m s falls within the range (i.e., to m S), so the result is consistent with the accepted value.
If you get this wrong, revise: Rule 3: Powers
:::tip Tip Ready to test your understanding of Quantities and Units? The contains the hardest questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Quantities and Units with other physics topics to test synthesis under exam conditions.
See for instructions on self-marking and building a personal test matrix. :::
Summary
This topic covers the fundamental principles of quantities and units, including the key equations, experimental methods, and applications relevant to the specification.
Key concepts include:
- fundamental principles and equations
- SI units and dimensional analysis
- mathematical modelling of physical phenomena
- experimental techniques and measurement
- applications to real-world problems
A strong understanding of these principles, combined with regular practice of quantitative problems and past paper questions, is essential for success in examinations.