I Kinematics cases with non-constant acceleration

AI Thread Summary
In kinematic problems with non-constant acceleration, the relationship between acceleration, velocity, and position can be complex. When acceleration is a function of position, velocity becomes position-dependent, while time-dependent acceleration leads to velocity values that vary with time. For cases where acceleration depends on both position and time, double integration is required to derive position and velocity functions, although analytical solutions can be challenging. It is often more effective to solve the first-order differential equation for velocity before integrating to find position. Numerical methods may be necessary for complex equations, as analytical solutions are not always feasible.
fog37
Messages
1,566
Reaction score
108
TL;DR Summary
Kinematics cases with non-constant acceleration
Hello,

I understand that, for 1D kinematic problems where the acceleration function ##a_x## is initially given along with the initial conditions, we can use calculus (differentiation and integration) to get the position ##x(t)## and velocity ##v_x (t)## of the moving object.
  • When the acceleration is a function of position only, the velocity will also be a function of position and not depend on time, i.e. the object will always have the same velocity when it is found at a particular position.
  • When the acceleration is a function of time ##t## only, regardless of where the object's position, the object's velocity will have specific values at instants of time after motion starts (Ex: a rocket accelerating moving upward has a time-dependent acceleration...or is it an example of position dependent acceleration?)
If the acceleration depended instead on two independent variables, for ex: ##a_x (v,t)= 3t^2 +v^3##, we would need to perform double integration to get position and velocity function as a function of time. Is it that simple or am I missing some subtle points? Not all function can be analytically integrated or differentiated...

Thanks!
 
Physics news on Phys.org
For your example it means a differential equation of
\frac{d^2x}{dt^2}-3t^2-(\frac{dx}{dt})^3=0
We have to solve this equation to know x(t) which also tells us v(t) and a(t). Usually it is very difficult to get analytical solution but we may get numerical solution by computer.
 
  • Like
Likes fog37 and vanhees71
Thank you.

At the end of the day, the equation to solve remains $$\frac {d^2 x} {dt^2}=...$$ with whatever is found on the right-had side, which is generally derivatives of the variable ##x## of different order...
 
fog37 said:
Thank you.

At the end of the day, the equation to solve remains $$\frac {d^2 x} {dt^2}=...$$ with whatever is found on the right-had side, which is generally derivatives of the variable ##x## of different order...
Not necessarily. Depending on the differential equation you have, it might be easier to solve ##\dfrac{dv}{dt}=\dots~## then integrate to find ##x(t)##.
In your example, you will have to solve ##\dfrac{dv_x}{dt}=3t^2+v_x^3## which is still not separable but at least it's a first-order differential equation.
 
  • Like
Likes vanhees71 and fog37
Thread 'Gauss' law seems to imply instantaneous electric field'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Maxwell’s equations imply the following wave equation for the electric field $$\nabla^2\mathbf{E}-\frac{1}{c^2}\frac{\partial^2\mathbf{E}}{\partial t^2} = \frac{1}{\varepsilon_0}\nabla\rho+\mu_0\frac{\partial\mathbf J}{\partial t}.\tag{1}$$ I wonder if eqn.##(1)## can be split into the following transverse part $$\nabla^2\mathbf{E}_T-\frac{1}{c^2}\frac{\partial^2\mathbf{E}_T}{\partial t^2} = \mu_0\frac{\partial\mathbf{J}_T}{\partial t}\tag{2}$$ and longitudinal part...
Back
Top