Newtonian Mechanics - the movement of a particles

bobey
Messages
29
Reaction score
0
(Moderator's note: thread moved from "Differential Equations")

A particle of mass m which moves along a horizontal straight line with a velocity of v encounters a resistance of av + b(v^3), where a and b are constants. If there is no other force beside the resistance acting on the particle and its initial velocity is U , show that the particle will stop after it has moved a distance of m(ab)^(-1/2)tan^(-1)(U(b/a)^1/2). Also show that the velocity is 1/2U after time (m/2a)ln(4a+b(U^2))/(a+b(U^2)))

to show the distance when the particle stops :

i use :

F = ma

=> m (dv/dt) = - (av+b(v^3))

i let v = y and t = x to make it less confusion ...(1)

thus m(dy/dx) = -(ay+b(y^3))

dy/dx = -(ay/m)-(b(y^3)/m)

dy/dx + (a/m)y = -(b/m)(y^2) ... (2)

(y^-3)(dy/dx) + (a/m)(y^-2) = (-b/m) ===> this is Bernoulli equation

let v = (y^-2)

thus, dv/dx = -2(y^-3) (dy/dx)

=> -1/2(dv/dx) + (a/m)v= -b/m

searching for integrating factor, miu(x) = exp(integrating(a/m)dx)

thus, miu (x) = exp(ax/m)

miu(x) x (2) : d/dx (exp(ax/m).v) = exp(ax/m).(-b/m)

exp(ax/m).v = (-b/m) integrating (exp(ax/m) dx)

v = (-b/a) + c(exp-(ax/m))

but v = (y^-2) = (v^-2)

thus,

v^-2 = (-b/a) + c(exp-(ax/m))

v^2 = (1/c(exp-(ax/m))) - (a/b)

v = sqrt ((1/c(exp-(ax/m))) - (a/b))

applying initial condition where v_0 = u, x=0, t=0

c = 1/u^2 + b/a

thus v = dx/dt = sqrt ((1/(1/u^2 + b/a)) - a/b)

when particle stop dx/dt = 0

then

0 = sqrt ((1/(1/u^2 + b/a)) - a/b)
.
.
.
x = m/a ln |(1/ab)+1|

why i can't get the answer given which is m(ab)^(-1/2)tan^(-1)(U(b/a)^1/2)??

where I'm going wrong?

please help me!

p/s : i don't know to use SYNTAX. sorry =p
 
Last edited by a moderator:
Physics news on Phys.org
bobey said:
(
i use :

F = ma

=> m (dv/dt) = - (av+b(v^3))

i let v = y and t = x to make it less confusion ...(1)


But this makes things more confusing, as does your unnecessary use of integrating factors and Bernoulli's equation. In fact, it's such confusing notation, that I can't be bothered to try and go through it and see where you are going wrong.

For example, here:

let v = (y^-2)

You are essentially defining v=\frac{1}{v^2}...recycling variables like this (using v to represent more than one quantity) leads to confusion, and may have lead to your error(s).

Instead, just realize that your original ODE is separable:

m\frac{dv}{dt}=-(av+bv^3)\implies -m \int_{v_0}^{v} \frac{dv'}{av'+b(v')^3}=\int_{t_0}^{t} dt=t-t_0
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top