checkpoint 1

This commit is contained in:
2026-04-29 21:21:22 -05:00
commit eb6959b896
113 changed files with 14240 additions and 0 deletions

View File

@@ -0,0 +1,200 @@
\subsection{Conservation of Momentum for Systems}
This subsection treats momentum conservation as a statement about a chosen system: internal forces can transfer momentum between parts of the system, but if the net external impulse is zero, the total momentum stays constant.
\dfn{System momentum and momentum-isolated systems}{Consider a system of $N$ objects labeled by an index $i=1,2,\dots,N$. Let $m_i$ denote the mass of object $i$, let $\vec{v}_i$ denote its velocity, and let
\[
\vec{p}_i=m_i\vec{v}_i
\]
denote its momentum. The total momentum of the system is the vector sum
\[
\vec{P}=\sum_{i=1}^N \vec{p}_i=\sum_{i=1}^N m_i\vec{v}_i.
\]
For an interval from time $t_i$ to time $t_f$, let $\sum \vec{F}_{\mathrm{ext}}$ denote the net external force on the whole system, and let
\[
\vec{J}_{\mathrm{ext}}=\int_{t_i}^{t_f} \sum \vec{F}_{\mathrm{ext}}\,dt
\]
denote the net external impulse on the system.
A system is called \emph{closed} over that interval if the set of objects in the system does not change during the interaction. A closed system is \emph{isolated for momentum} over that interval if the net external impulse is zero or negligible:
\[
\vec{J}_{\mathrm{ext}}=\vec{0}.
\]}
\thm{Conservation of momentum for a system}{For a closed system,
\[
\Delta \vec{P}=\vec{P}_f-\vec{P}_i=\vec{J}_{\mathrm{ext}}.
\]
Therefore, if the net external impulse on the system is zero,
\[
\vec{J}_{\mathrm{ext}}=\vec{0},
\]
then the total momentum is conserved:
\[
\vec{P}_f=\vec{P}_i.
\]
In component form, this means each Cartesian component is conserved separately, such as
\[
P_{x,f}=P_{x,i}
\qquad\text{and}\qquad
P_{y,f}=P_{y,i}
\]
when the external impulse is zero.}
\nt{The most important step is choosing the system boundary correctly. If two objects collide and both objects are included in the system, then the contact forces between them are internal forces and cancel in the total momentum balance. Forces from outside the system, such as a large friction force from the floor or a push from a person, are external and can change the system momentum. In two-dimensional problems, write momentum conservation separately in the $x$- and $y$-directions and solve the resulting scalar equations. Also, momentum conservation does \emph{not} require kinetic energy to be conserved: in an inelastic collision, the total momentum can stay constant even though the kinetic energy changes.}
\pf{Derivation from Newton's laws}{For each object $i$, let $\vec{F}_{\mathrm{ext},i}$ denote the net external force on that object, and let $\vec{F}_{\mathrm{int},i}$ denote the net internal force on it from the other objects in the system. Then Newton's second law gives
\[
\frac{d\vec{p}_i}{dt}=\vec{F}_{\mathrm{ext},i}+\vec{F}_{\mathrm{int},i}.
\]
Now sum over all objects:
\[
\sum_{i=1}^N \frac{d\vec{p}_i}{dt}=\sum_{i=1}^N \vec{F}_{\mathrm{ext},i}+\sum_{i=1}^N \vec{F}_{\mathrm{int},i}.
\]
Since
\[
\sum_{i=1}^N \frac{d\vec{p}_i}{dt}=\frac{d\vec{P}}{dt},
\]
and the internal forces cancel in equal-and-opposite pairs by Newton's third law,
\[
\sum_{i=1}^N \vec{F}_{\mathrm{int},i}=\vec{0},
\]
we obtain
\[
\frac{d\vec{P}}{dt}=\sum \vec{F}_{\mathrm{ext}}.
\]
Integrate from $t_i$ to $t_f$:
\[
\vec{P}_f-\vec{P}_i=\int_{t_i}^{t_f} \sum \vec{F}_{\mathrm{ext}}\,dt=\vec{J}_{\mathrm{ext}}.
\]
If $\vec{J}_{\mathrm{ext}}=\vec{0}$, then $\vec{P}_f=\vec{P}_i$, so total momentum is conserved.}
\qs{Worked example}{On a frictionless horizontal air table, puck $A$ has mass $m_A=0.20\,\mathrm{kg}$ and initial velocity
\[
\vec{v}_{A,i}=(6.0\hat{\imath})\,\mathrm{m/s}.
\]
Puck $B$ has mass $m_B=0.30\,\mathrm{kg}$ and initial velocity
\[
\vec{v}_{B,i}=(4.0\hat{\jmath})\,\mathrm{m/s}.
\]
The pucks collide and stick together. Let
\[
\vec{v}_f=v_{f,x}\hat{\imath}+v_{f,y}\hat{\jmath}
\]
denote their common final velocity.
Find $\vec{v}_f$, its magnitude and direction, and determine whether kinetic energy is conserved.}
\sol Choose the system to be \emph{puck $A$ + puck $B$}. During the short collision, the table is frictionless, so the net external horizontal impulse on this two-puck system is zero. Therefore,
\[
\vec{P}_i=\vec{P}_f.
\]
Because this is a two-dimensional problem, conserve momentum separately in the $x$- and $y$-directions.
First write the initial momentum components.
For puck $A$,
\[
\vec{p}_{A,i}=m_A\vec{v}_{A,i}=(0.20\,\mathrm{kg})(6.0\hat{\imath}\,\mathrm{m/s})=(1.2\hat{\imath})\,\mathrm{kg\cdot m/s}.
\]
For puck $B$,
\[
\vec{p}_{B,i}=m_B\vec{v}_{B,i}=(0.30\,\mathrm{kg})(4.0\hat{\jmath}\,\mathrm{m/s})=(1.2\hat{\jmath})\,\mathrm{kg\cdot m/s}.
\]
So the total initial momentum is
\[
\vec{P}_i=(1.2\hat{\imath}+1.2\hat{\jmath})\,\mathrm{kg\cdot m/s}.
\]
After the collision, the pucks stick together, so the total mass is
\[
M=m_A+m_B=0.20\,\mathrm{kg}+0.30\,\mathrm{kg}=0.50\,\mathrm{kg}.
\]
Their final momentum is
\[
\vec{P}_f=M\vec{v}_f=(0.50\,\mathrm{kg})(v_{f,x}\hat{\imath}+v_{f,y}\hat{\jmath}).
\]
Now conserve momentum by components.
In the $x$-direction,
\[
P_{x,i}=P_{x,f}.
\]
Thus,
\[
1.2\,\mathrm{kg\cdot m/s}=(0.50\,\mathrm{kg})v_{f,x},
\]
so
\[
v_{f,x}=2.4\,\mathrm{m/s}.
\]
In the $y$-direction,
\[
P_{y,i}=P_{y,f}.
\]
Thus,
\[
1.2\,\mathrm{kg\cdot m/s}=(0.50\,\mathrm{kg})v_{f,y},
\]
so
\[
v_{f,y}=2.4\,\mathrm{m/s}.
\]
Therefore, the common final velocity is
\[
\vec{v}_f=(2.4\hat{\imath}+2.4\hat{\jmath})\,\mathrm{m/s}.
\]
Its magnitude is
\[
|\vec{v}_f|=\sqrt{(2.4\,\mathrm{m/s})^2+(2.4\,\mathrm{m/s})^2}=3.39\,\mathrm{m/s}.
\]
Let $\theta$ denote the direction of $\vec{v}_f$ measured counterclockwise from the positive $x$-axis. Then
\[
\tan\theta=\frac{v_{f,y}}{v_{f,x}}=\frac{2.4}{2.4}=1,
\]
so
\[
\theta=45^\circ.
\]
Now check the kinetic energy.
Initially,
\[
K_i=\tfrac12 m_A|\vec{v}_{A,i}|^2+\tfrac12 m_B|\vec{v}_{B,i}|^2
=\tfrac12(0.20)(6.0)^2+\tfrac12(0.30)(4.0)^2=6.0\,\mathrm{J}.
\]
Finally,
\[
K_f=\tfrac12 M|\vec{v}_f|^2=\tfrac12(0.50)(3.39)^2\approx 2.88\,\mathrm{J}.
\]
Since
\[
K_f\neq K_i,
\]
kinetic energy is not conserved. That is expected because the pucks stick together, so the collision is inelastic.
Thus the final velocity is
\[
\vec{v}_f=(2.4\hat{\imath}+2.4\hat{\jmath})\,\mathrm{m/s},
\]
with magnitude
\[
|\vec{v}_f|=3.39\,\mathrm{m/s},
\]
directed
\[
45^\circ
\]
above the positive $x$-axis, while momentum is conserved but kinetic energy is not.