Calculating Error in Multiple Independent Variables

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

Homework Statement



Okay so I was given this question to start calculating error on other problems.

Consider the equation F(x,y,z) = x^4+2y^3+5yz+5. Let the uncertainty in x be represented by the variable dx, the uncertainty in y be represented by the variable dy, and the uncertainty in z be represented by the variable dz.

Homework Equations



I was given this equation to work from Δfx(x,y,z) = abs(f(x+Δx,y,z)-f(x,y,z))


The Attempt at a Solution



Okay so I started to use the equation I was given, only substituting dx for Δx. Then I "solved" for Δfx to get Δx*y*z. Only that is not the right answer.

I am not sure how to incorporate the equation and I am unclear on how to proceed with this problem.
 
Physics news on Phys.org
You haven't actually stated the question, you've only given some the parameters for it. Is the question to find the error in F? And what is Δfx? Your notation isn't clear. You might find section 9 of this resource useful, particularly the bit near the end.
 
Okay I apologize, the actual question is to find an algebraic expression for the uncertainty in the function due to the uncertainty in x.
 
I think you are just making an algebraic error. If you expand out [itex](x+\Delta x)^4[/itex], you will have many more terms left over after cancellation than just the one you gave. Without seeing more of your work, I can't say where you've gone wrong.
 
Also, are you supposed to assume the error is small, or arbitrary? It would be very helpful to see the entire question.
 
Okay so here is what I tried to do. Though something is still off and I am not sure what I am doing wrong.

Δfx = abs(f(x+Δx,y,z)-f(x,y,z))
Δfx = abs((x+Δx)yz - x^4-2y^3-5yz-5)
Δfx = abs(xyz+Δxyz-x^4-2y^3-5yz-5)
 
You've forgotten the power of four in the first term. It's not [itex](x+\Delta x)[/itex], it's [itex](x+\Delta x)[/itex].

Edit: and you've forgotten the remaining three terms in [itex]f(x+\Delta x)[/itex], the additional [itex]+2y^3 + 5yz + 5[/itex].

Edit2: And I'm not sure why you're multiplying the first term by [itex]yz[/itex].
 
From the above, it seems you're confused about what [itex]f(x+\Delta x,y,z)[/itex] means. It means that in your original formula, you need to replace everywhere you see [itex]x[/itex] with [itex]x+\Delta x[/itex].