Question
Question: An ant is moving along a rubber band at velocity v = 1cm/s. One end of the rubber band (the one from...
An ant is moving along a rubber band at velocity v = 1cm/s. One end of the rubber band (the one from which the ant started) is fixed to a wall, the other (initially at distance L = 1m from the wall) is pulled at u = 1m/s. If the time taken by the out to reach the other end of the band is (en−1) seconds, find n.

100
Solution
The problem describes an ant moving on a stretching rubber band. We need to find the time taken for the ant to reach the other end and then determine the value of 'n'.
Let's define the variables:
- v: Velocity of the ant relative to the rubber band = 1 cm/s = 0.01 m/s.
- L: Initial length of the rubber band = 1 m.
- u: Velocity at which the free end of the rubber band is pulled = 1 m/s.
Let x(t) be the position of the ant from the fixed end at time t.
The length of the rubber band at time t is L(t)=L+ut.
The velocity of the ant relative to the fixed end (ground) has two components:
- Its own velocity relative to the rubber band, v.
- The velocity of the point on the rubber band where the ant is located, due to the stretching of the band. A point at distance x from the fixed end moves with a velocity proportional to its distance from the fixed end, so its velocity due to stretching is L(t)xu.
Therefore, the total velocity of the ant relative to the fixed end is given by the differential equation: dtdx=v+L(t)xu Substitute L(t)=L+ut: dtdx=v+L+utxu Rearrange it into a standard linear first-order differential equation form: dtdx−(L+utu)x=v This is of the form dtdy+P(t)y=Q(t), where P(t)=−L+utu and Q(t)=v.
The integrating factor (IF) is e∫P(t)dt:
IF=e∫−L+utudt=e−ln(L+ut)=eln((L+ut)−1)=L+ut1
Multiply the differential equation by the integrating factor:
L+ut1dtdx−(L+ut)2ux=L+utv
The left side is the derivative of (L+utx) with respect to t:
dtd(L+utx)=L+utv
Now, integrate both sides with respect to t:
L+utx(t)=∫L+utvdt
L+utx(t)=uvln(L+ut)+C
To find the constant C, use the initial condition: at t=0, the ant starts from the fixed end, so x(0)=0.
L+u(0)0=uvln(L+u(0))+C
0=uvln(L)+C
C=−uvln(L)
Substitute C back into the equation for x(t):
L+utx(t)=uvln(L+ut)−uvln(L)
L+utx(t)=uv[ln(L+ut)−ln(L)]
Using logarithm properties, lnA−lnB=ln(A/B):
L+utx(t)=uvln(LL+ut)
The ant reaches the other end when its position x(t) is equal to the current length of the rubber band, L(t)=L+ut. Let T be the time when this happens.
So, at t=T, x(T)=L+uT.
Substitute this into the equation:
L+uTL+uT=uvln(LL+uT)
1=uvln(LL+uT)
Rearrange to solve for T:
vu=ln(LL+uT)
Exponentiate both sides:
eu/v=LL+uT
eu/v=1+LuT
eu/v−1=LuT
T=uL(eu/v−1)
Now, substitute the given values:
L=1 m
u=1 m/s
v=0.01 m/s
T=1 m/s1 m(e1 m/s/0.01 m/s−1)
T=1(e100−1)
T=(e100−1) seconds
The problem states that the time taken by the ant to reach the other end is (en−1) seconds.
Comparing our result with the given form:
(e100−1)=(en−1)
Therefore, n=100.