Calculating error in measurements w/ uncertainty

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
6 replies · 3K views
Wa1337
Messages
33
Reaction score
0

Homework Statement


The radius of a circle is measured to be 2.4 cm +/- 0.1 cm.
Find the error in the area of the circle.
Find the error in the circumference.

Homework Equations


Have no idea but I'm taking a guess it could be multiplying fractional uncertainties?

The Attempt at a Solution


I got 18.09 for area and 15.08 for circumference...just need a way to go about calculating error

...really rusty in math and learning physics now, pardon the noob question.
 
Physics news on Phys.org
Thanks but I'm still a little confused...would I have to do the 0.1/2.4 twice and add them or what?
 
Wa1337 said:
Thanks but I'm still a little confused...would I have to do the 0.1/2.4 twice and add them or what?

For what calculation?

You might want to ponder entry 5 in the table, which deals with numbers with uncertainties raised to a power.
 
Well in that scenario delta Z would be the change in 2.4 + .1 and 2.4 -.1 right? What about delta A?
 
Wa1337 said:
Well in that scenario delta Z would be the change in 2.4 + .1 and 2.4 -.1 right? What about delta A?

Z is the result. ΔZ is the uncertainty in the result. A is the number with uncertainty ΔA. So in the case of calculating Z = A2, n = 2 and
[tex]\frac{\Delta Z}{Z} = n \frac{\Delta A}{A}[/tex]
giving
[tex]\Delta Z = 2 Z \frac{\Delta A}{A}[/tex]
and since Z = A2, this yields
[tex]\Delta Z = 2 A^2 \frac{\Delta A}{A}[/tex]
You could reach the same result using entry 3 in the table (for Z = A*B) by setting B = A and ΔB = ΔA.
 
Ok thanks for clarifying.