Jump to content

Experimental uncertainty


mathtrek

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.