Advanced 2-D Motion Problem - Bead on Wire

AI Thread Summary
The discussion focuses on solving a physics problem involving a bead sliding on a circular wire in space, neglecting gravity. Participants analyze the forces acting on the bead, including the normal force and kinetic friction, and apply Newton's second law to derive equations for radial and tangential acceleration. There is confusion regarding the combination of these equations to form a differential equation for speed over time, with one user expressing difficulty in integrating and applying initial conditions correctly. Another participant emphasizes the importance of treating acceleration and velocity as vectors, suggesting a more methodical approach to calculating tangential acceleration based on the friction force. The conversation highlights the complexity of the problem and the need for clarity in vector analysis.
Runelord
Messages
6
Reaction score
0

Homework Statement



"Consider a bead of mass m that is free to move around a horizontal, circular ring of wire (the wire passes through a hole in the bead). You may neglect gravity in this problem (assume the experiment is being done in space, far away from anything else). The radius of the ring of wire is r. The bead is given an initial speed v_0 and it slides with a coefficient of friction mu_k. In the subsequent steps we will investigate the motion at later times. You should begin by drawing a free-body diagram at some instant of time. Note that there will be a radial acceleration, a_R, and a tangential acceleration, a_T, in this problem.

1.1 Write Newton's 2nd law for the radial and tangential directions.

1.2 Combine the above equations to write a differential equation for dv/dt, where v is the speed at time t.

1.3 Solve the above differential equation to determine v(t). The solution has the form v = c1/(1+c2*t) - find c1 and c2. Hint: if v_0 = 3 m/s, mu_k = 0.1, r = 10 cm, and t = 3 s, v(3) = 0.3 m/s. "

Thats just the entire problem for reference.


Homework Equations



F_c=mv^2/r, F_f=u_k N, F = ma, a = a_R^2 + a_T^2


The Attempt at a Solution



Ok so this is what I tried so far. For the first part, 1.1, there are only 2 forces acting on the object, the normal force of the wire, and kinetic friction. Now, I made the assumption that the normal force is the centripital force, which I believe is a safe assumption. Therefore, for the radial direction, it becomes:

F = m a_R
Normal = m a_R
mv^2 / r = m a_R --- > v^2/r = a_R

For the second equation, I assumed the force of friction was mu_k*N. Therefore, it became mu_k * mv^2 / r. Using this information, the net force in the tangential direction became:

F = m a_T
mu_k *mv^2/r = m a_t ---> mu_k *v^2/r = a_T

Now things get dicey for part 2. I am not sure how to combine these equations. I'm fairly certain a= root(a_R^2 + a_T^2) (pythagorean theorem), and from there you use a = dv/dt and solve that, but it gets messy. If I try that out, it becomes something like this:

a = root(v^4/r^2 + mu_k^2 * v^4/r^2) <factor our v^4/r^2 out of square root)
dv/dt = v^2/r * root (1 + mu_k^2)

For some reason that doesn't sit well with me. Because for part 1.3, when I'm thus solving for the constants c1 and c2, it simply doesn't work. What am I doing wrong? If I integrate that, the answer I got above, this is what I get:

dv/dt = v^2/r * root (1 + mu_k^2) <--- r = .1 m, mu_k = .1
..
dv/v^2 = 10 root (1.01) dt
..
-1/v = 10 root (1.01) t + C


This doesn't work with the initial conditions. What am I doing here?
 
Physics news on Phys.org
Don't banish me to page 2 :(
 
Have respect for vectors!

Runelord said:
I'm fairly certain a= root(a_R^2 + a_T^2) (pythagorean theorem), and from there you use a = dv/dt and solve that, but it gets messy.

No, you've treated acceleration (a) and velocity (v) as scalars (numbers without direction). They're vectors (numbers with direction), and you must respect that!

You must work out the acceleration and velocity in one direction at a time.

You did it for the radial direction, and correctly used it to calculate the "effective weight" and therefore the friction force.

Now use that value of the friction force to calculate the acceleration in the tangential direction (as a function of the speed in that direction)! :smile:
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top