Weight: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
==The Main Idea==
==The Main Idea==


Weight describes the *[[Gravitational Force]] upon a mass, usually relative to Earth or a planet. An object's weight is commonly confused with mass, but instead it is a force that depends on another body of matter, while mass is an intrinsic property of matter.  
'''In physics, weight describes the [[Gravitational Force]] upon a mass, usually relative to Earth or a planet.''' Depending on the source, weight may be defined as a scalar - the magnitude of the gravitational force on an object - or a vector equal to gravitational force.
An object's weight is commonly confused with mass, but instead it is a force that depends on another body of matter, while mass is an intrinsic property of matter.  


===A Mathematical Model===
===A Mathematical Model===


A mass ''m'''s weight near the surface of the Earth is represented by <math>{\vec{F}_{g} = {mg}}</math> where ''g'' is the gravitation acceleration of Earth, -9.8 meters per second squared.  
A mass ''m'''s weight near the surface of the Earth is represented by <math>{\vec{W} = \vec{F}_{g} = {mg}}</math> where ''g'' is the gravitation acceleration of Earth, -9.8 meters per second squared.  


<math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.
<math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.
Line 15: Line 16:
===A Computational Model===
===A Computational Model===


How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]
A simple segment of code that calculates the both scalar and vector weight (gravitational force) exerted upon a ball.  
 
<iframe src="https://trinket.io/embed/glowscript/e47d83e127?start=result" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>


==Examples==
==Examples==

Revision as of 22:07, 30 November 2015

Claimed by mxu86 (Michael Xu)

A page about weight as a property of matter.

The Main Idea

In physics, weight describes the Gravitational Force upon a mass, usually relative to Earth or a planet. Depending on the source, weight may be defined as a scalar - the magnitude of the gravitational force on an object - or a vector equal to gravitational force. An object's weight is commonly confused with mass, but instead it is a force that depends on another body of matter, while mass is an intrinsic property of matter.

A Mathematical Model

A mass m's weight near the surface of the Earth is represented by [math]\displaystyle{ {\vec{W} = \vec{F}_{g} = {mg}} }[/math] where g is the gravitation acceleration of Earth, -9.8 meters per second squared.

[math]\displaystyle{ {\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net} }[/math] where p is the momentum of the system and F is the net force from the surroundings.

A Computational Model

A simple segment of code that calculates the both scalar and vector weight (gravitational force) exerted upon a ball.

<iframe src="https://trinket.io/embed/glowscript/e47d83e127?start=result" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>

Examples

Be sure to show all steps in your solution and include diagrams whenever possible

Simple

Middling

Difficult

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

Internet resources on this topic

References

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