Solveeit Logo

Question

Question: a solider has to cross 80m wide river on a ropeway grabbing on a pulley. the lengt of rope is 100m, ...

a solider has to cross 80m wide river on a ropeway grabbing on a pulley. the lengt of rope is 100m, its ends are ficed at the same height on both banks fo the river nd ropeis tight. solider stars from under one fixed point with zero initial velo, neglect friction. find highest speed and max depth during the journey

Answer
  • Maximum speed: vmax=24gv_{\max}=\sqrt{24\,g} (approximately 15.315.3 m/s for g=9.8m/s2g=9.8\,\text{m/s}^2).
  • Maximum depth: 3030 m below the bank level.
Explanation

Solution

We model the situation by taking the two fixed points at A = (0, 0) and B = (80, 0) (the bank level). The soldier, who “grabs” the rope, is at a point (x, y) with y negative (we take downward as negative). The rope is made of two straight‐line segments: one from A to (x, y) and the other from B to (x, y). Since the rope is 100 m long the constraint is

x2+y2+(80x)2+y2=100.\sqrt{x^2+y^2}+\sqrt{(80-x)^2+y^2}=100.

Step 1. Find the initial position

The soldier starts “under one fixed point”. Taking this as directly below A means we have x=0x=0. Then

02+y2+802+y2=y+6400+y2=100.\sqrt{0^2+y^2} + \sqrt{80^2+y^2} = |y| + \sqrt{6400+y^2} =100.

Let d=yd = |y| (with y=dy=-d); then

d+6400+d2=100.d+\sqrt{6400+d^2}=100.

Solving for dd:

6400+d2=100d.\sqrt{6400+d^2}=100-d.

Square both sides:

6400+d2=(100d)2=10000200d+d2.6400+d^2=(100-d)^2=10000-200d+d^2.

Cancel d2d^2 from both sides to get

6400=10000200d200d=100006400=3600,d=18.6400=10000-200d\quad\Longrightarrow\quad200d=10000-6400=3600,\quad d=18.

Thus the initial position is (0,y)(0, y) with y=18y=-18; that is, the soldier begins 18 m below the level of the banks.

Step 2. Find the lowest (deepest) point

At the lowest point the soldier reaches a minimum yy (i.e. maximum drop). We now minimize yy subject to the constraint

f(x,y)=x2+y2+(80x)2+y2=100.f(x,y)=\sqrt{x^2+y^2}+\sqrt{(80-x)^2+y^2}=100.

Use a Lagrange multiplier technique to minimize yy. Define

A=x2+y2,B=(80x)2+y2.A=\sqrt{x^2+y^2},\quad B=\sqrt{(80-x)^2+y^2}.

Since we are minimizing yy (or maximizing y|y| with y<0y<0), the Lagrange condition tells us that at the extremum the level curves of yy are tangent to the constraint curve. Writing the condition we get (details omitted for brevity) that

xA=80xB.\frac{x}{A} = \frac{80-x}{B}.

A little algebra (squaring both sides and cancelling common factors) shows that, for y0y\ne0, one must have

x=80xx=40.x = 80-x \quad\Longrightarrow\quad x=40.

Substitute x=40x=40 into the constraint:

402+y2+402+y2=21600+y2=100.\sqrt{40^2+y^2}+\sqrt{40^2+y^2}=2\sqrt{1600+y^2}=100.

Thus,

1600+y2=50,\sqrt{1600+y^2}=50,

which gives

1600+y2=2500,y2=900,y=30(since y<0).1600+y^2=2500,\quad y^2=900,\quad y=-30 \quad (\text{since } y<0).

So the maximum (absolute) depth is 30 m below the bank level.

Step 3. Find the maximum speed

Since no friction is present the work done by gravity is converted into kinetic energy. Choosing the bank height as zero potential, the gravitational potential energy at any point is mgymg\,y (with y<0y<0). Energy conservation between the starting point (y=18y=-18, zero initial speed) and any later position (yy) gives

12mv2+mgy=mg(18).\frac{1}{2}mv^2 + mg\,y = mg(-18).

Thus,

12v2=g(18y).\frac{1}{2}v^2= g( -18 - y).

The maximum speed occurs when the drop (18y)(-18-y) is greatest, that is at the lowest point y=30y=-30. Then

12vmax2=g(18(30))=g(12).\frac{1}{2}v_{\max}^2 = g( -18 - (-30))=g(12).

So

vmax=24g.v_{\max}=\sqrt{24\,g}.

For example, taking g=9.8m/s2g=9.8\,\text{m/s}^2 gives approximately

vmax235.215.3m/s.v_{\max}\approx\sqrt{235.2}\approx15.3\,\text{m/s}.

Core Explanation Summary:

  1. The soldier starts at (0,y)(0, y) with y=18y=-18 since y+6400+y2=100|y|+\sqrt{6400+y^2}=100 gives y=18|y|=18.
  2. Minimizing yy with the constraint leads to x=40x=40 and y=30y=-30 (maximum drop).
  3. Conservation of energy from y=18y=-18 to y=30y=-30 yields vmax=2g(12)=24gv_{\max}=\sqrt{2g(12)}=\sqrt{24g}.