How Do We Calculate Equivalent Resistance with Measurement Errors?

  • Thread starter Thread starter Quantumkid
  • Start date Start date
  • Tags Tags
    Analysis Errors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Quantumkid
Messages
4
Reaction score
0
we write [tex]\frac{1}{R}=\frac{1}{R_1}+\frac{1}{R_2}[/tex] where R is the equivalent resistance of [tex]R_1[/tex] and [tex]R_2[/tex].

Let there is an error in the measurements of [tex]R_1[/tex] and [tex]R_2[/tex] of [tex]\pm[/tex] [tex]\Delta R_1[/tex] and
[tex]\pm[/tex][tex]\Delta R_2[/tex] respectively.
Is it correct that
[tex]\frac{\Delta R}{R^2}=\frac{\Delta R_1}{{R_1}^2}+\frac{\Delta R_2}{{R_2}^2}[/tex] ?

EDIT: Corrected
 
Last edited:
Physics news on Phys.org
There is an error in the measurements of [tex]R_1[/tex] and [tex]R_2[/tex] of [tex]\Delta R_1[/tex] and [tex]\Delta R_2[/tex] respectively.
It is correct that [tex]\frac{\Delta R}{R^2}=\frac{\Delta R_1}{{R_1}^2}+\frac{\Delta R_2}{{R_2}^2}[/tex]
 
Last edited:
Bump!
Nobody tried to solve it.
 
I'm a bit new to this but I believe what you want is propagation of error, which in this case would be given by:

[tex]\Delta R = \sqrt{(\frac{\partial R}{\partial R_{1}} \Delta R_{1})^{2} + (\frac{\partial R}{\partial R_{2}} \Delta R_{2})^{2}}[/tex]

and the derivatives would be:
[tex]\frac{\partial R}{\partial R_{1}} = \frac{1}{R_{1}^{2}} (R_{1}^{-1} + R_{2}^{-1})^{-2}[/tex]

and similarly for R2.


The best online explanation I could find is here:
http://teacher.pas.rochester.edu/PHY_LABS/AppendixB/AppendixB.html
scroll down to almost the bottom where is has the title "Propagation of Errors".
 
BTW, this
Gear.0 said:
[tex]\frac{\partial R}{\partial R_{1}} = \frac{1}{R_{1}^{2}} (R_{1}^{-1} + R_{2}^{-1})^{-2}[/tex]

reduces to

[tex]\frac{\partial R}{\partial R_{1}} = \frac{R_{2}^{2}}{(R_{1} + R_{2})^{2}}[/tex]

Also, this reference
Gear.0 said:
The best online explanation I could find is here:
http://teacher.pas.rochester.edu/PHY_LABS/AppendixB/AppendixB.html
scroll down to almost the bottom where is has the title "Propagation of Errors".
is really great. Thanks.