<< Chapter < Page | Chapter >> Page > |
Ideally, we think we are solving the equation , where has the elongation of each spring along the diagonal. In reality, we are actually attempting to solve the relation
where α , ϵ , κ , and γ are error due to either the measurements or the model. We would like to use statistical inference to find a solution.
Our experiment is designed to test the elastic properties of a very simple network by stretching it in two dimensions. This is an instance of the biaxial test, which is used to study the properties of polymers, plastics, and tissue by material scientists and physicians. Our setup simulatesa biopsy that seeks to identify a flaw in an otherwise homogeneous material.
We ran two large sets of experiments. Data Set A consists of 104 experiments on Network g (see "Conditioning" for a list of all networks). All the even experiments have (theoretically) identical forces; all the odd experiments have another set of (theoretically) identical forces. We are confident of the magnitude of the forces; we are less confident of the alignment. These 104 experiments are actually just two experiments, each repeated 52 times. Data Set B consists of 120 unique experiments on Network a. No set of forces was repeated. These two data sets will allow us to explore which sets of experiments produce the best results, a most important question for applications. Data Set A will allow us to approach the problem statistically.
In order to be able to say which set of experiments or computational method gives us the “best” results, we need to know the actual values of the spring constants. We would like each spring of a particular class (horizontal/vertical, diagonal, stiff) to have the same k , but because these springs were purchased at our local hardware store, we have no guarantee of that and much measure each spring individually.
To measure k for a particular spring, we attach the spring to one of the fixed nodes, with a penny and string on the other end. We begin with only the 50g hook on the string and use the webcam and MATLAB to take the position. Next, we add 10g to the hook at a time, taking the position after adding each mass, until 100g are on the hook. This gives us 11 data points to work with. We plot these, then find the line of best fit through these points using three different methods: MATLAB's polyfit function; the least squares approach, MATLAB's backslash, which forms the normal equations ; and the total least squares approach, described in "Total Least Squares" . The results from each of these methods is recorded in [link] .
k , (N/m) | |||
Spring | Least Squares | Total Least Squares | Normal Equations |
1 | 190.3 | 191.8 | 191.5 |
2 | 285.0 | 276.3 | 273.7 |
3 | 153.0 | 170.2 | 165.7 |
4 | 166.8 | 176.6 | 173.3 |
5 | 230.9 | 237.1 | 236.6 |
6 | 187.9 | 278.0 | 252.6 |
7 | 200.0 | 219.6 | 217.4 |
8 | 915.0 | 1064.2 | 1005.4 |
9 | 240.3 | 254.0 | 252.5 |
10 | 208.9 | 321.4 | 249.8 |
11 | 196.1 | 202.7 | 200.0 |
12 | 233.3 | 238.7 | 236.4 |
13 | 197.5 | 167.4 | 162.2 |
14 | 223.1 | 218.1 | 215.9 |
15 | 181.2 | 173.2 | 171.5 |
16 | 249.0 | 227.3 | 225.3 |
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?