Approximation & Errors Complete Guide | Scientific Notation + Significant Figures

Synopsis

This article covers the essential skills of approximation, scientific notation, and error analysis – a recurring topic in DSE Paper 1 Section A(1) worth 3–5 marks. You will learn how to round numbers to a given number of significant figures or decimal places, how to express very large or very small numbers using scientific notation, and how to calculate absolute error, relative error, and percentage error. The article includes step-by-step worked examples, DSE exam techniques, practice questions, and a full set of homework with solutions. These are easy marks that every candidate should secure.


Learning Objectives

By the end of this article, you should be able to:

  • Round numbers to a specified number of decimal places (d.p.) and significant figures (s.f.).
  • Convert numbers between ordinary form and scientific notation.
  • Perform addition, subtraction, multiplication, and division in scientific notation.
  • Calculate absolute error, relative error, and percentage error given an exact value and an approximate value.
  • Apply error concepts to DSE-style word problems involving measurement and approximation.
  • Identify the difference between decimal places and significant figures – a common source of confusion.

1. Introduction

Approximation and errors appear every year in DSE Paper 1 Section A(1). Questions may ask you to:

  • Round a number to a given number of significant figures or decimal places
  • Convert between scientific notation and ordinary form
  • Calculate the error in a measurement or approximation

These are straightforward marks if you know the rules. Don't lose them!

DSE Exam Tip

Questions on approximation and errors often appear in Section A(1) as short-answer questions worth 2–3 marks each. They are designed to test your basic numeracy skills.

2. Decimal Places (d.p.)

Rounding to a given number of decimal places means keeping a certain number of digits after the decimal point.

Rule for Rounding

  1. Look at the next digit to the right of the required decimal place.
  2. If that digit is 5 or more, round up.
  3. If that digit is 4 or less, round down (leave the digit unchanged).

Examples

NumberRound to 1 d.p.Round to 2 d.p.Round to 3 d.p.
\( 3.14159 \)\( 3.1 \)\( 3.14 \)\( 3.142 \)
\( 2.71828 \)\( 2.7 \)\( 2.72 \)\( 2.718 \)
\( 0.9999 \)\( 1.0 \)\( 1.00 \)\( 1.000 \)
Common DSE Mistake

When rounding \( 0.9999 \) to 1 d.p., the answer is 1.0, not 1. The zero after the decimal point is required to show the degree of accuracy.

3. Significant Figures (s.f.)

Significant figures count all digits that carry meaning, starting from the first non-zero digit.

Rules for Significant Figures

  • All non-zero digits are significant: \( 123 \) has 3 s.f.
  • Zeros between non-zero digits are significant: \( 101 \) has 3 s.f.
  • Leading zeros are NOT significant: \( 0.00123 \) has 3 s.f. (\( 1,2,3 \))
  • Trailing zeros after a decimal point are significant: \( 1.230 \) has 4 s.f.
  • Trailing zeros in whole numbers without a decimal point are NOT significant: \( 1200 \) has 2 s.f. (unless specified otherwise).

Examples

NumberSignificant FiguresRound to 2 s.f.Round to 3 s.f.
\( 45.678 \)5\( 46 \)\( 45.7 \)
\( 0.00345 \)3 (\( 3,4,5 \))\( 0.0035 \)\( 0.00345 \)
\( 1500 \)2 (\( 1,5 \))\( 1500 \)\( 1500 \)
\( 0.05060 \)4 (\( 5,0,6,0 \))\( 0.051 \)\( 0.0506 \)
DSE Memory Aid

Significant Figures: "Start counting from the first non-zero digit, and keep going!"

4. Scientific Notation

Scientific notation expresses numbers in the form:

$$ A \times 10^n $$

where \( 1 \le A < 10 \) and \( n \) is an integer.

Converting to Scientific Notation

Ordinary FormScientific NotationReason
\( 3000 \)\( 3 \times 10^3 \)Decimal point moved 3 places left
\( 0.00056 \)\( 5.6 \times 10^{-4} \)Decimal point moved 4 places right
\( 6.02 \times 10^{23} \)Already in scientific notation
\( 0.00123 \)\( 1.23 \times 10^{-3} \)Decimal point moved 3 places right

Operations in Scientific Notation

Multiplication:

$$ (a \times 10^m) \times (b \times 10^n) = (a \times b) \times 10^{m+n} $$

Division:

$$ (a \times 10^m) \div (b \times 10^n) = \left( \frac{a}{b} \right) \times 10^{m-n} $$

Addition/Subtraction: Convert to the same power of 10 first.

Example

\( (3 \times 10^4) \times (2 \times 10^5) = 6 \times 10^9 \)

\( (6 \times 10^8) \div (2 \times 10^3) = 3 \times 10^5 \)

\( (2.5 \times 10^4) + (3.0 \times 10^4) = 5.5 \times 10^4 \)

5. Error Calculation

When a measurement is approximate, we can calculate the error.

