|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
Image 1 |
Note the flat portion at the start of the graph. During this phase, the ball was being held below the motion detector but had not been dropped. Image 2 shows the use of the trace key to determine the first point which will be used in the actual fitting of a curve to the data. Image 3 shows the grapher displaying the final point prior to the ball hitting the floor beneath the motion detector.
|
|
|
|
Image 2 |
Image 3 |
Texas Instruments provides a program called CHOOSE which will select any portion of a curve and store that portion in the calculator lists L3 and L4. After running the CHOOSE program, the curve is shown in Image 4. The data from the graph is displayed in Table 1.
|
Time (sec) |
Distance (m) |
-- |
Time (sec) |
Distance (m) |
|---|---|---|---|---|
|
0.318182 |
1.589209 |
-- |
0.560624 |
1.0942 |
|
0.33333 |
1.576038 |
-- |
0.575772 |
1.04371 |
|
0.348485 |
1.559574 |
-- |
0.59092 |
0.99212 |
|
0.363633 |
1.540915 |
-- |
0.606068 |
0.93834 |
|
0.378781 |
1.52006 |
-- |
0.62122 |
0.88016 |
|
0.393945 |
1.497011 |
-- |
0.636372 |
0.82309 |
|
0.409097 |
1.471766 |
-- |
0.651527 |
0.76492 |
|
0.424249 |
1.444326 |
-- |
0.666675 |
0.69796 |
|
0.43941 |
1.413593 |
-- |
0.681827 |
0.64418 |
|
0.454565 |
1.381763 |
-- |
0.696985 |
0.58271 |
|
0.469717 |
1.348835 |
-- |
0.712133 |
0.50918 |
|
0.484872 |
1.311516 |
-- |
0.727285 |
0.42686 |
|
0.500024 |
1.274198 |
-- |
0.74244 |
0.34893 |
|
0.515172 |
1.232489 |
-- |
0.757592 |
0.27209 |
|
0.530324 |
1.18969 |
-- |
0.772744 |
0.20953 |
|
0.545476 |
1.14359 |
|||
|
Table 1 |
||||
|
|
|
|
Image 4 |
Image 5 |
The data shown in Image 4 appears to be in the form y = k*x^2 or in this case d = k*t^2. By calculating the regression equation of the quadratic function y = ax^2 + bx + c, the equation in Image 5 is given. Recall that the physics formula for vertical displacement is d = (1/2)*a*t^2 + vi*t + di where "a" is the acceleration, "vi" is the initial velocity and "di" is the initial height of the object. The regression equation is d = -4.77t^2 + 2.15t + 1.39. Interpreting the data, we find 1/2 of the acceleration is -4.77 m/s^2. To find the acceleration, multiply this value by 2 and the acceleration of the ball is -9.54 m/s^2 (theoretical value -9.8 m/s^2, % error = 2.6%). The initial velocity is 2.15 m/s with an inital height of 1.39 m. Since the initial velocity is not zero, the first point in the data set is after the ball was dropped.
The exact point at which the ball was dropped will be the vertex of the parabola which can be found mathematically from a quadratic equation by a procedure known as completing the square (CTS). CTS converts the equation to parabolic form d = a(t-h)^2 + k. The vertex is given as (h, k) where h is the time at which the maximum height occurs. The value of k is the maximum height. In our experiment, the maximum height is the height from which the ball is dropped and h is the time from starting the CBL until the ball was dropped. Using the values from the quadratic regression equation, the vertex of the parabola is (0.23 s, 1.63 m) as illustrated in Image 6. Using this particular regression method indicates the ball was dropped 0.23 seconds after the timer was triggered. Image 7 shows the graph of the regression equation plotted on the same graph with the experimental data.
|
|
|
|
Image 6 |
Image 7 |
The modeling workshop method of linearizing the data would be to graph the distance vs the square of the time. If the data fits the d vs. t^2 model, the data should be a straight line. The data is displayed in Table 2.
|
Time^2 (sec^2) |
Distance (m) |
-- |
Time^2 (sec^2) |
Distance (m) |
|---|---|---|---|---|
|
0.10124 |
1.589209 |
-- |
0.3143 |
1.0942 |
|
0.11111 |
1.576038 |
-- |
0.33151 |
1.04371 |
|
0.12144 |
1.559574 |
-- |
0.34919 |
0.99212 |
|
0.13223 |
1.540915 |
-- |
0.36732 |
0.93834 |
|
0.14348 |
1.52006 |
-- |
0.38591 |
0.88016 |
|
0.15519 |
1.497011 |
-- |
0.40497 |
0.82309 |
|
0.16736 |
1.471766 |
-- |
0.42449 |
0.76492 |
|
0.17999 |
1.444326 |
-- |
0.44446 |
0.69796 |
|
0.19308 |
1.413593 |
-- |
0.46489 |
0.64418 |
|
0.20663 |
1.381763 |
-- |
0.48579 |
0.58271 |
|
0.22063 |
1.348835 |
-- |
0.50713 |
0.50918 |
|
0.2351 |
1.311516 |
-- |
0.52894 |
0.42686 |
|
0.25002 |
1.274198 |
-- |
0.55122 |
0.34893 |
|
0.2654 |
1.232489 |
-- |
0.57395 |
0.27209 |
|
0.28124 |
1.18969 |
-- |
0.59713 |
0.20953 |
|
0.29754 |
1.14359 |
|||
|
Table 2 |
||||
Graphing the linearized data from Table 2 yields the linear graph in Image 8. When performing a linear regression on the data in the graph of d vs. t^2, the result is y = -2.82 x + 1.94 (Image 9). The graph of the linear equation with the linearized data is shown in Image 10.
|
|
|
|
Image 8 |
Image 9 |
To utilize the variables given, the equation would best be put as d = -2.82 t^2 + 1.95. The value of -2.82 m/s^2 is far from the expected value of -4.9 m/s^2 (42.4% error). Graphing this equation with the data (Image 11), one will note that the curve does not fit the data as well as the quadratic regression (Image 7). One possible explanation for this error is the assumption that the parabola resulting from linearization begins when t=0. The linearized form is also in the parabolic form d = -2.82(t-0)^2 + 1.95. The vertex is at (0 s, 1.95 m) and assumes that the ball was released at time zero from a height of 1.95 m. However, Image 1 clearly shows that the ball was not released when t=0. We chose the first data point well after the ball had already started to drop. Hence, the error in the linearization method. To test this theory, we will shift the data to make the time the ball was dropped equal zero. Using the values from the vertex in the quadratic regression, make the appropriate transformations, and check to see if the linearization method is closer to the expected value.
|
|
|
|
Image 10 |
Image 11 |
To improve the accuracy of the linearization method, one must shift the data so that the vertex of the parabola occurs when t=0. This can be accomplished by mathematically subtracting the time prior to release of the ball. The best value for this time is the vertex of the parabola determined from the quadratic regression equation. Therefore, subtract 0.23 seconds from the time (see Table 3). The end result will be to shift the graph 0.23 seconds to the left and place the vertex of the parabola at time t = 0 (y-axis of the graph).
|
Time - 0.23 (sec) |
Distance (m) |
-- |
Time - 0.23 (sec) |
Distance (m) |
|---|---|---|---|---|
|
0.0928 |
1.589209 |
-- |
0.33524 |
1.0942 |
|
0.10795 |
1.576038 |
-- |
0.35039 |
1.04371 |
|
0.1231 |
1.559574 |
-- |
0.36554 |
0.99212 |
|
0.13825 |
1.540915 |
-- |
0.38068 |
0.93834 |
|
0.1534 |
1.52006 |
-- |
0.39584 |
0.88016 |
|
0.16856 |
1.497011 |
-- |
0.41099 |
0.82309 |
|
0.18371 |
1.471766 |
-- |
0.42614 |
0.76492 |
|
0.19886 |
1.444326 |
-- |
0.44129 |
0.69796 |
|
0.21403 |
1.413593 |
-- |
0.45644 |
0.64418 |
|
0.22918 |
1.381763 |
-- |
0.4716 |
0.58271 |
|
0.24433 |
1.348835 |
-- |
0.48675 |
0.50918 |
|
0.25949 |
1.311516 |
-- |
0.5019 |
0.42686 |
|
0.27464 |
1.274198 |
-- |
0.51706 |
0.34893 |
|
0.28979 |
1.232489 |
-- |
0.53221 |
0.27209 |
|
0.30494 |
1.18969 |
-- |
0.54736 |
0.20953 |
|
0.32009 |
1.14359 |
|||
|
Table 3 |
||||
Now, we must linearize the data again. We want the graph of d vs. (t - 0.23)^2, so me must square the time and find a new graph.
|
(Time - 0.23)^2 (sec^2) |
Distance (m) |
-- |
(Time - 0.23)^2 (sec^2) |
Distance (m) |
|---|---|---|---|---|
|
0.00861 |
1.589209 |
-- |
0.11239 |
1.0942 |
|
0.01165 |
1.576038 |
-- |
0.12277 |
1.04371 |
|
0.01515 |
1.559574 |
-- |
0.13362 |
0.99212 |
|
0.01911 |
1.540915 |
-- |
0.14492 |
0.93834 |
|
0.02353 |
1.52006 |
-- |
0.15669 |
0.88016 |
|
0.02841 |
1.497011 |
-- |
0.16891 |
0.82309 |
|
0.03375 |
1.471766 |
-- |
0.1816 |
0.76492 |
|
0.03955 |
1.444326 |
-- |
0.19474 |
0.69796 |
|
0.04581 |
1.413593 |
-- |
0.20834 |
0.64418 |
|
0.05252 |
1.381763 |
-- |
0.22241 |
0.58271 |
|
0.0597 |
1.348835 |
-- |
0.23692 |
0.50918 |
|
0.06733 |
1.311516 |
-- |
0.2519 |
0.42686 |
|
0.07543 |
1.274198 |
-- |
0.26735 |
0.34893 |
|
0.08398 |
1.232489 |
-- |
0.28324 |
0.27209 |
|
0.09299 |
1.18969 |
-- |
0.2996 |
0.20953 |
|
0.10246 |
1.14359 |
|||
|
Table 4 |
||||
The graph of the linearized data in Table 4 is shown in Image 12. The regression equation for the line is y = -4.77x + 1.63 or d = -4.77 t^2 + 1.63 (Image 13). The -4.77 m/s^2 is much closer (2.7% error) to the expected value of -4.9 m/s^2 with the data shifted so that the vertex is at t=0 seconds. The graph of the linear regression equation with the linearized data is shown in Image 14.
|
|
|
|
Image 12 |
Image 13 |
Image 15 displays the graphs of the two linearization methods. The first method without the transformation of time is the top line with the flatter slope (m=-2.82 m/s^2) while the second method with the transformation for time is shown by the lower line with the steeper slope (m=-4.77 m/s^2).
|
|
|
|
Image 14 |
Image 15 |
Finally, to check this equation against the original data in Table 1, we will graph the parabolic equation found by linearizing and shifting the data. Recall that d = a(t-h)^2+k is the standard form of a parabola and that the time at which the vertex occurred was 0.23 sec, the value for h is 0.23. When substituting 0.23 into the equation for h, we get d= -4.77(t - 0.23)^2 + 1.63. Image 16 shows this equation with the original data from Table 1. Note that the linearized equation which was shifted horizontally fits the data much better than the previously linearized equation shown in Image 11. To further demonstrate the difference between the two linearized equations, Image 17 shows the equations d = -2.82 t^2 + 1.95 and d = -4.77(t - 0.23)^2 + 1.63 on the same graph with the original data from Table 1. Note that the graph of the first equation has its vertex on the origin (upper parabola) as compared to the second equation (lower parabola) which has its vertex at approximately 0.23 seconds. Which one is a better fit? Which one has a lower percent error?
|
|
|
|
Image 16 |
Image 17 |
It appears that the linearization method does not work well when the time at the start is not zero and the graph is in the form d = k*t^2. If data is collected prior to the motion starting, the use of the linearization method results in significant error. To see what happens if the time t=0 at the start but there is initial velocity in the Drop the Picket Fence lab.
As time permits, I will attempt to display a page where the linearization method works well.
Back to the Modeling Workshop Page.
© 2004-2008, Jerel L. Welker
|
Email: jwelker@lps.org |
Page Updated:
January 15, 2009
|