Predicting Change in multiple dimensions: Difference between revisions

From Physics Book
Jump to navigation Jump to search
Line 129: Line 129:
===Simple===
===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.
A ball of mass <math> m = 1000 \; g </math> rolls across the floor with a velocity of <math> \vec{v} = (3,4,0) \;m/s </math> . 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.
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Solution</div>
<div class="mw-collapsible-content">


'''Declare known variables:'''
We need to find when the velocity will be equal to zero, given a constant frictional force


Change mass to kilograms:
'''Declare known variables and coordinate system:'''


<math> \mathbf{m} = \frac{1000} {1000} = 1 kg </math>
First, we convert mass into kilograms


<math> \overrightarrow{\mathbf{v}} = (0,10,0) \frac{m} {s} </math>
<math> \mathbf{m}  = \frac{1000} {1000} = 1 kg </math>
 
Next, we restate the velocity and coefficient of friction
 
<math> \vec{\mathbf{v}} = (3,4,0) \; \frac{m} {s} </math>


<math> \mu = .3 </math>
<math> \mu = .3 </math>


Next, from the context of the problem, we take x and y to be perpendicular to the force of gravity (that is, the floor is flat), so gravity will be directed in the negative z direction.


'''Find the initial momentum:'''
'''Find the initial momentum:'''


<math> \overrightarrow{p}_{initial} = \mathbf{m} * \overrightarrow{\mathbf{v}} </math>
<math> \vec{p}_{i} = \mathbf{m} \vec{\mathbf{v}} = (1 \; kg)((3,4,0) \frac{m}{s}) = (3,4,0) \; \frac{kg \; m}{s}</math>
= <math> 1 * (0,10,0) </math>
 
= <math> (0,10,0) kg * \frac{m} {s} </math>
 
'''Find time passed:'''
 
We have the momentum principle:
 
<math> \Delta{\vec{p}} = \vec{\mathbf{F}}_{net} \Delta t </math>
 
Next, we compute the force due to friction (see [[Friction]]):
 
<math> \vec{\mathbf{F}}_{frict} = \vec{\mathbf{F}}_{N}*\mu </math>


Expanding in the coordinate system we defined earlier:


<math> \vec{\mathbf{F}}_{normal} = (0,0,\mathbf{m}|\mathbf{g}|) = (0,0,9.8) N </math>


'''Find time passed:'''
Now we compute friction. Friction will always be directed in the opposite direction of the velocity, so just as velocity has vector for <math> \vec{\mathbf{v}} = (3,4,0) \; m/s </math>, friction will have vector form <math> \vec{\mathbf{F}}_{frict} = |\vec{\mathbf{F}}_{frict}|(-3/5,-4/5,0) </math>, where <math> |\vec{\mathbf{F}}_{frict}| </math> is the magnitude of the frictional force, and the vector has been normalized, so that the its magnitude is equal to one (you should recognize 3,4, and 5 as a pythagorean triple). Therefore, we calculate


<math> \Delta{\overrightarrow{p}} = \overrightarrow{\mathbf{F}}_{net} * \Delta{t} </math>
<math> |\vec{\mathbf{F}}_{frict}| = \mu |\vec{\mathbf{F}}_{normal}| =  2.94 \;N </math>


<math> \mathbf{\overrightarrow{F}}_{net} = \overrightarrow{\mathbf{F}}_{normal}*\mu </math>
<math> \vec{\mathbf{F}}_{frict} = (2.94 \; N)(-3/5,-4/5,0) = (-1.764,-2.352,0) \; N </math>


<math> \overrightarrow{\mathbf{F}}_{normal} = (0,\mathbf{m} * \mathbf{g} = 1 kg * 9.8 \frac{m} {s^2},0) = (0,9.8,0) N </math>
Now, we compute the time it takes to stop based on the change in momentum


<math> \mathbf{\overrightarrow{F}}_{net} = (0,9.8,0) N * 0.3 = (0,2.94,0) N</math>
<math> \Delta \vec{p} = \vec{p}_{i} = (\Delta t)\vec{\mathbf{f}}_{frict} </math>


<math> \Delta{\overrightarrow{p}} = \overrightarrow{p}_{initial} = (0,2.94,0) N * \Delta {t} </math>
Since the final momentum will be 0, the change in momentum is simply <math> \Delta \vec{\mathbf{p}} = - \vec{\mathbf{p}}_i </math>, so we have


<math>  (0,10,0) = (0,2.94,0) N * \Delta {t} </math>
<math>  (-3,-4,0) = (-1.764,-2.352,0) N * \Delta {t} </math>


<math>  \Delta {t} = \frac {(0,2.94,0)} {(0,10,0)} </math>
<math>  \Delta {t} = \frac {(3,-4.,0) \; kg \; m/s} {(-1.764,-2.352,0) \; N} </math>


<math>  \Delta {t} = .294 s </math>
<math>  \Delta {t} = 1.7 s </math>


'''Find displacement'''
'''Find displacement'''


<math> \Delta {d} = \overrightarrow{v}_{avg} * \Delta {t} = \frac {(0,10,0)} {2} \frac{m} {s} * 0.294 s = (0,1.47,0) m </math>
We have two options. We may use average velocity:
 
<math> \Delta {d} = \vec{v}_{avg} * \Delta {t} = \frac {(3,4,0)} {2} \frac{m} {s} * 1.7 s = (2.55,3.4,0) m </math>
 
and then find the final position:
 
<math> \mathbf{r}_{f} = \mathbf{r}_{i} + \Delta {d} = (0,0,0) m + (2.55,3.4,0) m = (2.55, 3.4,0) m</math>
 
