IB Physics HL Tool 3 — Mathematics Practical Skills algebra, vectors, units & uncertainties ~20 min read

Maths Skills for Physics

Physics is maths with a purpose. Every law you meet is really an equation waiting to be rearranged, every measurement comes with an uncertainty, and every quantity has a unit that has to make sense. This page is your one-stop toolkit for the maths that runs through the whole course: rearranging equations, scalars vs vectors, combining and resolving vectors, units and prefixes, uncertainties, and reading graphs. Get these solid and the rest of the course gets a whole lot easier.

📚 What you need to know

Rearranging and using equations

The single most-used skill in physics is taking an equation from the data booklet and bending it to your needs. The good news: you are not expected to memorise the equations — they’re all in the booklet. What you are tested on is picking the right one, rearranging it, and substituting numbers cleanly.

Here’s the reliable recipe for any calculation question:

⚛ Solving a calculation question

  1. List the known quantities with their symbols and units.
  2. Identify the equation in the data booklet that links them.
  3. Rearrange for the quantity you want (before putting numbers in).
  4. Substitute the values and calculate.
  5. Check the units and significant figures of your answer.
Rearrange first, substitute second. Students who plug numbers in too early end up juggling messy decimals and lose track of what they’re solving for. Keep it in symbols until the very last step — it’s cleaner, faster, and far easier to spot mistakes.
WE 1

A car accelerates uniformly. Using v = u + at, find the time taken to reach v = 25 m s−1 from u = 5.0 m s−1 with acceleration a = 2.5 m s−2.

Step 1 — rearrange for t vu = at, so t = (vu) / a Step 2 — substitute t = (25 − 5.0) / 2.5 = 20 / 2.5 t = 8.0 s Notice the rearranging was done fully in symbols before any numbers went in. That’s the habit to build.

Scalars and vectors

Before you combine any quantities, you have to know what type they are. This one distinction quietly decides half the mistakes in physics.

Here’s the trick for telling them apart: ask “can this quantity be negative, meaning it points the other way?” You can have negative displacement (backwards) — that’s a vector. You can’t really have negative energy or negative mass — those are scalars. It’s a quick gut-check that works almost every time.
Scalars (magnitude only)Vectors (magnitude + direction)
distancedisplacement
speedvelocity
massacceleration
energyforce
time, temperaturemomentum

A vector is drawn as an arrow: the arrow’s length shows the magnitude and the arrowhead shows the direction. That simple picture is the whole basis of adding and resolving vectors, which come next.

Combining and resolving vectors

Two vectors acting together can be replaced by a single resultant vector that has the same overall effect. Going the other way — splitting one vector into two perpendicular parts — is called resolving.

Combining perpendicular vectors

When two vectors meet at right angles, you link them head-to-tail to form a right-angled triangle. The resultant is the hypotenuse, so its magnitude comes from Pythagoras and its direction from trigonometry.

Resultant of two perpendicular vectors R = √(a² + b²) tanθ = b / a
Combining two perpendicular vectors 9 units east 12 units north R = 15 θ
Link the vectors head-to-tail; the resultant R is the hypotenuse, found with Pythagoras, and its direction θ comes from trigonometry.
WE 2

A drone flies 9.0 km due east, then 12.0 km due north. Find the magnitude and direction (from east) of its displacement.

Step 1 — magnitude with Pythagoras R = √(9.0² + 12.0²) = √225 = 15.0 km Step 2 — direction with trig θ = tan−1(12.0 / 9.0) = 53° 15.0 km, 53° north of east Always give a vector answer as BOTH magnitude and direction — a magnitude on its own is only half the answer.

Resolving a vector into components

The reverse move is splitting one vector into a horizontal and a vertical part. If a vector F makes an angle θ with the horizontal, its components are found with the sine and cosine of that angle.

Components of a vector horizontal: Fx = F cosθ vertical: Fy = F sinθ
Resolving a vector into components F F cosθ F sinθ θ
A single vector F is equivalent to its horizontal part (F cosθ) plus its vertical part (F sinθ) acting together.
Unsure whether it’s sin or cos? The cos always goes with the angle you’re measuring from — it’s the side lying next to θ (the adjacent side). Picture a “cos sandwich”: the flat, horizontal layer is the cos component. Get that anchored and the sin component is just the other one.
WE 3

A rope pulls a sledge with a force of 8.0 N at 35° above the horizontal. Find the horizontal and vertical components of the force.

Step 1 — horizontal (cos) Fx = 8.0 × cos35° = 6.6 N Step 2 — vertical (sin) Fy = 8.0 × sin35° = 4.6 N Fx = 6.6 N, Fy = 4.6 N Quick sanity check: √(6.6² + 4.6²) ≈ 8.0 N, which is the original force. Components should always rebuild the original.

Units and prefixes

Every measurement in physics is built from just seven SI base units. Everything else — the newton, the joule, the volt — is a derived unit made by combining these.

QuantityUnitSymbol
lengthmetrem
masskilogramkg
timeseconds
electric currentampereA
temperaturekelvinK
amount of substancemolemol

To handle very big or very small numbers, we attach a prefix that stands for a power of 10. These are all in the data booklet, but the common ones are worth knowing on sight.

PrefixSymbolValue
gigaG109
megaM106
kilok103
centic10−2
millim10−3
microµ10−6
nanon10−9

