Simple spring-constant equation

  • Thread starter Thread starter Bindle
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
Bindle
Messages
13
Reaction score
0

Homework Statement



You decide the spring constant k of a spring by measuring the extension x at different loads. Result is displayed in diagram:

4 cm extension = 10 Newton
4.5 cm extension = 11 Newton
6 cm extension = 15 Newton

The graph which I have is uploaded here: http://nces.ed.gov/nceskids/createagraph/index.asp?ID=5881274468fc4a8e9f509058747271cb (Just press preview)

a) Determine the spring constant.
b) How much work does it take to extend the spring by 4.5 cm?

Homework Equations



k = N/d (d = distance)

W = F * d

The Attempt at a Solution



a) Ok, so I start out with deciding the spring constant. I know 4 cm is 10 Newton, so I begin:

k = 10 N / 0.04 m
k = 250 N

b) Then I try to figure out the work:

I see that the spring at 4.5 centimeters takes 11 Newton of force.

W = 0.045 * 11

W = 0.0495 J

However the solution says it's 0.25 J.

My teacher tried to explain it has to do with the average length, that because of this you have to divide your work in 2. So: W = (0.045*11)/2

W = 0.2475 J and rounded: 0.25 J

Also he tried to explain that I could use the spring constant equation:

k = F/d

k * d = (F/d)*d

k * d * d = F * d

k * d^2 = F * d <- Where I see the point that this is also work.

But still, why do I have to divide the given work in two?

Thanks for any help.
 
Physics news on Phys.org
What is the spring force when the spring is unstretched at x = 0?
What is the spring force when the spring is stretched to x = 4.5 cm?
What is the average spring force during the time that the spring is stretched from x = 0 cm to x = 4.5 cm?
So it doesn't take much work to stretch the spring at the beginning, but it takes much more work to stretch it at the end. That's why you need to use the average to calculate the overall amount of work.
 
Oh right, it's 250 N/m. I still don't understand why I have to use the average?
 
dW = kxdx where dx is delta x or distance times x?
 
Bindle said:
dW = kxdx where dx is delta x or distance times x?
It's delta x, with delta x being very small. dW is delta W (work) with delta x being very small. For a given Δx, ΔW depends on the amount of x that was already there (i.e., the tension kx that is already in the spring). Every time you try to stretch the spring just a little more, for the same amount of additional stretch, the going gets harder and harder. So you do very little work when you first start to stretch the spring, but you do much more work once the spring already has been somewhat stretched. That's why you use the average force to calculate the total amount of work done.
Chet
 
Wow, thank you. No I see it.