<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Error Propagation Archives - SignificantFiguresCalculator</title>
	<atom:link href="https://significantfigurescalculator.com/category/precision/error-propagation/feed/" rel="self" type="application/rss+xml" />
	<link>https://significantfigurescalculator.com/category/precision/error-propagation/</link>
	<description>Every digit, justified.</description>
	<lastBuildDate>Fri, 14 Aug 2026 03:24:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://significantfigurescalculator.com/wp-content/uploads/2026/08/cropped-dd6d33a5-a65a-4d8d-b33e-8b6f5639fddd-150x150.png</url>
	<title>Error Propagation Archives - SignificantFiguresCalculator</title>
	<link>https://significantfigurescalculator.com/category/precision/error-propagation/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Error Propagation: How Uncertainty Moves Through a Calculation</title>
		<link>https://significantfigurescalculator.com/precision/error-propagation-uncertainty-calculation/</link>
					<comments>https://significantfigurescalculator.com/precision/error-propagation-uncertainty-calculation/#respond</comments>
		
		<dc:creator><![CDATA[Tommy C. Moran]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 00:22:43 +0000</pubDate>
				<category><![CDATA[Error Propagation]]></category>
		<category><![CDATA[Precision]]></category>
		<category><![CDATA[GUM]]></category>
		<category><![CDATA[metrology]]></category>
		<category><![CDATA[significant figures]]></category>
		<category><![CDATA[uncertainty]]></category>
		<guid isPermaLink="false">http://significantfigurescalculator.test/2026/08/11/error-propagation-uncertainty-calculation/</guid>

					<description><![CDATA[<p>Learn the rules for propagating uncertainty through addition, subtraction, multiplication, division, and powers, with worked examples, common pitfalls, and standards citations from GUM, ISO, and ASTM.</p>
<p>The post <a href="https://significantfigurescalculator.com/precision/error-propagation-uncertainty-calculation/">Error Propagation: How Uncertainty Moves Through a Calculation</a> appeared first on <a href="https://significantfigurescalculator.com">SignificantFiguresCalculator</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Error propagation is how the uncertainty in your measured inputs combines into the uncertainty of a calculated result — and there are two genuinely different, both legitimate, ways to combine them.</strong> The simple method (taught in most intro classes) adds uncertainties directly: absolute uncertainties for addition/subtraction, relative (percentage) uncertainties for multiplication/division. The rigorous method — the one the international measurement standard actually specifies — combines them in <em>quadrature</em> (square root of the sum of squares) instead of simple addition, and it always gives a smaller, more realistic number. Neither is wrong; they answer slightly different questions.</p>
<p>This page picks up directly where <a href="https://significantfigurescalculator.com/category/precision/accuracy-vs-precision/">Accuracy, Precision, and Uncertainty</a> left off. That page established that <em>random</em> error is what uncertainty describes, and that it behaves statistically rather than as a fixed offset. This page is about what happens when you calculate with several such uncertain values at once — add them, multiply them, raise them to a power — and need to know how uncertain the <em>result</em> is. It also closes a loop that&#8217;s been open since <a href="https://significantfigurescalculator.com/significant-figures/">our sig figs guide</a>: the addition and multiplication rules taught there (match decimal places; match sig fig count) are not arbitrary. They&#8217;re a simplified, digit-counting shortcut for exactly the calculation this page does properly, with real numbers. Example 4 below shows the two converging.</p>
<blockquote><p>&nbsp;</p></blockquote>
<h2 id="two-methods-not-one">Two Methods, Not One</h2>
<p><strong>The simple (worst-case) method.</strong></p>
<ul>
<li>Addition and subtraction: <strong>add the absolute uncertainties.</strong> If y = x₁ + x₂ (or x₁ − x₂), then u(y) = u(x₁) + u(x₂).</li>
<li>Multiplication and division: <strong>add the relative (percentage) uncertainties.</strong> If y = x₁ × x₂ (or x₁ ÷ x₂), then u(y)/y = u(x₁)/x₁ + u(x₂)/x₂.</li>
</ul>
<p>This method assumes the worst case: every input error pointed in the least favorable direction at once. It&#8217;s easy to compute by hand, which is why it&#8217;s what most intro science courses teach — but it&#8217;s deliberately pessimistic.</p>
<p><strong>The quadrature method (the GUM&#8217;s actual method).</strong></p>
<ul>
<li>Addition and subtraction: <strong>combine absolute uncertainties in quadrature.</strong> u(y) = √[u(x₁)² + u(x₂)²].</li>
<li>Multiplication and division: <strong>combine relative uncertainties in quadrature.</strong> u(y)/y = √[(u(x₁)/x₁)² + (u(x₂)/x₂)²].</li>
</ul>
<p>This is what the international measurement standard — the GUM (JCGM 100:2008) — actually specifies, under the name <strong>the law of propagation of uncertainty</strong>. It reflects a real statistical fact: if two error sources are genuinely independent, it&#8217;s very unlikely both land at their worst possible value on the same measurement, so the realistic combined uncertainty is smaller than the simple sum.</p>
<p><strong>Quadrature is always smaller than or equal to simple addition.</strong> For any two non-negative numbers a and b, √(a² + b²) ≤ a + b, with equality only when one of them is zero. This isn&#8217;t a coincidence specific to uncertainty — it&#8217;s the same geometric fact that makes the diagonal of a rectangle shorter than the sum of its two sides. Every example below demonstrates it numerically.</p>
<p><strong>Powers.</strong> If y = xⁿ, the relative uncertainty scales directly with the power: u(y)/y = |n| · u(x)/x. Squaring a value with 2% relative uncertainty gives a result with 4% relative uncertainty; cubing it gives 6%.</p>
<p><strong>Where this formula actually comes from.</strong> The GUM derives both versions from one general formula, for y = f(x₁, x₂, …, xₙ) with independent inputs: uc²(y) = Σᵢ (∂f/∂xᵢ)² · u²(xᵢ) — the sum of each input&#8217;s uncertainty, weighted by how sensitively the result responds to that input. This is a <strong>first-order Taylor series approximation</strong> of the function f, which is why it works cleanly for the simple operations covered here but can break down for strongly nonlinear functions or unusually large uncertainties — in those harder cases, the GUM&#8217;s own supplementary guide (JCGM 101:2008) recommends a Monte Carlo simulation instead of the direct formula.</p>
<p><strong>When inputs aren&#8217;t independent.</strong> Everything above assumes the input uncertainties come from unrelated sources. If two measurements share a common cause of error — the same miscalibrated instrument used for both, for instance — the quadrature formula on its own will <em>underestimate</em> the true combined uncertainty, and a covariance term (GUM Section 5.2) has to be added. This is a real caveat, not a footnote: shared error sources are common in practice, and this is exactly the setting where naive quadrature gives a falsely reassuring answer.</p>
<p><strong>The connection back to significant figures.</strong> <a href="https://significantfigurescalculator.com/significant-figures/">Our sig figs guide</a> rounds a sum to the fewest decimal places among its terms, and a product to the fewest significant figures. That&#8217;s precisely a crude, discrete version of the simple method above — &#8220;the least precise input limits the result&#8221; — without ever calculating an actual numeric uncertainty. Example 4 makes this explicit.</p>
<hr />
<h2 id="worked-examples">Worked Examples</h2>
<h3 id="example-1-addition-simple-vs-quadrature">Example 1 — Addition: simple vs. quadrature</h3>
<p><strong>Values:</strong> x₁ = 12.5 ± 0.3, x₂ = 8.2 ± 0.2. Sum = 20.7.</p>
<p><em>Simple method:</em> u(sum) = 0.3 + 0.2 = <strong>0.5</strong> → 20.7 ± 0.5</p>
<p><em>Quadrature method:</em> u(sum) = √(0.3² + 0.2²) = √(0.09 + 0.04) = √0.13 ≈ <strong>0.36</strong> → 20.7 ± 0.36</p>
<p>The quadrature uncertainty is about 28% smaller — a real, meaningful difference, not rounding noise.</p>
<h3 id="example-2-multiplication-simple-vs-quadrature">Example 2 — Multiplication: simple vs. quadrature</h3>
<p><strong>Values:</strong> x₁ = 5.0 ± 0.2 (4% relative), x₂ = 3.0 ± 0.1 (3.33% relative). Product = 15.0.</p>
<p><em>Simple method:</em> relative u = 4% + 3.33% = 7.33% → absolute u = 15.0 × 0.0733 ≈ <strong>1.10</strong> → 15.0 ± 1.10</p>
<p><em>Quadrature method:</em> relative u = √(4%² + 3.33%²) = √(0.16% + 0.111%)&#8230; expressed as decimals: √(0.04² + 0.0333²) = √(0.0016 + 0.00111) ≈ 0.0521 (5.21%) → absolute u = 15.0 × 0.0521 ≈ <strong>0.78</strong> → 15.0 ± 0.78</p>
<p>Again quadrature comes in noticeably tighter — roughly 29% smaller than the simple estimate.</p>
<p><strong>Division works identically</strong> — it&#8217;s the same relative-uncertainty rule, just with the values divided instead of multiplied. For x₁ = 20.0 ± 0.4 (2% relative) divided by x₂ = 4.0 ± 0.2 (5% relative), quotient = 5.0:</p>
<p><em>Simple method:</em> relative u = 2% + 5% = 7% → absolute u = 5.0 × 0.07 = <strong>0.35</strong> → 5.0 ± 0.35</p>
<p><em>Quadrature method:</em> relative u = √(2%² + 5%²) = √29% ≈ 5.39% → absolute u = 5.0 × 0.0539 ≈ <strong>0.27</strong> → 5.0 ± 0.27</p>
<h3 id="example-3-powers">Example 3 — Powers</h3>
<p><strong>Value:</strong> x = 4.0 ± 0.1 (2.5% relative uncertainty). Calculate y = x².</p>
<p>Relative uncertainty of y: |2| × 2.5% = 5%. With y = 16.0, absolute uncertainty = 16.0 × 0.05 = <strong>0.8</strong>.</p>
<p><strong>Answer: y = 16.0 ± 0.8.</strong> Squaring doesn&#8217;t just square the value — it doubles the <em>relative</em> uncertainty.</p>
<h3 id="example-4-where-sig-figs-and-real-propagation-meet">Example 4 — Where sig figs and real propagation meet</h3>
<p><strong>Values, using only the implied precision of the written digits:</strong> 12.5 (written to 1 decimal place, implying roughly ±0.05) and 8.2 (also 1 decimal place, ±0.05).</p>
<p><em>Simple method:</em> u(sum) = 0.05 + 0.05 = 0.10 → sum is trustworthy to about ±0.1 <em>Quadrature method:</em> u(sum) = √(0.05² + 0.05²) = √0.005 ≈ 0.07 → sum is trustworthy to about ±0.07</p>
<p>Both land in the same place: <strong>trust the first decimal place of the sum, not the second.</strong> Compare that to the sig-fig addition rule from <a href="https://significantfigurescalculator.com/significant-figures/">our sig figs guide</a>: round the sum to the fewest decimal places among the inputs — here, 1 decimal place either way. The sig-fig rule and the numeric propagation agree, because the sig-fig rule is a shortcut for exactly this reasoning. It just skips calculating an actual uncertainty value and jumps straight to &#8220;keep this many digits.&#8221; (This &#8220;implied uncertainty from the last written digit&#8221; is itself a rough convention, not a substitute for a real stated uncertainty — see <a href="https://significantfigurescalculator.com/category/precision/accuracy-vs-precision/">our earlier gotcha on this</a> — but it&#8217;s precisely the assumption sig fig rules are quietly built on.)</p>
<h3 id="example-5-propagating-through-a-real-calculation">Example 5 — Propagating through a real calculation</h3>
<p><strong>Scenario:</strong> the area of a rectangle, with length L = 5.20 ± 0.05 cm and width W = 3.10 ± 0.04 cm. Area = L × W = 16.12 cm².</p>
<p>Relative uncertainties: u(L)/L = 0.05/5.20 ≈ 0.962%, u(W)/W = 0.04/3.10 ≈ 1.29%.</p>
<p><em>Simple method:</em> relative u = 0.962% + 1.29% = 2.25% → absolute u = 16.12 × 0.0225 ≈ <strong>0.36</strong> → Area = 16.12 ± 0.36 cm²</p>
<p><em>Quadrature method:</em> relative u = √(0.962%² + 1.29%²) ≈ 1.61% → absolute u = 16.12 × 0.0161 ≈ <strong>0.26</strong> → Area = 16.12 ± 0.26 cm²</p>
<p>This is what &#8220;uncertainty moves through a calculation&#8221; actually looks like end to end: two independently measured lengths, each with its own uncertainty, combining into one uncertainty on the derived area — smaller under quadrature, larger under the worst-case method, both defensible depending on what the number needs to guarantee.</p>
<hr />
<h2 id="where-this-still-trips-people-up">Where This Still Trips People Up</h2>
<ul>
<li><strong>Uncertainties add for subtraction too.</strong> It&#8217;s tempting to think subtracting two values should partly cancel their uncertainties, since the central values are being subtracted. They don&#8217;t. u(x₁ − x₂) = u(x₁) + u(x₂) under the simple method, exactly like addition — the <em>values</em> subtract, but the <em>uncertainties</em> never do.</li>
<li><strong>Quadrature assumes independence.</strong> If two uncertainties share a root cause (the same uncalibrated instrument, the same flawed technique), quadrature alone understates the real combined uncertainty — see the correlated-inputs note above.</li>
<li><strong>This is a linear approximation.</strong> Both methods rest on a first-order Taylor expansion. For strongly nonlinear functions, or uncertainties that are large relative to the measured value, the approximation itself can break down, and a full propagation (Monte Carlo, per JCGM 101:2008) may be needed.</li>
<li><strong>&#8220;Just use the biggest uncertainty&#8221; isn&#8217;t propagation.</strong> Every genuine source of uncertainty contributes some real variance to the result, even the smaller ones — ignoring all but the largest source underestimates the true combined uncertainty, sometimes substantially, as Examples 1 and 2 show.</li>
<li><strong>Powers use the relative uncertainty, not the absolute one.</strong> A common error is applying u(y) = n · u(x) directly to absolute uncertainties; the power multiplies the <em>relative</em> uncertainty, and you convert back to an absolute value afterward — see Example 3.</li>
</ul>
<hr />
<h2 id="which-method-different-contexts-actually-use">Which Method Different Contexts Actually Use</h2>
<p>&nbsp;</p>
<table>
<thead>
<tr>
<th>Context</th>
<th>Method typically used</th>
<th>Why</th>
</tr>
</thead>
<tbody>
<tr>
<td>Intro chemistry/physics coursework</td>
<td>Simple (worst-case) addition</td>
<td>Easier to compute by hand; deliberately conservative</td>
</tr>
<tr>
<td>Professional metrology, GUM-compliant labs</td>
<td>Quadrature — the GUM&#8217;s law of propagation of uncertainty</td>
<td>Reflects the actual statistical behavior of independent random errors</td>
</tr>
<tr>
<td>Engineering tolerance stacking (worst-case design)</td>
<td>Simple method, deliberately, even by professionals</td>
<td>A guaranteed bound matters more than a realistic average when parts must physically fit together</td>
</tr>
<tr>
<td>Scientific measurement reporting</td>
<td>Quadrature</td>
<td>Matches what a stated uncertainty is supposed to represent: a realistic confidence interval, not an absolute worst case</td>
</tr>
</tbody>
</table>
<p>Neither method is the &#8220;correct&#8221; one in general — they answer different questions. The simple method answers &#8220;what&#8217;s the largest this error could plausibly be if everything went wrong at once?&#8221; Quadrature answers &#8220;what&#8217;s the realistic, statistically expected uncertainty, assuming independent random errors?&#8221;</p>
<hr />
<h2 id="where-the-method-comes-from">Where the Method Comes From</h2>
<p>The quadrature approach isn&#8217;t a house convention — it&#8217;s the GUM&#8217;s (JCGM 100:2008) defined law of propagation of uncertainty, laid out in its Section 5, and it&#8217;s what <a href="https://significantfigurescalculator.com/category/precision/accuracy-vs-precision/">our accuracy/precision pillar</a> refers to as the formal companion to the VIM&#8217;s definitions. For the harder case of strongly nonlinear models or non-Gaussian input distributions, the GUM&#8217;s supplementary guide, JCGM 101:2008, describes a Monte Carlo alternative — propagating full probability distributions through the calculation by simulation rather than relying on the first-order approximation used here. That level of rigor is outside the scope of a sig figs calculator, but it&#8217;s worth knowing the name if a calculation ever demands it.</p>
<hr />
<h2 id="common-mistakes">Common Mistakes</h2>
<ol>
<li><strong>Adding absolute uncertainties for a multiplication problem</strong>, or relative uncertainties for an addition problem — these are reversed, exactly like the sig-fig arithmetic rules they mirror.</li>
<li><strong>Assuming subtraction cancels uncertainty.</strong> It doesn&#8217;t — see the gotcha above.</li>
<li><strong>Reporting the simple (worst-case) result as if it were a realistic statistical uncertainty</strong>, when quadrature is what scientific reporting convention actually expects.</li>
<li><strong>Ignoring correlation between input uncertainties</strong> that share a common source.</li>
<li><strong>Applying u(y) = n·u(x) to absolute uncertainty for a power calculation</strong>, instead of applying the multiplier to the relative uncertainty first — see Example 3.</li>
<li><strong>Treating the biggest single uncertainty as the whole answer</strong>, discarding every other real contributing source.</li>
</ol>
<hr />
<h2 id="practice-problems">Practice Problems</h2>
<p><strong>Concept: Simple method — addition</strong></p>
<p><strong>Q1.</strong> Using the simple method, x₁ = 5.0 ± 0.2 and x₂ = 3.0 ± 0.1 are added. What&#8217;s the propagated uncertainty? A) 0.1 B) 0.2 C) 0.3 D) 0.22 <strong>Answer: C) 0.3</strong> (0.2 + 0.1).</p>
<p><strong>Q2.</strong> Using the simple method, what&#8217;s the propagated uncertainty when <em>subtracting</em> x₂ from x₁ (same values as Q1)? A) 0.1 B) 0.2 C) 0.3 D) 0 <strong>Answer: C) 0.3</strong> — uncertainties add regardless of whether the operation is addition or subtraction.</p>
<p><strong>Concept: Quadrature — addition</strong></p>
<p><strong>Q3.</strong> Using quadrature, x₁ = 5.0 ± 0.2 and x₂ = 3.0 ± 0.1 are added. What&#8217;s the propagated uncertainty (2 sig figs)? A) 0.30 B) 0.22 C) 0.15 D) 0.10 <strong>Answer: B) 0.22</strong> (√(0.2² + 0.1²) = √0.05 ≈ 0.22).</p>
<p><strong>Q4.</strong> Why is the quadrature result in Q3 smaller than the simple result in Q1? A) It&#8217;s a rounding error B) Quadrature accounts for the statistical unlikelihood of both errors being at their worst simultaneously C) Quadrature only works for multiplication D) They should be identical <strong>Answer: B.</strong></p>
<p><strong>Concept: Relative uncertainty and multiplication</strong></p>
<p><strong>Q5.</strong> x = 5.0 ± 0.2. What is its relative uncertainty? A) 0.2% B) 2% C) 4% D) 20% <strong>Answer: C) 4%</strong> (0.2/5.0).</p>
<p><strong>Q6.</strong> Using the simple method, x₁ has 4% relative uncertainty and x₂ has 3% relative uncertainty. What&#8217;s the propagated relative uncertainty of x₁ × x₂? A) 1% B) 5% C) 7% D) 12% <strong>Answer: C) 7%</strong> (4% + 3%).</p>
<p><strong>Concept: Quadrature and multiplication</strong></p>
<p><strong>Q7.</strong> Using quadrature, x₁ has 4% relative uncertainty and x₂ has 3% relative uncertainty. What&#8217;s the propagated relative uncertainty? A) 3% B) 5% C) 7% D) 12% <strong>Answer: B) 5%</strong> (√(4² + 3²) = √25 = 5 — the same 3-4-5 relationship as a right triangle).</p>
<p><strong>Q8.</strong> Why does multiplication propagate through relative uncertainties rather than absolute ones? A) It&#8217;s an arbitrary convention B) A product&#8217;s sensitivity to each factor scales with the size of the other factor, which normalizes naturally into a percentage C) Absolute uncertainty doesn&#8217;t apply to multiplication D) There&#8217;s no real difference <strong>Answer: B.</strong></p>
<p><strong>Concept: Powers</strong></p>
<p><strong>Q9.</strong> x = 4.0 ± 0.1 (2.5% relative uncertainty). What is the relative uncertainty of y = x³? A) 2.5% B) 5% C) 7.5% D) 25% <strong>Answer: C) 7.5%</strong> (3 × 2.5%).</p>
<p><strong>Q10.</strong> Using Q9, with x = 4.0 so y = x³ = 64.0, what is the absolute uncertainty of y? A) 0.1 B) 1.6 C) 4.8 D) 16 <strong>Answer: C) 4.8</strong> (64.0 × 0.075).</p>
<hr />
<h2 id="simple-vs-quadrature-same-inputs">Simple vs. Quadrature, Same Inputs</h2>
<p><strong>Addition: 12.5 ± 0.3 + 8.2 ± 0.2 = 20.7 ± ?</strong></p>
<ul>
<li>Simple method → ± 0.50 (wider bar)</li>
<li>Quadrature method → ± 0.36 (narrower bar)</li>
</ul>
<p><strong>Multiplication: 5.0 ± 0.2 × 3.0 ± 0.1 = 15.0 ± ?</strong></p>
<ul>
<li>Simple method → ± 1.10 (wider bar)</li>
<li>Quadrature method → ± 0.78 (narrower bar)</li>
</ul>
<p>&nbsp;</p>
<h2 id="quick-reference">Quick Reference</h2>
<p>&nbsp;</p>
<table>
<thead>
<tr>
<th>Operation</th>
<th>Simple (worst-case)</th>
<th>Quadrature (GUM)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Addition / subtraction</td>
<td>u(y) = u(x₁) + u(x₂)</td>
<td>u(y) = √[u(x₁)² + u(x₂)²]</td>
</tr>
<tr>
<td>Multiplication / division</td>
<td>u(y)/y = u(x₁)/x₁ + u(x₂)/x₂</td>
<td>u(y)/y = √[(u(x₁)/x₁)² + (u(x₂)/x₂)²]</td>
</tr>
<tr>
<td>Power, y = xⁿ</td>
<td>u(y)/y = n · u(x)/x</td>
<td><em>(same — powers don&#8217;t have a separate quadrature form)</em></td>
</tr>
</tbody>
</table>
<p><strong>Rule of thumb:</strong> quadrature ≤ simple, always. Use simple for a guaranteed worst-case bound; use quadrature for a realistic statistical estimate.</p>
<hr />
<h2 id="continue-learning">Continue Learning</h2>
<p><strong>Related fundamentals:</strong></p>
<ul>
<li>Accuracy, Precision, and Uncertainty: What Each One Actually Measures</li>
<li><a href="https://significantfigurescalculator.com/significant-figures/">Significant Figures: The Complete Guide</a></li>
</ul>
<p><strong>Go deeper on one topic at a time:</strong></p>
<ul>
<li>Absolute Error vs. Relative Error vs. Percent Error</li>
<li>What Measurement Uncertainty Actually Is</li>
<li>How to Read Uncertainty From a Ruler, Burette, or Digital Meter</li>
<li>How Many Sig Figs Should an Uncertainty Have?</li>
<li>Reporting Mean and Standard Deviation With Correct Precision</li>
<li>Why Significant Figures Are a Simplification of Real Uncertainty</li>
</ul>
<p><strong>Tools:</strong></p>
<ul>
<li>Error Propagation Calculator</li>
<li>Absolute &amp; Relative Uncertainty Calculator</li>
</ul>
<hr />
<p>&nbsp;</p>
<h2 id="sources-and-further-reading">Sources and Further Reading</h2>
<ul>
<li>JCGM 100:2008, <em>Evaluation of Measurement Data — Guide to the Expression of Uncertainty in Measurement (GUM)</em>, Section 5 — the primary source for the law of propagation of uncertainty and the general combined-uncertainty formula used throughout this page. (<a href="https://www.bipm.org/documents/20126/2071204/JCGM_100_2008_E.pdf">bipm.org</a>)</li>
<li>GUM Section 5, <em>Determining Combined Standard Uncertainty</em> (ISO-hosted full text) — confirms the formula&#8217;s basis in a first-order Taylor series approximation, cited above for the method&#8217;s known limits with nonlinear functions. (<a href="https://www.iso.org/sites/JCGM/GUM/JCGM100/C045315e-html/C045315e_FILES/MAIN_C045315e/05_e.html">iso.org</a>)</li>
<li>NIST Technical Note 1297, <em>Guidelines for Evaluating and Expressing the Uncertainty of NIST Measurement Results</em> — reused from our <a href="https://significantfigurescalculator.com/precision/accuracy-vs-precision/">accuracy/precision pillar</a>, NIST&#8217;s own implementation guide of the same GUM methodology applied here. (<a href="https://emtoolbox.nist.gov/publications/nisttechnicalnote1297s.pdf">emtoolbox.nist.gov</a>)</li>
</ul>
<hr />
<h2 id="review-and-methodology">Review and Methodology</h2>
<p><strong>Methodology:</strong> All formulas are cross-checked directly against the GUM (JCGM 100:2008) text, not a secondary paraphrase. Every worked example was independently recomputed during drafting. Calculator results referenced on this page use an arbitrary-precision decimal engine, not native floating-point math, validated against the site&#8217;s versioned regression fixture set.</p>
<hr />
<h2 id="changelog">Changelog</h2>
<p><strong>v1.0</strong> — Initial draft completed, 2026-08-10.</p>
<p>The post <a href="https://significantfigurescalculator.com/precision/error-propagation-uncertainty-calculation/">Error Propagation: How Uncertainty Moves Through a Calculation</a> appeared first on <a href="https://significantfigurescalculator.com">SignificantFiguresCalculator</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://significantfigurescalculator.com/precision/error-propagation-uncertainty-calculation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Propagating Uncertainty Through Addition and Multiplication: Rules, Examples, and Standards</title>
		<link>https://significantfigurescalculator.com/precision/error-propagation/propagating-uncertainty-addition-multiplication/</link>
					<comments>https://significantfigurescalculator.com/precision/error-propagation/propagating-uncertainty-addition-multiplication/#respond</comments>
		
		<dc:creator><![CDATA[Tommy C. Moran]]></dc:creator>
		<pubDate>Sat, 18 Jul 2026 18:40:07 +0000</pubDate>
				<category><![CDATA[Error Propagation]]></category>
		<category><![CDATA[GUM]]></category>
		<category><![CDATA[precision]]></category>
		<category><![CDATA[rounding]]></category>
		<category><![CDATA[significant figures]]></category>
		<guid isPermaLink="false">http://significantfigurescalculator.test/uncategorized/propagating-uncertainty-addition-multiplication/</guid>

					<description><![CDATA[<p>Learn how to propagate uncertainty when adding, subtracting, multiplying, and dividing measured values. Understand the significant figure rules, the GUM approach, and common pitfalls.</p>
<p>The post <a href="https://significantfigurescalculator.com/precision/error-propagation/propagating-uncertainty-addition-multiplication/">Propagating Uncertainty Through Addition and Multiplication: Rules, Examples, and Standards</a> appeared first on <a href="https://significantfigurescalculator.com">SignificantFiguresCalculator</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When reporting measured values, the uncertainty associated with each measurement must be propagated through calculations to avoid implying false precision. This article provides a comprehensive guide to propagating uncertainty through addition and multiplication, covering the conventional significant figure rules, the rigorous GUM (Guide to the Expression of Uncertainty in Measurement) approach, and the standards that govern these practices. Whether you are a student, engineer, or researcher, understanding these rules is essential for accurate and credible data reporting.</p>
<h2 id="rule-statement">Rule Statement</h2>
<p>The propagation of uncertainty follows two fundamental rules depending on the mathematical operation:</p>
<ul>
<li><strong>Addition and Subtraction:</strong> The result should be rounded to the same number of decimal places as the measurement with the fewest decimal places (i.e., the least precise value). This is because the absolute uncertainty dominates.</li>
<li><strong>Multiplication and Division:</strong> The result should be rounded to the same number of significant figures as the measurement with the fewest significant figures. This is because the relative uncertainty dominates.</li>
</ul>
<p>These rules are approximations that assume the uncertainties are independent and uniformly distributed. For rigorous work, the GUM method (JCGM 100:2008) is recommended, which uses standard deviations and partial derivatives.</p>
<h2 id="worked-examples">Worked Examples</h2>
<h3 id="addition-and-subtraction">Addition and Subtraction</h3>
<p>Suppose you measure lengths: 12.34 cm, 5.6 cm, and 0.789 cm. The least precise measurement is 5.6 cm (one decimal place). Adding them:</p>
<blockquote><p>12.34 + 5.6 + 0.789 = 18.729 cm</p></blockquote>
<p>Round to one decimal place: <strong>18.7 cm</strong>. The result must not imply more precision than the least precise input.</p>
<h3 id="multiplication-and-division">Multiplication and Division</h3>
<p>Calculate the area of a rectangle with length 3.45 m (3 sig figs) and width 2.0 m (2 sig figs). Multiply:</p>
<blockquote><p>3.45 × 2.0 = 6.90 m²</p></blockquote>
<p>Round to 2 significant figures: <strong>6.9 m²</strong>.</p>
<p>For a division example, compute density from mass 25.0 g (3 sig figs) and volume 5.0 cm³ (2 sig figs):</p>
<blockquote><p>25.0 / 5.0 = 5.0 g/cm³</p></blockquote>
<p>Round to 2 sig figs: <strong>5.0 g/cm³</strong>.</p>
<h2 id="counter-examples">Counter-Examples</h2>
<p>Common errors often arise when the rules are misapplied. Consider the following pitfalls:</p>
<ul>
<li><strong>Adding with different decimal places:</strong> 1.2 + 3.45 = 4.65. If you incorrectly round to the fewest significant figures (2 sig figs), you get 4.7, but the correct rule gives 4.6 (one decimal place). The result should be 4.6, not 4.7.</li>
<li><strong>Multiplying with too many sig figs:</strong> 2.5 × 3.14159 = 7.853975. If you keep all digits, you imply false precision. The correct answer is 7.9 (2 sig figs).</li>
<li><strong>Ignoring exact numbers:</strong> When a number is exact (e.g., a counted value or a conversion factor), it has infinite significant figures. For example, 2 × 3.14 = 6.28, not 6.3, because 2 is exact.</li>
</ul>
<h2 id="convention-comparison-table">Convention Comparison Table</h2>
<table>
<thead>
<tr>
<th>Operation</th>
<th>Significant Figure Rule</th>
<th>GUM Method</th>
<th>Typical Use</th>
</tr>
</thead>
<tbody>
<tr>
<td>Addition/Subtraction</td>
<td>Round to least decimal places</td>
<td>Combine variances (absolute)</td>
<td>General lab work</td>
</tr>
<tr>
<td>Multiplication/Division</td>
<td>Round to least sig figs</td>
<td>Combine relative variances</td>
<td>Engineering calculations</td>
</tr>
<tr>
<td>Mixed operations</td>
<td>Apply stepwise, track intermediate results</td>
<td>Full uncertainty budget</td>
<td>Research and metrology</td>
</tr>
</tbody>
</table>
<h2 id="standards-citation">Standards Citation</h2>
<p>Several standards define the proper handling of significant figures and uncertainty propagation:</p>
<ul>
<li><strong>ASTM E29-22</strong> – <em>Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications</em>. This standard specifies how to round test results and how to interpret significant digits in specification limits.</li>
<li><strong>ISO 80000-1:2022</strong> – <em>Quantities and units – Part 1: General</em>. Clause 7.3.4 addresses rounding and significant figures, recommending that the result of a calculation should not contain more significant digits than the least precise input.</li>
<li><strong>JCGM 100:2008 (GUM)</strong> – <em>Evaluation of measurement data – Guide to the expression of uncertainty in measurement</em>. Clause 5.1.2 provides the law of propagation of uncertainty, which is the rigorous method for combining standard uncertainties.</li>
<li><strong>NIST Technical Note 1297</strong> – <em>Guidelines for Evaluating and Expressing the Uncertainty of NIST Measurement Results</em> (Taylor &amp; Kuyatt, 1994). This document aligns with GUM and gives practical guidance for reporting uncertainties.</li>
</ul>
<h2 id="common-mistakes">Common Mistakes</h2>
<ol>
<li><strong>Rounding prematurely:</strong> Do not round intermediate values in a multi-step calculation. Carry extra digits until the final step, then round.</li>
<li><strong>Confusing decimal places with significant figures:</strong> For addition, the rule depends on decimal places, not sig figs. For multiplication, it depends on sig figs, not decimal places.</li>
<li><strong>Ignoring the uncertainty of exact numbers:</strong> Exact numbers (like 1000 in 1 L = 1000 mL) have infinite precision and do not limit the result.</li>
<li><strong>Applying the rule to constants:</strong> Mathematical constants like π or e are exact if they are used as symbols; if approximated, their precision must be considered.</li>
<li><strong>Forgetting to round the final answer:</strong> Always apply the rounding rule to the final reported value, not to intermediate steps.</li>
</ol>
<h2 id="practice-problems">Practice Problems</h2>
<p>Test your understanding with these exercises:</p>
<ol>
<li>Add: 2.34 + 5.6 + 0.789</li>
<li>Multiply: 4.56 × 1.2</li>
<li>Divide: 9.876 ÷ 3.2</li>
<li>Calculate: (12.34 + 5.6) × 2.0</li>
</ol>
<p><strong>Answers:</strong></p>
<ol>
<li>8.7 (one decimal place)</li>
<li>5.5 (two sig figs)</li>
<li>3.1 (two sig figs)</li>
<li>36 (two sig figs, because 2.0 has two sig figs and the sum 17.94 rounds to 17.9? Actually, stepwise: sum = 17.94, then multiply by 2.0 gives 35.88, round to 36 with two sig figs)</li>
</ol>
<h2 id="software-behavior-note">Software Behavior Note</h2>
<p>Spreadsheet software (Excel, Google Sheets) and programming languages (Python, R, MATLAB) typically do not apply significant figure rounding automatically. They return full-precision results, which can mislead users. For example, <code>=2.5*3.14159</code> in Excel yields 7.853975, not 7.9. To enforce significant figures, you must use rounding functions like <code>ROUND()</code> with the appropriate number of digits. In Python, the <code>round()</code> function uses banker&#8217;s rounding by default, which may not align with the half-up convention used in many standards. Always verify the rounding behavior of your tool against the relevant standard.</p>
<h2 id="quick-reference-table">Quick Reference Table</h2>
<table>
<thead>
<tr>
<th>Operation</th>
<th>Rule</th>
<th>Example</th>
<th>Result</th>
</tr>
</thead>
<tbody>
<tr>
<td>Addition</td>
<td>Least decimal places</td>
<td>12.1 + 3.45</td>
<td>15.6</td>
</tr>
<tr>
<td>Subtraction</td>
<td>Least decimal places</td>
<td>10.0 &#8211; 2.34</td>
<td>7.7</td>
</tr>
<tr>
<td>Multiplication</td>
<td>Least sig figs</td>
<td>2.5 × 3.14159</td>
<td>7.9</td>
</tr>
<tr>
<td>Division</td>
<td>Least sig figs</td>
<td>9.876 ÷ 3.2</td>
<td>3.1</td>
</tr>
</tbody>
</table>
<h2 id="related-rules">Related Rules</h2>
<p>For a deeper understanding, explore these related topics:</p>
<ul>
<li><a href="/rounding-methods">Rounding Methods: A Comparison</a></li>
<li><a href="/significant-figures">Significant Figures: The Complete Guide</a></li>
<li><a href="/measurement-uncertainty">Understanding Measurement Uncertainty</a></li>
<li><a href="/error-propagation">Error Propagation in Complex Calculations</a></li>
</ul>
<p>The post <a href="https://significantfigurescalculator.com/precision/error-propagation/propagating-uncertainty-addition-multiplication/">Propagating Uncertainty Through Addition and Multiplication: Rules, Examples, and Standards</a> appeared first on <a href="https://significantfigurescalculator.com">SignificantFiguresCalculator</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://significantfigurescalculator.com/precision/error-propagation/propagating-uncertainty-addition-multiplication/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
