A particle on the x-axis is moving to the right at 2 units per second. A second particle is moving down the y axis at the rate of 3 units per second. At a certain instant, the first is at (5,0) and the second is at (0,7). How rapidly is the angle between the x-axis and the line joining the two particles changing at that instant? Are they moving towards or away from each other at that instant?
Like my first post, we have a problem involving a right triangle. This time it seems we are interested in angle theta that is made up of the hypotenuse and adjacent. We know the length of the opposite and adjacent sides which means we use the tangent equation which should be the first function no?
After that, I'm not sure what else to do.
d theta/dt = d tan/dt and ?
The tangent function may look like a good starting point, but I would start with the fact that to find the derivative of theta with respect to time t, I need a function relating theta and t. And I will need functions relating other variables to t. How do I get things into terms of t?
[MATH]\theta = \text {some function.}[/MATH]
I am interested in f'(t) at the time when x = 5 and y = 7. Let's say that occurs when t = 0. (This is totally arbitrary except it will make computations simple.)
[MATH]\therefore x = 5 + 2t \text { and } y = 7 - 3t \implies \dfrac{dx}{dt} = 2 \text { and } \dfrac{dy}{dt} = -\ 3.[/MATH]
Does that make sense?
Now I can find a relation among x, y, and a
function of theta as you saw right away. But that does not directly give
[MATH]\theta = \text {some function.}[/MATH] What can we do? Use the inverse.
[MATH]tan ( \theta ) = \dfrac{y}{x} \implies \theta = arctan \left ( \dfrac{x}{y} \right ).[/MATH]
[MATH]u = \dfrac{y}{x} \implies \theta = arctan(u) \implies \dfrac{d \theta }{du} = \dfrac{1}{1 + u^2} = \dfrac{1}{1 + \dfrac{y^2}{x^2}} = \dfrac{x^2}{x^2 + y^2}.[/MATH]
[MATH]\text {Also, } u = \dfrac{y}{x} \implies \dfrac{du}{dt} = \dfrac{x * \dfrac{dy}{dt} - y * \dfrac{dx}{dt}}{x^2} = \dfrac{-\ 3x - 2y}{x^2}.[/MATH]
Now we are set to go with the chain rule.
[MATH]\dfrac{d \theta }{dt} = \dfrac{d \theta}{du} * \dfrac{du}{dt} = \dfrac{x^2}{x^2 + y^2} * \dfrac{-\ 3x - 2y}{x^2} = \dfrac{-\ 3x - 2y}{x^2 + y^2}.[/MATH]
Now we carefully set up that at t = 0, x = 5 and y = 7. So
[MATH]\therefore t = 0 \implies \dfrac{d \theta }{dt} = \dfrac{-\ 3(5) - 2(7)}{5^2} = -\ \dfrac{29}{25}.[/MATH]
Does the sign make sense? Why? What units apply to the answer?