Finding velocity function from a model of force

AI Thread Summary
The discussion revolves around deriving the velocity function from a force model involving a resistive force of -βv². The initial equation derived is ma = -βv², leading to a separable differential equation. The user attempts to solve it and arrives at a function for velocity but encounters a division by zero issue when plugging in t=0. A participant points out a mistake in the rearrangement of the equation, clarifying that the correct form is v(t) = [β/m * t + 1/v0]⁻¹. The user acknowledges the error and appreciates the correction, indicating a resolution to their confusion.
Falken_47
Messages
7
Reaction score
0

Homework Statement



Hi, I've got an assignment which involves finding the function of velocity against time, given the information that the particle is moving with intial velocity of v0 and that it experience a resistive force of -βv2

Homework Equations



From the problem I've derived model of: ma = -βv2

The Attempt at a Solution



re-arranging the model, I have equation of:

dv/dt = -β/m * v2

then, using techniques from seperable equation,

dv/v2 = -β/m * dt

-1/v = -β/m * t + C1

pluging in v(0) = v0

-1/v0 = -β/m * 0 + C1
Or
C1 = -1/v0

Now, plugging in C and rearraging the equation, I obtained

-1/v = -β/m * t - 1/v0

v = m/(β * t) + v0

So as you can see, I'm able to derived the velocity function, but the problem lies to the fact that if I try to plug in t=0 for the velocity, then the function will not work as division by zero is not allowed

Therefore, I'm thinking that something is wrong with my velocity function but up till now I can't still figure it out

Thank you in advance!
 
Physics news on Phys.org
Welcome to PF!

Your calculus is fine, you just forgot how to do division:\frac{1}{v(t)} = \frac{\beta}{m} t + \frac{1}{v_0}\Rightarrow v(t) = \left[ \frac{\beta}{m} t +\frac{1}{v_0} \right]^{-1} \neq \frac{m}{\beta t} + v_0
 
Ah yes thank you very much at pointing out my mistake, guess I spend too much time thinking how to actually solve the differential equation that I forgot about that. In any case, thank you for helping me again :)
 
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 '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