103k views
2 votes
The Great Laxey Wheel, located on the Isle of Man, is the largest working water wheel in the world. The highest point of a bucket on the wheel is 70.5 feet above the viewing platform, and the lowest point is 2 feet below the viewing platform. The wheel makes a complete turn every 24 seconds. Write a model for the height h (in feet) of the bucket as a function of time t (in seconds) given that the bucket is at its lowest point when t

1 Answer

2 votes

Answer:

h(t)=-36.25cos(0.2618t)+34.25

Explanation:

We can start by drawing a sketch of what the whaterwheel's height over time looks like. (See attached picture.)

We can see on the graph that at t=0, the bucket will be located at its lowest point. So in this case we can make use of a cosine function. Cosine functions look like this:


y=Acos(\omega t + \phi)+b

where:

A=amplitude


\omega = angular speed


\phi=phase shift

b= vertical shift.

So let's find each of the necessary data:

The amplitude is the distance between the highest point of the trajectory and the middle point of the sine wave, so:


A=(highest-lowest)/(2)


A=(70.5ft-(-2ft))/(2)

A=36.25 ft

since the trajectory starts at its lowest point when t=0 we will make the amplitude a negative amplitude, so:

A=-36.25ft

Next, we can find the angular speed:


\omega = (2\pi)/(T)

Where T is the period (the time it takes the wheel to make one whole turn) so:


\omega=(2\pi)/(24)


\omega=0.2618 rad/s

the phase shift in this case is zero since the graph starts at the lowest point.

the vertical shift is the distance between the x-axis and the middle point of the graph. So we find the midpoint between the lowest and the highest point of the graph:


b=(highest+lowest)/(2)


b=(70.5ft-2ft)/(2)

b=34.25ft

so we can now input all this data into the formula to get:


h(t)=-36.25cos(0.2618 t)+34.25

User Antijon
by
6.1k points