Predicting Change in multiple dimensions: Difference between revisions
Line 213: | Line 213: | ||
<math> \Delta {\mathbf{d}} = \Delta{t} * \mathbf{v}_{avg x} = 1.42857 s * 50 \frac{m} {s} = 71.4285 m</math> | <math> \Delta {\mathbf{d}} = \Delta{t} * \mathbf{v}_{avg x} = 1.42857 s * 50 \frac{m} {s} = 71.4285 m</math> | ||
'''Find final position''' | |||
<math> \mathbf{r}_{final} = \mathbf{r}_{initial} + \Delta {d} = (0,100,0) m + (71.4285,-100,0) m = (71.4285,0,0) m</math> | |||
===Difficult=== | ===Difficult=== |
Revision as of 16:57, 1 December 2015
This page discusses the use of momentum to predict change in multi-dimensions and examples of how it is used.
Claimed by rbose7
The Main Idea
The linear momentum, or translational momentum of an object is equal to the product of the mass and velocity of an object. A change in any of these properties is reflected in the momentum.
If the object(s) are in a closed system not affected by external forces the total momentum of the system cannot change.
We can apply these properties to all three dimensions and use momentum to predict the path an object will follow over time by observing the change in momentum in the same way we did in one-dimension.
A Mathematical Model
This change in momentum is shown by the formula:
[math]\displaystyle{ \Delta \overrightarrow{p} }[/math] = [math]\displaystyle{ \overrightarrow{p}_{final}-\overrightarrow{p}_{initial} }[/math] = [math]\displaystyle{ m\overrightarrow{v}_{final}-m\overrightarrow{v}_{initial} }[/math]
Or by relating it to force:
[math]\displaystyle{ \Delta p = F \Delta t\, }[/math]
Relate by Velocity
Given the velocity:
[math]\displaystyle{ \overrightarrow{v} = \left(v_x,v_y,v_z \right) }[/math]
For an object with mass [math]\displaystyle{ \mathbf{m} }[/math]
The object has a momentum of :
[math]\displaystyle{ \overrightarrow{p} }[/math] = [math]\displaystyle{ \overrightarrow{v} * \mathbf{m} }[/math] = [math]\displaystyle{ \left(v_x,v_y,v_z \right) * \mathbf{m} }[/math] = [math]\displaystyle{ \left(\mathbf{m} v_x,\mathbf{m} v_y,\mathbf{m} v_z \right) }[/math]
Relate by Force
Given the force:
[math]\displaystyle{ \overrightarrow{F} = \left(F_x,F_y,F_z \right) }[/math]
And change in time:
[math]\displaystyle{ \Delta t }[/math]
[math]\displaystyle{ \Delta p = \overrightarrow{F} \Delta t\, }[/math] = [math]\displaystyle{ \left(F_x,F_y,F_z \right) * \Delta t }[/math] = [math]\displaystyle{ \left(\Delta tF_x,\Delta tF_y,\Delta tF_z \right) }[/math]
[math]\displaystyle{ \overrightarrow{p}_{final} = \overrightarrow{p}_{initial} + \Delta p }[/math] = [math]\displaystyle{ \overrightarrow{p}_{initial} + \left(\Delta tF_x,\Delta tF_y,\Delta tF_z \right) }[/math]
Multiple Particles
If we have multiple particles with a force acting on it, we can use the same process to predict its path. The only difference is that we pretend the particles are just on large particle with its center at the center of mass.
Center of Mass:
[math]\displaystyle{ \overrightarrow{r}_{cm} = \frac{m_1 \overrightarrow{r}_1 + m_2 \overrightarrow{r}_2 + \cdots}{m_1 + m_2 + \cdots}. }[/math]
[math]\displaystyle{ \overrightarrow{r}_{cm} = \frac{m_1 (r_{x1},r_{y1},r_{z1}) + m_2 (r_{x2},r_{y2},r_{z2}) + \cdots}{m_1 + m_2 + \cdots}. }[/math]
Using this we carry out the same calculations, but use the mass:
[math]\displaystyle{ m_{total} = m_1 + m_2 + \cdots }[/math]
and use the velocity:
[math]\displaystyle{ \overrightarrow{v}_{cm} }[/math]
and only move the mass as a whole from the center:
[math]\displaystyle{ \overrightarrow{r}_{cm} }[/math]
A Computational Model
Below are models that use change in momentum to predict how particles move:
Below is a particle that has no net force and therefore moves at a constant velocity:
A object with no net force on it
Below is an object moving with gravity acting on it. Because gravity acts in the 'y' direction, the object's y component for velocity decreases:
A object with the force of gravity
Below are several objects moving with gravity acting on it, using calculations from center of mass (it is usually more accurate to apply calculations on each particle individually, but this is good for a big picture).
Below is an object launched with an initial velocity that has gravity acting on it. It loses velocity in the y direction due to gravity until it hits the ground:
A object launched from a cliff
We can also use momentum to model the path of more complex models, like a proton and electron near each other:
An electron and proton with non-zero velocities with electric force included
Examples
Be sure to show all steps in your solution and include diagrams whenever possible
Simple
A ball of mass 1000 g rolls across the floor with a velocity of (0,10,0) m/s. After how much time does the ball stop? Where does it stop if it starts at the origin? Assume the coefficient of friction is 0.3.
We need to find when velocity is 0 or when final momentum is 0.
Declare known variables:
Change mass to kilograms:
[math]\displaystyle{ \mathbf{m} = \frac{1000} {1000} = 1 kg }[/math]
[math]\displaystyle{ \overrightarrow{\mathbf{v}} = (0,10,0) \frac{m} {s} }[/math]
[math]\displaystyle{ \mu = .3 }[/math]
Find the initial momentum:
[math]\displaystyle{ \overrightarrow{p}_{initial} = \mathbf{m} * \overrightarrow{\mathbf{v}} }[/math] = [math]\displaystyle{ 1 * (0,10,0) }[/math] = [math]\displaystyle{ (0,10,0) kg * \frac{m} {s} }[/math]
Find time passed:
[math]\displaystyle{ \Delta{\overrightarrow{p}} = \overrightarrow{\mathbf{F}}_{net} * \Delta{t} }[/math]
[math]\displaystyle{ \mathbf{\overrightarrow{F}}_{net} = \overrightarrow{\mathbf{F}}_{normal}*\mu }[/math]
[math]\displaystyle{ \overrightarrow{\mathbf{F}}_{normal} = (0,\mathbf{m} * \mathbf{g} = 1 kg * 9.8 \frac{m} {s^2},0) = (0,9.8,0) N }[/math]
[math]\displaystyle{ \mathbf{\overrightarrow{F}}_{net} = (0,9.8,0) N * 0.3 = (0,2.94,0) N }[/math]
[math]\displaystyle{ \Delta{\overrightarrow{p}} = \overrightarrow{p}_{initial} = (0,2.94,0) N * \Delta {t} }[/math]
[math]\displaystyle{ (0,10,0) = (0,2.94,0) N * \Delta {t} }[/math]
[math]\displaystyle{ \Delta {t} = \frac {(0,2.94,0)} {(0,10,0)} }[/math]
[math]\displaystyle{ \Delta {t} = .294 s }[/math]
Find displacement
[math]\displaystyle{ \Delta {d} = \overrightarrow{v}_{avg} * \Delta {t} = \frac {(0,10,0)} {2} \frac{m} {s} * 0.294 s = (0,1.47,0) m }[/math]
Find final position
[math]\displaystyle{ \mathbf{r}_{final} = \mathbf{r}_{initial} + \Delta {d} = (0,0,0) m + (0,1.47,0) m = (0,1.47,0) m }[/math]
Middling
You launch a 5kg ball off a 100m cliff at a velocity of (10,15,0). How long does it take for the ball to reach the ground? How far away does it land?
Declare Known Variables
[math]\displaystyle{ \mathbf{m} = 5 kg }[/math]
[math]\displaystyle{ \mathbf{h} = 100 m }[/math]
[math]\displaystyle{ \overrightarrow{\mathbf{v}}_{initial} = (10,15,0) \frac{m} {s} }[/math]
Find Initial Momentum
[math]\displaystyle{ \overrightarrow{\mathbf{p}}_{initial} = \mathbf{m} * \overrightarrow{\mathbf{v}}_{initial} }[/math]
[math]\displaystyle{ \overrightarrow{\mathbf{p}}_{initial} = 5kg * (10,15,0) \frac{m} {s} = (50,75,0) kg * \frac{m} {s} }[/math]
Find Final Momentum
Because the ball will hit the ground the final y component of the velocity and final momentum will be 0. Because gravity only affects the y component, the x and z components are unchanged.
[math]\displaystyle{ \overrightarrow{\mathbf{p}}_{final} = (50,0,0) kg * \frac{m} {s} }[/math]
Find Net Force
[math]\displaystyle{ \overrightarrow{\mathbf{F}}_{net} = \overrightarrow{\mathbf{F}}_{g} = (0,\mathbf{m} * \mathbf{g},0) = (0, 5kg * 9.8 \frac{m} {s^2},0) = (0,49,0) N }[/math]
Find time passed
[math]\displaystyle{ \Delta{\overrightarrow{\mathbf{p}}} = \Delta {t} * \overrightarrow{\mathbf{F}}_{net} }[/math]
[math]\displaystyle{ (0,70,0) = \Delta {t} * (0,49,0) }[/math]
[math]\displaystyle{ \Delta {t} = 1.42857 s }[/math]
Find Displacement
[math]\displaystyle{ \mathbf{v}_{avg x} = \frac{\mathbf{v}_{final x} + \mathbf{v}_{initial x}} {2} = 50 \frac{m} {s} }[/math]
[math]\displaystyle{ \Delta {\mathbf{d}} = \Delta{t} * \mathbf{v}_{avg x} = 1.42857 s * 50 \frac{m} {s} = 71.4285 m }[/math]
Find final position
[math]\displaystyle{ \mathbf{r}_{final} = \mathbf{r}_{initial} + \Delta {d} = (0,100,0) m + (71.4285,-100,0) m = (71.4285,0,0) m }[/math]
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