The paddle wheel of a boat measures 16 feet in diameter and is revolving at a rate of 20 rpm. The maximum depth of the paddle wheel under water is 1 foot. Suppose a point is located at the lowest point of the wheel at t=0.

1) Write a cosine function with phase shift 0 for the height above water at the initial point after t seconds.

Amplitude =16/2=8
Vertical translation= +7
Period = 3 sec

Equation (using radian measure)
H =-8 cos (2pi/3)t +7
or
H=7 -8 cos (2 pi t/3)

2) use your function to find the height of the initial point after 5.5 seconds

And then 3 feet

This question confuses me.

H=7 -8 cos (2 pi t/3) seems correct, I didn't check your math though.

If H is the height of the initial point after t seconds, simply set t = 5.5 seconds and solve for H.

H = 7 - 8 cos(2pi*5.5/3)

Your amplitude, vertical translation and period are correct.

so lets look at the general shape of the curve so far.

we have y = 8cos (2pi/3)t

the minimum point of that is (1.5,-8)
but we want that minimum to occur at (0,-1)
so we have to translate 1.5 to the left and up 7
final equation

y = 8 cos (2pi/3)(t + 1.5) + 7

check for critical points
(0,-1) yes
(.75,7) yes
(1.5,15) yes
(2.25,7) yes
(3,-1) yes

to find height after 5.5 sec

y = 8cos(2pi/3)(5.5+1.5) = 7
= 3 (I used my calculator)

for a height of 3 feet?

3 = 8 cos (2pi/3)(t + 1.5) + 7
-4 = 8 cos (2pi/3)(t + 1.5)
-.5 = cos (2pi/3)(t + 1.5)

we know cos 2.09495 = -.5 and
cos 4.18879 = -.5

2.094595 = 2pi/3(t+1.5)
1 = t+1.5
t = -.5

or

4.18879 = 2pi/3(t+1.5)
t = .5

but the period of our curve is 3 sec
so adding multiples of 3 sec to our answers of t= -.5 and t= .5 will give us a height of 3 feet.

check t = .5 + 15 [15 is a multiple of 3]
t = 15.5
y = 8cos(2pi/3)(15.5+1.5) + 7
= 3

To find the height of the initial point after 5.5 seconds using the given function H = 7 - 8cos(2πt/3), you simply need to substitute t = 5.5 into the equation and solve for H.

H = 7 - 8cos(2π/3 * 5.5)
H = 7 - 8cos(11π/3)

To simplify the calculation, first convert the angle 11π/3 to its equivalent angle within the range of 0 to 2π (full circle).

11π/3 = (3*2π + π/3)
= π/3

Hence, we get:

H = 7 - 8cos(π/3)

To calculate the value of cos(π/3), you can use a trigonometric table or a calculator.

cos(π/3) = 0.5

Plugging this back into the equation:

H = 7 - 8 * 0.5
H = 7 - 4
H = 3 feet

So, the height of the initial point after 5.5 seconds is 3 feet.

To find the height of the initial point after 3 seconds, you can follow the same process:

H = 7 - 8cos(2π/3 * 3)
H = 7 - 8cos(2π)

Since cos(2π) = 1:

H = 7 - 8*1
H = 7 - 8
H = -1 foot

Hence, the height of the initial point after 3 seconds is -1 foot.