Differential Equations: Finding dy/dx from dx/dt and dy/dt

djh101
Messages
158
Reaction score
5

Homework Statement


A goose starts in flight a miles due east of its nest. Assume that the goose maintains constant flight speed (relative to the air) so that it is always flying directly toward its nest. The wind is blowing due north at w miles per hour. Figure 8 shows a coordinate frame with the nest at (0,0) and the goose at (x,y). It is easily seen that

\frac{dx}{dt} = -v0cosθ
\frac{dy}{dt} = w - v0sinθ

Show that

\frac{dy}{dx} = \frac{y - k\sqrt{x^{2} + y^{2}}}{x}

where k = w/v0, the ratio of the wind speed to the speed of the goose.

Homework Equations


See Above


The Attempt at a Solution


I don't see how the above can be the solution. x' and y' are constant so dx/dy should just be y/x, shouldn't it?
 
Physics news on Phys.org
djh101 said:
I don't see how the above can be the solution. x' and y' are constant so dx/dy should just be y/x, shouldn't it?
What makes you say x' and y' are constants? They both depend on θ.

Use the chain rule to get an expression for dy/dx (this is trivial), then use x=rcosθ, y=rsinθ.
 
Sorry, I meant their rates of change are constant. Since the goose is always flying directly towards its nest, θ shouldn't change.
 
djh101 said:
Since the goose is always flying directly towards its nest, θ shouldn't change.

This would be true is w=0.

Perhaps better way to say it would be that the goose is always trying to fly towards its nest.
 
I figured out, the wording was just a little confusing. I guess what they meant is that it was always going towards the nest (i.e. forward, not backward) and wen't straight (i.e. no turns on the z-axis), not necessarily in a straight line, though. Thanks for your help, I figured it out after plugging in for sin and cos.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top