Ant's quest

Calculus Level 5

A flat piece of rubber, perfectly horizontal, has one end attached to a wall, while the other end is exactly 100 cm 100\text{ cm} from the wall. An ant is resting on this far end.

A machine begins stretching the far end of the rubber horizontally away from the wall at a rate of 10 cm/s 10\text{ cm/s} , and the ant instantly starts crawling towards the end anchored to the wall at a rate of 5 cm/s 5\text{ cm/s} relative to the rubber.

How long, in seconds, does it take for the ant to reach the end anchored to the wall, to one decimal place? If you think the ant will never reach the anchored end, enter 0.0 0.0 .


Details and Assumptions:

  • The rubber does not break under the strain of being stretched, and can be stretched to an indefinite length.
  • It stretches uniformly during this process.


The answer is 63.9.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Denton Young
Aug 10, 2017

Let's solve the general case. The piece of rubber has length L L , the stretching speed is V V , and the ant's crawling speed with respect to the rubber is S S .

At time T T , the end being stretched is at distance L ( T ) = L + V T L(T) = L + VT from the wall. Let the ant's distance from the wall be A ( T ) A(T) , and let F ( T ) F(T) = A ( T ) / L ( T ) A(T)/L(T) . If F ( T ) F(T) reaches 0, the ant completes its quest.

F ( T + d T ) F(T + dT) = ( ( A + ( A / L ) V d t S d t ) / ( L + V d t ) ) ((A + (A/L)V dt - S dt)/(L + V dt))

F ( T + d T ) F(T+ dT) = F ( T ) ( S / L ) d t F(T) - (S/L) dt

d F ( T ) / d T dF(T)/dT = ( S / L ) -(S/L)

L ( T ) = L + V T L(T) = L + VT , and F ( 0 ) = 1 F(0) = 1 , so:

F ( T ) = ( 1 ( S / V ) ) l n ( ( 1 + ( V / L ) ) T ) F(T) = (1 - (S/V)) ln ((1 + (V/L))T)

F ( T ) = 0 F(T) = 0 when T = ( L / V ) ( e ( V / S ) 1 ) T = (L/V)(e^{(V/S)} - 1)

Substituting in, F ( T ) = 0 F(T) = 0 at T = 10 ( e 2 1 ) T = 10(e^2 - 1) sec = 63.9 sec

James Wilson
Aug 20, 2017

I solved this problem by finding a mapping (function) from the location of the original particles of the rubber band (at time t = 0) to the location of the particles at t = t, and then used it to help form and solve a differential equation modeling the relationship of the velocity and position of the ant. I let x be a value from 0 cm to 100 cm that represents the starting distance of each particle of the rubber band. This will essentially be my indexing tool for the particles. I do not find it necessary to write the units from this point further because I will not need to do any unit conversions. As the particles of the rubber band begin to move, each particle's new location can be determined based on the fact that the stretching is uniform (multiplicative). This means the distance of a given particle from the wall remains in the same proportion with another given particle's distance from the wall at every point in time. Let A stand for the furthest particle from the wall, and B stand for some other particle that, at time t = 0, is x cm from the wall. The location of A at time t is given by 100 + 10t, since it's moving away from the wall at 10 cm/s. I find the location of B at time t (which I denote by f(x, t)), by setting up a proportion: 100 + 10 t 100 = f ( x , t ) x f ( x , t ) = x ( 10 + t ) 100 \frac{100+10t}{100}=\frac{f(x,t)}{x} \Rightarrow f(x, t)=\frac{x(10+t)}{100} . I find the partial derivative of f(x, t) with respect to t in order to find the velocity of each particle, so that substituting a particle's index, x, (original distance at t = 0) will give the function of its velocity: f t = x 10 \frac{\partial f}{\partial t}=\frac{x}{10} . Then I let x = g(t) represent the index (original distance) of the particle that the ant is directly above at time t, and h(t) represent the position of the ant (distance from the wall). So, then the ant's velocity and position are given by (resp.): h ( t ) = g ( t ) 10 5 h'(t)=\frac{g(t)}{10}-5 and h ( t ) = f ( g ( t ) , t ) = g ( t ) ( 10 + t ) 10 h(t)=f(g(t),t)=\frac{g(t)(10+t)}{10} . Solving for g(t) in the second of the two equations, I obtain g ( t ) = 10 h ( t ) 10 + t g(t)=\frac{10h(t)}{10+t} .Then I substitute the result into the first equation and put the resulting ODE in standard form: h ( t ) h ( t ) 10 + t = 5 h'(t)-\frac{h(t)}{10+t}=-5 . From here, I multiply the equation by e 1 10 + t d t = 1 10 + t e^{\int \frac{-1}{10+t}dt}=\frac{1}{10+t} (ignoring the constant of integration), and proceed to solve the ODE: h ( t ) 10 + t h ( t ) ( 10 + t ) 2 = 5 10 + t d d t [ h ( t ) 10 + t ] = 5 10 + t h ( t ) 10 + t = 5 ln ( 10 + t ) + C \frac{h'(t)}{10+t}-\frac{h(t)}{(10+t)^2}=\frac{-5}{10+t} \Rightarrow \frac{d}{dt}[\frac{h(t)}{10+t}]=\frac{-5}{10+t} \Rightarrow \frac{h(t)}{10+t}=-5 \ln (10+t)+C . To find C, let t = 0 and note h(0) = 100: 100 10 = 5 ln ( 10 ) + C C = 10 + 5 ln ( 10 ) \frac{100}{10}=-5\ln(10)+C \Rightarrow C=10+5\ln(10) . Therefore, the ant's distance from the wall is given by h ( t ) = ( 10 + t ) ( 5 ln ( 10 + t ) + 10 + 5 ln ( 10 ) ) h(t)=(10+t)(-5\ln(10+t)+10+5\ln(10)) . Setting h(t)=0, and solving for t, yields the final answer 10 e 2 10 10e^2-10 seconds.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...