#$&*
phy 201
Your 'timer program' report has been received. Scroll down through the document to see any comments I might have inserted, and my final comment at the end.
** TIMER program_labelMessages **
** **
20-30 minutes
** **
Operating the TIMER program
It is easy to operate the Timer program. All you have to do is click on the button labeled Click to Time Event.
Click that button about 10 times and describe what you see.
I see two tables of numbers. The left one seems to be the total seconds passed, while the right one seems to be the interval between clicks.
#$&*
Now click on Initialize Counter, which will clear all the data from the timer window. Click the mouse as fast as you can until the TIMER window fills up. Be sure you get at least 20 time intervals.
If you miss a click, try again. Keep trying until you get at least 20 intervals without a missed or delayed click.
Copy your data starting in the next line:
1 0.404 0.404
2 0.548 0.144
3 0.697 0.149
4 0.847 0.15
5 1.015 0.168
6 1.173 0.158
7 1.341 0.168
8 1.499 0.158
9 1.66 0.161
10 1.826 0.166
11 1.991 0.165
12 2.143 0.152
13 2.311 0.168
14 2.477 0.166
15 2.651 0.174
16 2.828 0.177
17 3.004 0.176
18 3.194 0.19
19 3.353 0.159
20 3.503 0.15
#$&*
You got at least 20 time intervals. Based on your data what was the average of the first 20 time intervals? Note that you could get this average by averaging the first 20 intervals. My first few intervals were .15625, .15625, .1875, .171875, etc; I could just add up the first 20 intervals and divide by 20 to get the average. However there is an easier and quicker way to get the result, so use the easier way if you can.
Give your result, number only, in the first line, and starting in the second line explain how you got it.
I averaged at roughly 0.17 seconds. This is the average number that popped up the most often. The “Mode” as opposed to the “Median”
#$&*
When I did this activity the first few lines of my data were as follows:
event number clock time time interval
1 11.67188 11.67188
2 11.875 0.203125
3 12.0625 0.1875
4 12.20313 0.140625
5 12.375 0.171875
6 12.54688 0.171875
7 12.73438 0.1875
8 12.92188 0.1875
9 13.10938 0.1875
10 13.28125 0.171875
11 13.4375 0.15625
It looks like the same intervals keep popping up. For example .1875 seconds occurs 5 times out of the first 10 intervals, .171875 seconds occurs three times, and .203125 seconds, .140625 seconds and .15625 seconds each occur once.
A frequency distribution for my time intervals would be as follows:
time interval frequency
,140625 1
.15625 1
.171875 3
.1875 5
.203125 1
What different time intervals did you observe in your first 20 intervals, and how many times did each occur? List below the different time intervals you observed and the number of times each occurred. List from the shortest to the longest interval, and use a comma between the time interval and its frequency. For example my data above would be listed at
.140625, 1
.1565, 1
.171875, 3
.1875, 5
.203125, 1
Your list should be in exactly this format, with no other symbols or characters.
.158, 3
.168, 3
only put the repeating numbers here.
#$&*
You may make any comments or ask any question about the process so far in the box below
#$&*
On the 10 intervals I've shown you, do you really think I managed to get a time of .1875 seconds, accurate to 4 significant figures, on half of the intervals? If you do, I'm grateful for your confidence but I'm just not that good. No human being has that much neurological and muscular control.
So why do you think the TIMER program reported that time so frequently? Why weren't there times like .1830 seconds, or .1769 seconds? Does this mean that the TIMER program is flawed? Does that mean it's useless?
No, the program likely rounds digits to a certain point, which makes them perfectly sound with a margin of error.
#$&*
Here are a few more lines of data, with an added column showing the difference between each time interval and the next.
clock time time interval difference from one time interval to next
9 13.10938 0.1875 -0.01563
10 13.28125 0.171875 -0.01563
11 13.4375 0.15625 0.03125
12 13.625 0.1875 -0.01563
13 13.79688 0.171875 0.015625
14 13.98438 0.1875 0.015625
15 14.1875 0.203125 -0.03125
16 14.35938 0.171875 -0.01563
17 14.51563 0.15625 0.03125
Take a good look at that last column and tell us what you see in those numbers, and what this tells you about the TIMER program
The timer program likely has a bit of lag or rounding done within extremely small increments of time, which causes it to create the same numbers.
#$&*
Now initialize the TIMER once more, and take a series of 10 relaxed breaths. Every time you start to inhale, hit the TIMER button.
My results for the first 7 complete breaths are as follows:
series of relaxed breaths
event number clock time time interval difference between time interval and next
1 1569.734 1569.734
2 1582.75 13.01563 0.32812
3 1596.094 13.34375 3.90625
4 1613.344 17.25 2.70313
5 1633.297 19.95313 1.35937
6 1654.609 21.3125 4.23438
7 1680.156 25.54688 2.15625
8 1707.859 27.70313
I didn't go on because the time between my breaths kept increasing, and I was afraid if I relaxed any more I might stop breathing altogether. It's going to take either more statistical analysis to determine whether that's a real danger, or a little common sense.
Report your results by just entering your time intervals, one to each line, in the box below. If I was entering my results I would enter
13.01563
13.34375
17.25
19.95313
21.3125
etc.
Enter your results in the same format:
4.784
4.455
4.084
4.626
4.696
4.335
4.395
3.690
4.841
3.798
#$&*
If you have any comments please insert them here
#$&*
Most likely you did not observe the same exact time interval twice, and if you did it did not happen nearly as often as when you did the fact clicks.
Why do you think this is exactly what we would expect?
This time, there were long stretches between periods of time. This means that the computer did not need to estimate very small intervals as the previous exercise did.
#$&*
Which of the following statements do you think is the most accurate?
a. The TIMER program is capable of determining the time between two events accurately to within about .1 second.
b. The TIMER program is capable of determining the time between two events accurately to within about .01 second.
c. The TIMER program is capable of determining the time between two events accurately to within about .001 second.
d. The TIMER program is capable of determining the time between two events accurately to within about .0001 second.
Enter your answer and your reasoning below:
a.
The timer is a relatively accurate piece of programming. However, beyond a certain number of sig-figs it has to estimate, meaning that it becomes less accurate with extremely small increments.
#$&*
*#&!
Very good responses. Let me know if you have questions.