a: The problem
A weight of 1000 kg is suspended from two walls separated by 2 m, as shown in the sketch below:
There are spring-scales on both wires, which are accurate to about 1 kg, and the distance from the left wall to the support of the weight is measured with a ruler which is accurate to 1 mm.
Denoting by f1, f2 and d the exact values of the observed quantities, and by f1_hat, f2_hat and d_hat the measured values, you have the following readings:
f1_hat := F1/g = 813 kg
f2_hat := F2/g = 706 kg
d_hat = 0.783 m Please calculate in these units!
The goal of the whole exercise is to determine the angle a from these data using a least squares approximation.
First define the measurement errors to be minimized by least squares:
e1 = ___________________
e2 = ___________________
e3 = ___________________
|