tal444
- 157
- 0
Homework Statement
Alright, this one's been bothering me.
An engineer is designing a spring to be placed at the bottom of an elevator shaft. If the elevator cable should break when the elevator is at a height h above the top of the spring, calculate the value that the spring stiffness constant k should have so that passengers undergo an acceleration of no more than 5.0g when brought to rest. Let M be the total mass of the elevator and passengers.
Homework Equations
W=\frac{1}{2}kd^{2}
W=Fd
E_{p}=Mgh
The Attempt at a Solution
I'm assuming that the potential energy will be equal to the kinetic energy, so:
W=Mgh=Fd
Mgh=Mad
plugging in 5.0g for a I get h=5.0d, d=\frac{h}{5.0}
Mgh=\frac{1}{2}k(\frac{h}{5.0})^{2}
=\frac{1}{2}k(\frac{h^{2}}{25})
=\frac{kh^{2}}{50}
50Mgh=kh^{2}
k=\frac{50Mg}{h}
However, the answer in my textbook is \frac{12Mg}{h}. Any help here? I have a strange feeling that I did the first part wrong making the E_{p} equal to E_{k}.