Problem with Friction dependent on velocity, mostly a math problem.

  • Thread starter Thread starter Simen
  • Start date Start date
  • Tags Tags
    Friction Velocity
AI Thread Summary
The discussion focuses on solving a physics problem involving friction that depends on velocity. The user is tasked with finding the velocity function v(t) for a block with an initial velocity of 5 m/s, given the friction equation a = -μ|v|g, where μ = 0.1 and g = 9.8 m/s². After some initial confusion, the user correctly separates variables and integrates to arrive at the solution v(t) = 5e^(-0.98t). The community confirms the solution's validity and emphasizes the importance of checking it against the original differential equation. This exchange highlights the collaborative nature of problem-solving in physics and mathematics.
Simen
Messages
4
Reaction score
0
Hello, first time here for me, I hope I posted in the right subforum.
I have a task at hand, just started a new physics course, but sadly I am far from deft with mathematics, and my physics book is in a different language and uses different notation than I am used to. The part I am having trouble with is the following:

Homework Statement




We have a block, with the starting velocity 5m/s.
The friction from the block is given as a = -μ|v|g
Where μ = 0.1 and g = 9.8 m/s^2

Find v(t)


Homework Equations


v(t) = v(0)+at

a = dv/dt = (d/dt)(dx/dt) =(d2x)/dt2


The Attempt at a Solution



As it stands now, I I realize I should integrate a in order to obtain v(t), but I am horrible at math, and do not know where to start, for some reason I keep ending up with an expression without v at all, but that does not help things either. If someone could show me the first steps in this that would be great. I've written a python program to solve it numerically as well, though I can not check if it is working, because I am too inept to get my analytical solution.

Would something like this be a step in the right direction?
a = -0.98|v|
v(0) = 5 m/s
a(0) = 0

dv/dt = -0.98*v

dv/dt2 = -0.98*v*dt

(dv/dt2)1/v = -0.98dt

And then integrate from here? Could someone show me an example? Doesn't need to have any of my numbers, so long as I can learn some of what I need from it.

If anyone could provide any help, that would be greatly appreciated!
 
Physics news on Phys.org
Welcome to PF!

Hello Simen! Welcome to PF! :wink:
Simen said:
dv/dt = -0.98*v

(you left out a µ)

Now you "separate the variables" …

dv/v = -0.98µdt …

carry on from there :smile:
 
Thanks for the welcome:)

I actually didn't forget the μ, since μ = 0.1 and it was to be multiplied with g = 9.8 I just multiplied them before I started integrating.

Anyways, does this look right?
dv/dt = -0.98v

dv/v = -0.98dt

Integrate:

ln(v)-ln(v0)=-0.98(t-t0)

Clean up a little:
v/v0=e-0.98(t-t0)

v = v0e-0.98(t-t0)

Then putting in t0 = 0 and v0 = 5 and getting
v(t) = 5e-0.98t

Does that look about right?
 
Simen said:
v = v0e-0.98(t-t0)

Then putting in t0 = 0 and v0 = 5 and getting
v(t) = 5e-0.98t

(nice formatting, btw! :biggrin:)

Excellent! :smile:

(btw, always best to check by mentally putting the solution back into the original differential equation. to see if it comes out right … which it does! :wink:)
 
  • Like
Likes 1 person
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