Calculating Uncertainty in multiplication/division (Volume&Ration)

  • Thread starter Thread starter nut.the.dutch
  • Start date Start date
  • Tags Tags
    Uncertainty
Click For Summary

Homework Help Overview

The discussion revolves around calculating uncertainties in the context of volume and ratio for circular cookies, specifically focusing on the propagation of uncertainty in multiplication and division. The original poster presents measurements for the diameter and thickness of the cookies, along with attempts to compute the average volume and the ratio of diameter to thickness.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of uncertainty formulas, including the Root Sum of Squares (RSS) method and the potential for using simpler additive approaches for relative uncertainties. There is confusion regarding the correct method to apply and the interpretation of significant figures in the context of uncertainty.

Discussion Status

Participants are actively exploring different methods for calculating uncertainty, with some suggesting the need to account for area when determining volume. There is ongoing clarification regarding the original measurements and the implications of using diameter versus radius in calculations. The discussion reflects a lack of consensus on the appropriate approach to take, with multiple interpretations being considered.

Contextual Notes

There is a noted confusion regarding the original measurements of uncertainty, specifically the values provided for diameter and thickness. Participants are also questioning the expectations set by the instructor regarding the method of uncertainty propagation to be used.

nut.the.dutch
Messages
7
Reaction score
0
[SOLVED]Calculating Uncertainty in multiplication/division (Volume&Ration)

Hello all.

Homework Statement



As you eat your way through a bag of chocolate chip cookies, you observe that each cookie is a circular disk with a diameter of 8.50 +/- .002cm and a thickness of (7.0×10^−2) +/-0.005.

1. Find the average volume of a cookie. > Express your answer using two significant figures
2. Find the uncertainty in the volume of a cookie. > Express your answer using one significant figure.
3. Find the ratio of the diameter to the thickness. > Express your answer using two significant figures.
4. Find the uncertainty of the ratio. > Express your answer using one significant figure.


Homework Equations



I already got the average volume and ratio, but I'm having a hard time solving for the uncertainty. BTW, this is a MasteringPhysics problem, so it's online and we get feedback, but every incorrect attempt lowers your possible points.

1. Volume:
V=A*thickness = (pi*4.25^2)*.07 = 3.972...cm^3 = 4.0cm^3 (2 sig. figs)

3. Ratio = diameter/thickness = 8.50/.07 = 121.4285714 = 120 (2 sig figs)

The Attempt at a Solution



I read the physics textbook, but I'm still confused. It talks of implicit uncertainty (sig. figs). The example it gives is:

"We give the thickness of the cover of this book as 2.91mm, which has 3 sig.figs. By this we mean that the first two digits are known to be correct, while the third digit is uncertain. The last digit is in the hundredths place, so the uncertainty is about .01mm"

So I tried using the volume (4.0 cm) - it has 2 sig. figs. According to the book, the last digit is the 0, and it's in the tenths place, so the uncertainty would be = 0cm?! That's obviously wrong. Same thing when you try to repeat the process for the ratio (120) - there are two sig figs, the first digit is known to be correct, and the second is uncertain 2 is in the tens spot, so the uncertainty would have to be 20 - which again is wrong - I plugged it in and it was wrong.

I was trying to find help online, and I came to this site: http://www.dartmouth.edu/~chemlab/info/resources/uncertain.html"

If you scroll down, it comes to uncertainty in multiplication or division, and they give you the equation:

uncertainity = sqrt [(uncertainty of A/A)^2 + (uncertainty of B/B)^2]

I plugged in:

sqrt [(.02/8.5)^2 + (.005/.07)^2] = .07146... = 7*10^-2 (one sig fig)
...and it was wrong.

Essentially, I'm stuck and not sure how exactly you *find* uncertainty. I read a lot of the uncertainity posts on here, but it still hasn't helped, https://www.physicsforums.com/showthread.php?t=213084&highlight=uncertainty"reccomends the same formula as the dartmouth site, and I still get that the answer is wrong.

I wish I could show more work, but all of my work is wrong, and after that, I was just trying to guess using random combinations of the given uncertainties (.02cm and .005cm), and I doubt it'd be much use. Other than going into ask the professor himself, I've exhausted all the other options, none of what I read online or in the textbook clicked to show me how to go about answering the problem.

Thank you very much for any help!
 
Last edited by a moderator:
Physics news on Phys.org
nut.the.dutch said:
2. Find the uncertainty in the volume of a cookie. > Express your answer using one significant figure.

4. Find the uncertainty of the ratio. > Express your answer using one significant figure.

uncertainity = sqrt [(uncertainty of A/A)^2 + (uncertainty of B/B)^2]

I plugged in:

sqrt [(.02/8.5)^2 + (.005/.07)^2] = .07146... = 7*10^-2 (one sig fig)
...and it was wrong.

Welcome to PF.

