Trigonometry/Worked Example: Ferris Wheel Problem: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Musical Inquisit
Solution: I added some more explanations to the solution we got and I also changed the formatting of stray numbers so that they don't get lost with the text (i.e. made the text more accented). Finally, I changed the grammatical structure, too, because there were a few mistakes I found.
 
(No difference)

Latest revision as of 08:41, 8 August 2019

The Problem

Exam Question

"Jacob and Emily ride a Ferris wheel at a carnival in Vienna. The wheel has a 16 meter diameter, and turns at three revolutions per minute, with its lowest point one meter above the ground. Assume that Jacob and Emily's height h above the ground is a sinusoidal function of time t, where 𝑡=0 represents the lowest point on the wheel and t is measured in seconds."

"Write the equation for h in terms of t."

[For those interested, the picture is actually of a Ferris wheel in Vienna.]

-Lang Gang 2016 Template:Clear

The Khan Academy has video material that walks through this problem, which you may find easier to follow:

Solution

Template:ExampleRobox A 16 m diameter circle has a radius of 8 m. Template:Robox/Close

Template:ExampleRobox A wheel turning at three revolutions per minute is turning

3×36060

per second. Simplifying that's

18

per second. Template:Robox/Close

Template:ExampleRobox At t=0 our height h is 1. At t=10, we will have turned through 180=10×18, i.e. half a circle, and will be at the top most point of height 16+1=17 (because the diameter of the circle is 16 meters).

A cosine function, i.e. cosθ, is 1 at θ=0 and 1 at θ=180. That's almost exactly opposite to what we want as we want the most negative value at 0 and the most positive at 180. Ergo, let's use the negative cosine to start our function.

At t=10 we want θ=180, so we will multiply t by 18 so that we get cos(18t). The formula we made is 1 at t=0 and 1 at t=10. Multiply by 8 and we get:

8cos(18t), which is 8 at t=0 and 8 at t=10

To get make sure reality is not messed up (we can't have negative height h), add 9 and we get

98cos(18t), which is 1 at t=0 and 17 at t=10

Our required formula is

h=98cos(18t).

with the understanding that cosine is of an angle in degrees (not radians).

Template:Robox/Close


Template:Trig/NAV Template:BookCat