I am having problem understanding a problem. It goes as follows: A spring needs $750$ lbs of force to compress it $3$ inches. How much work for another $3$ inches of compression?
My first attempt:
$$0.25k=750\\ k=3000\\ \int _{0.25}^{0.5}\:3000x\,\mathrm dx=1500[(0.5)^2-(0.25)^2]=281.25.$$
I have tried this using the inches, instead of decimal feet; I get different answers. One guy stated on a different thread (not mine) that I should start with $W=\frac{1}{2}kx^2∣^b_a $ . I followed this and got $562.5$, which is not enough.
This can't be right; the answer should be more than $750$, no?
Consider F= -kx ,where k is the spring constant. When x = 3 inches ,F = 750 lbs.
so $750$ $\,=$ $\mathtt-k.3$
$\mathbf k$ = $\mathtt{\frac {-750}3 }$
The work done W = $\int F \,dx$ = $\int -k.x\,dx$.
In this case W = $\int_3^6 -(\frac{-750}{3}).x\,dx$
Which evaluates out to 3375 inch pounds of work.
Edit: had the wrong unit for the final answer