Tuesday, February 12, 2019

homework and exercises - Generalizing a relativistic kinematics formula for spatial-acceleration dependence


I'm starting from this expression


αdt=γ3dv


where α is proper acceleration of a point particle, dv and dt are coordinate differentials of velocity and time, and γ is the relativistic factor of the particle being subject to the acceleration


If α is constant, one arrives at the usual expression:


tft0=1α(vf1v2fc2v01v20c2)


Now, I have some dependence of acceleration to position; α(x)=f(x) and I'm not sure how to integrate it in order to obtain a similar expression relating time, velocity and position. For instance, I tried the following for the left-side differential:


αdt=α(x)dtdxdx=α(x)v(x)dx


and leaving the right-hand side untouched. When I do this I get a weird integral with velocity in both sides, and I'm not sure how to continue.


Update



so, after a while of staring at this, i noticed an error i was doing, and actually the 2nd derivative of acceleration should look like


d2xdτ2=γ4d2xdt2


So far so good, but the approach on the comments doesn't seems to work. I try with a simple force potential: α(x)=kx3, but is not clear how to work from it


kx3=γ4d2xdt2


kx3(121c2(dxdt)2+1c4(dxdt)4)=d2xdt2


It looks like a (nonlinear) differential equation. I just want to be sure i'm on the right track. This is what it takes to solve this kind of problem? Or should some numerical integration/summation be enough? What throws me off in particular, is that if i would replace kx3 with just α0 (constant acceleration case), the γ4 would still look pretty ugly and i wouldn't know how to solve the problem even in that case using the above expression, when we already know that a closed formula exists



Answer



Let's start with dv(1v2/c2)3/2=αdt=α(x)vdx. As Clem suggested, multiply both sides by v, so that vv0vdv(1v2/c2)3/2=xx0α(x)dx=A(x), which yields 11v2/c211v20/c2=A(x)c2, or (assuming v0) v = c\frac{\sqrt{\left(A(x)/c^2+\gamma_0\right)^2-1}}{A(x)/c^2+\gamma_0} = \frac{\text{d}x}{\text{d}t}, with \gamma_0 = \frac{1}{\sqrt{1-v_0^2/c^2}}. Thus \int_{x_0}^x\frac{A(x')/c^2+\gamma_0}{\sqrt{\left(A(x')/c^2+\gamma_0\right)^2-1}}\text{d}x' = c(t-t_0). For a given \alpha(x), you can solve this to get x(t), and thus A(t)=A(x(t)), which will give you v(t). If the acceleration is constant, then A(x)=\alpha(x-x_0), and the expressions should reduce to the familiar formulae.


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 \...