Animated Solution for Physics - Kinematics: A particle P is moving with a constant speed u on a straight line that makes an angle θ with the positive x-direction of a coordinate system. When P crosses the y-axis at a point (0,l), another particle Q starts from the origin and chases P with a uniform speed v (v>u). The chaser Q always maintains its velocity vector towards the chased P.
(a) How long after Q starts from the origin, will it catch P?
(b) If both the chaser Q and the chased P move with equal speeds (i.e. u=v), what will be the minimum distance between them and what will be the maximum magnitude of acceleration of the chaser Q?
Visualized Solution
Kinematic Setup
Let the position of P be rP and Q be rQ.
Velocity of P is vP with magnitude u at angle θ.
Velocity of Q is vQ with magnitude v, pointing towards P.
Rate of Approach
Let s be the distance between P and Q.
The rate of change of distance is the relative velocity along the line of sight.
dtds=ucosα−v
where α is the angle between vP and the line of sight QP.
Position Vectors at Catch Time
Suppose Q catches P at time T.
Position of P at time T: rP(T)=lj^+vPT
Position of Q at time T: rQ(T)=∫0TvQdt
Since they meet, ∫0TvQdt=lj^+vPT
The Dot Product Trick
Take the dot product of both sides with vP:
∫0T(vQ⋅vP)dt=vP⋅(lj^)+vP⋅vPT
Since vQ⋅vP=vucosα and vP⋅(lj^)=ulsinθ:
v∫0Tucosαdt=ulsinθ+u2T
Integrating the Distance Equation
From the rate of approach: ∫0Tdtdsdt=s(T)−s(0)
∫0T(ucosα−v)dt=0−l=−l
∫0Tucosαdt=vT−l
Substitute this into the dot product equation:
v(vT−l)=ulsinθ+u2T
Solving for Catch Time T
v2T−vl=ulsinθ+u2T
T(v2−u2)=l(v+usinθ)
T=v2−u2l(v+usinθ)
Equal Speeds: u=v
If u=v, Q never catches P. We find the minimum distance.
Rate of approach: dtds=−u(1−cosα)
Rotation of line of sight: sdtdϕ=usinα
Since α=θ−ϕ, we have dα=−dϕ.
So, sdtdα=−usinα
Differential Equation for Distance
Divide the two rate equations to eliminate dt:
dαds=ssinα1−cosα=stan(α/2)
Integrate both sides: ∫sds=∫tan(α/2)dα
lns=−2ln(cos(α/2))+lnC
s=cos2(α/2)C
Finding Minimum Distance
At t=0, s=l and line of sight is along y-axis (ϕ=π/2).
α0=θ−π/2
l=cos2(2θ−π/2)C=1+sinθ2C⟹C=l21+sinθ
Minimum distance occurs when cos2(α/2)=1 (at α=0).
smin=C=l21+sinθ
Acceleration of Chaser Q
Since speed u is constant, acceleration is purely centripetal.
aQ=udtdϕ=su2sinα
Substitute s=cos2(α/2)C:
aQ=Cu2sinαcos2(α/2)=C2u2sin(α/2)cos3(α/2)
Maximizing Acceleration
Let f(α)=sin(α/2)cos3(α/2).
Setting f′(α)=0 gives tan(α/2)=31⟹α=π/3.
Maximum value of f(α) is 1633.
amax=C2u2(1633)=8C33u2
amax=4l(1+sinθ)33v2 (since u=v)
00:00 / 00:00
The Sigma Insight: Relative Velocity
Solution Diagram
The Ultimate Pursuit
A Masterclass in Kinematics
Imagine a coordinate system where a particle P starts on the y-axis at a distance l from the origin. It moves with a constant speed u along a straight line making an angle θ with the positive x-axis. At the exact same moment, a chaser particle Q starts from the origin. Q is like a heat-seeking missile, always pointing its velocity vector directly at P, moving with a speed v. This is a classic pursuit problem, and solving it requires a blend of physical intuition and mathematical elegance.
Analyzing the Rate of Approach
Let's look at the distance s between them at any time t. How fast is this distance closing? Q is moving directly towards P with speed v, actively trying to reduce the distance. However, P is moving away at an angle. If α is the angle between P's velocity vector vP and the line of sight QP, P's velocity component along this line is ucosα.
Therefore, the net rate of change of distance is given by:
dtds=ucosα−v
The Genius Dot Product Trick
To find the time T when Q catches P, we could try to set up complex differential equations for their trajectories. But there is a much more elegant way. If Q catches P at time T, their final position vectors must be exactly the same.
The position of P at time T is its initial position plus its displacement: rP(T)=lj^+vPT.
For Q, its position is the integral of its velocity vector over time: rQ(T)=∫0TvQdt.
Equating them gives:
∫0TvQdt=lj^+vPT
Here comes the brilliant trick: we take the dot product of both sides with P's velocity vector vP. Why? Because the dot product of Q's velocity and vP gives us vucosα, which links perfectly with our distance equation!
∫0T(vQ⋅vP)dt=vP⋅(lj^)+vP⋅vPT
Evaluating the dot products on the right side, we get ulsinθ+u2T. So our equation becomes:
v∫0Tucosαdt=ulsinθ+u2T
Solving for the Catch Time
Now, let's bring back our distance equation. If we integrate dtds from time 0 to T, the distance goes from l to 0.
∫0T(ucosα−v)dt=−l
Rearranging this, we find that ∫0Tucosαdt=vT−l. We can now substitute this entire integral into our dot product equation:
v(vT−l)=ulsinθ+u2T
Expanding and grouping the terms with T on one side:
T(v2−u2)=l(v+usinθ)
Dividing by the velocity difference, we get our final catch time:
T=v2−u2l(v+usinθ)
The Tractrix Scenario
Equal Speeds
Now for part (b). What if their speeds are equal (u=v)? In this case, Q will never actually catch P. But how close does it get? Let's analyze the relative motion again. The rate of approach is now −u(1−cosα).
What about the rotation of the line of sight? The perpendicular velocity component of P is usinα, which causes the line of sight of length s to rotate at an angular rate. This gives us our second differential equation:
sdtdα=−usinα
Dividing the distance equation by the angle equation eliminates time completely:
dαds=ssinα1−cosα=stan(2α)
Integrating both sides yields s=cos2(α/2)C. Using the initial conditions at t=0 where s=l and the line of sight is along the y-axis, we find the constant C=l21+sinθ. The minimum distance occurs when the denominator is maximum (at α=0), which simply leaves us with the constant C!
Maximum Acceleration of the Chaser
Finally, we need the maximum acceleration of Q. Since Q moves with a constant speed u, it has no tangential acceleration. Its acceleration is purely centripetal, given by aQ=udtdϕ=su2sinα.
Substituting our formula for s, we get a function purely in terms of α:
aQ=C2u2sin(2α)cos3(2α)
To find the maximum acceleration, we maximize the trigonometric part by taking its derivative and setting it to zero. This reveals the maximum occurs at α=3π (60∘). Plugging this back in, we arrive at the final masterpiece:
amax=4l(1+sinθ)33v2
This problem is a phenomenal demonstration of how choosing the right mathematical tools—like dot products and relative velocity components—can turn a seemingly impossible calculus nightmare into an elegant symphony of logic.