Next: Solutions to Week 4
Up: Table of Contents
Previous: Solutions to Week 2
Note that the solutions are written in the format you would actually submit as a solution, namely as a Maple file. Maple commands appear red. Maple responses are black with cursive type. Text comments appear black with typewriter text.
For the monkey, the forces acting are the tension
and the monkey's weight. For the package, the
tension and the weight act, but we also have the
additional constraint that the acceleration of the
package is zero (i.e. it is just lifted off the
ground). Hence, we can write down force equations
for the monkey and package and simply ask Maple
to solve them for us. In our equations, we choose
the up direction to be positive and down to be
negative. So,
Now note that the acceleration of the counterweight is equal magnitude, opposite direction to the elevator cage, so
The force provided by the driving mechanism
must make up the difference between the tensions,
so, in the convention of force to the right being
positive, we must have
Since the force is negative, the driving mechanism is pulling the cable to the left.
since down is the negative direction, while for m_1 we get
Maple gives us the simultaneous solution for the two unknowns, T and a2, as follows:

Therefore, the accelerations of m_2 and m_1 are

We choose the second set of solutions since the first corresponds to no chnage in velocity for either object - an unphysical situation for our head-on collisions.

Find the final velocities in terms of the initial velocity for the specific case of equal masses.

So we see that the velocities exchange. Mass 1 moves in the direction and speed that mass 2 was originally moving and vice versa. Now consider the solution in the case where m1 and m2 are different and u2 = 0, i.e. mass 2 is initially stationary

For the solutions just derived, we see that if m1=m2, then m1 stops and m2 continues in the direction and with the initial speed of m1. This confirms our previous result which said that the velocities should ``exchange'' if m1=m2. Now plot the general dependence as instructed for m2 greater than and less than m1.


We see from our plots that for m2 > m1 (i.e. x > 1) m1 rebounds backward while m2 moves forward. The velocity of m2 decreases as its mass gets larger compared to m1. For m2 >> m1, m1 rebounds back with the same magnitude velocity it came in with while m2 hardly moves at all. This is in line with how we think things should happen. If a light object hits a very massive, stationary object, the stationary object stays almost still while the light object rebounds elastically.


For m2 < m1 (i.e. x < 1) we find that both objects always move forward. If m2 << m1, then m2 moves forward almost twice as fast as m1 comes in while m1 hardly changes its velocity. Again, this fits our experience. If a massive object collides with a light one, the light object gets thrown forward while the massive one suffers hardly any change in its motion.
First define the momentum and energy conservation equations. The convention is that motion to the right is positive and to the left is negative (i.e. toward the sun is negative).

Let Maple solve it for the unknowns. For this exercise we know the initial velocities, u1 and u2, and the masses m1 and m2, so the final velocities are the unknowns. We must ask Maple to solve for both explicitly or it will choose what is unknown for us and give us unwieldy equations.

Define the initial velocities

Now put in the fact that Jupiter is essentially infinite in mass compared to the mass of the space probe.

So the probe goes away from Jupiter at 38 km/sec. That's more than 3 times the initial speed! We could never pack enough fuel on board a space probe to get it to such a high velocity. The sling shot effect is essential to our exploration of the solar system. The most recent craft to use it was the now-defunct Mars Explorer probe entering Mars orbit this week. In this case, the gravity boost was obtained from the earth and the moon.

Next, we define the final velocity as a function of time using the lecture note formula

Now just plug in the constants

And now, the answer for 120 seconds worth of burning is ...

It's so easy with Maple! Now for the plotting. A Maple hint here is to remember that Maple needs to see ALL your variables defined before it will give you a non-empty plot. The units we use are considered variables by Maple (it's not really smart, it just seems that way). So, be sure to set them to a standard value before plotting. We want our graph to be in units of m/s, so set meters and seconds to 1 for plotting purposes. Also, its a mark of quality to label graphs we include for other people's perusal.


The plot increases logarithmically with time. What we saw in the plot done in the lecture notes is something that flattened out as the mass of fuel burned approached the total rocket mass. The difference here is that we are burning a CONSTANT rate of fuel. There is no data point after about the 120th second because all the fuel is exhausted. The remaining mass is the payload of the Saturn V first stage (namely all the stages above the first). So the final velocity is strictly limited, but does not show the tapering off that you get when you plot speed vs. mass where the RATE of fuel burned has to dwindle off if you are not to burn it all by the 120th second.
Since we have only burned the mass of first stage fuel when the first stage is done at time t_1. Now, we drop the first stage, so the starting mass for the second stage is m_0 - m_1 - m_1'. The final mass is m_0 - m_1 - m_1' - m_2, where m_2 is the mass of second stage fuel burned after additional time t_2. Therefore, adding the two velocities together yields
Next: Solutions to Week 4
Up: Table of Contents
Previous: Solutions to Week 2