Short Answer
In the International Baccalaureate (IB) Sciences Internal Assessment (IA), the correct use of significant figures (sig figs) is not merely a stylistic preference—it is a fundamental aspect of scientific communication and measurement uncertainty. A well-executed IA demonstrates a clear understanding of how to record, propagate, and round numerical data. This reference article serves as the definitive resource for precision and rounding, providing the depth and accuracy you need to excel in your IB Sciences IA. We combine authoritative standards, worked examples, and common pitfalls to ensure your work meets the highest metrological expectations.
Rule Statement
Significant figures are the digits in a number that carry meaning contributing to its measurement resolution. The rules for identifying sig figs are:
- All non-zero digits are significant.
- Zeros between non-zero digits are significant (e.g., 1002 has 4 sig figs).
- Leading zeros are not significant (e.g., 0.0032 has 2 sig figs).
- Trailing zeros in a number with a decimal point are significant (e.g., 12.00 has 4 sig figs).
- Trailing zeros in a whole number without a decimal point are ambiguous (e.g., 1200 could have 2, 3, or 4 sig figs). Use scientific notation to clarify.
For calculations, the standard rules are:
- Multiplication/Division: The result should have the same number of sig figs as the factor with the fewest sig figs.
- Addition/Subtraction: The result should have the same number of decimal places as the term with the fewest decimal places.
- Logarithms: The mantissa (the digits after the decimal point) should have the same number of sig figs as the original number’s sig figs.
These rules align with the measurement uncertainty principles in the GUM (Guide to the Expression of Uncertainty in Measurement).
Worked Examples
Multiplication and Division
Calculate: 3.24 cm × 12.5 cm = ?
- Identify sig figs: 3.24 has 3, 12.5 has 3.
- Perform calculation: 3.24 × 12.5 = 40.5 cm².
- Round to 3 sig figs: 40.5 cm² (already correct).
Another example: 0.0450 g ÷ 2.00 mL = ?
- Sig figs: 0.0450 has 3 (leading zeros not counted), 2.00 has 3.
- Calculation: 0.0450 ÷ 2.00 = 0.0225 g/mL.
- Round to 3 sig figs: 0.0225 g/mL (already correct).
Addition and Subtraction
Add: 12.11 g + 0.2 g + 3.456 g = ?
- Identify decimal places: 12.11 (2), 0.2 (1), 3.456 (3).
- Sum: 12.11 + 0.2 + 3.456 = 15.766 g.
- Round to 1 decimal place (fewest): 15.8 g.
Logarithms
Calculate pH = -log[H⁺] for [H⁺] = 2.5 × 10⁻⁴ M.
- Sig figs in concentration: 2.5 has 2.
- Compute: -log(2.5 × 10⁻⁴) = 3.602059991…
- Round mantissa to 2 decimal places: pH = 3.60.
Counter-Examples
Common errors that violate sig fig rules:
- Over-rounding: Reporting 9.99 × 0.1 = 1.0 (should be 1, since 0.1 has 1 sig fig).
- Under-rounding: Reporting 2.5 + 3.45 = 5.95 (should be 5.9, since 2.5 has 1 decimal place).
- Ambiguous trailing zeros: Writing 2000 m without scientific notation when the measurement has 3 sig figs. Correct: 2.00 × 10³ m.
- Incorrect log rounding: For pH = -log(1.0 × 10⁻⁷), reporting 7.0 instead of 7.00 (since 1.0 has 2 sig figs).
Convention Comparison Table
Different rounding conventions exist, and IB Sciences typically expects standard “half-up” rounding, but it’s important to know alternatives:
| Convention | Rule for ties (e.g., 2.25 to 2 sig figs) | Usage |
|---|---|---|
| Half-up | Round up (2.3) | Common in education, IB Sciences |
| Half-even (banker’s) | Round to nearest even (2.2) | Statistical analysis, some software |
| Half-down | Round down (2.2) | Rarely used |
| Truncation | Cut off (2.2) | Engineering approximations |
IB Sciences generally follows half-up rounding, as specified in many subject guides. Always check your teacher’s preference.
Standards Citation
Authoritative standards that govern significant figures and rounding include:
- ASTM E29-22 – Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications. Section 7.3 specifies the rounding method (half-up) for test data.
- ISO 80000-1:2009 – Quantities and units – Part 1: General. Section 7.3.4 defines rules for rounding and significant digits.
- NIST SP 811 – Guide for the Use of the International System of Units (SI). Section 7.9 discusses significant digits and rounding.
- JCGM 100:2008 (GUM) – Evaluation of measurement data – Guide to the expression of uncertainty in measurement. Section 7.2.6 recommends rounding expanded uncertainty to one or two significant figures.
For IB Sciences, the IB Diploma Programme Chemistry, Physics, and Biology guides (first assessment 2016, updated 2023) emphasize that the final answer should reflect the precision of the least precise measurement. The IA criteria reward consistent and correct use of significant figures.
Common Mistakes
- Mixing decimal places and sig figs: Using decimal places for multiplication/division.
- Ignoring exact numbers: Constants and conversion factors (e.g., 1 inch = 2.54 cm) are considered exact and do not limit sig figs.
- Rounding intermediate steps: Always carry extra digits during calculations, round only the final answer.
- Inconsistent rounding in data tables: Ensure all values in a table have the same decimal precision.
- Misinterpreting zeros: Forgetting that trailing zeros in a decimal are significant (e.g., 2.50 has 3 sig figs).
- Using sig figs for uncertainty: Uncertainty should be rounded to one or two sig figs, and the measurement should be rounded to the same decimal place as the uncertainty.
Practice Problems
Test your understanding:
- Express 0.003406 in scientific notation with 3 sig figs.
- Calculate: 5.02 × 10² × 3.1 × 10⁻¹, report in proper sig figs.
- Add: 12.5 mL + 0.25 mL + 3.0 mL, report correctly.
- What is the pH of a solution with [H⁺] = 4.5 × 10⁻⁶ M? (Report correct sig figs)
- Round 2.345 to 3 sig figs using half-up rounding.
Answers: 1) 3.41 × 10⁻³; 2) 1.6 × 10²; 3) 15.8 mL; 4) 5.35; 5) 2.35.
Software Behavior Note
When using calculators or software, be aware that they often display more digits than appropriate. For example:
- Excel/Google Sheets: Default rounding uses half-up, but you can control decimal places. However, they do not automatically apply sig fig rules for calculations.
- Python: The
round()function uses banker’s rounding (half-even), which may differ from IB expectations. Usedecimal.Decimalfor half-up. - TI-84/Casio fx-991: These calculators have a “FIX” mode but not a sig fig mode. You must manually round based on your knowledge.
- Online sig fig calculators: Our significant figures calculator is designed to follow IB conventions (half-up) and provides step-by-step rounding.
Quick Reference Table
| Operation | Rule | Example |
|---|---|---|
| Multiplication/Division | Fewest sig figs | 2.5 × 3.145 = 7.9 (2 sig figs) |
| Addition/Subtraction | Fewest decimal places | 12.1 + 3.22 = 15.3 (1 decimal place) |
| Logarithm | Mantissa has same sig figs as original | log(2.5 × 10⁻⁴) = -3.60 (2 sig figs) |
| Antilogarithm | Result has same sig figs as mantissa | 10^3.60 = 4.0 × 10³ (2 sig figs) |
| Exact numbers | Do not limit sig figs | 2 × 3.14 = 6.28 (3 sig figs) |
FAQ
What is the difference between precision and accuracy?
Precision refers to the repeatability of measurements (how close they are to each other), while accuracy refers to how close a measurement is to the true value. Significant figures reflect precision, not accuracy.
How do I handle zeros in a measurement like 1000 mL?
Without a decimal point, 1000 is ambiguous. Write it as 1.0 × 10³ mL for 2 sig figs, 1.00 × 10³ for 3, or 1.000 × 10³ for 4.
Can I use more sig figs than the least precise measurement?
No. The final result should not imply more precision than the least precise measurement. However, intermediate calculations should retain extra digits to avoid rounding errors.
Leave a Reply