Showing posts with label kinematics. Show all posts
Showing posts with label kinematics. Show all posts

Friday, March 4, 2016

Kinematic diagram: Time vs velocity

Question:
The time vs velocity diagrams of a 10-kg object for $x$ and $y$ directions are given as shown. Describe each motion for each time interval.
(1) 0 < $t$ < 2 seconds
(2) 2 < $t$ < 3 seconds
(3) 3 < $t$ < 4 seconds
(4) at 2 seconds

Answer:
(1) From the diagram, the object moves at the constant velocity, 1 m/s, in $x$ direction, but it gets acceleration of $\frac{3}{2}$ m/s$^2$ in $y$ direction. The slope indicates the acceleration. Thus, it is exerted by 15 N in that direction because $F=ma$.

(2) For both directions, during this time interval, the object moves at the constant velocity. The diagrams show the flat slopes; namely, no acceleration and no force on the object.

(3) The accelerations from 3 s to 4 s are
\begin{equation*}
a_x = a_y = \frac{0-3}{4-3} = -3 \ \mathrm{m/s^2}
\end{equation*}
The magnitude of the negative acceleration in both directions is equal, so the force is directed in opposite to 45 degrees on $x-y$ plane. The magnitude of force is given by
\[
|F| = 10 \times \sqrt{3^2+3^2} = 42 \ \mathrm{N}
\]

(4) At 2 seconds, the velocity in $x$ direction is suddenly changed from 1 m/s to 3 m/s. This indicates the change in momenta; namely, there is an impulse in positive $x$ direction. The impulse is calculated as
\[
I = mv_f - mv_i = 10 \cdot 3 - 10 \cdot 1 = 20 \ \mathrm{N\cdot s}
\]

Powered by Hirophysics.com

Thursday, February 25, 2016

Motion with mass decreasing: A rocket launch

Question:
A rocket is launched in a constant gravity, 9.80 m/s$^2$. The initial velocity is 400 m/s, and the burn time is 100 seconds. If the exhaust velocity is 2000 m/s, and the mass decreases by a factor of three; namely, the current mass divided by the original mass is equal to $\frac{1}{3}$, find the final velocity of the rocket.

Answer:
The equation of motion is given as
\begin{equation}
m\frac{dv}{dt}=-mg-u \frac{dm}{dt}
\end{equation}
where $u$ is the exhaust velocity. Divide both sides
by the mass, $m$.
\begin{equation}
\frac{dv}{dt}=-g-u \frac{dm}{dt}\frac{1}{m}
\end{equation}
Multiply $dt$ by both sides. (This manipulation is not for mathematicians.)
\begin{equation}
dv=-gdt - u \frac{dm}{m}
\end{equation}
Integrate this.
\begin{equation}
\int^{v}_{v_0} dv=\int^{t}_0 -gdt - u \int^{m}_{m_0}\frac{dm}{m}
\end{equation}
Therefore,
\begin{equation}
v-v_0 = -gt - u \ln \frac{m}{m_0}
\end{equation}
Plug in the numbers.
\begin{equation}
v = 400 - 9.80 \cdot 100 - 2000 \ln \frac{1}{3}=1620 \ \mathrm{m/s}
\end{equation}

Powered by Hirophysics.com


Wednesday, February 24, 2016

Projectile motion: With air resistance proportional to the velocity

Question:
A ball is thrown and it tracks a projectile near the Earth's surface subject to a resistive force due to air, $f_R = -bv$, which is proportional to its velocity. Find the velocities, positions for $x$ and $y$ directions; and the time of flight.

Answer:
Newton's second law shows
\begin{eqnarray}
mv'_x &=& -bv_x  \\
mv'_y &=& -mg-bv_y
\end{eqnarray}
Solve the equation of motion in $x$ direction.
\begin{equation}
v_x = v_{0x}e^{-\frac{b}{m}t} \quad \rightarrow \quad v_x = v_{0x}e^{-\gamma t}
\end{equation}
where $\gamma=\frac{b}{m}$.
Integrate it again with respect to time.
\begin{eqnarray}
x &=& v_{0x}\int e^{-\gamma t} dt  \\
   &=& v_{0x} \left[ -\frac{1}{\gamma}e^{-\gamma t}\right]^t_0  \\
  &=& \frac{v_{0x}}{\gamma}(1-e^{-\gamma t})
