Collisions: Difference between revisions
(→Simple) |
(→Simple) |
||
Line 22: | Line 22: | ||
===Simple=== | ===Simple=== | ||
Example 1) | Example 1) | ||
A 0.5 kg soccer ball is moving with a speed of 5 m/s directly toward to 0.7 basket ball which is at rest. | A 0.5 kg soccer ball is moving with a speed of 5 m/s directly toward to 0.7 kg basket ball which is at rest. | ||
When two balls collide and sticks together what will their final velocity be? | When two balls collide and sticks together what will their final velocity be? | ||
___ | |||
m1 = 0.5 kg | |||
v1,init = 5 m/s | |||
m2 = 0.7 kg | |||
v2,init = 0 m/s | |||
So m1 * v1 + m2 * + v2 = (m1 + m2) * vfinal | |||
LHS = 0.5 * 5 + 0.7 * 0 = 2.5 kg*m/s | |||
RHS = (0.5 + 0.7) * vfinal = 1.2 * vfinal | |||
LHS = RHS in inelastic collision | |||
2.5 = 1.2 * vfinal | |||
vfinal = 2.5 / 1.2 = 2.08333 | |||
Thus, the final velocity is 2.08 m/s. | |||
===Middling=== | ===Middling=== |
Revision as of 07:50, 16 April 2016
CLAIMED BY MEGAN STEVENS
This topic covers Collisions, a comprehensive way to combine the Momentum and Energy Principles.
The Main Idea
Collisions are special types of contact interactions between objects. From a physics standpoint, collisions are a way to combine the Momentum and Energy Principles. In the case of collisions, if we choose a system of the two objects interacting, the change in momentum of the system and the change in energy of the system are both zero. With this in mind, calculations with collisions become very simple. There are two types of collisions, Elastic Collisions and Inelastic Collisions.
A Mathematical Model
What are the mathematical equations that allow us to model this topic. For example [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
How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript
Examples
Be sure to show all steps in your solution and include diagrams whenever possible
Simple
Example 1) A 0.5 kg soccer ball is moving with a speed of 5 m/s directly toward to 0.7 kg basket ball which is at rest. When two balls collide and sticks together what will their final velocity be? ___
m1 = 0.5 kg v1,init = 5 m/s m2 = 0.7 kg v2,init = 0 m/s
So m1 * v1 + m2 * + v2 = (m1 + m2) * vfinal
LHS = 0.5 * 5 + 0.7 * 0 = 2.5 kg*m/s RHS = (0.5 + 0.7) * vfinal = 1.2 * vfinal
LHS = RHS in inelastic collision
2.5 = 1.2 * vfinal
vfinal = 2.5 / 1.2 = 2.08333
Thus, the final velocity is 2.08 m/s.
Middling
Difficult
Connectedness
- How is this topic connected to something that you are interested in?
- How is it connected to your major?
- 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