Deriving a unit is just following its definition. For example, force is mass × acceleration, so the newton is:

Deriving the newton N = kg × m s−2 = kg m s−2
A neat trick that saves you in the exam: check the units on both sides of an equation match. This is called dimensional analysis. If one side comes out in kg m s−2 and the other doesn’t, you know you’ve slipped up somewhere — before you’ve lost a single mark on the numbers.

Uncertainties

No measurement is ever perfect. An uncertainty is the range around a reading within which the true value is expected to lie, written with a ± sign. It is not the same as an error — an error is a mistake or a flaw in the equipment; an uncertainty is an honest estimate of how much wiggle room your reading has.

Uncertainty comes in three flavours, and you should be able to switch between them:

TypeWhat it meansExample (L = 24.0 ± 0.5 cm)
Absolutethe actual ± amount±0.5 cm
Fractionaluncertainty ÷ value0.5 / 24.0 = 0.021
Percentagefractional × 1002%
Percentage uncertainty % uncertainty = (uncertainty ÷ measured value) × 100

Combining uncertainties

When you put uncertain measurements through a calculation, the uncertainty spreads too. Three simple rules cover almost everything:

OperationRule
Adding or subtractingAdd the absolute uncertainties
Multiplying or dividingAdd the fractional (or %) uncertainties
Raising to a power nMultiply the fractional uncertainty by n
WE 4

A trolley travels s = 36.0 ± 0.2 m in t = 4.00 ± 0.05 s. Find its speed and the absolute uncertainty in that speed.

Step 1 — the speed v = s / t = 36.0 / 4.00 = 9.0 m s−1 Step 2 — add fractional uncertainties (division) 0.2/36.0 + 0.05/4.00 = 0.0056 + 0.0125 = 0.018 Step 3 — convert back to absolute Δv = 9.0 × 0.018 = 0.16 m s−1 v = 9.0 ± 0.2 m s−1 For a divide, add the FRACTIONS, then multiply by the answer to turn it back into an absolute ± value.
WE 5

A sphere has radius r = 2.50 ± 0.02 cm. Its volume is V = &frac43;πr³. Find the volume and its percentage uncertainty.

Step 1 — the volume V = &frac43;π(2.50)³ = 65.5 cm³ Step 2 — power rule (cube → ×3) % unc in V = 3 × (0.02 / 2.50) × 100 = 2.4% V = 65.5 cm³ ± 2.4% The uncertainty in π is taken as zero, so it doesn’t add anything. Cubing the radius triples its percentage uncertainty — that’s the power rule at work.

💡 Top tips

⚠ Common mistakes

Reading graphs

Graphs turn a table of numbers into a picture you can actually reason with. Two features matter most: the gradient and the area under the line — each often equals a real physical quantity.

On a straight-line graph of y against x, the gradient is constant and equal to:

Gradient of a straight line m = Δy / Δx = (y2y1) / (x2x1)
Finding a gradient from a straight-line graph 5 10 15 20 25 300.5 1.0 1.5 2.0Resistance / Ω Length / m Δx = 1.4 m Δy = 22 Ωgradient ≈ 22 / 1.4 ≈ 16 Ω m⁻¹
Draw the gradient triangle as large as possible (to reduce error), read the run and rise off the axes, then divide rise by run.
WE 6

On a graph of resistance against length, a straight line passes through (0.3 m, 5.0 Ω) and (1.7 m, 27.0 Ω). Find the gradient.

Step 1 — pick the two points (x1, y1) = (0.3, 5.0), (x2, y2) = (1.7, 27.0) Step 2 — rise over run m = (27.0 − 5.0) / (1.7 − 0.3) = 22.0 / 1.4 gradient = 15.7 Ω m−1 Use points ON the line of best fit, not raw data points that lie off it. And make your triangle big — small triangles magnify reading errors.

The other key feature is the area under a graph. For a velocity–time graph, for example, the area equals the displacement. If the shape is a rectangle or triangle, just use area = base × height (or ½ base × height). For a curve, split it into strips and add them up.

Key idea: on a yx graph, the gradient tells you the rate of change (how fast y changes with x), and the area tells you the accumulated total — both are usually real physics quantities worth reading off.
Rearrange
the equation
substitute
& solve
Combine or
resolve vectors
track the
uncertainty
Read the
graph
Quick recap: Rearrange equations in symbols before substituting. Scalars have size only; vectors also have direction. Combine perpendicular vectors with Pythagoras, resolve them with sin/cos. All units come from 7 SI base units scaled by prefixes. Track uncertainties (add absolutes when adding, fractions when multiplying, ×n for powers). Read a graph’s gradient and area as real physical quantities.
These maths skills aren’t a separate topic you learn once and forget — they’re the toolkit you’ll reach for in every single unit, from motion and forces right through to fields and nuclear physics. Whenever a problem feels stuck, come back to the basics: what are my knowns, which equation links them, and have I kept track of units and uncertainties? Next up, you’ll put these tools straight to work in Motion, Forces & Energy.

Maths for physics still feels shaky?

Book a free meeting and we’ll drill rearranging equations, resolving vectors with confidence, and getting uncertainties right every time — the skills that quietly earn marks across the whole course.

Book your free meeting