How to solve differential movement equation?
조회 수: 1 (최근 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
2019년 11월 25일
What do you mean by solving? You have r function. Can't you just get derivatives or r?
답변 (1개)
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!