Question
Question: A river is flowing with speed $v_0$ m/s. Width of the river is $d$. A boat starts from point $P$. Bo...
A river is flowing with speed v0 m/s. Width of the river is d. A boat starts from point P. Boat crosses the river such that its velocity w.r.t. river is always directed towards a fix point Q which is directly opposite to point P. Find drift of the boat if speed of boat in still water is also v0.

3d
2d
4d
3d
2d
Solution
Let the river flow along the x-axis with velocity vr=v0i^. The width of the river is d along the y-axis. Let the starting point P be at the origin (0,0) and the destination point Q be at (0,d).
The velocity of the boat relative to the river, vbr, has a magnitude of v0 and is always directed towards point Q. If the boat is at position (x,y), the vector from the boat to Q is (−x,d−y). Thus, the velocity of the boat relative to the river is: vbr=v0(−x)2+(d−y)2(−x,d−y)=v0(x2+(d−y)2−xi^+x2+(d−y)2d−yj^)
The velocity of the boat relative to the ground is vb=vbr+vr. vb=v0(x2+(d−y)2−xi^+x2+(d−y)2d−yj^)+v0i^ vb=v0(1−x2+(d−y)2x)i^+v0x2+(d−y)2d−yj^
Let vx=dtdx and vy=dtdy. We have: dtdx=v0(1−x2+(d−y)2x) dtdy=v0x2+(d−y)2d−y
To find the path of the boat, we can find the ratio dydx: dydx=vyvx=v0x2+(d−y)2d−yv0(1−x2+(d−y)2x)=d−yx2+(d−y)2−x Let u=d−y. Then y=d−u, so dudy=−1, which means dudx=dydxdudy=−dydx. The differential equation becomes: −dudx=ux2+u2−x dudx=ux−x2+u2=ux−ux2+u2 This is a homogeneous differential equation. Let x=vu, so dudx=v+ududv. v+ududv=uvu−u(vu)2+u2 v+ududv=v−uuv2+1 ududv=−v2+1 v2+1dv=−udu Integrating both sides: ∫v2+1dv=−∫udu ln∣v+v2+1∣=−ln∣u∣+C1 ln∣v+v2+1∣=ln(∣u∣1)+C1 v+v2+1=uA(where A=eC1) Substitute back v=x/u: ux+u2x2+1=uA ux+ux2+u2=uA x+x2+u2=A The boat starts at P(0,0), so x=0 when y=0. When y=0, u=d−0=d. Substituting x=0 and u=d: 0+02+d2=A⟹A=d So the equation of the boat's path is: x+x2+u2=d Substitute u=d−y: x+x2+(d−y)2=d The drift is the value of x when the boat reaches the other bank, i.e., when y=d. When y=d, u=d−d=0. x+x2+02=d x+x2=d Since the boat moves in the positive x direction, x>0, so x2=x. x+x=d 2x=d x=2d The drift of the boat is 2d.