This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 5

2017 F = ma, 21

Tags: momentum
21) A particle of mass $m$ moving at speed $v_0$ collides with a particle of mass $M$ which is originally at rest. The fractional momentum transfer $f$ is the absolute value of the final momentum of $M$ divided by the initial momentum of $m$. If the collision is perfectly $elastic$, what is the maximum possible fractional momentum transfer, $f_{max}$? A) $0 < f_{max} < \frac{1}{2}$ B) $f_{max} = \frac{1}{2}$ C) $\frac{1}{2} < f_{max} < \frac{3}{2}$ D) $f_{max} = 2$ E) $f_{max} \ge 3$

2013 IPhOO, 8

[asy]size(8cm); real w = 2.718; // width of block real W = 13.37; // width of the floor real h = 1.414; // height of block real H = 7; // height of block + string real t = 60; // measure of theta pair apex = (w/2, H); // point where the strings meet path block = (0,0)--(w,0)--(w,h)--(0,h)--cycle; // construct the block draw(shift(-W/2,0)*block); // draws white block path arrow = (w,h/2)--(w+W/8,h/2); // path of the arrow draw(shift(-W/2,0)*arrow, EndArrow); // draw the arrow picture pendulum; // making a pendulum... draw(pendulum, block); // block fill(pendulum, block, grey); // shades block draw(pendulum, (w/2,h)--apex); // adds in string add(pendulum); // adds in block + string add(rotate(t, apex) * pendulum); // adds in rotated block + string dot("$\theta$", apex, dir(-90+t/2)*3.14); // marks the apex and labels it with theta draw((apex-(w,0))--(apex+(w,0))); // ceiling draw((-W/2-w/2,0)--(w+W/2,0)); // floor[/asy] A block of mass $m=\text{4.2 kg}$ slides through a frictionless table with speed $v$ and collides with a block of identical mass $m$, initially at rest, that hangs on a pendulum as shown above. The collision is perfectly elastic and the pendulum block swings up to an angle $\theta=12^\circ$, as labeled in the diagram. It takes a time $ t = \text {1.0 s} $ for the block to swing up to this peak. Find $10v$, in $\text{m/s}$ and round to the nearest integer. Do not approximate $ \theta \approx 0 $; however, assume $\theta$ is small enough as to use the small-angle approximation for the period of the pendulum. [i](Ahaan Rungta, 6 points)[/i]

2017 F = ma, 20

Tags: momentum
20) A particle of mass m moving at speed $v_0$ collides with a particle of mass $M$ which is originally at rest. The fractional momentum transfer $f$ is the absolute value of the final momentum of $M$ divided by the initial momentum of $m$. If the collision is completely $inelastic$ under what condition will the fractional momentum transfer between the two objects be a maximum? A) $\frac{m}{M} \ll 1$ B) $0.5 < \frac{m}{M} < 1$ C) $m = M$ D) $1 < \frac{m}{M} < 2$ E) $\frac{m}{M} \gg 1$

2013 IPhOO, 2

One hundred billion light years from Earth is planet Glorp. The inhabitants of Glorp are intelligent, uniform, amorphous beings with constant density which can modify their shape in any way, and reproduce by splitting. Suppose a Glorpian has somehow formed itself into a spinning cylinder in a frictionless environment. It then splits itself into two Glorpians of equal mass, which proceed to mold themselves into cylinders of the same height, but not the same radius, as the original Glorpian. If the new Glorpians' angular velocities after this are equal and the angular velocity of the original Glorpian is $\omega$, let the angular velocity of the each of the new Glorpians be $\omega'$. Then, find $ \left( \frac {\omega'}{\omega} \right)^{10} $. [i](B. Dejean, 3 points)[/i]

2017 F = ma, 11

A small hard solid sphere of mass m and negligible radius is connected to a thin rod of length L and mass 2m. A second small hard solid sphere, of mass M and negligible radius, is fired perpendicularly at the rod at a distance h above the sphere attached to the rod, and sticks to it. A: h = 0 B: h = L/3 C: h = L/2 D: h = L E: Any L will work