Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

May 18, 2012

EAS215 - HW7

Justin Drawbert

Problem 16-67

The bicycle has a velocity v = 4 ft/s, and at the same instant the rear wheel has a clockwise angular velocity = 3 rad/s, which causes it to slip at its contact point A. Determine the velocity of point A.

Equations
vC = vA + rC/A (1)

Solution
If the wheel were slipping while we were trying to nd the velocity at A, things would be slightly more complicated. However, we can assume that the wheel begins to slip immediately after we are aked to nd the velocity at A. Thus our equation will work. Lets get rolling on this problem. #given omega = 3 v_C = 4 r_CA = 26/12 #define variable var(v_A) #define equation and solve eq = v_C == v_A + omega*r_CA sln = solve(eq,v_A) vA = 2.5 ft/s #rad/s #ft/s #ft

You might also like