Eric C. answered 02/11/22
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Kira,
For this problem we can relate x, y, and Θ using tangent.
tan(Θ) = x/y
Since y is a constant of 70, we can state that:
tan(Θ) = x/70
We're interested in the rate of change of x, or dx/dt. We can implicitly differentiate this equation with respect to time to generate dx/dt.
d/dt (tan(Θ) = x/70)
sec2(Θ) * dΘ/dt = 1/70 * dx/dt
dx/dt = 70 * sec2(Θ) * dΘ/dt
dΘ/dt is the rate of change of the angle. The problem states that the beam revolves 36 times per minute. Since there are 2π radians per revolution, that means:
dΘ/dt = 36 revolutions/ min * 2π radians/ revolution = 72π rad/ minute.
Eventually you'll want ft./sec, so you'll need to convert this to rad/ second.
dΘ/dt = 72π rad/ minute * 1 minute/ 60 sec = 6π/5 rad/ sec
So,
dx/dt = 70 * sec2(Θ) * 6π/5
dx/dt = 84π * sec2(Θ)
Now you just plug in values.
a) 30 deg = π/6 rad
dx/dt = 84π * sec2(π/6) = 84π * (2/√3)2 = 112π ft/ sec
b) 60 deg = π/3 rad
dx/dt = 84π * sec2(π/3) = 84π * (2/1)2 = 336π ft/ sec
c) 85 deg
Did you mean 75? Because I think 85 needs a calculator. 75 you can at least use cos(30+45). Not sure how to go about determining 85 manually.
Hope this helps!