PDA

View Full Version : Springs and Work


A_lilah
Feb26-08, 09:12 PM
1. The problem statement, all variables and given/known data
In the figure below, we must apply a force of magnitude 89 N to hold the block stationary at x = -2.0 cm. From that position we then slowly move the block so that our force does +4.0 J of work on the spring-block system; the block is then again stationary. What is the block's position (x)? (There are two answers.)
---cm (smaller value)
---cm (larger value)




2. Relevant equations

W = .5 * [-k(xfinal^2) + k(xinitial^2)]

k = spring constant = force / distance stretched (or compressed)

3. The attempt at a solution

1. Find the spring constant:

K = 89N / -.02m = -4450 N/m

2. Plug values in

W = 4 J = .5 * -4450N.m * [ -xf^2 - xi^2]
The initial distance from 0 was -.02m so I plugged that in for the initial distance and solved for the final distance, which = .0469 m = 4.69cm.
This was the right answer, but I'm not sure in which direction it was (although it was the larger value) and or how to find the smaller one. Would I add the initial distance instead of subtract it?

GRB 080319B
Dec2-09, 01:25 AM
x_{i} = 0.02 m
F = 89 N
W = 4 J
\vec{F_{spring}} = -kx

The positive work done on the system means that energy from compressing the block into the spring more was converted into the potential (spring) energy, and the potential energy increased. There is negative work done on the block, so \DeltaKE is negative.
+\DeltaPE = 4 J = -\DeltaKE = -\int\vec{F} \bullet d\vec{r} = -\int\vec{F_{spring}} \bullet d\vec{r} = -\int^{x_{f}}_{x_{i}}(-kx)dx = k\int^{x_{f}}_{x_{i}}xdx = (1/2)k(x_{f}^{2} - x_{f}^{2}).

So +\DeltaPE = 4 J = (1/2)k(x_{f}^{2} - x_{i}^{2}).

To solve for k, we know that at a displacement of x_{i} = 0.02 m, the block is at static equilibrium, and net force is zero. So,
F + F_{spring} = 0
F + (-kx) = 0
k = F/x_{i}.

4 = (1/2)k(x_{f}^{2} - x_{i}^{2})
x_{f}^{2} = 4/(1/2)k + x_{f}^{2}
x_{f} = \pm\sqrt{8/k + x_{f}^{2} = \pm0.046880196 m
I think the negative number reflects that if the compressing force is released, the spring will push the block past x_{i} toward zero so the displacement is in the other direction, but I'm not sure. The spring constant k is never negative. Feel free to correct any mistakes I've made.