PDA

View Full Version : word problem


OptimusPrime
Apr21-04, 10:01 AM
Having some trouble with this. Would appreciate your help please.

An object weighing 128 pounds is suspended from a spring, streching the spring 2 feet beyond its natural length. The object is then released from rest at a point 6 inches above the equilibrium position.

a. Find a function which describes the position of the object at any time t.
b. What is the position of the object at time t= pi/12 sec? be precise
c. Is the object moving upward or downward at this time? Explain

OptimusPrime
Apr21-04, 10:28 AM
mg = kx ..... to solve for 'k'"

Okay, "mg" is the weight of the object, which we are told is 128 pounds. And "x" is the distance the spring is stretched by that weight- we are told that's 2 feet.

mg= kx is 128= 2k. What's k?



mx" + kx = 0"

Since mg= 128, m= 128/g= 128/32.2= 3.97.

k = 64

m =128/32 = 4

4x" + (64)x = 0

x" + (4^2)x = 0

x = A * cos(4t) + B * sin (4t)


Is this right? I don't know how to finish the problem. Help please

OptimusPrime
Apr21-04, 05:33 PM
Please can anyone help. Am struggling with this and have to hand it in first thing tomorrow. I would really really appreciate it.

Thanks

matt grime
Apr21-04, 05:36 PM
resolve the forces on the object using hooke's law, and then use F=ma = "mx double dot"

OptimusPrime
Apr21-04, 07:46 PM
I don't know how to do that can you please show me how

jepe
Apr22-04, 02:22 PM
The system is an undamped mass-spring system.
the natural period of the system is:
T = 2*pi*sqrt(m/k) = 2*pi*sqrt(128/64) = 2*sqrt(2)*pi
This may help you to calculate the position at any time using the equation:
x(t) = 6*cos(2*pi*t/T) (inch)
for t=0 : x(0) = 6 inch (start position)
for t=T/2 : x(T/2) = -6 inch (lowest point after half cycle)
for t=T : x(T) = 6 inch (after one full harmonic cycle, assuming no damping force)
you should be able to answer questions b and c now.