Calculating an equations error given the error of a single value

  • Context: Undergrad 
  • Thread starter Thread starter buttermellow
  • Start date Start date
  • Tags Tags
    Error Value
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
3 replies · 4K views
buttermellow
Messages
8
Reaction score
0
Say you had an equation like E = .5mv2. If in an experiment the velocity is measured, but has an error of 10%, what would be the total error in calculating E?
 
Physics news on Phys.org
What about m? Just use addition of percentage error here. While making product percentage errors are added, while making sums just add errors. After all, uncertainty of E depends on m as well.
 
There is an engineers rule of thumb that says that when measurements are added or subtracted their errors add. When measurements are multiplied or divided, their relative errors (error divided by the value) add.

If f= xy and x has error dx, y has error dy, then f could be as large as (x+ dx)(y+ dy)= xy+ xdy+ ydx+ dxdy. Neglecting the small dxdy (if dx and dy are small, dxdy will be much smaller), the error is xdy+ ydx so the relative error is (xdy+ ydx)/(xy)= dy/y+ dx/x.

With 0.5mv^2, for small errors dm and dv, the relative error is dm/m+ 2dv/v.