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 be the length of the race. What is the largest integer value of L that Carla can choose such that she still wins the race?
Details and Assumptions :
Alice is riding down an incline of 4 5 ∘ off the ground
If you draw the hill as a right triangle, L corresponds to the base of the triangle.
Both Alice and Carla start from a dead stop, Carla accelerates at 1 0 m/s 2 until she reaches 2 0 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 1 0 m/s 2 .
Ignore the effects of wind resistance and terminal velocity.
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.
Carla's motion is described as C ( t ) = { 5 t 2 2 0 + 2 0 ( t − 2 ) t ≤ 2 t ≥ 2 Alice's motion is simply A ( t ) = 2 2 1 t 2 . (The 4 5 ∘ angle causes Alice's acceleration to be 2 1 2 g , and to find the x-component of this acceleration we must once again multiply by 2 1 2 , so that the horziontal acceleration is 2 1 g .) Clearly Carla will be ahead of Alice during the first two seconds; therefore we equate 2 0 + 2 0 ( t − 2 ) = 2 2 1 t 2 . This translates to t 2 − 8 t + 8 = 0 ∴ t = 4 + 8 = 6 . 8 3 s ; substitute this in both equations to find A ( t ) = C ( t ) = 1 1 6 . 6 m . Thus the answer is 116 meters.
Problem Loading...
Note Loading...
Set Loading...
We let A ( d ) and C ( d ) be the time it takes Alice and Carla to travel a distance d , respectively. We need to find the maximum value of d such that C ( d ) < A ( d .
To find 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 ( θ ) , where θ 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 ( θ ) ) . Finally, using our formula F = m a , solving for and plugging in 4 5 o as our angle:
a = m F = ( 1 0 m / s 2 ) ( 2 2 ) 2 = 5 m / s 2
Her formula A ( d ) , derived from d = 2 1 a ( A ( d ) ) 2 , must be:
A ( d ) = 5 2 d
Now to find C ( d ) . We know that Carla starts off at 0 m / s , accelerates at 1 0 m / s 2 , then stops after 2 seconds at 2 0 m / s 2 . Her distance traveled after 2 seconds then must be d = 2 1 a t 2 = 2 1 ( 1 0 m / s 2 ) ( 2 s ) 2 = 2 0 m . After two seconds she rides at a constant rate of 2 0 m / s . Her distance traveled during this time can be written as d = v t = ( 2 0 m / s ) ( t − 2 ) . Summing the two values of d together, replacing t with C ( d ) and solving for C ( d ) we get:
C ( d ) = 2 0 d + 1
Finally, let's plug these equations into our inequality C ( d ) < A ( d ) and solve for d!
2 0 d + 1 < 5 2 d
d < 2 0 ( 3 + 2 2 ) = 1 1 6 . 5 6 9 . . .
Therefore our final answer must be 1 1 6 .