whstrack2010
- 5
- 0
Homework Statement
Suppose that a hawk, whose initial position is (a,0)=(7000,0) on the x-axis, spots a pigeon at (0, 2000) on the y-axis. Suppose that the pigeon flies at a constant speed of 40 ft/sec in the direction of the y-axis (oblivious to the hawk), while the hawk flies at a constant speed of 70 ft/sec, always in the direction of the pigeon.
The problem is to find an equation for the flight path of the hawk (the curve of pursuit) and to find the time and place where the hawk will catch the pigeon. Assume that in this problem all distances are measured in feet and all times measured in seconds. Leave out all dimensions from your answers.
The Attempt at a Solution
All of this information is what I have done, and I know it to be correct.
The pigeon's position is given by the function (0, g(t)) where g(t)=2000+40t
The hawk's line of travel is tangent to the curve of pursuit, and is given by p=(-2000+y-(x*p))/40 where p=dy/dx
The distance the hawk has flown is given by the integral ∫[x, 7000] √(1+p^2) which also equals 70t.
So, the total distance can be considered: ∫[x, 7000] (1/70)√(1+p^2)
Now, both sides of the equation (p=(-2000+y-(x*p))/40 and ∫[x, 7000] (1/70)√(1+p^2)) are differentiated to get rid of the integral.
On the left, we get (-1/40)*(x*q) where q=dp/dx
On the right, we get (-1/70)(sqrt(1+p^2)) by the Fundamental Theorem of Calculus.
This is now a separable equation with the variables p and x. It can be equated to:
1/sqrt(1+p^2) = (4/7)1/x
Integrating the left, we get ln(p+sqrt(1+p^2))
Integrating the right, we get 4/7(ln(x))+C
Now, here's where I'm stuck. I need to find C (it says to recall that p=dy/dx=tangent line from the beginning) , and then I think I use that to solve for p. Then that would be integrated to find y, which would have another C that I would need to find. And with that, I could then find the time and point where the pigeon is caught. Anyone have any suggestions on how to do this?