Solveeit Logo

Question

Question: A swimmer S is in the sea at a distance ’d’ km from the closest point A on a straight shore. The hou...

A swimmer S is in the sea at a distance ’d’ km from the closest point A on a straight shore. The house of the swimmer is one the shore at a distance L kmL{\text{ km}} from A. He can swim at a speed of u km/hru{\text{ km/hr}} and walk at a speed of v km/hr(v>u)v{\text{ km/hr}}\left( {v > u} \right). At which point on the shore should he land so that he reaches his house in the shortest possible time?
A. udv2u2\dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }}
B. vdv2u2\dfrac{{vd}}{{\sqrt {{v^2} - {u^2}} }}
C. vdv2+u2\dfrac{{vd}}{{\sqrt {{v^2} + {u^2}} }}
D. udv2+u2\dfrac{{ud}}{{\sqrt {{v^2} + {u^2}} }}

Explanation

Solution

First of all, draw the figure for this problem with the help of the given data to get a clear idea of what we have to find. Then use the distance-time formula and second derivative test to find the shortest time period. So, use this concept to reach the solution to the given problem.

Complete step-by-step solution:
Given that the swimmer is at a point S which is at a distance ‘d’ km from point A.
Let the house of the swimmer be at point B.
Since the distance between point A and his house i.e., B is L kmL{\text{ km}}. So, AB=L kmAB = L{\text{ km}}.
Let the swimmer land at point C on the shore and let AC=x kmAC = x{\text{ km}}as shown in the below figure:

Therefore, from the figure SC=x2+d2SC = \sqrt {{x^2} + {d^2}} and CB=(Lx)CB = \left( {L - x} \right)
We know that time=distancespeed{\text{time}} = \dfrac{{{\text{distance}}}}{{{\text{speed}}}}
Given that speed of the swimmer to swim from S to C =u km/hr = u{\text{ km/hr}}
So, time taken to travel from S to C =x2+d2u = \dfrac{{\sqrt {{x^2} + {d^2}} }}{u}
Also given that speed of the swimmer to walk from C to B =v km/hr = v{\text{ km/hr}}
So, time taken to travel from S to B =Lxv = \dfrac{{L - x}}{v}
Let TT be the time taken to travel from S to B
time taken to travel from S to B = time taken to travel from S to C + time taken to travel from C to B
T=x2+d2u+Lxv\Rightarrow T = \dfrac{{\sqrt {{x^2} + {d^2}} }}{u} + \dfrac{{L - x}}{v}
Let f(x)=T=x2+d2u+Lvxvf\left( x \right) = T = \dfrac{{\sqrt {{x^2} + {d^2}} }}{u} + \dfrac{L}{v} - \dfrac{x}{v}
Differentiating f(x)f\left( x \right) with respective to xx, we have

f(x)=ddx(x2+d2u)+ddx(Lv)ddx(xv) f(x)=1uddx(x2+d2)+ddx(Lv)1vddx(x) f(x)=1u.2x2x2+d2+01v  \Rightarrow f'\left( x \right) = \dfrac{d}{{dx}}\left( {\dfrac{{\sqrt {{x^2} + {d^2}} }}{u}} \right) + \dfrac{d}{{dx}}\left( {\dfrac{L}{v}} \right) - \dfrac{d}{{dx}}\left( {\dfrac{x}{v}} \right) \\\ \Rightarrow f'\left( x \right) = \dfrac{1}{u}\dfrac{d}{{dx}}\left( {\sqrt {{x^2} + {d^2}} } \right) + \dfrac{d}{{dx}}\left( {\dfrac{L}{v}} \right) - \dfrac{1}{v}\dfrac{d}{{dx}}\left( x \right) \\\ \Rightarrow f'\left( x \right) = \dfrac{1}{u}.\dfrac{{2x}}{{2\sqrt {{x^2} + {d^2}} }} + 0 - \dfrac{1}{v} \\\

We know that for the least and greatest value of any function is obtained by equating its first derivate to zero.
For maximum or minimum, put f(x)=0f'\left( x \right) = 0

