How Do Length Errors Propagate Through Different Operations?

  • Thread starter Thread starter Pixter
  • Start date Start date
  • Tags Tags
    Error Length
AI Thread Summary
Length errors propagate differently depending on the operation performed. For addition and subtraction, absolute errors are added, while for multiplication and division, percentage errors are combined. When squaring, cubing, or taking square roots, the percentage error is multiplied by the power involved. A practical example illustrates how to calculate the range of possible values for sums and products based on given errors. Overall, while precise calculations are possible, simpler rules of thumb can provide sufficiently accurate results for small errors.
Pixter
Messages
29
Reaction score
0
Right having a few labs at the moment and just wanted to get a clarificating conserning errors.

if i have a length error which is 2+-1... if i add two length or subtract two length, what do i do with the error?
the same if i multiply them och divide them...

and then finally if i sqaure,kube or take the sqrt of them..?

it's not that important could probably ask a tutor but have not lectures today so don't have to get the bus to the uni then =).
 
Physics news on Phys.org
for addition and subtraction add the absolute errors.
For division and multiplication add the percentage errors.
for cubes and squares etc. multiply the percentage error by the power.
 
Hypercase gave very good "rules of thumb". They are not exactly right but very, very accurate for small errors (surely you can do better than "2+-1"!) and far easier than being precise.

If you really want to be precise (of course, your "errors" won't be very precise anyway!) you could do this:
Suppose x is measured at 2+- 0.01, y is measured at 3+- 0.02.
That means that the true value of x is somewhere between 2-0.01= 1.99 and 2+0.01= 2.01. The true value of y is somewhere between 3- 0.02= 2.98 and 3+0.02= 3.02. The largest possible value for x+ y is 2.01+ 3.02= 5.03.
The smallest possible value of x+y is 1.99+ 2.98= 4.97. x+y is somewhere between 4.97 and 5.03: 5+- 0.03. Exactly what Hypercase said: the errors added.
Notice, by the way, that if you subtract the errors do not subtract! They still add. The largest x- y could possibly be is 2.01- 2.98= -0.97, the smallest is 1.99- 3.02= -1.03: x-y is -1+- 0.03- the error is still the sum of the errors.

Now what about xy? The largest xy could be is 2.01*3.02= 6.0702= 6+ 0.0702. The smallest is 1.99*2.98= 5.9302= 6-0.0698. A bit more complicated! To use Hypercases's suggestion, find the percentage error (also called "relative error") in x: 0.01/2 and in y: 0.02/3.
Adding those, the percntage error in xy is 0.03/6+ 0.04/6= 0.07/6 and the absolute error is 6(0.07/6)= 0.07: xy is 6+- 0.07 which, while not exact, is pretty darn accurate.
As Hypercase said, since powers are "repeated multiplication" you do a "repeated addition", i.e. multiplication, of the percentage error.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top