How can I propagate error through an equation such as the following:
$$A \cdot B \cdot C = D$$
where $A$ and $B$ have errors of $\pm0.2$ and $\pm0.5$ respectively but $C$ has an error of a factor of $3$ (between $\frac{1}{3}$ and $3$ times $C$). So, what will $D$ have for error here and how do I repeat the process in the future?
Thanks for any help!
Would the best way to this be: $A(\pm0.2)\cdot B(\pm0.5)\cdot C(\pm C\cdot\frac{2}{3}) = D (\pm X)$ and then report the min as $D$ minus $X$. Then take $A(\pm0.2)\cdot B(\pm0.5)\cdot C(\pm C\cdot2) = D (\pm Y)$ and then report the max as $D$ plus $Y$? Note: that provides a different answer than simply multiplying each min and then each max.