Assume I want to compute one of the angles of a right triangle doing n...
Ryan Robertson
Answered
2022-07-16
Assume I want to compute one of the angles of a right triangle doing n measurements of the sides with a ruler. In order to increase the precision I make several measurements. After that I compute for each of the measurements:
where (i) denotes the number of the measurement. Which formulae out of two for computing the average would be more precise?
Assume I have a computer which will be doing the tan−1 calculation. I am really interested in the proof as well.
Answer & Explanation
sniokd
Expert
2022-07-17Added 22 answers
There is a third option you did not list, which I think would be the most natural. You can average the measurements of the opposite side to get your best estimate of the opposite side and similarly for the adjacent side, then use those values to compute . I will use subscripts to identify observations-they are more standard and easier to type. We would have
Note that your second is really and let your first be To see which is more accurate, we can chase the impact of a single error through the computation. As the errors are small, we expect that they add linearly. For each calculation, we want to assess and So we have
Which give just about the same result as long as your errors are small and symmetric. I believe you will get the same result with , but haven't checked.