Work Done By A Nonconstant Force: Difference between revisions

From Physics Book
Jump to navigation Jump to search
Line 21: Line 21:
==Examples==
==Examples==


Be sure to show all steps in your solution and include diagrams whenever possible
===Example 1===
A box is pushed to the East, 5 meters by a force of 40 N, then it is pushed to the north 7 meters by a force of 60 N. Calculate the work done on the box.


===Simple===
===Example 2===
===Middling===
===Difficult===


==Connectedness==
==Connectedness==

Revision as of 19:15, 5 December 2015

This page will help students understand how to calculate the work done by a non constant force.

The Main Idea

When calculating the force, if the magnitude of the force or direction of the force changes, it is not possible to calculate the work done by multiplying force by the displacement. Instead the non constant force is split into a path with small increments.


A Mathematical Model

[math]\displaystyle{ W=\int\limits_{i}^{f}\overrightarrow{F}\bullet\overrightarrow{dr} = \sum\overrightarrow{F}\bullet\Delta\overrightarrow{r} }[/math]

This means that the work is equal to the integral of the function of the force with respect to the change in the objects position. This is also the same as the summation of the force on an object multiplied by the change in position.

A Computational Model

This python code creates a ball with a force acting on it that changes with respect to time and it prints the total work at the end of the the loop that lasts while t is less than 10. This uses the concept that work is equal to the summation of the force multiplied by the change in distance over that interval, which is an estimate for the integral of the force function over this distance.

Examples

Example 1

A box is pushed to the East, 5 meters by a force of 40 N, then it is pushed to the north 7 meters by a force of 60 N. Calculate the work done on the box.

Example 2

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?
  3. Is there an interesting industrial application?

History

Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

[1]


References

This section contains the the references you used while writing this page

Claimed By Justin V.