Absolute Error

$$ \text{Absolute Error} = |\text{Exact Value} - \text{Approximate Value}| $$

Relative Error

$$ \text{Relative Error} = \frac{\text{Absolute Error}}{|\text{Exact Value}|} $$

Percentage Error

$$ \text{Percentage Error} = \text{Relative Error} \times 100\% $$

DSE Exam Tip

DSE questions often give the exact value and approximate value and ask you to calculate the percentage error. Always use the exact value as the denominator in relative error.

Worked Example

Question: The exact value of a measurement is 50.0 cm. A student measures it as 49.5 cm. Find the absolute error, relative error, and percentage error.

Solution

Absolute Error = \( |50.0 - 49.5| = 0.5 \) cm

Relative Error = \( \frac{0.5}{50.0} = 0.01 \)

Percentage Error = \( 0.01 \times 100\% = 1\% \)

6. Worked Examples

Example 1: Significant Figures

Question: Round \( 0.004567 \) to 2 significant figures.

Solution

The first two significant figures are \( 4 \) and \( 5 \).

The next digit is \( 6 \) (≥ 5), so round up.

Answer: \( 0.0046 \)

Example 2: Scientific Notation

Question: Write \( 0.00000045 \) in scientific notation.

Solution

Move the decimal point 7 places to the right:

\( 0.00000045 = 4.5 \times 10^{-7} \)

Example 3: Percentage Error

Question: The exact value of a quantity is 250. A calculator gives 252. Find the percentage error.

Solution

Absolute Error = \( |250 - 252| = 2 \)

Relative Error = \( \frac{2}{250} = 0.008 \)

Percentage Error = \( 0.008 \times 100\% = 0.8\% \)

7. Exam-Style Practice Questions

Section A(1) Style

Question 1 MC
Round \( 0.009876 \) to 3 significant figures.
A. \( 0.00988 \)     B. \( 0.00987 \)     C. \( 0.0099 \)     D. \( 0.01 \)

Question 2 MC
What is \( 3.2 \times 10^{-4} \) in ordinary form?
A. \( 0.00032 \)     B. \( 0.0032 \)     C. \( 0.032 \)     D. \( 0.32 \)

Question 3 Short Answer
Calculate \( (4 \times 10^3) \times (5 \times 10^6) \). Express your answer in scientific notation.

Question 4 Short Answer
The exact value of a measurement is 80.0 m. A student estimates it as 79.2 m. Find the percentage error.

Question 5 MC
Which of the following is not a valid scientific notation?
A. \( 5.6 \times 10^3 \)     B. \( 0.56 \times 10^4 \)     C. \( 7.2 \times 10^{-2} \)     D. \( 9.0 \times 10^0 \)

8. Solutions with Explanations

Question 1: A. \( 0.00988 \)
The first 3 significant figures are \( 9,8,7 \). The next digit is \( 6 \) (≥ 5), so round \( 7 \) up to \( 8 \).
Question 2: A. \( 0.00032 \)
\( 3.2 \times 10^{-4} = 3.2 \div 10^4 = 0.00032 \).
Question 3: \( 2 \times 10^{10} \)
\( (4 \times 10^3) \times (5 \times 10^6) = (4 \times 5) \times 10^{3+6} = 20 \times 10^9 = 2.0 \times 10^{10} \).
Question 4: \( 1\% \)
Absolute Error = \( |80.0 - 79.2| = 0.8 \)
Relative Error = \( \frac{0.8}{80.0} = 0.01 \)
Percentage Error = \( 0.01 \times 100\% = 1\% \).
Question 5: B. \( 0.56 \times 10^4 \)
In scientific notation, \( A \) must satisfy \( 1 \le A < 10 \). \( 0.56 \) is less than 1, so this is not valid scientific notation.

9. Exercise

Click the following link to have
 An Exercise on Approximation & Errors Complete Guide | Scientific Notation + Significant Figures

Key Takeaways

What You Should Remember
  • Decimal places (d.p.)count digits afterthe decimal point. Significant figures (s.f.)count from the first non-zero digit.
  • Scientific notation:\( A \times 10^n \) where \( 1 \le A < 10 \).
  • Absolute Error= \( |\text{Exact} - \text{Approx}| \)
  • Relative Error= \( \frac{\text{Absolute Error}}{|\text{Exact}|} \)
  • Percentage Error= Relative Error × 100%
  • This topic guarantees 3–5 marksin DSE Paper 1 Section A(1) – secure these easy marks!

Summary Checklist for Revision

  • Decimal places = digits after decimal point
  • Significant figures = count from first non-zero digit
  • Scientific notation: \( A \times 10^n \), \( 1 \le A < 10 \)
  • Absolute Error = \( |\text{Exact} - \text{Approx}| \)
  • Relative Error = Absolute Error ÷ Exact Value
  • Percentage Error = Relative Error × 100%
  • Trailing zeros after decimal point are significant
  • Leading zeros are NOT significant