Solveeit Logo

Question

Question: A man crosses a river of width $d$. Current flow speed is $v$. Speed of swimmer relative to water is...

A man crosses a river of width dd. Current flow speed is vv. Speed of swimmer relative to water is vv. Man always heads towards the point exactly opposite to the starting point at the another bank (relative to water). If radius of curvature of the path followed by the swimmer just after he start swimming is n2dn\sqrt{2}d, then the value of nn is

Answer

2

Explanation

Solution

Let the river flow along the positive x-axis with velocity vr=vi^\vec{v}_r = v \hat{i}. The width of the river is dd along the y-axis. Let the starting point be the origin (0,0)(0,0). The point exactly opposite to the starting point on the other bank is (0,d)(0,d).

The swimmer's velocity relative to water, vsw\vec{v}_{sw}, has a magnitude of vv. The problem states that the swimmer "always heads towards the point exactly opposite to the starting point at the another bank (relative to water)". This means the direction of vsw\vec{v}_{sw} is always towards the point (0,d)(0,d) from the swimmer's current position (x,y)(x,y). The vector from (x,y)(x,y) to (0,d)(0,d) is (0x,dy)=(x,dy)(0-x, d-y) = (-x, d-y). Thus, the velocity of the swimmer relative to water is: vsw=v(x,dy)(x)2+(dy)2=v(xx2+(dy)2i^+dyx2+(dy)2j^)\vec{v}_{sw} = v \frac{(-x, d-y)}{\sqrt{(-x)^2 + (d-y)^2}} = v \left( \frac{-x}{\sqrt{x^2 + (d-y)^2}} \hat{i} + \frac{d-y}{\sqrt{x^2 + (d-y)^2}} \hat{j} \right)

The velocity of the swimmer relative to the ground is vs=vsw+vr\vec{v}_s = \vec{v}_{sw} + \vec{v}_r. vs=v(xx2+(dy)2i^+dyx2+(dy)2j^)+vi^\vec{v}_s = v \left( \frac{-x}{\sqrt{x^2 + (d-y)^2}} \hat{i} + \frac{d-y}{\sqrt{x^2 + (d-y)^2}} \hat{j} \right) + v \hat{i} vs=v(1xx2+(dy)2)i^+vdyx2+(dy)2j^\vec{v}_s = v \left( 1 - \frac{x}{\sqrt{x^2 + (d-y)^2}} \right) \hat{i} + v \frac{d-y}{\sqrt{x^2 + (d-y)^2}} \hat{j}

Let vs=x˙i^+y˙j^\vec{v}_s = \dot{x} \hat{i} + \dot{y} \hat{j}. We have: x˙=dxdt=v(1xx2+(dy)2)\dot{x} = \frac{dx}{dt} = v \left( 1 - \frac{x}{\sqrt{x^2 + (d-y)^2}} \right) y˙=dydt=vdyx2+(dy)2\dot{y} = \frac{dy}{dt} = v \frac{d-y}{\sqrt{x^2 + (d-y)^2}}

We need to find the radius of curvature of the path just after the swimmer starts, which is at t=0t=0 when (x,y)=(0,0)(x,y)=(0,0). At (x,y)=(0,0)(x,y)=(0,0): Let A=x2+(dy)2=02+(d0)2=dA = \sqrt{x^2 + (d-y)^2} = \sqrt{0^2 + (d-0)^2} = d. x˙(0,0)=v(10d)=v\dot{x}(0,0) = v \left( 1 - \frac{0}{d} \right) = v y˙(0,0)=vd0d=v\dot{y}(0,0) = v \frac{d-0}{d} = v The speed at t=0t=0 is v0=x˙2+y˙2=v2+v2=v2v_0 = \sqrt{\dot{x}^2 + \dot{y}^2} = \sqrt{v^2 + v^2} = v\sqrt{2}.

The radius of curvature RR is given by the formula: R=(x˙2+y˙2)3/2x˙y¨y˙x¨R = \frac{\left(\dot{x}^2 + \dot{y}^2\right)^{3/2}}{|\dot{x}\ddot{y} - \dot{y}\ddot{x}|} We need to find the accelerations x¨\ddot{x} and y¨\ddot{y} at t=0t=0. x¨=dx˙dt=x˙xx˙+x˙yy˙\ddot{x} = \frac{d\dot{x}}{dt} = \frac{\partial \dot{x}}{\partial x}\dot{x} + \frac{\partial \dot{x}}{\partial y}\dot{y} y¨=dy˙dt=y˙xx˙+y˙yy˙\ddot{y} = \frac{d\dot{y}}{dt} = \frac{\partial \dot{y}}{\partial x}\dot{x} + \frac{\partial \dot{y}}{\partial y}\dot{y}

Let's calculate the partial derivatives at (x,y)=(0,0)(x,y)=(0,0), where A=dA=d, x˙=v\dot{x}=v, y˙=v\dot{y}=v: x˙x=v(dy)2A3=vd2d3=vd\frac{\partial \dot{x}}{\partial x} = v \frac{-(d-y)^2}{A^3} = v \frac{-d^2}{d^3} = -\frac{v}{d} x˙y=vx(dy)A3=v0dd3=0\frac{\partial \dot{x}}{\partial y} = v \frac{-x(d-y)}{A^3} = v \frac{-0 \cdot d}{d^3} = 0 y˙x=vx(dy)A3=v0dd3=0\frac{\partial \dot{y}}{\partial x} = v \frac{-x(d-y)}{A^3} = v \frac{-0 \cdot d}{d^3} = 0 y˙y=vx2A3=v02d3=0\frac{\partial \dot{y}}{\partial y} = v \frac{-x^2}{A^3} = v \frac{-0^2}{d^3} = 0

Now, calculate x¨\ddot{x} and y¨\ddot{y} at t=0t=0: x¨(0,0)=(vd)(v)+(0)(v)=v2d\ddot{x}(0,0) = \left(-\frac{v}{d}\right)(v) + (0)(v) = -\frac{v^2}{d} y¨(0,0)=(0)(v)+(0)(v)=0\ddot{y}(0,0) = (0)(v) + (0)(v) = 0

Substitute these values into the radius of curvature formula: R=(v2+v2)3/2v0v(v2d)=(2v2)3/2v3dR = \frac{\left(v^2 + v^2\right)^{3/2}}{\left|v \cdot 0 - v \cdot \left(-\frac{v^2}{d}\right)\right|} = \frac{\left(2v^2\right)^{3/2}}{\left|\frac{v^3}{d}\right|} R=(v2)3v3/d=22v3v3/d=22dR = \frac{(v\sqrt{2})^3}{v^3/d} = \frac{2\sqrt{2}v^3}{v^3/d} = 2\sqrt{2}d

The problem states that the radius of curvature is n2dn\sqrt{2}d. Comparing this with our result: n2d=22dn\sqrt{2}d = 2\sqrt{2}d n=2n = 2