Work is integral of force over distance¶
Assuming a one-dimensional environment, when the force F on a particle-like object depends on the position of the object, the work done by F on the object while the object moves from one position to another is to be found by integrating the force along the path of the object.
Links:
- force¶
The
force
exerted on the object as a function ofposition
.- Symbol:
F(x)
- Latex:
\(F{\left(x \right)}\)
- Dimension:
force
- law¶
W = Integral(F(x), (x, x_0, x_1))
- Latex:
- \[W = \int\limits_{x_{0}}^{x_{1}} F{\left(x \right)}\, dx\]