1u.2x2x2+d2+01v=0 xux2+d2=1v x2+d2x=vu  \Rightarrow \dfrac{1}{u}.\dfrac{{2x}}{{2\sqrt {{x^2} + {d^2}} }} + 0 - \dfrac{1}{v} = 0 \\\ \Rightarrow \dfrac{x}{{u\sqrt {{x^2} + {d^2}} }} = \dfrac{1}{v} \\\ \Rightarrow \dfrac{{\sqrt {{x^2} + {d^2}} }}{x} = \dfrac{v}{u} \\\

Squaring on both sides, we get

x2+d2x2=v2u2 x2x2+d2x2=v2u2 1+d2x2=v2u2 d2x2=v2u21 d2x2=v2u2u2 x2=u2d2v2u2  \Rightarrow \dfrac{{{x^2} + {d^2}}}{{{x^2}}} = \dfrac{{{v^2}}}{{{u^2}}} \\\ \Rightarrow \dfrac{{{x^2}}}{{{x^2}}} + \dfrac{{{d^2}}}{{{x^2}}} = \dfrac{{{v^2}}}{{{u^2}}} \\\ \Rightarrow 1 + \dfrac{{{d^2}}}{{{x^2}}} = \dfrac{{{v^2}}}{{{u^2}}} \\\ \Rightarrow \dfrac{{{d^2}}}{{{x^2}}} = \dfrac{{{v^2}}}{{{u^2}}} - 1 \\\ \Rightarrow \dfrac{{{d^2}}}{{{x^2}}} = \dfrac{{{v^2} - {u^2}}}{{{u^2}}} \\\ \Rightarrow {x^2} = \dfrac{{{u^2}{d^2}}}{{{v^2} - {u^2}}} \\\

Rooting on both sides, we have

x=±udv2u2 x=udv2u2 or udv2u2  \Rightarrow x = \pm \dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }} \\\ \therefore x = \dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }}{\text{ or }}\dfrac{{ - ud}}{{\sqrt {{v^2} - {u^2}} }} \\\

We know that, the least value is obtained for the value of xx at which d2f(x)dx2>0\dfrac{{{d^2}f\left( x \right)}}{{d{x^2}}} > 0 and the greatest value is obtained for the value of xx at which d2f(x)dx2<0\dfrac{{{d^2}f\left( x \right)}}{{d{x^2}}} < 0.
Now, consider the second derivative of f(x)f\left( x \right)
f(x)=ddx(f(x))=ddx(xux2+d2)\Rightarrow f''\left( x \right) = \dfrac{d}{{dx}}\left( {f'\left( x \right)} \right) = \dfrac{d}{{dx}}\left( {\dfrac{x}{{u\sqrt {{x^2} + {d^2}} }}} \right)

f(x)=ddx(f(x))=ddx(xux2+d2) f(x)=d2u(x2+d2)x2+d2  \Rightarrow f''\left( x \right) = \dfrac{d}{{dx}}\left( {f'\left( x \right)} \right) = \dfrac{d}{{dx}}\left( {\dfrac{x}{{u\sqrt {{x^2} + {d^2}} }}} \right) \\\ \therefore f''\left( x \right) = \dfrac{{{d^2}}}{{u\left( {{x^2} + {d^2}} \right)\sqrt {{x^2} + {d^2}} }} \\\

For x=udv2u2x = \dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }} we have f(udv2u2)>0f''\left( {\dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }}} \right) > 0.
So, the shortest possible time is udv2u2\dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }}.
Thus, the correct option is A. udv2u2\dfrac{{ud}}{{\sqrt {{v^2} - {u^2}} }}

Note: For the least and greatest value of any function is obtained by equating its first derivate to zero. The least value is obtained for the value of xx at which d2f(x)dx2>0\dfrac{{{d^2}f\left( x \right)}}{{d{x^2}}} > 0 and the greatest value is obtained for the value of xx at which d2f(x)dx2<0\dfrac{{{d^2}f\left( x \right)}}{{d{x^2}}} < 0.