mathtrek Posted November 20, 2007 Share Posted November 20, 2007 I'm wanting to calculate the experimental uncertainty in the following function: N = f(x,y) = a*exp(-x/y) where a is a constant. I've applied the following technique: For z = f(x,y), Δz = sqrt[ (∂f/∂x * Δx)² + (∂f/∂y * Δy)² ] And calculated: ΔN = sqrt [ ( (-a/x)*exp(-x/y)*Δx )² + ( (ax/y²)*exp(-x/y)*Δy )² ] However this is giving me an error far in excess of what I should be getting... can someone advise where I've gone wrong? Link to comment Share on other sites More sharing options...
Testo Posted November 20, 2007 Share Posted November 20, 2007 I think it's; ΔN = sqrt [ ( (-a/y)*exp(-x/y)*Δx )² + ( (ax/y²)*exp(-x/y)*Δy )² ] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now