Friday, December 21, 2018

mathematical physics - Motion described by mfracmathrmd2xmathrmdt2=kfracmathrmdfrac12xmathrmdtfrac12


What kind of motion would a (preferably dimensionless for simplicity) body do if the force acted on it was proportional to the semi-derivative of displacement, i.e.


md2xdt2=kd12xdt12?


It would be helpful if someone with a copy of Mathematica plotted this for various values of the constants.



Answer



If Dn denotes the nth derivative and Dn the nth integral, then we have that,



Dnf(t)=Dm[D(mn)f(t)]


providing mn. For our half derivative, we choose n=1/2, and m=2, in which case we have,


D1/2f(t)=D2[D(3/2)f(t)]


There is a general formula for the nth integral of a function, one of my favorite results of Cauchy:


f(n)(t)=1Γ(n)t0(tu)n1f(u)du


which is essentially a convolution f(t)tn1. Applying it, we find,


D1/2f(t)=d2dt2[2πt0(tu)1/2f(u)du]


Given the differential equation,


d2x(t)dt2=kmd1/2x(t)dt1/2


we can substitute in our definition of D1/2x(t), and conclude,



x(t)=2kmπt0(tu)1/2x(u)du+c1t+c2


for c1,c2R which is an integral equation. If we can assume x(t) is supported on [0,) only, then the integral is a convolution x(t)t and taking the Laplace transform, we find,


X(s)=(1+kms3/2)1(c1s2+c2s)=m(c1+c2s)ks+ms2


The solution x(t) is then the inverse Laplace transform of X(s). Formaly, this is given by,


x(t)=12πiΓestm(c1+c2s)ks+ms2ds


where the contour Γ is in the complex plane; it is a vertical line of infinite length with all poles of F(s) to its left. In practice, we close the contour with an additional contour, ensure the second integral tends to zero (e.g. by the estimation lemma), and use the residue theorem.




The integrand, which we denote F(s), has three poles located at s3=k2/m2, or equivalently,


s1=ω4/30,s2=12(1+i3)ω4/30,s3=12(i31)ω4/30


as well as at s0=0, where we define ω20:=k/m. The vertical contour should begin after s1 so all poles are to the left. However, doing so analytically is somewhat tedious. I chose to use a numerical method for the evaluation of inverse Laplace transforms due to H.E. Salzer which uses aquadrature formula. With Mathematica, I managed to reconstruct x(t) partially:





enter image description here




in the simplified case when c1=c2=k/m=1. It seems, by visual inspection, the solution resembles that of damped harmonic motion, such as when one introduces a damping term γ˙x in the equations of motion of a standard harmonic oscillator.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...