Subcontests
(38)2007 F = ma #36: Resultant Length of Rope
A point object of mass m is connected to a cylinder of radius R via a massless rope. At time t=0 the object is moving with an initial velocity v0 perpendicular to the rope, the rope has a length L0, and the rope has a non-zero tension. All motion occurs on a horizontal frictionless surface. The cylinder remains stationary on the surface and does not rotate. The object moves in such a way that the rope slowly winds up around the cylinder. The rope will break when the tension exceeds Tmax. Express your answers in terms of Tmax, m, L0, R, and v0. [asy]
size(200);
real L=6;
filldraw(CR((0,0),1),gray(0.7),black);
path P=nullpath;
for(int t=0;t<370;++t)
{
pair X=dir(180-t)+(L-t/180)*dir(90-t);
if(X.y>L) X=(X.x,L);
P=P--X;
}
draw(P,dashed,EndArrow(size=7));
draw((-1,0)--(-1,L)--(2,L),EndArrow(size=7));
filldraw(CR((-1,L),0.25),gray(0.7),black);[/asy]What is the length (not yet wound) of the rope?<spanclass=′latex−bold′>(A)</span> L0−πR<spanclass=′latex−bold′>(B)</span> L0−2πR<spanclass=′latex−bold′>(C)</span> L0−18πR<spanclass=′latex−bold′>(D)</span> Tmaxmv02<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #35: Instantaneous Kinetic Energy
A point object of mass m is connected to a cylinder of radius R via a massless rope. At time t=0 the object is moving with an initial velocity v0 perpendicular to the rope, the rope has a length L0, and the rope has a non-zero tension. All motion occurs on a horizontal frictionless surface. The cylinder remains stationary on the surface and does not rotate. The object moves in such a way that the rope slowly winds up around the cylinder. The rope will break when the tension exceeds Tmax. Express your answers in terms of Tmax, m, L0, R, and v0. [asy]
size(200);
real L=6;
filldraw(CR((0,0),1),gray(0.7),black);
path P=nullpath;
for(int t=0;t<370;++t)
{
pair X=dir(180-t)+(L-t/180)*dir(90-t);
if(X.y>L) X=(X.x,L);
P=P--X;
}
draw(P,dashed,EndArrow(size=7));
draw((-1,0)--(-1,L)--(2,L),EndArrow(size=7));
filldraw(CR((-1,L),0.25),gray(0.7),black);[/asy]What is the kinetic energy of the object at the instant that the rope breaks?<spanclass=′latex−bold′>(A)</span> 2mv02<spanclass=′latex−bold′>(B)</span> 2L0mv02R<spanclass=′latex−bold′>(C)</span> 2L02mv02R2<spanclass=′latex−bold′>(D)</span> 2R2mv02L02<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #34: Point object in a cylinder
A point object of mass m is connected to a cylinder of radius R via a massless rope. At time t=0 the object is moving with an initial velocity v0 perpendicular to the rope, the rope has a length L0, and the rope has a non-zero tension. All motion occurs on a horizontal frictionless surface. The cylinder remains stationary on the surface and does not rotate. The object moves in such a way that the rope slowly winds up around the cylinder. The rope will break when the tension exceeds Tmax. Express your answers in terms of Tmax, m, L0, R, and v0. [asy]
size(200);
real L=6;
filldraw(CR((0,0),1),gray(0.7),black);
path P=nullpath;
for(int t=0;t<370;++t)
{
pair X=dir(180-t)+(L-t/180)*dir(90-t);
if(X.y>L) X=(X.x,L);
P=P--X;
}
draw(P,dashed,EndArrow(size=7));
draw((-1,0)--(-1,L)--(2,L),EndArrow(size=7));
filldraw(CR((-1,L),0.25),gray(0.7),black);[/asy]
What is the angular momentum of the object with respect to the axis of the cylinder at the instant that the rope breaks?<spanclass=′latex−bold′>(A)</span> mv0R<spanclass=′latex−bold′>(B)</span> Tmaxm2v03<spanclass=′latex−bold′>(C)</span> mv0L0<spanclass=′latex−bold′>(D)</span> v0TmaxR2<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #30: Maximum Skid Acceleration
A simplified model of a bicycle of mass M has two tires that each comes into contact with the ground at a point. The wheelbase of this bicycle (the distance between the points of contact with the ground) is w, and the center of mass of the bicycle is located midway between the tires and a height h above the ground. The bicycle is moving to the right, but slowing down at a constant rate. The acceleration has a magnitude a. Air resistance may be ignored.
[asy]
size(175);
pen dps = linewidth(0.7) + fontsize(4); defaultpen(dps);
draw(circle((0,0),1),black+linewidth(2.5));
draw(circle((3,0),1),black+linewidth(2.5));
draw((1.5,0)--(0,0)--(1,1.5)--(2.5,1.5)--(1.5,0)--(1,1.5),black+linewidth(1));
draw((3,0)--(2.4,1.8),black+linewidth(1));
filldraw(circle((1.5,2/3),0.05),gray);
draw((1.3,1.6)--(0.7,1.6)--(0.7,1.75)--cycle,black+linewidth(1));
label("center of mass of bicycle",(2.5,1.9));
draw((1.55,0.85)--(1.8,1.8),BeginArrow);
draw((4.5,-1)--(4.5,2/3),BeginArrow,EndArrow);
label("h",(4.5,-1/6),E);
draw((1.5,2/3)--(4.5,2/3),dotted);
draw((0,-1)--(4.5,-1),dotted);
draw((0,-5/4)--(3,-5/4),BeginArrow,EndArrow);
label("w",(3/2,-5/4),S);
draw((0,-1)--(0,-6/4),dotted);
draw((3,-1)--(3,-6/4),dotted);
[/asy]
Case 2 (Question 30): Assume, instead, that the coefficient of sliding friction between each tire and the ground is different: μ1 for the front tire and μ2 for the rear tire. Let μ1=2μ2.Assume that both tires are skidding: sliding without rotating. What is the maximum value of a so that both tires remain in contact with the ground?<spanclass=′latex−bold′>(A)</span> hwg<spanclass=′latex−bold′>(B)</span> 3hwg<spanclass=′latex−bold′>(C)</span> 3h2wg<spanclass=′latex−bold′>(D)</span> 2whg<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #29: Maximum Acceleration
A simplified model of a bicycle of mass M has two tires that each comes into contact with the ground at a point. The wheelbase of this bicycle (the distance between the points of contact with the ground) is w, and the center of mass of the bicycle is located midway between the tires and a height h above the ground. The bicycle is moving to the right, but slowing down at a constant rate. The acceleration has a magnitude a. Air resistance may be ignored.
[asy]
size(175);
pen dps = linewidth(0.7) + fontsize(4); defaultpen(dps);
draw(circle((0,0),1),black+linewidth(2.5));
draw(circle((3,0),1),black+linewidth(2.5));
draw((1.5,0)--(0,0)--(1,1.5)--(2.5,1.5)--(1.5,0)--(1,1.5),black+linewidth(1));
draw((3,0)--(2.4,1.8),black+linewidth(1));
filldraw(circle((1.5,2/3),0.05),gray);
draw((1.3,1.6)--(0.7,1.6)--(0.7,1.75)--cycle,black+linewidth(1));
label("center of mass of bicycle",(2.5,1.9));
draw((1.55,0.85)--(1.8,1.8),BeginArrow);
draw((4.5,-1)--(4.5,2/3),BeginArrow,EndArrow);
label("h",(4.5,-1/6),E);
draw((1.5,2/3)--(4.5,2/3),dotted);
draw((0,-1)--(4.5,-1),dotted);
draw((0,-5/4)--(3,-5/4),BeginArrow,EndArrow);
label("w",(3/2,-5/4),S);
draw((0,-1)--(0,-6/4),dotted);
draw((3,-1)--(3,-6/4),dotted);
[/asy]
Case 1 (Questions 28 - 29): Assume that the coefficient of sliding friction between each tire and the ground is μ, and that both tires are skidding: sliding without rotating. Express your answers in terms of w, h, M, and g.What is the maximum value of a so that both tires remain in contact with the ground?<spanclass=′latex−bold′>(A)</span> hwg<spanclass=′latex−bold′>(B)</span> 2hwg<spanclass=′latex−bold′>(C)</span> 2whg<spanclass=′latex−bold′>(D)</span> 2wgh<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #28: Maximum Friction Coefficient
A simplified model of a bicycle of mass M has two tires that each comes into contact with the ground at a point. The wheelbase of this bicycle (the distance between the points of contact with the ground) is w, and the center of mass of the bicycle is located midway between the tires and a height h above the ground. The bicycle is moving to the right, but slowing down at a constant rate. The acceleration has a magnitude a. Air resistance may be ignored.
[asy]
size(175);
pen dps = linewidth(0.7) + fontsize(4); defaultpen(dps);
draw(circle((0,0),1),black+linewidth(2.5));
draw(circle((3,0),1),black+linewidth(2.5));
draw((1.5,0)--(0,0)--(1,1.5)--(2.5,1.5)--(1.5,0)--(1,1.5),black+linewidth(1));
draw((3,0)--(2.4,1.8),black+linewidth(1));
filldraw(circle((1.5,2/3),0.05),gray);
draw((1.3,1.6)--(0.7,1.6)--(0.7,1.75)--cycle,black+linewidth(1));
label("center of mass of bicycle",(2.5,1.9));
draw((1.55,0.85)--(1.8,1.8),BeginArrow);
draw((4.5,-1)--(4.5,2/3),BeginArrow,EndArrow);
label("h",(4.5,-1/6),E);
draw((1.5,2/3)--(4.5,2/3),dotted);
draw((0,-1)--(4.5,-1),dotted);
draw((0,-5/4)--(3,-5/4),BeginArrow,EndArrow);
label("w",(3/2,-5/4),S);
draw((0,-1)--(0,-6/4),dotted);
draw((3,-1)--(3,-6/4),dotted);
[/asy]
Case 1 (Questions 28 - 29): Assume that the coefficient of sliding friction between each tire and the ground is μ, and that both tires are skidding: sliding without rotating. Express your answers in terms of w, h, M, and g.What is the maximum value of μ so that both tires remain in contact with the ground?<spanclass=′latex−bold′>(A)</span> 2hw<spanclass=′latex−bold′>(B)</span> 2wh<spanclass=′latex−bold′>(C)</span> w2h<spanclass=′latex−bold′>(D)</span> hw<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #27: Ratio of Gravitational Fields
A space station consists of two living modules attached to a central hub on opposite sides of the hub by long corridors of equal length. Each living module contains N astronauts of equal mass. The mass of the space station is negligible compared to the mass of the astronauts, and the size of the central hub and living modules is negligible compared to the length of the corridors. At the beginning of the day, the space station is rotating so that the astronauts feel as if they are in a gravitational field of strength g. Two astronauts, one from each module, climb into the central hub, and the remaining astronauts now feel a gravitational field of strength g′ . What is the ratio g′/g in terms of N?[asy]
import roundedpath;
size(300);
path a = roundedpath((0,-0.3)--(4,-0.3)--(4,-1)--(5,-1)--(5,0),0.1);
draw(scale(+1,-1)*a);
draw(scale(+1,+1)*a);
draw(scale(-1,-1)*a);
draw(scale(-1,+1)*a);
filldraw(circle((0,0),1),white,black);
filldraw(box((-2,-0.27),(2,0.27)),white,white);
draw(arc((0,0),1.5,+35,+150),dashed,Arrow);
draw(arc((0,0),1.5,-150,-35),dashed,Arrow);[/asy]<spanclass=′latex−bold′>(A)</span> 2N/(N−1)<spanclass=′latex−bold′>(B)</span> N/(N−1)<spanclass=′latex−bold′>(C)</span> (N−1)/N<spanclass=′latex−bold′>(D)</span> N/(N−1)<spanclass=′latex−bold′>(E)</span> none of the above 2007 F = ma #19: Non-Hookian Spring
A non-Hookian spring has force F=−kx2 where k is the spring constant and x is the displacement from its unstretched position. For the system shown of a mass m connected to an unstretched spring initially at rest, how far does the spring extend before the system momentarily comes to rest? Assume that all surfaces are frictionless and that the pulley is frictionless as well.[asy]
size(250);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(0,-1)--(2,-1)--(2+sqrt(3),-2));
draw((2.5,-2)--(4.5,-2),dashed);
draw(circle((2.2,-0.8),0.2));
draw((2.2,-0.8)--(1.8,-1.2));
draw((0,-0.6)--(0.6,-0.6)--(0.75,-0.4)--(0.9,-0.8)--(1.05,-0.4)--(1.2,-0.8)--(1.35,-0.4)--(1.5,-0.8)--(1.65,-0.4)--(1.8,-0.8)--(1.95,-0.6)--(2.2,-0.6));
draw((2+0.3*sqrt(3),-1.3)--(2+0.3*sqrt(3)+0.6/2,-1.3+sqrt(3)*0.6/2)--(2+0.3*sqrt(3)+0.6/2+0.2*sqrt(3),-1.3+sqrt(3)*0.6/2-0.2)--(2+0.3*sqrt(3)+0.2*sqrt(3),-1.3-0.2)); //super complex Asymptote code gg
draw((2+0.3*sqrt(3)+0.3/2,-1.3+sqrt(3)*0.3/2)--(2.35,-0.6677));
draw(anglemark((2,-1),(2+sqrt(3),-2),(2.5,-2)));
label("30∘",(3.5,-2),NW);
[/asy]<spanclass=′latex−bold′>(A)</span> (2k3mg)1/2<spanclass=′latex−bold′>(B)</span> (kmg)1/2<spanclass=′latex−bold′>(C)</span> (k2mg)1/2<spanclass=′latex−bold′>(D)</span> (k3mg)1/3<spanclass=′latex−bold′>(E)</span> (2k33mg)1/3 2007 F = ma #18: A Small Chunk of Ice
A small chunk of ice falls from rest down a frictionless parabolic ice sheet shown in the figure. At the point labeled A in the diagram, the ice sheet becomes a steady, rough incline of angle 30∘ with respect to the horizontal and friction coefficient μk. This incline is of length 23h and ends at a cliff. The chunk of ice comes to a rest precisely at the end of the incline. What is the coefficient of friction μk?[asy]
size(200);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(sqrt(3),0)--(0,1));
draw(anglemark((0,1),(sqrt(3),0),(0,0)));
label("30∘",(1.5,0.03),NW);
label("A", (0,1),NE);
dot((0,1));
label("rough incline",(0.4,0.4));
draw((0.4,0.5)--(0.5,0.6),EndArrow);
dot((-0.2,4/3));
label("parabolic ice sheet",(0.6,4/3));
draw((0.05,1.3)--(-0.05,1.2),EndArrow);
label("ice chunk",(-0.5,1.6));
draw((-0.3,1.5)--(-0.25,1.4),EndArrow);
draw((-0.2,4/3)--(-0.19, 1.30083)--(-0.18,1.27)--(-0.17,1.240833)--(-0.16,1.21333)--(-0.15,1.1875)--(-0.14,1.16333)--(-0.13,1.140833)--(-0.12,1.12)--(-0.11,1.100833)--(-0.10,1.08333)--(-0.09,1.0675)--(-0.08,1.05333)--(-0.07,1.040833)--(-0.06,1.03)--(-0.05,1.020833)--(-0.04,1.01333)--(-0.03,1.0075)--(-0.02,1.00333)--(-0.01,1.000833)--(0,1));
draw((-0.6,0)--(-0.6,4/3),dashed,EndArrow,BeginArrow);
label("h",(-0.6,2/3),W);
draw((0.2,1.2)--(sqrt(3)+0.2,0.2),dashed,EndArrow,BeginArrow);
label("23h",(sqrt(3)/2+0.2,0.7),NE);
[/asy]<spanclass=′latex−bold′>(A)</span> 0.866<spanclass=′latex−bold′>(B)</span> 0.770<spanclass=′latex−bold′>(C)</span> 0.667<spanclass=′latex−bold′>(D)</span> 0.385<spanclass=′latex−bold′>(E)</span> 0.333 2007 F = ma #16: Baseball/Basketball Collision
A baseball is dropped on top of a basketball. The basketball hits the ground, rebounds with a speed of 4.0 m/s, and collides with the baseball as it is moving downward at 4.0 m/s. After the collision, the baseball moves upward as shown in the figure and the basketball is instantaneously at rest right after the collision. The mass of the baseball is 0.2 kg and the mass of the basketball is 0.5 kg. Ignore air resistance and ignore any changes in velocities due to gravity during the very short collision times. The speed of the baseball right after colliding with the upward moving basketball is[asy]
size(200);
path P=CR((0,0),1);
picture a;
pen p=gray(0.5)+linewidth(1.5);
fill(a,P,gray(0.8));
draw(a,arc((0,0),0.6,30,240),p);
draw(a,arc(1.2*dir(30),0.6,210,360),p);
draw(a,arc(1.2*dir(240),0.6,-170,60),p);
clip(a,P);
real t=17;
draw((0,t+1)--(0,t+6),linewidth(1),EndArrow(size=7));
add(shift((0,t))*a);
fill(a,P,gray(0.8));
draw(a,(-1,-1)--(1,1),p);
draw(a,arc(dir(-45),0.8,0,330),p);
draw(a,arc(dir(135),0.8,-160,180),p);
draw(a,0.2*dir(-45)--dir(-45)^^0.2*dir(135)--dir(135),p);
clip(a,P);
add(scale(4)*a);
path Q=xscale(12)*yscale(0.5)*unitsquare;
draw(shift((-6,-6))*Q,p);
draw(shift((-6,-6.5))*Q,p);[/asy]<spanclass=′latex−bold′>(A)</span> 4.0 m/s<spanclass=′latex−bold′>(B)</span> 6.0 m/s<spanclass=′latex−bold′>(C)</span> 8.0 m/s<spanclass=′latex−bold′>(D)</span> 12.0 m/s<spanclass=′latex−bold′>(E)</span> 16.0 m/s 2007 F = ma #15: Pulley Tension
A uniform disk (I=21MR2) of mass 8.0 kg can rotate without friction on a fixed axis. A string is wrapped around its circumference and is attached to a 6.0 kg mass. The string does not slip. What is the tension in the cord while the mass is falling? [asy]
size(250);
pen p=linewidth(3), dg=gray(0.25), llg=gray(0.90), lg=gray(0.75),g=grey;
void f(path P, pen p, pen q)
{
filldraw(P,p,q);
}
path P=CR((0,0),1);
D((1,0)--(1,-2.5),p+lg);
f(P,g,p);
P=scale(0.4)*P;
f(P,lg,p);
path Q=arc((0,0),0.3,-40,130)--arc((-1,-1),0.5,130,320)--cycle;
f(Q,llg,dg+p);
P=scale(0.45)*P;
f(P,llg,dg+p);
P=shift((0.15,0.15))*((-1,-1)--(-1,-2)--(-1.1,-2)--(-1.1,-1.1)--(-2,-1.1)--(-2,-1)--cycle);
f(P,llg,lg+p);
P=shift((1.55,1.55))*scale(3)*P;
f(P,llg,g+p);
unfill((-1.23,-1.23)--(-1.23,-5)--(-5,-1.23)--cycle);
clip((-3.8,-3.8)--(-3.8,3.8)--(3.8,3.8)--(3.8,-3.8)--cycle);
P=(0.2,-2.5)--(1.8,-2.5)--(1.8,-4.1)--(0.2,-4.1)--cycle;
f(P,llg,lg+p);
MP("m",(1,-3.3),(0,0),fontsize(16));
MP("M",(0,-1),fontsize(16));[/asy]
(A) 20.0 N(B) 24.0 N(C) 34.3 N(D) 60.0 N(E) 80.0 N 2007 F = ma #13: Elastic Collision Graph
A particle moves along the x-axis. It collides elastically head-on with an identical particle initially at rest. Which of the following graphs could illustrate the momentum of each particle as a function of time? [asy]
size(400);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(0,5));
draw((0,1.5)--(5,1.5));
label("p",(0,5),N);
label("t",(5,1.5),E);
label("(A)",(2.5,-0.5));
draw((0,1.5)--(2.5,1.5)--(2.5,0.75)--(4,0.75),black+linewidth(2));
draw((0,3.5)--(2.5,3.5)--(2.5,4.25)--(4,4.25),black+linewidth(2));draw((8,0)--(8,5));
draw((8,1.5)--(13,1.5));
label("p",(8,5),N);
label("t",(13,1.5),E);
label("(B)",(10.5,-0.5));
draw((8,1.5)--(10.5,1.5)--(10.5,2.5)--(12,2.5),black+linewidth(2));
draw((8,3.5)--(10.5,3.5)--(10.5,4.5)--(12,4.5),black+linewidth(2));draw((16,0)--(16,5));
draw((16,1.5)--(21,1.5));
label("p",(16,5),N);
label("t",(21,1.5),E);
label("(C)",(18.5,-0.5));
draw((16,1.5)--(18.5,1.5)--(18.5,2.25)--(20,2.25),black+linewidth(2));
draw((16,3.5)--(18.5,3.5)--(18.5,2.75)--(20,2.75),black+linewidth(2));draw((24,0)--(24,5));
draw((24,1.5)--(29,1.5));
label("p",(24,5),N);
label("t",(29,1.5),E);
label("(D)",(26.5,-0.5));
draw((24,1.5)--(26.5,1.5)--(26.75,3.25)--(28,3.25),black+linewidth(2));
draw((24,3.25)--(26.5,3.25)--(26.75,1.5)--(28,1.5),black+linewidth(2));
draw((32,0)--(32,5));
draw((32,1.5)--(37,1.5));
label("p",(32,5),N);
label("t",(37,1.5),E);
label("(E)",(34.5,-0.5));
draw((32,1.5)--(34.5,1.5)--(34.5,0.5)--(36,0.5),black+linewidth(2));
draw((32,3.5)--(34.5,3.5)--(34.5,2.75)--(36,2.75),black+linewidth(2));
[/asy] 2007 F = ma #12: Rock hanging on a seesaw
A 2-kg rock is suspended by a massless string from one end of a uniform 1-meter measuring stick. What is the mass of the measuring stick if it is balanced by a support force at the 0.20-meter mark?[asy]
size(250);
draw((0,0)--(7.5,0)--(7.5,0.2)--(0,0.2)--cycle);
draw((1.5,0)--(1.5,0.2));
draw((3,0)--(3,0.2));
draw((4.5,0)--(4.5,0.2));
draw((6,0)--(6,0.2));
filldraw((1.5,0)--(1.2,-1.25)--(1.8,-1.25)--cycle, gray(.8));
draw((0,0)--(0,-0.4));
filldraw((0,-0.4)--(-0.05,-0.4)--(-0.1,-0.375)--(-0.2,-0.375)--(-0.3,-0.4)--(-0.3,-0.45)--(-0.4,-0.6)--(-0.35,-0.7)--(-0.15,-0.75)--(-0.1,-0.825)--(0.1,-0.84)--(0.15,-0.8)--(0.15,-0.75)--(0.25,-0.7)--(0.25,-0.55)--(0.2,-0.4)--(0.1,-0.35)--cycle, gray(.4));[/asy](A) 0.20kg(B) 1.00kg(C) 1.33kg(D) 2.00kg(E) 3.00kg 2007 F = ma #11: Kinetic Energy Comparison
A uniform disk, a thin hoop, and a uniform sphere, all with the same mass and same outer radius, are each free to rotate about a fixed axis through its center. Assume the hoop is connected to the rotation axis by light spokes. With the objects starting from rest, identical forces are simultaneously applied to the rims, as shown. Rank the objects according to their kinetic energies after a given time t, from least to greatest.[asy]
size(225);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
filldraw(circle((0,0),1),gray(.7));
draw((0,-1)--(2,-1),EndArrow);
label("F",(1, -1),S);
label("Disk",(-1,0),W);
filldraw(circle((5,0),1),gray(.7));
filldraw(circle((5,0),0.75),white);
draw((5,-1)--(7,-1),EndArrow);
label("F",(6, -1),S);
label("Hoop",(6,0),E);
filldraw(circle((10,0),1),gray(.5));
draw((10,-1)--(12,-1),EndArrow);
label("F",(11, -1),S);
label("Sphere",(11,0),E);
[/asy]<spanclass=′latex−bold′>(A)</span> disk, hoop, sphere<spanclass=′latex−bold′>(B)</span> sphere, disk, hoop<spanclass=′latex−bold′>(C)</span> hoop, sphere, disk<spanclass=′latex−bold′>(D)</span> disk, sphere, hoop<spanclass=′latex−bold′>(E)</span> hoop, disk, sphere 2007 F = ma #10: Identical Angular Accelerations
Two wheels with fixed hubs, each having a mass of 1 kg, start from rest, and forces are applied as shown. Assume the hubs and spokes are massless, so that the rotational inertia is I=mR2. In order to impart identical angular accelerations about their respective hubs, how large must F2 be?[asy]
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw(circle((0,0),0.5));
draw((1, 0.5)--(0,0.5)--(0,-0.5),BeginArrow);
draw((-0.5,0)--(0.5,0));
draw((-0.5*sqrt(2)/2, 0.5*sqrt(2)/2)--(0.5*sqrt(2)/2,-0.5*sqrt(2)/2));
draw((0.5*sqrt(2)/2, 0.5*sqrt(2)/2)--(-0.5*sqrt(2)/2,-0.5*sqrt(2)/2));
label("R = 0.5 m", (0, -0.5),S);
label("F1 = 1 N",(1,0.5),N);
draw(circle((3,0.5),1));
draw((4.5,1.5)--(3,1.5)--(3,-0.5),BeginArrow);
draw((2,0.5)--(4,0.5));
draw((3-sqrt(2)/2, 0.5+sqrt(2)/2)--(3+sqrt(2)/2, 0.5-sqrt(2)/2));
draw((3+sqrt(2)/2, 0.5+sqrt(2)/2)--(3-sqrt(2)/2,0.5-sqrt(2)/2));
label("F2", (4.5, 1.5), N);
label("R = 1 m",(3, -0.5),S);
[/asy]<spanclass=′latex−bold′>(A)</span> 0.25 N<spanclass=′latex−bold′>(B)</span> 0.5 N<spanclass=′latex−bold′>(C)</span> 1 N<spanclass=′latex−bold′>(D)</span> 2 N<spanclass=′latex−bold′>(E)</span> 4 N 2007 F = ma #9: Movement of Center of Mass
A large wedge rests on a horizontal frictionless surface, as shown. A block starts from rest and slides down the inclined surface of the wedge, which is rough. During the motion of the block, the center of mass of the block and wedge[asy]draw((0,0)--(10,0),linewidth(1));
filldraw((2.5,0)--(6.5,2.5)--(6.5,0)--cycle, gray(.9),linewidth(1));
filldraw((5, 12.5/8)--(6,17.5/8)--(6-5/8, 17.5/8+1)--(5-5/8,12.5/8+1)--cycle, gray(.2));
[/asy]<spanclass=′latex−bold′>(A)</span> does not move<spanclass=′latex−bold′>(B)</span> moves horizontally with constant speed<spanclass=′latex−bold′>(C)</span> moves horizontally with increasing speed<spanclass=′latex−bold′>(D)</span> moves vertically with increasing speed<spanclass=′latex−bold′>(E)</span> moves both horizontally and vertically 2007 F = ma #2: Car Velocity
The graph shows velocity as a function of time for a car. What was the acceleration at time = 90 seconds?[asy]
size(275);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(6,0));
draw((0,1)--(6,1));
draw((0,2)--(6,2));
draw((0,3)--(6,3));
draw((0,4)--(6,4));
draw((0,0)--(0,4));
draw((1,0)--(1,4));
draw((2,0)--(2,4));
draw((3,0)--(3,4));
draw((4,0)--(4,4));
draw((5,0)--(5,4));
draw((6,0)--(6,4));
label("0",(0,0),S);
label("30",(1,0),S);
label("60",(2,0),S);
label("90",(3,0),S);
label("120",(4,0),S);
label("150",(5,0),S);
label("180",(6,0),S);
label("0",(0,0),W);
label("10",(0,1),W);
label("20",(0,2),W);
label("30",(0,3),W);
label("40",(0,4),W);
draw((0,0.6)--(0.1,0.55)--(0.8,0.55)--(1.2,0.65)--(1.9,1)--(2.2,1.2)--(3,2)--(4,3)--(4.45,3.4)--(4.5,3.5)--(4.75,3.7)--(5,3.7)--(5.5,3.45)--(6,3));
label("Time (s)", (7.5,0),S);
label("Velocity (m/s)",(-1,3),W);
[/asy]<spanclass=′latex−bold′>(A)</span> 0.2 m/s2<spanclass=′latex−bold′>(B)</span> 0.33 m/s2<spanclass=′latex−bold′>(C)</span> 1.0 m/s2<spanclass=′latex−bold′>(D)</span> 9.8 m/s2<spanclass=′latex−bold′>(E)</span> 30 m/s2