Quick question about uncertainty calculation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
mjolnir80
Messages
54
Reaction score
0

Homework Statement


lets say we have A * B
A=12.8 + 0.2
B=3.75 + 0.08
how would we calculate the new uncertainty value
ive seen soo many ways of doing this I am a bit confused
thanks in advance

Homework Equations


any equation used to calculate uncertainty


The Attempt at a Solution


the 2 main ways I've seen is one involving partial dervatives and the other is taking the square root of the answer times the (uncertainties/value)2
im a little confused about which one to use
 
on Phys.org
(A+ε1)*(B+ε2)
AB+Aε2+Bε11ε2

so if we disregard the final term the incertainty would be Aε2+Bε1

partial derivative of AB with respect to A is B
partial derivative of AB with respect to B is A

does that help?
 
rock.freak667 said:
If C=AB, then

[tex]\frac{\delta C}{C}=\frac{\delta A}{A}+ \frac{\delta B}{B}[/tex]


this is obtained using differential calculus.

whats that called? I want to look that up. it looks interesting.