\end{eqnarray}
Likewise, we can integrate the $y$ component of the equation.
\begin{equation}
\frac{dv_y}{dt} = -g  - \gamma v_y
\end{equation}
Then, we separate the terms for $v$ and the other.
\begin{equation}
\frac{dv_y}{dt} = - \gamma \left(v_y +\frac{g}{\gamma}\right)
\end{equation}
Now, divide it by $v_y +\frac{g}{\gamma}$ and multiply by $dt$ although this statement is not recommended for talking to mathematicians.
\begin{eqnarray}
& & \frac{dv}{v_y + \frac{g}{\gamma}} = -\gamma dt  \\
& & \ln\left| v_y +\frac{g}{\gamma}\right| = -\gamma t + C \\
& & v_y + \frac{g}{\gamma} = e^{-\gamma t + C}\\
& & v_y = Ce^{-\gamma t} - \frac{g}{\gamma}
\end{eqnarray}
Consider the initial condition: When $t=0$, $v_y = v_{0y}$. Therefore, $C=v_{0y}+\frac{g}{\gamma}$. We now have
\begin{equation}
v_y = \left(v_{0y}+\frac{g}{\gamma}\right)e^{-\gamma t} - \frac{g}{\gamma}
\end{equation}
Integrate it again with time.
\begin{eqnarray}
y &=& \int \left\{\left(v_{0y}+\frac{g}{\gamma}\right)e^{-\gamma t} - \frac{g}{\gamma}\right\} dt \\
  &=& \left[ -\frac{1}{\gamma}\left(v_{0y}+\frac{g}{\gamma}\right)e^{-\gamma t} - \frac{gt}{\gamma}\right]^t_0  \\
  &=& \frac{1}{\gamma}\left(v_{0y}+\frac{g}{\gamma}\right)(1-e^{-\gamma t}) - \frac{gt}{\gamma}
\end{eqnarray}
When $y=0$, we can obtain the entire time of flight. Thus,
\begin{eqnarray}
\frac{gt}{\gamma} &=& \frac{1}{\gamma}\left(v_{0y}+\frac{g}{\gamma}\right)(1-e^{-\gamma t}) \\
\frac{g}{\gamma} &=& \left(v_{0y}+\frac{g}{\gamma}\right)\frac{1-e^{-\gamma t}}{\gamma t} \\
\frac{1-e^{-\gamma t}}{\gamma t} &=& \frac{g}{\gamma\left( v_{0y}+ \frac{g}{\gamma}\right)} \\
\frac{1-e^{-\gamma t}}{\gamma t} &=& \frac{1}{1+ \frac{\gamma v_{0y}}{g}}
\end{eqnarray}
Expand both sides by assuming that $\gamma \ll 1$.
\begin{equation}
{\textstyle 1-\frac{1}{2!}\gamma t+\frac{1}{3!}(\gamma t)^2-\frac{1}{4!}(\gamma t)^3+\cdots = 1-\frac{\gamma v_{0y}}{g}+\left(\frac{\gamma v_{0y}}{g}\right)^2-\left(\frac{\gamma v_{0y}}{g}\right)^3 + \cdots}
\end{equation}
Let $G=\frac{\gamma v_{0y}}{g}$, and expand $\gamma t$ in terms of polynomial of $G$. Namely,
\begin{equation}
\gamma t=a_1 G+a_2 G^2 + a_3 G^3 \cdots
\end{equation}
Plug this in the left hand side of (21). Let us take it up to $a_2$ and compare them with the right hand side in terms of $G^n$. Then, we have $a_1 = 2$ and $a_2 = -\frac{2}{3}$. Again, plug this in (22).
\begin{equation}
\gamma t = \frac{2v_{0y} \gamma}{g}-\frac{2}{3}\frac{\gamma^2 v_{0y}^2}{g^2}+\cdots
\end{equation}
Therefore the time $t=T$ is approximately given as follows:
\[
T = \frac{2v_{0y}}{g}-\frac{2}{3}\frac{\gamma v_{0y}^2}{g^2}
\]

