MHB ME's question at Yahoo Answers regarding pursuit curve

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Curve
AI Thread Summary
The discussion revolves around a calculus problem involving two ships, A and B, with ship A moving straight down and ship B pursuing it at a constant speed while adjusting its direction towards A. The path of ship B is described as a "curve of pursuit," which can be modeled using differential equations derived from their respective speeds and positions. The key equations involve the relationship between the ships' coordinates and their speeds, leading to a first-order initial value problem. After solving the equations, the final function representing the path of ship B is provided, along with specific values for the ships' speeds and initial distance. The thread concludes with an invitation for further calculus questions in the forum.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

How do you solve this really hard calculus question?

Ship A and ship B start 100 km apart from each other (oriented so that a horizontal line will pass through both). As time passes, ship A moves straight down at a speed of 10 km/hr. Ship B moves towards ship A at all times so that the slope at which ship B is moving on is always one who's line points directly towards ship A at that instance. Ship B is always moving at 12 km/hr. How do I find the function which represents the path which ship B moves along? The function may have as many variables in it as you want. I just need to know the function, and how to find it.

Here is a link to the question:

How do you solve this really hard calculus question? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Mathematics news on Phys.org
Hello ME,

An interesting geometric model arises when one tries to determine the path of a pursuer chasing its "prey." This path is called a curve of pursuit. These problems were analyzed using methods of calculus circa 1760 (more than two centuries after Leonardo da Vinci had considered them).

The simplest problem is to find the curve along which a vessel moves when pursuing another vessel that flees along a straight line, assuming the speeds of the two vessels are constant.

Let's assume ship $B$, traveling at speed $\beta$, is pursuing ship $A$, which is traveling at speed $\alpha$. In addition, assume that ship $B$ begins (at time $t=0$) at the origin and pursues ship $A$, which begins at the point $(b,0)$ where $0<b$ and travels down the line $x=b$.

After $t$ hours, ship $B$ is located at the point $P(x,y)$, and ship $A$ is located at the point $Q(b,-\alpha t)$. The goal is then to describe the locus of points $P$, that is, to find $y$ as a function of $x$.

(a) Since ship $B$ is pursuing ship $A$, then at time $t$, ship $B$ must be heading right at ship $A$. That is, the tangent line to the curve of pursuit at $P$ must pass through the point $Q$. Using the point-slope formula, this implies:

$$y+\alpha t=\frac{dy}{dx}(x-b)$$

(1) $$\frac{dy}{dx}=\frac{y+\alpha t}{x-b}$$

(b) Since we know the speed at which ship $B$ is traveling, we know the distance it travels is $\beta t$. This distance is also the length of the pursuit curve from $(0,0)$ to $(x,y)$. Using the arc length formula from calculus, we find that:

(2) $$\beta t=\int_0^x \sqrt{1+\left(y'(u) \right)^2}\,du$$

Solving for $t$ in equations (1) and (2), we find that:

(3) $$(x-b)\frac{dy}{dx}-y=\frac{\alpha}{\beta}\int_0^x \sqrt{1+\left(y'(u) \right)^2}\,du$$

(c) Differentiating both sides of (3) with respect to $x$, we find:

$$\left((x-b)\frac{d^2y}{dx^2}+\frac{dy}{dx} \right)-\frac{dy}{dx}=\frac{\alpha}{\beta}\sqrt{1+\left( \frac{dy}{dx} \right)^2}$$

Letting $$\omega=\frac{dy}{dx}$$ we obtain the first order IVP:

$$(x-b)\frac{d\omega}{dx}=\frac{\alpha}{\beta}\sqrt{1+ \omega^2}$$ where $$\omega(0)=0$$

(d) Using separation of variables, and switching the dummy variables of integration so that we may use the boundaries as the limits, we find:

$$\int_0^{\omega}\frac{1}{\sqrt{1+u^2}}\,du= \frac{\alpha}{\beta}\int_0^x\frac{1}{v-b}\,dv$$

Integrating, we find:

$$\left[\ln|u+\sqrt{1+u^2}| \right]_0^{\omega}=\frac{\alpha}{\beta}\left[\ln|v-b| \right]_0^x$$

$$\ln|\omega+\sqrt{1+\omega^2}|=\ln\left|\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}} \right|$$

Since $$-\infty\le \omega<0$$ and $$0<1-\frac{x}{b}$$ we may state:

$$\omega+\sqrt{1+\omega^2}=-\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}}$$

$$\left(\sqrt{1+\omega^2} \right)^2=\left(\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}}+\omega \right)^2$$

$$1+\omega^2=\left(1-\frac{x}{b} \right)^{\frac{2\alpha}{\beta}}+2\omega\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}}+\omega^2$$

$$2\omega\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}}=1-\left(1-\frac{x}{b} \right)^{\frac{2\alpha}{\beta}}$$

Back-substituting for $\omega$, we have the IVP:

$$\frac{dy}{dx}=\frac{1}{2}\left(\left(1-\frac{x}{b} \right)^{-\frac{\alpha}{\beta}}-\left(1-\frac{x}{b} \right)^{\frac{\alpha}{\beta}} \right)$$ where $$y(0)=0$$

Switching the dummy variables of integration so we can use the boundaries, we have:

$$\int_0^y\,du=\frac{1}{2}\int_0^x\left(1-\frac{v}{b} \right)^{-\frac{\alpha}{\beta}}-\left(1-\frac{v}{b} \right)^{\frac{\alpha}{\beta}}\,dv$$

$$_0^y=\frac{b}{2}\left[\frac{\left(1+\frac{v}{b} \right)^{1+\frac{\alpha}{\beta}}}{1+\frac{\alpha}{\beta}}-\frac{\left(1-\frac{v}{b} \right)^{1-\frac{\alpha}{\beta}}}{1-\frac{\alpha}{\beta}} \right]_0^x$$

After simplifying, we obtain:

$$y=\frac{b\beta}{2(\alpha^2-\beta^2)}\left((\beta-\alpha)\left(1-\frac{x}{b} \right)^{\frac{\beta+\alpha}{\beta}}-(\beta+\alpha)\left(1-\frac{x}{b} \right)^{\frac{\beta-\alpha}{\beta}}+2\alpha \right)$$

Plugging in the given data $b=100,\,\alpha=10,\,\beta=12$ we find:

$$y=-\frac{300}{11}\left(\left(1-\frac{x}{100} \right)^{\frac{11}{6}}-11\left(1-\frac{x}{100} \right)^{\frac{1}{6}}+10 \right)$$

Here is a plot of the pursuit curve, i.e., the path of ship B:

https://www.physicsforums.com/attachments/822._xfImport

To ME and any other guests viewing this topic, I invite and encourage you to post other calculus questions here in our http://www.mathhelpboards.com/f10/ forum.

Best Regards,

Mark.
 

Attachments

  • mepursuit.jpg
    mepursuit.jpg
    4.8 KB · Views: 115
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top