Involving Errors In Calculations

Click For Summary

Homework Help Overview

The discussion revolves around calculating the error in a final answer derived from measurements that include uncertainties. The original poster presents a formula related to lenses, specifically involving the variables distance (v), object distance (u), and focal length (f), each with associated errors.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore different methods for error propagation, including calculus-based approaches and simpler algebraic methods. The original poster expresses confusion regarding the complexity of the calculus method and seeks a more straightforward explanation.

Discussion Status

Several participants have provided guidance on how to approach the problem of error propagation, with some suggesting both calculus and non-calculus methods. There is an ongoing exploration of different interpretations of the problem and the methods to apply.

Contextual Notes

Participants note the potential confusion arising from the mathematical complexity and the need for clarity in communicating the error propagation methods. The original poster's uncertainty about the calculus approach highlights the varying levels of familiarity with the concepts involved.

richnfg
Messages
46
Reaction score
0
Say I wanted to do a calculation with numbers that had an error attached...what would the error be on the final answer?

For example, say I was trying to work out the distance v in relation to lenses etc. by this formula:

[tex] \frac{1}{v}=\frac{1}{u}+\frac{1}{f}<br /> [/tex]

say u was 50cm plus or minus (cant find the symbol) 5mm
and f was 10cm plus or minus 5mm

what would the error be on the final answer?

Thanks!
 
Physics news on Phys.org
Error propagation can be expressed most easily with calculus. If you have a function in terms of one variable, you can calculate the uncertainty on that function by simply seeing how it changes as a function of that one variable. That is:

[tex]f=f(x)[/tex]
[tex]\Delta f=\frac{\partial f}{\partial x}\vert_{x_0}\Delta x[/tex]

where [tex]\Delta[/tex] indicates the uncertainty (or error) and x0 is the measured value of the variable. However, your function is of two variables, so it turns out that you have to combine the derivatives in quadrature to get the total error on f:

[tex]f=f(x,y)[/tex]
[tex]\Delta f=\sqrt{(\frac{\partial f}{\partial x}\vert_{x_0}\Delta x)^2+(\frac{\partial f}{\partial y}\vert_{y_0}\Delta y)^2}[/tex]

Can you calculate what this gives for your case?
 
wow, sorry but that really confused me. :(

Isn't there a simplier way?
 
You can also do it without calculus. Take the error in each quantity one by one, calculate the effect that it alone has on the final result, then add those effects in quadrature. Using richnfg's equation:

First calculate [itex]v[/itex] without using the errors on [itex]u[/itex] and [itex]f[/itex] at all.

[tex]\frac {1}{v} = \frac {1}{u} + \frac {1}{f}[/itex]<br /> <br /> Next, change [itex]u[/itex] by its error and recalculate [itex]v[/itex]. Let's call this [itex]v_u[/itex]:<br /> <br /> [tex]\frac {1}{v_u} = \frac {1}{u + \Delta u} + \frac {1}{f}[/itex]<br /> <br /> Next, go back to the original [itex]u[/itex], change [itex]f[/itex] by its error, and recalculate [itex]v[/itex]. Let's call this [itex]v_f[/itex]:<br /> <br /> [tex]\frac {1}{v_f} = \frac {1}{u} + \frac {1}{f + \Delta f}[/itex]<br /> <br /> Calculate the differences:<br /> <br /> [tex]\Delta v_u = v_u - v[/tex]<br /> <br /> [tex]\Delta v_f = v_f - v[/tex]<br /> <br /> and add them in quadrature to get the total error in [itex]v[/itex]:<br /> <br /> [tex]\Delta v = \sqrt {(\Delta v_u)^2 + (\Delta v_f)^2}[/itex]<br /> <br /> This method gives the same result as SpaceTiger's method with the derivatives, in the limit as the errors approach zero.[/tex][/tex][/tex][/tex]
 
richnfg said:
wow, sorry but that really confused me. :(

Isn't there a simplier way?

Well, if you don't know calculus, then the simplest way is to use the standard rules for error propagation. For example:

[tex]f(x,y)=x+y[/tex]
[tex]\Delta f=\sqrt{(\Delta x)^2+(\Delta y)^2}[/tex]

[tex]f(y)=1/y[/tex]
[tex]\frac{\Delta f}{f}=-\frac{\Delta y}{y}[/tex]
[tex]\Delta f = -\frac{\Delta y}{y^2}[/tex]

You can combine those two to get the error on your equation.

EDIT: If your errors are small relative to the value of the measurements, jtbell's suggestion is good too...and perhaps a bit easier to think about.

EDIT 2: Also note that the "f" that I'm using is not the focal length in your equation. It's an arbitrary function.
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
6
Views
2K
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K