fobos3
- 33
- 1
I'm trying to derive the equations of motion for a particle falling in a uniform gravitational fill with air drag proportional to the square of velocity. However I'm getting the velocity as a complex number. Here is what I've done
The force of friction is F=-k\left(\dfrac{dx}{dt}\right)^2\dfrac{\textbf{v}}{||\textbf{v}||}=-k\left(\dfrac{dx}{dt}\right)^2
We put the particle stationary at x=0
The Lagrangian is \mathcal{L}=\dfrac{1}{2}m\left(\dfrac{dx}{dt}\right)^2-mgx
\dfrac{d}{dt}\left(\dfrac{\partial \mathcal{L}}{\partial \dot{x}}\right)-\dfrac{\partial \mathcal{L}}{\partial x}=-k\left(\dfrac{dx}{dt}\right)^2
m\dfrac{d^2 x}{dt^2}+mg=-k\left(\dfrac{dx}{dt}\right)^2
If we put c=\dfrac{k}{m}
\dfrac{d^2x}{dt^2}+c\left(\dfrac{dx}{dt}\right)^2+g=0
We put p=\dfrac{dx}{dt}
We have \dfrac{d^2x}{dt^2}=\dfrac{dp}{dt}=\dfrac{dp}{dx}\dfrac{dx}{dt}=\dfrac{dp}{dx}p
The differential equation becomes
\dfrac{dp}{dx}p+cp^2+g=0
\dfrac{p}{cp^2+g}\dfrac{dp}{dx}=-1
\int\dfrac{p}{cp^2+g}\,dp=-x
To solve the integral we put u=cp^2+g
\dfrac{du}{dp}=2cp
p=\dfrac{1}{2c}\dfrac{du}{dp}
\dfrac{1}{2c}\int \dfrac{1}{u}\,du=-x
\int \dfrac{1}{u}\,du=\ln |u|=\ln u because u>0
\dfrac{1}{2c}\ln (cp^2+g)+A=-x
A(cp^2+g)=e^{-2cx}
At t=0,x=0,p=0
Ag=1
A=\dfrac{1}{g}
\dfrac{c}{g}p^2+1=e^{-2cx}
p^2=\dfrac{g(e^{-2cx}-1)}{c}
Now the sign of \dfrac{g(e^{-2cx}-1)}{c} is determined by e^{-2cx}-1 which is not necessary positive definite.
In fact if we put c=1,x=1 we get e^{-2}-1<0 which means that p\in \mathbb{C}
But p=\dfrac{dx}{dt} which makes no sense at all. Did I do something wrong?
The force of friction is F=-k\left(\dfrac{dx}{dt}\right)^2\dfrac{\textbf{v}}{||\textbf{v}||}=-k\left(\dfrac{dx}{dt}\right)^2
We put the particle stationary at x=0
The Lagrangian is \mathcal{L}=\dfrac{1}{2}m\left(\dfrac{dx}{dt}\right)^2-mgx
\dfrac{d}{dt}\left(\dfrac{\partial \mathcal{L}}{\partial \dot{x}}\right)-\dfrac{\partial \mathcal{L}}{\partial x}=-k\left(\dfrac{dx}{dt}\right)^2
m\dfrac{d^2 x}{dt^2}+mg=-k\left(\dfrac{dx}{dt}\right)^2
If we put c=\dfrac{k}{m}
\dfrac{d^2x}{dt^2}+c\left(\dfrac{dx}{dt}\right)^2+g=0
We put p=\dfrac{dx}{dt}
We have \dfrac{d^2x}{dt^2}=\dfrac{dp}{dt}=\dfrac{dp}{dx}\dfrac{dx}{dt}=\dfrac{dp}{dx}p
The differential equation becomes
\dfrac{dp}{dx}p+cp^2+g=0
\dfrac{p}{cp^2+g}\dfrac{dp}{dx}=-1
\int\dfrac{p}{cp^2+g}\,dp=-x
To solve the integral we put u=cp^2+g
\dfrac{du}{dp}=2cp
p=\dfrac{1}{2c}\dfrac{du}{dp}
\dfrac{1}{2c}\int \dfrac{1}{u}\,du=-x
\int \dfrac{1}{u}\,du=\ln |u|=\ln u because u>0
\dfrac{1}{2c}\ln (cp^2+g)+A=-x
A(cp^2+g)=e^{-2cx}
At t=0,x=0,p=0
Ag=1
A=\dfrac{1}{g}
\dfrac{c}{g}p^2+1=e^{-2cx}
p^2=\dfrac{g(e^{-2cx}-1)}{c}
Now the sign of \dfrac{g(e^{-2cx}-1)}{c} is determined by e^{-2cx}-1 which is not necessary positive definite.
In fact if we put c=1,x=1 we get e^{-2}-1<0 which means that p\in \mathbb{C}
But p=\dfrac{dx}{dt} which makes no sense at all. Did I do something wrong?