Work is integral of force over distance¶
Assuming a one-dimensional environment, when the force \(\vec F\) on a particle-like object depends on the position of the object, the work done by \(\vec 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:
- Symbol:
W
- Latex:
\(W\)
- Dimension:
energy
- Symbol:
x
- Latex:
\(x\)
- Dimension:
length
- Symbol:
F(x)
- Latex:
\(F{\left(x \right)}\)
- Dimension:
force
- Symbol:
x_0
- Latex:
\(x_{0}\)
- Dimension:
length
- Symbol:
x_1
- Latex:
\(x_{1}\)
- Dimension:
length
- law¶
W = Integral(F(x), (x, x_0, x_1))
- Latex:
- \[W = \int\limits_{x_{0}}^{x_{1}} F{\left(x \right)}\, dx\]