Circular acceleration and Integration

AI Thread Summary
The discussion centers on calculating the speed of a bead moving on a circular wire in space, influenced by kinetic friction. The acceleration is derived as a function of velocity and radius, leading to the differential equation dv/dt = -μ(v^2/r). Participants clarify the integration process, emphasizing the need to separate variables and apply boundary conditions correctly. The final expression for velocity in terms of time is established as 1/v = 1/v0 + (μ/r)t, indicating that velocity decreases over time due to friction. The conversation highlights the importance of understanding calculus concepts in solving the problem effectively.
jungleismassiv
Messages
11
Reaction score
0
Consider a bead of mass m that is free to move on a thin, circular wire of
radius r. The bead is given an initial speed v0, and there is a coefficient of
kinetic friction F_k. The experiment is performed in a spacecraft drifting inspace. Find the speed of the bead at any subsequent time t.

Ok so you need to find the velocity of the object.

Well the acceleration would be: a = -F_k v^2 / r

To find velocity, you would have to integrate that...

dv/dt = \int -F_k v^2 / r

and that is...

v^-2 F_k r^-1

now what do i do?
 
Last edited:
Physics news on Phys.org
I'm not sure what you mean by v^-2 F_k r^-1. Separate the equation, integrate both sides and put in the boundary condition you've been given. Also, the RHS of the line before makes no sense, cos you're not integrating wrt any variable.
 
Last edited:
You forgot that a and \frac{dv}{dt} are the same thing.

Let's denote by \mu the coefficient of friction (because F reminds us of force) :smile:

Then you have a differential equation that you can solve for v in terms of t:

\frac{dv}{dt} = -\mu \frac{v^2}{r}

The 'v' side is to be integrated from the initial velocity v_0 to v at any instance of time.
 
ramollari said:
The 'v' side is to be integrated from the initial velocity v_0 to v at any instance of time.
What is the v side? Do you mean dV? If so, how is that calculated?
 
jungleismassiv said:
What is the v side? Do you mean dV? If so, how is that calculated?

dv is a differential if you remember it from calculus :wink: .

So take all 'v's to the left hand side and all 't's to the right hand side, and then integrate over the same limits:

\frac{dv}{v^2} = -\frac{\mu}{r}dt

\int_{v_0}^{v} \frac{1}{v^2} dv = -\frac{\mu}{r} \int_{t_0}^{t} dt = -\frac{\mu}{r}t

-\frac{1}{v} - (-\frac{1}{v_0}) = -\frac{\mu}{r}t

Here you solve for v in terms of v_0 and t.
 
ramollari said:
dv is a differential if you remember it from calculus :wink: .

So take all 'v's to the left hand side and all 't's to the right hand side, and then integrate over the same limits:

\frac{dv}{v^2} = -\frac{\mu}{r}dt

\int_{v_0}^{v} \frac{1}{v^2} dv = -\frac{\mu}{r} \int_{t_0}^{t} dt = -\frac{\mu}{r}t

-\frac{1}{v} - (-\frac{1}{v_0}) = -\frac{\mu}{r}t

Here you solve for v in terms of v_0 and t.
I assume you find t and then find v0?

So, for t,

t = \mu r / v+ v_0 ?
 
Last edited:
From the question it is clear that it is asked v in terms of t, right? So time is given and we don't need to derive it! It is asked v(t), where constant v_0 comes in.

Take it conceptually. You give the bead an initial velocity and it moves with friction around the circle until it stops due to the deceleration. We got:

\frac{1}{v} = \frac{1}{v_0} + \frac{\mu}{r}t

You can see that with the passage of time \frac{1}{v} increases, so v decreases. Also you can notice that the units agree (m/s).
Hope that this makes it quite clear.
 
ramollari said:
From the question it is clear that it is asked v in terms of t, right? So time is given and we don't need to derive it! It is asked v(t), where constant v_0 comes in.

Take it conceptually. You give the bead an initial velocity and it moves with friction around the circle until it stops due to the deceleration. We got:

\frac{1}{v} = \frac{1}{v_0} + \frac{\mu}{r}t

You can see that with the passage of time \frac{1}{v} increases, so v decreases. Also you can notice that the units agree (m/s).
Hope that this makes it quite clear.
So v(t) = v_0 + r / \mu t? Thanks for the help :smile:
 
Last edited:
jungleismassiv said:
So v(t) = v_0 + r / \mu t? Thanks for the help :smile:

No, it is wrong because there's addition in the middle.

Remember this:

\frac{1}{\frac{1}{a} + \frac{1}{b}} is not the same as a + b
 
  • #10
ramollari said:
No, it is wrong because there's addition in the middle.

Remember this:

\frac{1}{\frac{1}{a} + \frac{1}{b}} is not the same as a + b
This is frustrating. More so for you probably! Can you please walk through it?
 
  • #11
jungleismassiv said:
This is frustrating. More so for you probably! Can you please walk through it?

The identity you claim simply doesn't hold! You are not dealing with multiplication

\frac{1}{\frac{1}{a} \frac{1}{b}},

but with addition

\frac{1}{\frac{1}{a} + \frac{1}{b}}

If it were otherwise we would for example have written the formula for lenses as f = v + u, and not as,

\frac{1}{f} = \frac{1}{v} + \frac{1}{u}.
 
Last edited:
  • #12
ahhh. Got it :)

Cheers
 
Back
Top