Powered by Hirophysics.com

Thursday, February 18, 2016

Gravitational falling and kinematics

Question:
A stunt man jumps off from a 202-m high building onto a cushion having a thickness of 2.00 m. After his going into the cushion, it is crushed to a thickness of 0.500 m. What is the acceleration as he slows down?

Answer:
We need to find his velocity right before reaching the cushion. The cushion has 2.00-m high, so the stunt man falls by 200 m. The displacement, the initial velocity (0 m/s) and the acceleration (-9.80 m/s$^2$) are known. In order to find the final velocity, we use
\begin{eqnarray}
v^2_f - v^2_0 &=& 2g\Delta h  \\
v_f &=& \sqrt{2g\Delta h}  \\
      &=& \sqrt{2 \cdot (-9.8) \cdot (-200)}
     &=& 62.61 \ \mathrm{m/s}
\end{eqnarray}
Now, we calculate the deceleration of the man by the cushion using the same equation. The final velocity is zero and the initial velocity is 62.61 m/s. The final thickness is (0.500-2.00) m. Thus,
\begin{eqnarray}
v^2_f - v^2_0 &=& 2ad  \\
0 - 62.61^2 &=& 2a (0.5 - 2)  \\
a &=& \frac{-62.61^2}{2 \cdot (-1.5)}  \\
a &=& 1307 \ \mathrm{m/s}^2
\end{eqnarray}

Powered by Hirophysics.com

Friday, February 5, 2016

Horizontal projectile motion

Question:
A ball is thrown horizontally from the height of 40.0 m. The horizontal range of the projectile is 80 .0 m. What is the angle that the velocity vector makes with the horizontal right before the ball hits the ground?

Answer:
The time to ground is obtained from the $y$-direction of the motion. Namely,
\[ y = -\frac{1}{2}gt^2 \]
Solve for $t$ and plug in the numbers.
\begin{eqnarray*}
t &=& \sqrt{\frac{-2y}{g}}  \\
  &=& \sqrt{\frac{-2\cdot (-40)}{9.8}}   \\
  &=& 2.857 \mathrm{s}
\end{eqnarray*}
Then, we can find the velocity of $x$-direction.
\[ v_x = \frac{x}{t} = \frac{80}{2.857} = 28.0 \mathrm{m/s}\]
The velocity of $y$-direction right before hitting ground is
\[ v_y = -gt = -9.8 \times 2.857 = -28.0 \mathrm{m/s} \]
The angle is calculated as follows:
\[ \theta = \tan^{-1} \left(\frac{v_y}{v_x}\right) = \tan^{-1} \left(\frac{-28.0}{28.0}\right) = 315^o\]

Powered by Hirophysics.com

Saturday, January 30, 2016

Dropping a coin and finding out the depth

Question:
You released a coin in order to find the depth of a well. The time between dropping the coin and hearing it hit the bottom is 2.059 s. The speed of sound is $v_s=$343 m/s. Calculate the depth, $d$, of the well.

Answer:
The total time $T$ is divided into the time hitting the bottom, $t_1$ and time the sound traveling, $t_2$. Namely,
\[T=t_1+t_2\]
We have
\[ d = \frac{1}{2}gt_1^2 \\
  t_2 = \frac{d}{v_s}\]
Since $t_1 = T - t_2$, the depth can be expressed as
\[ d = \frac{1}{2}g(T-\frac{d}{v_s})^2 \]
Expand and arrange it in terms of $d$.
\[ d^2 - d(\frac{2v^2}{g}+2v_sT)+v_s^2T^2=0 \]
Plug $v_s=$343 m/s and $g=$9.8 m/s$^2$ into the above.
\[ d^2 -25,422.5d + 498,770.7 = 0 \]
The solution is
\[ d=\frac{-(25,422.5)\pm\sqrt{(25,422.5)^2-4\times 498,770.7}}{2} \\
   = 19.6 \mathrm{m} \]
The other solution is neglected.

Powered by Hirophysics.com