IB Maths AI SL Topic 1 — Number & Algebra Paper 1 & 2 GDC-friendly ~8 min read

Standard Form

Standard form (also called scientific notation) is a clean way to write numbers that are either huge (mass of the Sun) or tiny (size of an atom). The number is split into two parts: a coefficient a between 1 and 10, and a power of 10 that tells you which way and how far to shift the decimal point. Once you have everything in this form, multiplying, dividing, adding and subtracting follows simple index-law rules — and your GDC will happily handle the arithmetic for you.

📘 What you need to know

The form — coefficient × power of ten

Standard form — formula booklet a × 10n,   where   1 ≤ a < 10   and   n ∈ ℤ
Standard form — how the decimal point jumps LARGE NUMBER — POSITIVE n3 240 000 decimal point is here ↓ (after the last zero) jump 6 places LEFT3.24 × 10⁶ a = 3.24, n = +6 ✓ 1 ≤ 3.24 < 10 SMALL NUMBER — NEGATIVE n0.000567 decimal point is here ↑ (already shown) jump 4 places RIGHT5.67 × 10⁻⁴ a = 5.67, n = −4 ✓ 1 ≤ 5.67 < 10 large → positive exponent; small → negative exponent; exponent = number of places the decimal moves
Count the places the decimal point has to move to land just after the first non-zero digit. Direction tells you the sign of n; the count of jumps is the size of n.

Operations in standard form

Multiplying & dividing
multiply/divide a‘s   ADD/SUBTRACT powers
Combine coefficients with × or ÷; combine powers using xm·xn = xm+n or subtract for division.
Adding & subtracting
match powers FIRST, then combine
Convert both numbers so they share the same (higher) power of 10. Then add or subtract the coefficients; the power stays the same.
Always finish with a check: is your final coefficient in the range 1 ≤ a < 10? If it’s 22.8 or 0.5, shift the decimal one place and adjust the exponent by ±1. This single check catches the most common exam slip.

🧭 Recipe — putting a number into standard form

  1. Find a: place the decimal point so exactly one non-zero digit sits to its left. This is your a; it will automatically satisfy 1 ≤ a < 10.
  2. Count the jumps: count how many places the decimal point moved from its ORIGINAL position to its NEW position. This gives the magnitude of n.
  3. Decide the sign of n: if the original number was large (≥ 10), n is positive. If it was small (< 1), n is negative. If it was already between 1 and 10, n = 0.
  4. Combine: write the number as a × 10n. For operations, apply the index laws (add powers when multiplying, subtract when dividing).
  5. Re-check the range: after any calculation, ensure 1 ≤ a < 10 still holds. If not, shift the decimal one place and adjust n by ±1.

Worked examples

WE 1

Large number — astronomical context

The average distance from Earth to the Sun is 149 600 000 km. Write this number in standard form.

Step 1 — find a (decimal point goes after the first non-zero digit) 149 600 000. → 1.496… a = 1.496 ✓ (1 ≤ 1.496 < 10) Step 2 — count the jumps decimal point moved LEFT by 8 places → n = +8 (large number, positive) Step 3 — write in standard form 1.496 × 10⁸ km sanity check: 1.496 × 10⁸ = 1.496 × 100 000 000 = 149 600 000 ✓. Most science calculations involving distance to the Sun use this exact value — it’s so common it has a name (1 AU, one astronomical unit).
WE 2

Small number — negative exponent

A typical virus has a diameter of 0.000 000 072 5 metres. Write this in standard form.

Step 1 — find a 0.000 000 072 5 → 7.25… a = 7.25 ✓ (1 ≤ 7.25 < 10) Step 2 — count the jumps decimal point moved RIGHT by 8 places → n = −8 (small number, negative) Step 3 — write in standard form 7.25 × 10⁻⁸ m check by expanding: 7.25 × 10⁻⁸ = 7.25 ÷ 10⁸ = 7.25 ÷ 100 000 000 = 0.000 000 072 5 ✓. Notice the count of jumps (8) is one more than the count of zeros immediately after the decimal (7) — common slip!
WE 3

Multiplication — coefficient needs adjustment

Calculate (5 × 10⁷) × (8 × 10⁴), giving your answer in standard form.

