Ambiguity in finding errors using natural logarithm method

AI Thread Summary
The discussion focuses on error propagation in calculations involving resistances and currents, specifically using the natural logarithm method. The original poster expresses confusion about the correct formula for calculating errors in their equations, particularly regarding the inclusion of ΔR3. Participants clarify that the correct approach involves applying partial derivatives to find the total error, emphasizing that negative signs are typically not used in error equations. Additionally, suggestions are made to search for "error propagation" in English resources to better understand the topic. The conversation highlights the importance of correctly applying mathematical principles to avoid errors in calculations.
AdrianMachin
Messages
40
Reaction score
2

Homework Statement


[/B]
I was reviewing this stuff and although I excelled at it once, I seem to forget some of it.
For example, please consider this:

Homework Equations



R_C=\frac {R_1R_2} {R_1+R_2} + R_3

Here's the correct formula for its error:

\Delta R_C=\frac {R_1R_2} {R_1+R_2} \left[ \frac {\Delta R_1} {R_1} +\frac {\Delta R_2} {R_2} <br /> +\frac {\Delta R_1 + \Delta R_2} {R_1+R_2}\right] + \Delta R_3

While mine would be this and I don't know what happened to the \Delta R_3 in the formula above:

\Delta R_C=\frac {R_1R_2} {R_1+R_2} \left[ \frac {\Delta R_1} {R_1} +\frac {\Delta R_2} {R_2} <br /> +\frac {\Delta R_1 + \Delta R_2} {R_1+R_2} + \frac {\Delta R_3} {R_3}\right]

Another equation is:

I_1=\frac {R_3V_1+R_2(V_1+V_2)} {R_1R_2+R_2R_3+R_3R_1}

Which I don't know the correct solution to finding its error, but here's my attempt at a solution:

The Attempt at a Solution



\Delta I_1= I_1 \left[ \frac {\Delta R_3 \Delta V_1+\Delta R_2 \Delta V_1+ \Delta R_2 \Delta V_2} {R_3V_1 + R_2(V_1+V_2)} + \frac {\Delta R_1 \Delta R_2+ \Delta R_2 \Delta R_3+ \Delta R_3 \Delta R_1} {R_1R_2+R_2R_3+R_3R_1}\right]

Is this correct, if not, why?

Thank you in advance.
 
Physics news on Phys.org
For random errors in R1, R2 and R3,
in general dF(x,y,z) = ∂F/∂x dx + ∂F/∂y dy + ∂F/∂z dz
where x, y and z are independent variables.
Apply this to your F(R1,R2,R3).
Fractional error is dF/F.
 
AdrianMachin said:
Here's the correct formula for its error:
Are you sure? I think it has a sign error.
AdrianMachin said:
While mine would be this
I have no idea how you end up with the ΔR3 inside the bracket.
AdrianMachin said:
, if not, why?
Impossible to say without seeing your working.
 
haruspex said:
Are you sure? I think it has a sign error.
Well, as far as I know, I heard that we don't have any negative signs in error equations... I mean between the delta terms.

haruspex said:
I have no idea how you end up with the ΔR3 inside the bracket.
How can I brush up on this topic? I'm studying in a different language than English so I can't find English resources for this topic on the Internet. What is this topic called in English textbooks or on the internet? I'm not sure if I do the beginnings right.
 
AdrianMachin said:
How can I brush up on this topic? I'm studying in a different language than English so I can't find English resources for this topic on the Internet. What is this topic called in English textbooks or on the internet? I'm not sure if I do the beginnings right.
Browse "error propagation".
Calculating the absolute error of a function of several independent variables, F(x, y, z...) take the partial derivatives, multiply each with its error and add the absolute values, or add the squares and take the square root of the sum.
The relative error is (ΔF)/F.
In case of multiplication or division, you can add the individual errors, in case of other function you need to determine the partial derivatives.
 
  • Like
Likes AdrianMachin
AdrianMachin said:
Well, as far as I know, I heard that we don't have any negative signs in error equations... I mean between the delta terms.How can I brush up on this topic? I'm studying in a different language than English so I can't find English resources for this topic on the Internet. What is this topic called in English textbooks or on the internet? I'm not sure if I do the beginnings right.
Posts #2 and #5 have explained how to figure out the expressions. Follow those and post your working.
 
  • Like
Likes AdrianMachin
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top