Newtonian Mechanics - Particle in Motion with Air Resistance

AI Thread Summary
A particle of mass m slides down an inclined plane under gravity, facing air resistance modeled by f = kmv^2. The motion is described by the equation ma = mgsin(θ) - kmv^2, leading to the differential equation dv/dt = gsin(θ) - kv^2. The solution involves integrating to find velocity as a function of distance and then time as a function of distance, resulting in the formula t = [arccosh(e^(kd))]/√(kgsin(θ). A correction was made from arctan to arctanh in the final expression for time, confirming the approach is valid. The discussion emphasizes the importance of correctly applying integration techniques to solve the problem.
derravaragh
Messages
24
Reaction score
0

Homework Statement


A particle of mass m slides down an inclined plane under the influence of gravity. If the motion is resisted by a force f = kmv^2, show that the time required to move a distance d after starting from rest is

t = [arccosh(e^(kd))]/√(kgsin(θ)

where θ is the angle of inclination of the plane.


Homework Equations


F = ma
F_g = mgsin(θ)
Resistance = -kmv^2
Motion of particle => ma = mgsin(θ) - kmv^2


The Attempt at a Solution


My attempt was to set up the equation for the motion (ma = mgsin(θ) - kmv^2) and use differential equations to solve. After dividing by mass, I had:
dv/dt = gsin(θ) - kv^2
which I then divided by k, and substituted (g/k)sinθ for C^2 giving

dv/kdt = C^2 - v^2

After collecting terms and integrating I came to

t = arctan(v/√((g/k)sinθ))/√(kgsinθ)

I thought I was on the right track as I have the numerator correct, but I do not know where to go from here, or if this is even correct so far. Any help would be much appreciated. Also, I know this question has been asked before, but the answer given didn't make sense to me so it doesn't help.
 
Physics news on Phys.org
Try writing the acceleration as ##a = \frac{dv}{dt} = \frac{dv}{dx}\frac{dx}{dt} = v \frac{dv}{dx}## where ##x## is distance along plane. Separate variables and integrate to find ##v## as a function of ##x##. Then, writing ##v = \frac{dx}{dt}## you can separate variables again and integrate to find ##t## as a function of ##x##.

[EDIT: Actually, your way works too. However, I think there is a typo in your final expression for t. Did you mean to write arctanh rather than arctan? If you solve your (corrected) expression for ##v## and then let ##v = \frac{dx}{dt}## you can separate variables and integrate to find ##t## as a function of ##x##]
 
Last edited:
Yes, it was supposed to be arctanh (and also denominator was correct not numerator). I just finished this, thank you very much for your assistance.
 
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