The Data Analysis Framework
Data analysis in IB Physics follows a predictable pattern. Once you recognise it, you can approach any data question methodically:
- Identify the relationship being tested
- Linearise the equation
- Plot the appropriate graph
- Extract physical quantities from the gradient and/or intercept
- Evaluate using uncertainties
Step 1: Linearisation
Most relationships in physics aren’t linear. Your job is to transform the data so it plots as a straight line (y = mx + c).
Common Linearisations
| Physics Equation | Plot y vs x | Gradient gives | Intercept gives |
|---|---|---|---|
| T = 2π√(l/g) → T² = (4π²/g)l | T² vs l | 4π²/g | 0 |
| V = V₀e^(−t/RC) → ln V = ln V₀ − t/RC | ln V vs t | −1/RC | ln V₀ |
| F = kx^n → ln F = n ln x + ln k | ln F vs ln x | n | ln k |
| P = σAT⁴ → ln P = 4 ln T + ln(σA) | ln P vs ln T | 4 | ln(σA) |
Key technique: If you’re unsure what to plot, take the natural log of both sides. If the relationship is y = ax^n, then ln y = n ln x + ln a — a straight line with gradient n.
Step 2: Processing Data Tables
When you receive raw data, you often need to add calculated columns:
Best Practice
- Show one sample calculation in full (with units)
- Include units in the column header, not in every cell
- Propagate uncertainties to your calculated values
- Use appropriate significant figures — usually matching the least precise measurement
Example
| l / m (±0.001) | T / s (±0.01) | T² / s² | δT² / s² |
|---|---|---|---|
| 0.200 | 0.90 | 0.81 | 0.02 |
| 0.400 | 1.27 | 1.61 | 0.03 |
| 0.600 | 1.55 | 2.40 | 0.03 |
Sample calculation: T² = (0.90)² = 0.81 s² Uncertainty: δT² = 2 × (δT/T) × T² = 2 × (0.01/0.90) × 0.81 = 0.018 ≈ 0.02 s²
Step 3: Graph Construction Checklist
For full marks, your graph must include:
- Title describing what is plotted
- Axes labelled with quantity and unit (e.g., “T² / s²”)
- Appropriate scales — data should fill at least 50% of the grid in both directions
- Scales must be easy to read — use multiples of 1, 2, 5, or 10
- Points plotted accurately to ±½ small square
- Error bars drawn on each point (if uncertainties are given)
- Line of best fit — a single straight line (or smooth curve) that best represents the trend
- Worst acceptable line — the steepest or shallowest line that still passes through all error bars
Step 4: Extracting the Gradient
Correct Method
- Choose two points on the line (not data points) that are far apart
- Draw a large triangle on the graph
- Label the coordinates: (x₁, y₁) and (x₂, y₂)
- Calculate: gradient = (y₂ − y₁) / (x₂ − x₁)
- Include units of the gradient
Gradient Uncertainty
gradient_best = Δy/Δx from best-fit line gradient_worst = Δy/Δx from worst acceptable line
Uncertainty in gradient = |gradient_best − gradient_worst|
This uncertainty propagates to any physical quantity you derive from the gradient.
Step 5: Evaluating Results
Comparing with Accepted Values
- Calculate percentage discrepancy: |experimental − accepted| / accepted × 100%
- If the discrepancy is within your uncertainty range, the experiment is consistent with theory
- If it’s outside, identify possible systematic errors
Identifying Error Types
Random errors (affect precision):
- Reaction time in stopwatch measurements
- Parallax when reading a scale
- Fluctuations in measurements
Systematic errors (affect accuracy):
- Zero error on instruments
- Consistent heat loss
- Air resistance not accounted for
Writing an Evaluation (5-mark structure)
- State whether your result agrees with theory (1 mark)
- Calculate percentage discrepancy (1 mark)
- Identify the largest source of uncertainty (1 mark)
- Suggest a specific, practical improvement (1 mark)
- Explain how the improvement would reduce the error (1 mark)
Pro Tips from IB Examiners
- Don’t force the line through the origin unless the theory predicts it and the question instructs you to
- An anomalous point should be identified but not included in the line of best fit — circle it and note it
- Logarithmic scales are not expected in IB Physics — always use linear scales unless told otherwise
- Digital tools (Excel, graphing calculators) are useful for revision but you must be able to construct graphs by hand in the exam