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: 112
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top