The formula from the Dartmouth site which uses the RSS of the relative errors should be OK. To apply it properly you need to account for the area uncertainty as the square of the dimension that you would have used. If you would have calculated the area as πd²/4, then you would want to add d's contribution to uncertainty twice.

Hence ((Δd/d)² + (Δd/d)² + (Δh/h)²)1/2
 
On the other hand your course may also be treating uncertainty in a more conservative manner and the multiplication rule your teacher is using may only be based on the simple sum of the relative uncertainties.

In which case you may be expected to use (Δd/d) + (Δd/d) + (Δh/h)
 
Thank you! I just realized that to find the volume of the cylinder, I used the radius (1/2 diamter > 8.5*.5 = 4.25), not the diameter.

So sqrt[(.02/4.25)^2 + (.005/.07)^2] = .0715834209 - which would not make a difference in the final result since we need to round to one sig. figure, and it still works out to be 7*10^-2.

____

If I use ((Δd/d)² + (Δd/d)² + (Δh/h)²)1/2
= sqrt[(.02/4.25)² + (.02/4.25)² + (.005/.07)²]
= .0717379361 > which still gives the same answer with 1 sig. fig

If I use the diameter, and not the radius:
= sqrt[(.02/8.5)² + (.02/8.5)² + (.005/.07)²]
=.0715060381 > again, works out to the same number.

____

another thing, if I halve the diameter, do I also need to halve the uncertainty? (.02 > .01cm?) It seems logical in the sense that had you not halved the uncertainty, it would grow each time you reduce the actual measurment, to the point where the uncertainty will be greater than the measurement itself, and that's impossible, right?

And by the same logic, the uncertainty of the thickness would not change because it hasn't been manipulated:

If so, then I could use the formula again and:
=sqrt[(.01/4.25)² + (.01/4.25)² + (.005/.07)²]
=.0715060381 > Again. I guess this makes no difference.

with the diameter instead of radius measurements:
= sqrt[(.01/8.5)² + (.01/8.5)² + (.005/.07)²]
=.071447946 > Yet again.


Also, I'm not sure what RSS means? Thank you again though, and I appreciate your reply.

[EDITED TO ADD:] I tried adding the uncertainties (.005+.02) for both the ratio and volume, and it was wrong.
 
This was why I suggested you use the πd²/4 for area, as it should clarify how you would take the relative uncertainty.

(Δd/d)² ---> (.002/8.5)²

Yes. Add it twice.

Note your error ±.002 over 8.5 cm as per the original statement
 
RSS = Root Sum of the Squares
 
LowlyPion said:
This was why I suggested you use the πd²/4 for area, as it should clarify how you would take the relative uncertainty.

(Δd/d)² ---> (.002/8.5)²

Yes. Add it twice.

Note your error ±.002 over 8.5 cm as per the original statement

Alright. I don't think I see what you're saying, to me it looks like you're just repeating to do what I've already done, which is:

If I use the diameter, and not the radius:
= sqrt[(.02/8.5)² + (.02/8.5)² + (.005/.07)²]
=.0715060381 > again, works out to the same number
.

Are we speaking past each other? because as I said, the .07...number I keep coming up with is incorrect. MasteringPhysics automatically checks answers, it's deemed that one wrong...
 
nut.the.dutch said:
Alright. I don't think I see what you're saying, ...
If I use the diameter, and not the radius:
= sqrt[(.02/8.5)² + (.02/8.5)² + (.005/.07)²]
=.0715060381 > again, works out to the same number ...


Let me say it again:

Note your error ±.002 over 8.5 cm as per the original statement
 
Aagh - I'm so sorry, I copied the original problem wrong, it's not .002, but .02cm (and still .005cm for the other). Sorry for the confusion. :/
 
  • #10
Ok. That's fine. Then are you sure your instructor is expecting you to take the RSS to determine uncertainty propagation?

Because regardless, the error of the diameter is so much smaller than the error of the thickness, that the RSS will be dominated by the thickness error.

Might it simply be the sum of the relative errors in your course for taking multiplication/division uncertainties?

In which case that sums to .076.

But remember what you get from either method is a relative uncertainty result that would be expressed as a %. If they want the error expressed as an absolute volume then you still need to multiply that % by the nominal calculation.
 
  • #11
No, I have no idea what he expects. Of the entire problem set for the section, this is the only problem with uncertainties. This is the first homework set though, but/and it's 'physics for engineering majors'. We haven't covered before, so maybe you're right and he's looking for a simpler solution.

What you're saying, is that I take the 7*10^-2, and multiply it by the nominal calculation, so .076*4.0(volume) and .076*120(ratio).

YEEEEEEEEESSSSSSS! Thank you! That works, and I also get it.
 
  • #12
If the .076 is correct then the instructor is not using the RSS, he is using the simple sum of the relative errors as his multiplication/division rule, with the relative error of the diameter taken twice because of its effect on area.

Good luck.
 
  • #13
Yeah, .076 multiplied by the actual result (ratio, volume) was right. Thanks again!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
23
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
9
Views
10K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K