Step 1 — multiply the coefficients, ADD the powers coefficients: 5 × 8 = 40 powers: 10⁷ × 10⁴ = 10⁷⁺⁴ = 10¹¹ combined: 40 × 10¹¹ Step 2 — check 1 ≤ a < 10 a = 40 is NOT in range! (40 ≥ 10) Step 3 — adjust: write 40 in standard form first 40 = 4.0 × 10¹ so 40 × 10¹¹ = 4 × 10¹ × 10¹¹ = 4 × 10¹⁺¹¹ 4 × 10¹² on a GDC in SCI mode this is automatic — but in Paper 1 (no GDC for parts of it) and for showing method, always write the intermediate “40 = 4 × 10¹” step. Without that adjustment “40 × 10¹¹” technically isn’t standard form.
WE 4

Division — coefficient less than 1

Calculate (3 × 10⁹) ÷ (6 × 10⁻²), giving your answer in standard form.

Step 1 — divide coefficients, SUBTRACT powers coefficients: 3 ÷ 6 = 0.5 powers: 10⁹ ÷ 10⁻² = 10⁹⁻⁽⁻²⁾ = 10⁹⁺² = 10¹¹ combined: 0.5 × 10¹¹ Step 2 — check 1 ≤ a < 10 a = 0.5 is NOT in range! (0.5 < 1) Step 3 — adjust: shift decimal RIGHT by 1, reduce exponent by 1 0.5 = 5 × 10⁻¹ so 0.5 × 10¹¹ = 5 × 10⁻¹ × 10¹¹ = 5 × 10⁻¹⁺¹¹ 5 × 10¹⁰ key sign trick: when subtracting a NEGATIVE exponent, double-negate to plus. 9 − (−2) = 9 + 2 = 11. This is the most common arithmetic slip — many candidates write “9 − 2 = 7” by mistake.
WE 5

Addition with different (negative) exponents

Calculate (6 × 10⁻⁵) + (4 × 10⁻⁶), giving your answer in standard form.

Step 1 — identify the HIGHER power of 10 −5 > −6, so 10⁻⁵ is higher (remember: less negative = higher) Step 2 — match powers: convert 4 × 10⁻⁶ to base 10⁻⁵ 4 × 10⁻⁶ = 0.4 × 10⁻⁵ (decimal shifted LEFT by 1, exponent went UP by 1) Step 3 — add the coefficients (powers stay the same) (6 + 0.4) × 10⁻⁵ = 6.4 × 10⁻⁵ Step 4 — check 1 ≤ a < 10 6.4 is in range ✓ 6.4 × 10⁻⁵ cross-check by expanding: 6×10⁻⁵ = 0.000 06, 4×10⁻⁶ = 0.000 004, sum = 0.000 064 = 6.4×10⁻⁵ ✓. With negative exponents, “higher” means less negative — −5 is higher than −20, not lower.
WE 6

Word problem — total mass calculation

A petri dish contains 2.4 × 10⁷ bacteria. Each bacterium has a mass of 9.5 × 10⁻¹³ kg. Find the total mass of bacteria in the petri dish, giving your answer in standard form.

Step 1 — set up: total mass = number × mass per bacterium M = (2.4 × 10⁷) × (9.5 × 10⁻¹³) Step 2 — multiply coefficients, ADD powers 2.4 × 9.5 = 22.8 10⁷ × 10⁻¹³ = 10⁷⁺⁽⁻¹³⁾ = 10⁻⁶ combined: 22.8 × 10⁻⁶ Step 3 — adjust: 22.8 ≥ 10, so shift 22.8 = 2.28 × 10¹ 22.8 × 10⁻⁶ = 2.28 × 10¹ × 10⁻⁶ = 2.28 × 10¹⁺⁽⁻⁶⁾ M = 2.28 × 10⁻⁵ kg a tiny number — about 23 millionths of a kg, or 23 micrograms. Sanity check: a HUGE count (tens of millions) times a TINY mass should give something small but non-negligible — answer feels right. Standard form makes word problems like this much cleaner than chasing zeros.

💡 Top tips

⚠ Common mistakes

Up next: Laws of Indices. Standard form rests on one big idea — adding and subtracting powers of 10. Index laws generalise that to ANY base: xm·xn = xm+n, (xm)n = xmn, and the zero/negative cases. They’re the toolkit you’ll use everywhere from exponential models to compound interest.

Need help with AI SL Number & Algebra?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →