I have the following problem:
The Royal Gorge bridge over the Arkansas River is $310\text{ m}$ above the river. A $57\text{ kg}$ bungee jumper has an elastic cord with an unstressed length of $64\text{ m}$ attached to her feet. Assume that, like an ideal spring, the cord is massless and provides a linear restoring force when stretched. The jumper leaps, and at at her lowest point she barely touches the water. After numerous ascents and descents, she comes to rest at a height h above the water. Model the jumper as a point particle and assume that any effects of air resistance are negligible.
(a) Find $h$.
(b) Find the maximum speed of the jumper.
I was able to solve part (a) (the answer is $148.3\text{ m}$), but I can't figure out how to do part (b). How do I go about solving it?
(As an aside, I calculated that the spring constant for the bungee cord is $k=5.72$.)
One thing I tried was setting the gravitational potential energy at the top of the jump equal to total energy when the jump was h meters above the water:
$U_{grav} = K_{grav} + U_{spring} + U_{grav}$
$mg(310) = \frac12mv^2 + \frac12kh^2 + mgh$
$(57*9.8*310 = \frac12(57)v^2 + \frac12(5.72)(148.3)^2 + 57*9.8*148.3$
This gives me $v=31.02\text{ m/s}^2$, which is incorrect.
148.3 mis the distance up from the bottom of the drop, not down from the top of the drop. Correcting for this mistake doesn't get me the right answer, though, so my approach is still wrong... – Kevin Feb 27 at 6:46