Calculating Work Done by Variable Force

AI Thread Summary
To calculate the work done by a variable force defined by F(x) = 2x^3 - 5x^2 + 10 over the interval from 0 to 10 meters, numerical methods can be employed. The area under the curve is approximated by evaluating the force at small increments, such as 0.001 meters, and summing the products of force and distance for each increment. The calculated total work, approximately 3434.083375, represents the work done, but this method introduces small errors due to the finite size of the increments. A more accurate approach would involve using the midpoint of each increment for calculations. However, since integration is not an option for this discussion, the current numerical method is acceptable for estimating the work done.
rock4christ
Messages
34
Reaction score
0

Homework Statement


I need To find the work done by a force that varies with position like this:
F(x)=2x^3 -5x^2 +10

with x at values between 0 to 10 meters.

Homework Equations



see above, and maybe w=fd

The Attempt at a Solution


I found the area underneath the curve by putting the values from 0.001 to 10 into Excel, and putting in the equation for all values. it looks like this:

x (in meters) f(x) area of each increment
0.1 9.952 0.009952
0.2 9.816 0.009816
0.3 9.604 0.009604
0.4 9.328 0.009328
0.5 9 0.009
0.6 8.632 0.008632
0.7 8.236 0.008236
0.8 7.824 0.007824
0.9 7.408 0.007408
1 7 0.007
1.1 6.612 0.006612
1.2 6.256 0.006256


area of all increments(using 0.001, not 0.1)
3434.083375

^thats just a sample and is only using .1 increments.

would 3434.083375 actually be my final answer for the work performed, or would that be the force, and if so, what distance would I multiply it by?
 
Physics news on Phys.org
If you're going to solve it (approximately) nunerically instead with integration, then for each delta-X, you multiply the force in that delta-X by the delta-X, and add up all those pieces of the work to get the total.
 
berkeman said:
If you're going to solve it (approximately) nunerically instead with integration, then for each delta-X, you multiply the force in that delta-X by the delta-X, and add up all those pieces of the work to get the total.

I believe that's what I did, because I took my force, of say 6.612, and * it by .001 and did that for all of them, and added it up. I am wanting to know if that answer is the work done or not.
 
In your relevant equations, you listed W=fd. So it would seem you have calculated the correct thing.

There is a subtlety, though in doing numerical calculations like this. You will get small errors for each delta-X section, because the delta-Work that you are calculating is not exact. That's why you will later learn to use integration to calculate the exact total work -- integration basically uses infinitesimally small delta-X sections (called "dx"). One improvement you could make to your numerical calculation is to use the y value for the middle of each delta-X section, rather than the value at the end of the delta-X section as you are doing now.
 
Yeah I'm not in Calculus yet, so Integrals wouldn't be an option even IF he hadn't specifically said we couldn't use it.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top