Valentin K. answered 03/14/24
Expert PhD tutor in Calculus, Statistics, and Physics
The relative error: dS/S = 0.37 dL/L
You can derive that formula in many ways but the fastest is to take a log and then a differential:
S = 9.4 L0.37
ln(S) = ln(9.4) + 0.37ln(L)
Take a differential on both sides: dS/S = 0.37 dL/L.
The error will be dS = 0.37 S dL/L
Note: in general when you have a formula like this F = constant * An * Bm, using the same method you can show that the relative error is dF/F = n*dA/A + m*dB/B. Then most texts take the absolute values of the two added terms so they always add regardless of the signs of dA and dB (thus giving the maximal possible error when the errors add up in the same direction), or even square root of the sum of their squares, if these are random errors: dF/F = root( (n*dA/A)2 + (m*dB/B)2 )