Problem 1
Answer: 6
-------------------------
At time 1.5s the height is 0 which is the resting position. The next time the height is 0 is when t = 4.5 which is a difference of 3 seconds (4.5 - 1.5 = 3). Double this to get 3*2 = 6
===============================================
Problem 2
Answer: 1.25
-------------------------
Notice how the period of this graph is 2.5 seconds. It takes 2.5 seconds for the up and down pattern to repeat fully again. The easiest way to see this is from x = 0 to x = 2.5 the down and then up pattern does one full cycle, only to repeat again from x = 2.5 to x = 5, and so on.
Half of this cycle is the length of time it takes for the particle to go from the peak to the valley, or vice versa. Half of 2.5 is 1.25 (2.5/2 = 1.25). Why is it half? Because a full cycle takes place from one valley to the next neighboring valley. The same happens with the peaks as well.
===============================================
Problem 3
Answer: 180 degrees
-------------------------
A full cycle takes 1.5 seconds, which consists of the wheel rotating 360 degrees (a full revolution)
Half a cycle is 1.5/2 = 0.75 seconds which is half a revolution 360/2 = 180 degrees
===============================================
Problem 4
Answer: 61
-------------------------
We plug in x = 2 since x = 0 corresponds to january, x = 1 corresponds to february, and so on
f(x) = 12.2*cos(pi*x/6) + 54.9
f(2) = 12.2*cos(pi*2/6) + 54.9
f(2) = 12.2*cos(3.14*2/6) + 54.9
f(2) = 12.2*cos(3.14/3) + 54.9
f(2) = 12.2*cos(1.04666666666667) + 54.9
f(2) = 12.2*0.5004596890082 + 54.9
f(2) = 6.10560820590003 + 54.9
f(2) = 61.0056082059
f(2) = 61
===============================================
Problem 5
Answer: 38.9
-------------------------
The smallest cos(x) can be is -1. It doesn't matter if its cos(x) or cos(2x) or whatever the argument is. Therefore f(x) maxes out at f(x) = -7.5*(-1)+31.4 = 38.9