Propagation of error if one of the values is 0

  • Thread starter Thread starter nietzsche
  • Start date Start date
  • Tags Tags
    Error Propagation
AI Thread Summary
When calculating the propagation of error for a product involving a zero value, the standard formula becomes problematic, as it leads to undefined behavior. Specifically, if one of the quantities in the multiplication is zero, the error propagation formula does not apply directly, resulting in an infinite term. The discussion highlights a specific case involving the velocity of a cart measured as 0.00 ± 0.005, raising questions about the accuracy of such measurements. The need for understanding partial derivatives is emphasized, as they are crucial for resolving these types of error propagation issues. Accurate interpretation of zero values in measurements is essential for proper error analysis.
nietzsche
Messages
185
Reaction score
0
I'm doing a lab write-up and I've run into a snag. I'm trying to do propagation of error in a product, but one of my quantities that I'm multiplying is 0. The propagation of error formula for z = xy is

<br /> \left ( \frac{\Delta z}{z} \right )^2 = \left( \frac{\Delta x}{x} \right )^2 + \left (\frac{\Delta y}{y} \right )^2<br />

But if either x or y = 0, what happens?
 
Physics news on Phys.org
Is it 0 by definition or is that just a measurement with low accuracy?
 
it's the velocity of a cart that was measured by a motion sensor, so it's a measurement. the value is 0.00 +/- 0.005.
 
If you look into the partial derivative definition used to find that error propagation formula, you will see that x = 0 makes the infinite term disappear. See
http://www.rit.edu/cos/uphysics/uncertainties/Uncertaintiespart2.html#muldiv
 
Last edited by a moderator:
thank you. i haven't learned partial derivatives yet, so i'll have to take your word for it.
 
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