Determine P(t)=(Px(t),Py(t)) given (x0,y0) and v(x,y,t).

Click For Summary
SUMMARY

The discussion focuses on determining the position of a particle P(t)=(Px(t), Py(t)) in a 2D space given its initial position (x0, y0) and a velocity field v(x, y, t). The particle's motion is described by a first-order set of ordinary differential equations (ODEs) derived from the velocity field, specifically dp/dt = v(p, t) = . The solution involves integrating the equations dpx/dt = vx(px, py, t) and dpy/dt = vy(px, py, t), with initial conditions set at time t0. The discussion confirms that this approach correctly describes the transformation from Euler to Lagrangian coordinates.

PREREQUISITES
  • Understanding of 2D velocity fields in fluid dynamics
  • Knowledge of ordinary differential equations (ODEs)
  • Familiarity with Eulerian and Lagrangian coordinate systems
  • Basic calculus for solving differential equations
NEXT STEPS
  • Study the method of solving first-order ordinary differential equations
  • Learn about Eulerian vs. Lagrangian descriptions in fluid mechanics
  • Explore specific examples of velocity fields and their implications on particle motion
  • Investigate numerical methods for solving ODEs in complex velocity fields
USEFUL FOR

Researchers, physicists, and engineers working in fluid dynamics, particularly those interested in particle tracking and the mathematical modeling of fluid motion.

Wiccan
Messages
1
Reaction score
0
Dear all,

I'm a bit confused about a 2D problem which I thought had a simple solution...
I don't know if I'm correct, so:

I have a 2D space, and time. I know the velocity field v(x,y,t). I would like to know where the particle which start at the position x0,y0 at an istant t0 is at a certain istant t>t0.My idea is:
p(t)=<px(t),py(t)>

dp/dt=v(p,t)=<vx(px,py,t),vy(px,py,t)>
%%%
dpx/dt=vx(px,py,t)
dpy/dt=vy(px,py,t)
%%%

Then I would solve it by part...even if the solution can be not easy due to dependence on time,
Ex:
vx=px*t, vy=px*py
%%% % %%
dpx/px=t dt %px=c1*exp(0.5*t^2)
dpy/py=px dt %dpy/py=c1*exp(0.5*t^2)dt etc...
%%% %%%

Is this answer formally correct?
 
Physics news on Phys.org
These are the path lines of particles. They are given via the velocity field by solving the 1st-order set of ODE's
$$\frac{\mathrm{d} \vec{x}(t)}{\mathrm{d} t}=\vec{v}(t,\vec{x}(t))$$
with the initial condition
$$\vec{x}(0)=\vec{x}_0.$$
The solution of the ODE's describes the motion of a fluid element that was located at ##\vec{x}_0## at time ##t=0##. In other words it gives you the transformation from Euler to Lagrange coordinates.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
11K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 29 ·
Replies
29
Views
10K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 22 ·
Replies
22
Views
5K
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
2K