How to Calculate the Correct Percentage Uncertainty in Metal Pipe Volume?

  • Thread starter Thread starter harvey1999
  • Start date Start date
  • Tags Tags
    Uncertainties
AI Thread Summary
To calculate the correct percentage uncertainty in the volume of a metal pipe, the manufacturer must consider the dimensions provided, including length and diameters with their respective uncertainties. The correct percentage error in volume is determined to be 22.5%, while a participant mistakenly calculated it as 34%. The error arises from incorrectly treating the volume components as independent, leading to double counting of the uncertainty in length. The discussion emphasizes the importance of accurately applying uncertainty propagation methods to avoid exaggeration in volume calculations. Understanding the relationship between the dimensions is crucial for precise calculations.
harvey1999
Messages
12
Reaction score
1
A manufacturer needs to determine the volume of metal used to produce a metal pipe of the following dimensions:
Length, L 40 + 1 m
External diameter, D 12.0 + 0.2 cm
Internal diameter, d 10.0 + 0.2 cm
Estimate the greatest possible percentage error of the volume.

the correct ans is 22.5%.

but no matter how many times I've tried, my ans is always 34%. Help pls thank you! :)
 
Physics news on Phys.org
Could you show us your working?
 
  • Like
Likes Simon Bridge
Qwertywerty said:
Could you show us your working?
V=(pi)(R^2)(L) - (pi)(r^2)(L)

delta(R)=(1/2)(0.2)=0.1cm
delta(r)=(1/2)(0.2)=0.1cm

delta(V) = delta(pi*R^2*L) + delta(pi*r^2*L)

Let x=(pi)(R^2)(L)

delta(x)/x = 2(0.1/6) + 1/40= 7/120

delta(x)=7/120 * (pi*R^2*L)=7/120 * 14 400 pi = 840pi

Let y=pi*r^2*L

delta(y)/y = 2(0.1/5) + 1/40=13/200

delta(y)=13/200 * pi*r^2*L=13/200 * 10 000pi= 650pi

delta(V) = delta(x) + delta(y)
=1490pi
delta(V)/V *100% = 1490pi/4400pi *100 = 34%

fyi 4400pi is the value of V
thank you
 
Hi harvey,

I've moved your thread to the homework forums, but in the future please post all homework questions in the appropriate homework forum and use the template provided.
 
You have counted the 1/40 twice over. There may be other errors.
Safest way is just to compute the maximum possible volume.
 
haruspex said:
You have counted the 1/40 twice over. There may be other errors.
Safest way is just to compute the maximum possible volume.
i'm sorry, what do you mean by counting 1/40 twice? is my method not the correct approach anyway?
 
harvey1999 said:
i'm sorry, what do you mean by counting 1/40 twice? is my method not the correct approach anyway?
You counted it here:
harvey1999 said:
delta(x)/x = 2(0.1/6) + 1/40= 7/120
and here:
harvey1999 said:
delta(y)/y = 2(0.1/5) + 1/40=13/200
Your problem starts with this line:
harvey1999 said:
delta(V) = delta(pi*R^2*L) + delta(pi*r^2*L)
Let's back up one step:
##\Delta V = \Delta (\pi*R^2*L-\pi*r^2*L)##
You cannot split that as ##\Delta (\pi*R^2*L)+\Delta(\pi*r^2*L)## because the two terms are not independent.
If the actual length is L-ΔL on the inner radius it will be L-ΔL on the outer radius. Your analysis exaggerates the range by allowing a volume like
##\pi((R-\Delta R)^2(L-\Delta L)-(r+\Delta r)^2(L+\Delta L))##
 
haruspex said:
You counted it here:

and here:

Your problem starts with this line:

Let's back up one step:
##\Delta V = \Delta (\pi*R^2*L-\pi*r^2*L)##
You cannot split that as ##\Delta (\pi*R^2*L)+\Delta(\pi*r^2*L)## because the two terms are not independent.
If the actual length is L-ΔL on the inner radius it will be L-ΔL on the outer radius. Your analysis exaggerates the range by allowing a volume like
##\pi((R-\Delta R)^2(L-\Delta L)-(r+\Delta r)^2(L+\Delta L))##

however, it is true that if R=A+B,
then delta(R) = delta(A) + delta(B).
i don't get what you mean by independent though. I'm sorry but i just want to fully understand this, thank you!
 
Back
Top