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
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top