Alternatively, we may use the kinematics equation
 
<math> \vec{\mathbf{r}}_f = \frac{\vec{\mathbf{a}} t^2}{2} + \vec{\mathbf{v}}_i t + \vec{\mathbf{r}}_i </math>
 
where acceleration <math> \vec{a} = \vec{\mathbf{F}}/\mathbf{m} = (-1.764, -2.352, 0) m/s^2 </math>. Thus this yields
 
<math> \vec{\mathbf{r}}_f = \frac{(-1.764, -2.352, 0)(1.7 \; s)^2}{2} + (3,4,0)(1.7 \; s) + (0,0,0) = (2.55, 3.4, 0) \; m




'''Find final position'''
'''Find final position'''


<math> \mathbf{r}_{final} = \mathbf{r}_{initial} + \Delta {d} = (0,0,0) m + (0,1.47,0) m = (0,1.47,0) m</math>
 
</div> </div>


===Middling===
===Middling===

Revision as of 16:17, 28 June 2019

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

Just as in one dimension, the linear momentum (also known as translational momentum) of an object is the vector quantity equal to the product of the mass and velocity of an object. Unlike in one dimension, we must now consider the vectors components in each direction (see 3-Dimensional Position and Motion for more detail). Just as in 1 dimension, momentum is conserved in closed systems - that is, a system with no external forces acting upon it - which means that two objects colliding will have the same net momentum before and after the collision. 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 just as we did in one-dimension.


A Mathematical Model

This change in momentum is shown by the formula:

[math]\displaystyle{ \Delta \vec{p} = \vec{p}_{f}-\vec{p}_{i} = m\vec{v}_{f}-m\vec{v}_{i} }[/math]

Or by relating it to force:

[math]\displaystyle{ \Delta \vec{p} = \vec{F} \Delta t }[/math]


Relation to Velocity

Given an object with velocity [math]\displaystyle{ \vec{v} = (v_x,v_y,v_z) }[/math] and mass [math]\displaystyle{ m }[/math], the object's momentum will be

[math]\displaystyle{ \vec{p} = m\vec{v} = m(v_x,v_y,v_z) = (m v_x,m v_y,m v_z) }[/math]

Relate by Force

Given the force:

[math]\displaystyle{ \vec{F} = (F_x,F_y,F_z) }[/math]

And change in time:

[math]\displaystyle{ \Delta t }[/math]

[math]\displaystyle{ \Delta p = \vec{F} \Delta t = (F_x,F_y,F_z) \Delta t= ( F_x \Delta t,F_y \Delta t ,F_z \Delta t) }[/math]

[math]\displaystyle{ \vec{p}_f = \vec{p}_{i} + \Delta p = \vec{p}_i + (F_x \Delta t,F_y \Delta t,F_z \Delta t) }[/math]

This can also be expressed as:

[math]\displaystyle{ \vec{F}_{net} = \frac {\text{d}\vec{p}} {\text{d}t} }[/math]

or:

[math]\displaystyle{ \Delta p = \int_{t_1}^{t_2} F(t)\, dt\,. }[/math]

Multiple Particles

If our system consists of multiple particles being acted upon by a net external force, we can use the same process to predict its evolution. 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:

In summation notation:

[math]\displaystyle{ \vec{r}_{cm} = \frac{\sum_i^n m_i\vec{r}_i}{\sum_i^n m_i} }[/math]

If you are not familiar with summation notation, a brief recap may be found here, but it essentially consists of adding the product of each mass with its respective position, then dividing by the total mass. Accordingly, we have in expanded notation

[math]\displaystyle{ (x_{cm},y_{cm},z_{cm}) = \frac{1}{m_{total}} (\sum_i^n m_ix_i,\sum_i^n m_iy_i,\sum_i^n m_iz_i) }[/math]

Performing unit analysis, we see that the masses cancel out and this is indeed a position. With these quantities we may perform the same computations as above, but instead of using [math]\displaystyle{ m, \vec{v}, }[/math] and [math]\displaystyle{ r }[/math], we use [math]\displaystyle{ m_{total} = \sum_i^n m_i }[/math],[math]\displaystyle{ \vec{v}_{cm} }[/math], and [math]\displaystyle{ \vec{r}_{cm} }[/math].

A Computational Model

The principles of iterative prediction in multiple dimensions are exactly the same as the Fundamentals of Iterative Prediction with Varying Force, except that as per the above the process must be performed with 3 times as much information. The most important difference is that the force in one direction may depend on the position and velocity in another - Oscillators in Multiple Dimensions will consider such cases - which requires the system to update each coordinate simultaneously, rather than treating it like three separate one dimensional problems.

A Generic 3D Simulator

Using Numpy

Below are models that use change in momentum to predict how particles move in specific situations (Click run to start simulation):

(If it does not work take the '?outputOnly=true' out of the url and try again)

A object with no net force on it

Below is a particle that has no net force and therefore moves at a constant velocity:

A object with no net force on it

A object with the force of gravity

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

Many Particles

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).

Many Particles

A object launched from a cliff

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

An electron and proton

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

Elastic Collision

Two objects undergo perfectly elastic collision

Two objects collide perfectly elastically

Inelastic Collision

Two objects undergo inelastic collision

Two inelastic objects collide


Others

Collision Lab

Projectile Motion

Examples

Simple

A ball of mass [math]\displaystyle{ m = 1000 \; g }[/math] rolls across the floor with a velocity of [math]\displaystyle{ \vec{v} = (3,4,0) \;m/s }[/math] . 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.

Solution