Differential mechanics equation

AI Thread Summary
The discussion revolves around solving a differential equation derived from the force acting on a particle, given by F=kvx. The initial setup of the equation is questioned for correctness, leading to a reformulation that highlights its non-linear nature. The conversation emphasizes the dependence of the particle's motion on initial conditions, detailing various scenarios based on the values of x and v. Participants suggest further assistance and resources for solving the equation, while also inquiring about the context of the force presented. The thread ultimately seeks clarity on the next steps in solving the differential equation.
thenewbosco
Messages
185
Reaction score
0
here is the question and my solution until i have become stumped:

The force acting on a particle of mass m is given by : F=kvx where k is a positive constant. The particle passes through the origin with speed vo at t=0. Find x as a function of t.

what i have done is set up the following differential equation:

k\frac{dx}{dt}x=m\frac{d^2x}{dt^2}

is this correct? and if so, how do i solve this type of differential equation?
i am not so strong at de's
 
Physics news on Phys.org
Rewrite your equation as

<br /> \frac{d^2 x}{d t^2} - 2\mu x \frac{dx}{dt} = 0<br />

(just relabelling constants, \mu = k/2m), Then you notice that

<br /> 2\mu x \frac{dx}{dt} = \frac{d}{dt}\left(\mu x^2\right)<br />

So the entire LHS of your equation can be written as... [something]

By the way, are you sure that this is the force you're given?

The solutions you get from this should be pretty non-trivially dependent on your initial conditions (as is the case with most non-linear ODEs), for example if you analyse your force, when x is positive, and v is positive, your force is positive, and so your particle will accelerate off to infinity. If x is positive, and v is negative, then the particle is accelerated towards the origin. If x is negative, and v is negative, the particle is accelerated toward the origin (slowing the particle), until it reaches a steady state when v=0, (since the force acting on the particle is zero). If x is negative, and v is positive, the particle is accelerated away from the origin along -x (deccelerating the particle). If the particles initial momentum is not enough to reach the origin, (or just enough to reach it) it will then come to a halt (again because v=0, and also F=0). If it has enough momentum to go beyond the origin, then again it will escape to infinity.

In what context did you come across this force?
 
Last edited:
thanks for the help. however i am still not sure what to do after rewriting like this, is there anymore help someone can provide?
 
You might find this link useful:

http://www.math.uvic.ca/other/bohun/m201/m201sup/m201bern.html

By the way, post what you have got so far...
 
Last edited by a moderator:
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