Combining Multiple Rules for Error Propagation

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 · 3K views
ELLE_AW
Messages
16
Reaction score
0

Homework Statement


  1. An object of mass m=2.3±0.1kg moves at a speed of v=1.25±0.03m/s. Calculate the kinetic energy (K=1/2mv2) of the object and estimate the uncertainty δK?

Homework Equations


- Addition error propagation--> z = x + y and the Limit error--> δz = δx + δy

- Exponent error propagation --> z = xn and the Limit Error --> δz = nxn-1(δx)

- K = 1/2mv2

The Attempt at a Solution



This is what I attempted, but I really don't think it's right. I basically just included the exponent error propagation, but how does the multiplication of mv2 get incorporated?

- K = ½ mv2 = ½ (2.3kg)(1.25m/s)2 = 1.7969 kg m2 s-2 = 1.8 J

- Uncertainty of K = (m)2v1(δv) = (2.3)(2)(1.25)(0.03) = 0.1725 = 0.17
How do I combine these two rules when calculating the uncertainty of the kinetic energy?

 
Physics news on Phys.org
ELLE_AW said:
Addition error propagation--> z = x + y and the Limit error--> δz = δx + δy
This is error propagation for correlated variables x and y. If your variables are uncorrelated, they should be added in quadrature, i.e.,
$$
\delta z^2 = \delta x^2 + \delta y^2.
$$
The same is true for uncorrelated relative errors in the case of a product.