Horizontal motion with quadratic resistance

AI Thread Summary
The discussion focuses on a block with mass m moving on an oiled surface experiencing viscous resistance defined by F(v) = -cv^{3/2}. The goal is to demonstrate that the block cannot travel farther than 2mv_{o}^{1/2}/c, given its initial speed v_{o} at x=0. The equations of motion were manipulated, leading to the integration of dx and dv, which ultimately shows that the maximum distance d is indeed 2mv_{o}^{1/2}/c. The conclusion confirms that the block's motion is limited by the quadratic resistance, preventing it from exceeding this distance.
Speags
Messages
7
Reaction score
0
so i got a block with mass=m traveling on an oiled surface. the block suffers a viscous resistance given:
F(v)= -cv^{3/2}
the initial speed of the block is v_{o} at x=0, i have to show that the block cannot travel farther than 2mv_{o}^{1/2} /c
so far i have;
ma=-cv^{3/2}
m \frac{dv}{dx} \frac{dx}{dt} = -cv^{3/2}
mvdv=-cv^{3/2} dx
dx= \frac {mvdv}{cv^{3/2}}

where should i go from here?
 
Physics news on Phys.org
Speags said:
so i got a block with mass=m traveling on an oiled surface. the block suffers a viscous resistance given:
F(v)= -cv^{3/2}
the initial speed of the block is v_{o} at x=0, i have to show that the block cannot travel farther than 2mv_{o}^{1/2} /c
so far i have;
...

dx= \frac {mvdv}{cv^{3/2}}

where should i go from here?

Put back the "-" sign you have lost,

simplify

dx= \frac {-mdv}{cv^{1/2}}

Integrate from x=0 to x(final) and from v=v0 to v=0 and you get the desired result.

ehild
 


First, we can rewrite the equation to get rid of the variables dx and dt:

dx = \frac {mvdv}{cv^{3/2}}
dx = \frac {mv}{cv^{3/2}}dv

Next, we can integrate both sides of the equation from x=0 to x=d (where d is the distance traveled by the block):

\int_{0}^{d} dx = \int_{0}^{d} \frac {mv}{cv^{3/2}} dv

Using the power rule for integration, we get:

d = \frac {2mv^{1/2}}{c}

Now, we know that the maximum distance traveled by the block is when the final velocity (v) is equal to zero. So we can substitute v=0 into the equation:

d = \frac {2mv^{1/2}}{c}
d = \frac {2m(0)^{1/2}}{c}
d = 0

This means that the maximum distance traveled by the block is zero, which makes sense since the block cannot travel any further once it comes to a complete stop.

To prove that the block cannot travel farther than 2mv_{o}^{1/2} /c, we can substitute v_{o} for v in the equation:

d = \frac {2mv_{o}^{1/2}}{c}

This gives us the maximum distance traveled by the block, which is 2mv_{o}^{1/2} /c. Therefore, the block cannot travel any farther than this distance due to the quadratic resistance acting against it.
 
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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