Limit Calculation for Block Sliding on Lubricated Surface with Quadratic Drag

  • Thread starter Thread starter Jukai
  • Start date Start date
  • Tags Tags
    Drag Quadratic
AI Thread Summary
A block sliding on a lubricated surface experiences viscous resistance proportional to the speed raised to the 3/2 power. The problem requires demonstrating that the block cannot travel further than 2m(Vo^(1/2))/c, where c is the drag constant. Initial attempts to integrate the motion equations led to incorrect limits due to sign errors and missing factors. Correcting these mistakes, particularly the treatment of the viscous force and integration constants, reveals that the limit approaches the desired result. The final solution confirms the block's maximum travel distance under the given conditions.
Jukai
Messages
12
Reaction score
0

Homework Statement


A block of mass m slides on a horizontal surface that's been lubricated with a heavy oil so that the block suffers a viscous resistance that varies as the 3/2 power of the speed.

If the initial speed of the block is Vo at x=o, show that the block cannot travel further than 2m(Vo^(1/2))/c

c is the drag constant.

Homework Equations



The viscous resistance is defined as F(v)=-cv^(3/2)


The Attempt at a Solution



So I defined my axis so that F = ma = -F(v) = cv^(3/2)

It's obvious that I need to calculate the limit of t when t goes to infinity from the position equation. So I integrate my F=ma equation twice and I don't get the answer.

For my first integration, I have dv/(v^(3/2)) = (cm)dt which gets me 1/(V^(1/2)) - 1/(Vo^(1/2)) = cmt

Now I isolate V=dx/dt in order to integrate a second time. I find that V=1/((Vo^(1/2)) + (ct/2m))^2

Let u = the denominator, du = cdt/2m --> dt = 2mdu/c. The integral becomes dx=1/(u)^2du
and I get x = -1/u. After I replace u for it's value, my limit when t-->infinity isn't what the question demands.

Could someone tell me where I might have made a mistake?
 
Physics news on Phys.org
Jukai said:

Homework Equations



The viscous resistance is defined as F(v)=-cv^(3/2)


The Attempt at a Solution



So I defined my axis so that F = ma = -F(v) = cv^(3/2)

It's obvious that I need to calculate the limit of t when t goes to infinity from the position equation. So I integrate my F=ma equation twice and I don't get the answer.

For my first integration, I have dv/(v^(3/2)) = (cm)dt which gets me 1/(V^(1/2)) - 1/(Vo^(1/2)) = cmt

The viscous force acts opposite to the direction of motion. It was already defined with the correct sign, but you negated it. If you take your solution and replace c -> -c you might get the correct result.
 
fzero said:
The viscous force acts opposite to the direction of motion. It was already defined with the correct sign, but you negated it. If you take your solution and replace c -> -c you might get the correct result.

I just tried it, and my limit is still wrong. My second integral is now x = m/c((1/Vo^(1/2)) - (ct/m))
 
You're missing some minus signs and factors of 2. You're also missing the t=0 term in the integration of the velocity. For the first integration I find

-\frac{2}{\sqrt{v}} + \frac{2}{\sqrt{v_0}} = - \frac{ct}{m}

The 2nd integration gives

x = \frac{2m v_0 }{c\sqrt{v_0}} \left( - \frac{1}{1+\frac{c\sqrt{v_0}}{2m}t} + 1\right).

After simplifying, you get something that yields

x(t\rightarrow\infty) \rightarrow \frac{2m\sqrt{v_0}}{c}.
 
thank you very much, I understand now
 
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