Searchlight Rotation Rate in Related Rates Word Problem

diffusion
Messages
73
Reaction score
0

Homework Statement


A man walks along a straight path at 5km/hr. A search light is located on the ground
30 metres form the path and is kept focused on the man. At what rate is the searchlight
rotating when the man is 20 metres from the point on the path closest to the searchlight?


Homework Equations


\frac{dx}{dt} = 5km/h

\frac{d\theta}{dt} = ?

The Attempt at a Solution


Reading the question, it is obvious that the situation above describes a right triangle:

calculus.jpg


I need to find the rate of change of \theta with respect to x, or time. The rate of change of x with respect to time is 5km/h. First I believe I need to relate \theta with x (time). This is probably obvious, but I'm not sure how to do it. I think I need to set up theta as a function of x as follows:

\theta = tan_{-1}\frac{20}{30}

Thus,


\theta = tan_{-1}\frac{x}{30}
 
Physics news on Phys.org
Can you now express \frac{d\theta}{dt} in terms of \frac{dx}{dt} ?
 
CompuChip said:
Can you now express \frac{d\theta}{dt} in terms of \frac{dx}{dt} ?

Would I do this by differentiating tan_{-1}\frac{x}{30}?
 
Presuming you know what the derivative of arctan u is, yes.
 
Ok I think I have it:

To find \frac{d\theta}{dt}, apply chain rule:\frac{d\theta}{dt} = \frac{d\theta}{dx} \frac{dx}{dt}\frac{dx}{dt} = 5km/hTherefore,\frac{d\theta}{dt} = \frac{d}{dx} (tan_{-1}\frac{x}{30})(5)

Just don't know how to differentiate tan_{-1}\frac{x}{30}
 
The derivative of arctan(u) is 1/(1 + u^2)
 
CompuChip said:
The derivative of arctan(u) is 1/(1 + u^2)

So \frac{d\theta}{dt} = \frac{1}{1 + (x/30)^2} (5)

= \frac{5}{1 + (x/30)^2}

Assuming this is correct (please do correct me if I'm wrong), all that's left now is to enter 20m into the equation for x?:

\frac{5}{1 + (20/30)^2} = 3.46 degrees per hour?

I feel like I'm off.
 
You don't have the derivative of arctan(u), but of arctan(x / 30). So you might want to use the chain rule :smile:
But don't worry, that just means you are off by a constant factor.
Also, if you're getting a very small answer, note that you probably get something in radians (2 pi radians corresponding to 360 degrees).

If you've never seen the derivative of arctan and chain rule etc before, please tell us - then there's probably another way to solve the problem. Mathematically inclined as I am, this is the first that came to mind though.
 
CompuChip said:
You don't have the derivative of arctan(u), but of arctan(x / 30). So you might want to use the chain rule :smile:
But don't worry, that just means you are off by a constant factor.
Also, if you're getting a very small answer, note that you probably get something in radians (2 pi radians corresponding to 360 degrees).

If you've never seen the derivative of arctan and chain rule etc before, please tell us - then there's probably another way to solve the problem. Mathematically inclined as I am, this is the first that came to mind though.

Yeah I'm only just getting into differentiation now so I'm still finding my feet.

So, applying the chain rule I got something like this:

\frac{d\theta}{dt} = \frac{d}{dx}arctan(u) (5), where u = (x/30)

= (5) \frac{d}{dx}arctan(x/30) \frac{d}{dx}(x/30)

= \frac{150}{1 + (x/30)^2}

Therefore,

\frac{150}{1 + (20/30)^2} = 103.85 degrees per hour.

Are you getting something similar?
 
  • #10
I didn't do the calculation but it looks precisely like what I had in mind.
 
  • #11
eh.. I am not sure if this is right but try

tan(theta)=x/30 ; thus theta = tan^-1(x/30)=tan^-1(20/30)=tan^-1(2/3) aprox = 33.6 degrees

then differentiating from tan(theta)=x/30 ...
sec^2(theta)theta'=(1/30)x' = sec^2(33.6)theta'=(1/30)5
theta'=5/(30sec^2(33.6)) aprox = .115 deg/hour seems small...but all the steps seem correct
 
  • #12
CompuChip said:
I didn't do the calculation but it looks precisely like what I had in mind.

Thanks so much. I'll compare my answer with peers and see if they match.
 
  • #13
The first mistake I can see is the differentiation,\frac{d}{dx} \frac{x}{30} \neq 30. Secondly we have to be very careful with the units. The velocity is given in km/h, the distances in meters.
 
Last edited:
  • #14
Cyosis said:
The first mistake I can see is the differentiation,\frac{d}{dx} \frac{x}{30} \neq 30. Secondly we have to be very careful with the units. The velocity is given in km/h, the distances in meters.

Yeah I was wondering about the units, should have used 5000m instead.

Try again:

Chain rule:

\frac{d\theta}{dt} = \frac{d\theta}{dx} \frac{dx}{dt} = \frac{d}{dx}arctan(u) (5000), where u = \frac{x}{30}

Applying chain rule to arctan(u):

\frac{d}{dx}arctan(u) = \frac{1}{1+(u)^2} \frac{30}{900}

Therefore,

\frac{d\theta}{dt} = \frac{30}{900(1 + (x/30)^2)} (5000)

\frac{d\theta}{dt} = \frac{150000}{900(1 + (x/30)^2)}

Substituting 20m for x yields:

\frac{d\theta}{dt} = \frac{150000}{900(1 + (20/30)^2)} = 115.38 degrees per hour.
 
Back
Top