Bike Race

Alice and Carla both want to race their brand new bikes. Carla is a little older and stronger than Alice, so they propose a deal. Alice can ride her bike down a hill while Carla has to ride on flat ground, but in return Carla gets to pick the length of the race. Let L L be the length of the race. What is the largest integer value of L L that Carla can choose such that she still wins the race?

Details and Assumptions :

  • Alice is riding down an incline of 4 5 45^\circ off the ground

  • If you draw the hill as a right triangle, L L corresponds to the base of the triangle.

  • Both Alice and Carla start from a dead stop, Carla accelerates at 10 m/s 2 10 \text{ m/s}^2 until she reaches 20 m/s 20 \text{ m/s} (then she rides at a constant speed), and Alice just rides down the hill using only gravity to propel her.

  • Assume that gravity is 10 m/s 2 10 \text{ m/s}^2 .

  • Ignore the effects of wind resistance and terminal velocity.


The answer is 116.

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

Garrett Clarke
Jul 5, 2015

We let A ( d ) A(d) and C ( d ) C(d) be the time it takes Alice and Carla to travel a distance d d , respectively. We need to find the maximum value of d d such that C ( d ) < A ( d C(d)<A(d .

To find A ( d ) A(d) , we first need to find Alice's acceleration. Alice is riding down an inclined plane, meaning that the force acting on her is the parallel force due to gravity (I wish you could post photos to comments it would make explaining this a lot easier). The parallel force is m g sin ( θ ) mg\sin(\theta) , where θ \theta is the angle of the incline. Now this is the force that dictates how fast she travels parallel to the hill. We need to find how fast she travels parallel to the ground. This formula is simply ( m g sin ( θ ) ) ( cos ( θ ) ) (mg\sin(\theta))(\cos(\theta)) . Finally, using our formula F = m a F=ma , solving for and plugging in 4 5 o 45^o as our angle:

a = F m = ( 10 m / s 2 ) ( 2 2 ) 2 = 5 m / s 2 a=\frac{F}{m}=(10m/s^2)(\frac{\sqrt{2}}{2})^2=5m/s^2

Her formula A ( d ) A(d) , derived from d = 1 2 a ( A ( d ) ) 2 d=\frac{1}{2}a(A(d))^2 , must be:

A ( d ) = 2 d 5 A(d)=\sqrt{\frac{2d}{5}}

Now to find C ( d ) C(d) . We know that Carla starts off at 0 m / s 0m/s , accelerates at 10 m / s 2 10m/s^2 , then stops after 2 2 seconds at 20 m / s 2 20m/s^2 . Her distance traveled after 2 2 seconds then must be d = 1 2 a t 2 = 1 2 ( 10 m / s 2 ) ( 2 s ) 2 = 20 m d=\frac{1}{2}at^2=\frac{1}{2}(10m/s^2)(2s)^2=20m . After two seconds she rides at a constant rate of 20 m / s 20m/s . Her distance traveled during this time can be written as d = v t = ( 20 m / s ) ( t 2 ) d=vt=(20m/s)(t-2) . Summing the two values of d d together, replacing t t with C ( d ) C(d) and solving for C ( d ) C(d) we get:

C ( d ) = d 20 + 1 C(d)=\frac{d}{20}+1

Finally, let's plug these equations into our inequality C ( d ) < A ( d ) C(d)<A(d) and solve for d!

d 20 + 1 < 2 d 5 \frac{d}{20}+1<\sqrt{\frac{2d}{5}}

d < 20 ( 3 + 2 2 ) = 116.569... d<20(3+2\sqrt{2})=116.569...

Therefore our final answer must be 116 \boxed{116} .

Carla's motion is described as C ( t ) = { 5 t 2 t 2 20 + 20 ( t 2 ) t 2 C(t) = \left\{\begin{array}{ll} 5t^2 & t \leq 2 \\ 20 + 20 (t-2) & t \geq 2 \end{array}\right. Alice's motion is simply A ( t ) = 2 1 2 t 2 . A(t) = 2\tfrac12 t^2. (The 4 5 45^\circ angle causes Alice's acceleration to be 1 2 2 g \tfrac12\sqrt 2 g , and to find the x-component of this acceleration we must once again multiply by 1 2 2 \tfrac12\sqrt2 , so that the horziontal acceleration is 1 2 g \tfrac12g .) Clearly Carla will be ahead of Alice during the first two seconds; therefore we equate 20 + 20 ( t 2 ) = 2 1 2 t 2 . 20 + 20(t-2) = 2\tfrac12 t^2. This translates to t 2 8 t + 8 = 0 t = 4 + 8 = 6.83 s ; t^2 - 8t + 8 = 0 \therefore t = 4+\sqrt 8 = 6.83\ \text{s}; substitute this in both equations to find A ( t ) = C ( t ) = 116.6 m . A(t) = C(t) = 116.6\ \text{m}. Thus the answer is 116 meters.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...