Propogating Relative Error through an Energy Calculation

AI Thread Summary
To calculate the relative error in building chilled water use, the energy equation E(btu) = (return temp - supply temp) * flow * 500 is used, incorporating known relative errors from temperature and flow sensors. Absolute error for the temperature difference must be calculated first, which requires actual temperature values. If those values are unavailable, an estimate can be used to derive the error in the temperature difference. However, for accurate propagation of error through multiplication, the actual difference is crucial, as a small difference can lead to a significant increase in relative error. Understanding these relationships is essential for precise energy calculations.
mcgarey
Messages
2
Reaction score
0
Greetings,

I have a work requirement to calculate building chilled water use based on known supply temp (deg F), return temp (deg F) and flow (GPM). I would like to know the relative error associated with the energy calculation. Based on the product data for the sensing equipment, I know that the temp sensor have relative error of 1%, and the flow meter has a relative error of 0.5%.

I am struggling to understand how to propagate those errors through my energy equation

E(btu) = (return temp - supply temp)*flow*500.

After browsing the internet, I understand that to propagate absolute error across additions or subtractions, you should square each value, add them, and take the resulting square root. Does this formula also apply for relative error?

As for multiplication and division, I understand that you should use the same formula described above, except each term should be the error/the value. My issue is, I don't have the data yet, so I don't know what the value is yet. cal I simply substitute the relative error in place of the error/value ratio?

Thank you in advance for your thoughts and input.

-McGarey
 
Physics news on Phys.org
Welcome to PF, mcgarey! :smile:

You have it right.
But you will need the values of return temp and supply temp to calculate first the absolute error of their difference, and then convert that to a relative error, which is relative to the difference.
 
What if I don't have that information yet? Can I calculate the error of the difference in temperature using the relative error given on the sensor product information?

Thanks, McGarey
 
Yes, if you have an estimate of the temperature, that suffices to calculate the error in the difference of the temperatures.

However, when you want to propagate this to the product, you need to determine the relative error of the difference.
For this you need the actual difference.
This is important, because the difference could be close to zero, in which case the relative error skyrockets.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top