How to solve differential movement equation?

2 次查看(过去 30 天)
Hi guys,
How to solve following equation and get r(t):
r''(x,y)=1/2m * F(x,y)
r'' - second derivative on time
F(x,y) = eps * (1/r + x/r^2 + y/r^3);
r = sqrt(x^2+y^2)
r(t=0)=sqrt(x0^2+y0^2)
m and eps - constants
Thank you!
  1 个评论
darova
darova 2019-11-25
What do you mean by solving? You have r function. Can't you just get derivatives or r?

请先登录,再进行评论。

回答(1 个)

Stijn Haenen
Stijn Haenen 2019-11-23
I dont think you can solve this, a relation between x and y, or x and t, or a direction of the force is required.
  1 个评论
Ivan
Ivan 2019-11-24
The function f(x,y) is know and calculated in each point on the surface (x,y). Do you think it is still impossible to solve this movement equation?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by